summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
Commit message (Collapse)AuthorAgeFilesLines
* Add the rest of the 3-bit palettes and add the possiblity to set Dirk Best2015-07-292-0/+63
| | | | individual r/g/b levels for pens
* blame balrog for this :) (NW) Cowering2015-07-081-2/+3
|
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-2434-1950/+1949
|
* Revert "Placed back old corealloc otherwise NO_MEM_TRACKING do not have any ↵ balr0g2015-06-072-19/+44
| | | | | | | meaning (nw)" (Requested by R.Belmont since this breaks build with GCC 5.1.) This reverts commit aae343fcedb49943bbcadeda9f3ad41172b6eecb.
* Nope. (nw) balr0g2015-06-071-4/+4
| | | | | | This reverts commit 72794f8ff1c1e79bd0350bb52fb3757bdf04d004. At least this provides a more useful stacktrace, if anyone wants to debug.
* Use attribute unused for inlined new/delete. (nw) balr0g2015-06-071-4/+4
| | | | | | This is still not compliant code, and will probably break with LTO, but is a cleaner fix for the warning. Using this attribute also ensures that the linker doesn't remove the code.
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-0733-533/+3669
|
* Placed back old corealloc otherwise NO_MEM_TRACKING do not have any meaning (nw) Miodrag Milanovic2015-06-072-44/+19
|
* delegate.h now supports mingw 32 bit builds with INTERNAL configuration. couriersud2015-05-311-16/+60
| | | | Member functions are called in this case using __thiscall ABI. [Couriersud]
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-272-2/+2
|
* selfie stick hap2015-05-262-2/+2
|
* Simple LTO warning fixes (Part1) (nw) Cowering2015-05-241-3/+3
|
* unified licenses names (nw) Miodrag Milanovic2015-05-222-2/+2
|
* updating remaining for RB (nw) Miodrag Milanovic2015-05-212-4/+4
|
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-202-3/+3
|
* corefile: add a function to truncate files Dirk Best2015-05-202-0/+24
|
* Change this error to a warning and don't drop into debugger for now (nw) balr0g2015-05-171-4/+9
|
* Mark replacements separate from overloads and remove unneeded prototypes (nw) balr0g2015-05-162-11/+10
|
* Remove nonstandard inline overloads (nw) balr0g2015-05-162-13/+39
|
* lot more updated (nw) Miodrag Milanovic2015-05-114-8/+8
|
* few more resolved in lib/util (nw) Miodrag Milanovic2015-05-098-20/+14
|
* Missed lib for adding licenses (nw) Miodrag Milanovic2015-05-0712-0/+24
|
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-293-4/+4
|
* Fix strreplace, fixes snapshot and dtd issue (nw) Miodrag Milanovic2015-04-232-2/+2
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-2218-764/+273
|
* more astring -> std::string (nw) Miodrag Milanovic2015-04-192-52/+58
|
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-194-8/+9
|
* more conversions to std::string (nw) Miodrag Milanovic2015-04-192-15/+15
|
* Fix build Vas Crabb2015-04-171-1/+1
|
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-1410-158/+82
|
* updated astring constructors to have just one string param, to be more like ↵ Miodrag Milanovic2015-04-132-5/+1
| | | | std::string (nw)
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-1210-44/+43
|
* Merge https://github.com/ZoeB/mame Vas Crabb2015-04-121-2/+2
|\
| * Fix various typos and spelling mistakes Zoë Blade2015-04-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice.
* | Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2015-04-111-988/+0
|\ \
| * | Replace simple_set with std::set Vas Crabb2015-04-111-988/+0
| |/
* / cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-116-24/+24
|/
* get rid of some obsolete/unreachable stuff, get rid of more abuse of ↵ Vas Crabb2015-04-021-3/+3
| | | | SDLMAME_ macros outside OSD
* Some compilers have issue with ! signs (nw) Miodrag Milanovic2015-03-211-5/+5
|
* fixed several missing assert.h includes (nw) Oliver Stöneberg2015-03-206-0/+10
|
* removed last assert.h occurance in a header (nw) Oliver Stöneberg2015-03-201-1/+0
|
* moved assert replacement inside emucore.h so it is actually used / removed ↵ Oliver Stöneberg2015-03-2016-4/+23
| | | | assert.h include from some headers and added it to lots of source
* removed unnecessary assert.h includes (nw) Oliver Stöneberg2015-03-202-2/+2
| | | | including global one for Visual Studio
* Fix crashing on ARM Linux targets. [R. Belmont, rjosal] arbee2015-03-041-0/+2
|
* Enable OpenGL renderer on Windows. By default, run-time function couriersud2015-02-251-1/+1
| | | | | resolution is enabled. To resolve addresses, the code now first tries GetProcAddress followed by wglGetProcAddress. [Couriersud]
* render.c: render_containers now always make their own copy of the emulation ↵ Alex W. Jackson2015-02-231-1/+0
| | | | palette for paletted textures, whether or not there are custom brightness/contrast/gamma settings. Fixes -mt color issues in driftout, raphero, etc. without the additional complexity introduced in fde220f4a7e955343c3b25a562d6884f94c63bdc (which has been reverted) (nw)
* Revert "fix compile on MSVC 2012 (nw)" Oliver Stöneberg2015-01-311-1/+1
| | | | This reverts commit 9afc7cdb5b57f6b15125d4d207baa7c61ee50287.
* fix compile on MSVC 2012 (nw) peterferrie2015-01-301-1/+1
|
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-282-7/+7
|
* oops (nw) Olivier Galibert2015-01-251-1/+1
|