summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-076-14/+13
* rm unused colortable Michaël Banaan Ananas2014-04-051-11/+1
* fix compiler warning? Michaël Banaan Ananas2014-04-041-9/+6
* a few adjustments for Visual Studio analysis (nw) Oliver Stöneberg2014-04-042-3/+3
* disabled some Visual Studio analysis warnings / fixed some obvious errors bas... Oliver Stöneberg2014-04-032-2/+2
* here ya go :) (nw) Miodrag Milanovic2014-03-311-1/+1
* updated vconv for no-sign-compare (nw) Miodrag Milanovic2014-03-311-1/+1
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-312-2/+2
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-312-2/+2
* made MAME and MESS compile under VS2013, 32bit only for now (nw) Miodrag Milanovic2014-03-311-1/+1
* vcconv: handle -msse and added a TODO about a changed behavior in VS2012 (nw) Oliver Stöneberg2014-03-301-0/+3
* just use core_strdup() in osd_get_full_path() in src/osd/osdmini/minifile.c (nw) Oliver Stöneberg2014-03-301-2/+1
* making code compiles and work on mingw 32 bit on versions 4.7.x and 4.8.x (nw) Miodrag Milanovic2014-03-302-1/+5
* some comments (nw) Oliver Stöneberg2014-03-241-1/+4
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* some mismatched malloc/free usage with osd_* functions (nw) Oliver Stöneberg2014-03-243-7/+8
* always a Clang (nw) R. Belmont2014-03-211-1/+1
* SDL: Next stage cleanup, aligned texture conversion with current Windows/D3D ... R. Belmont2014-03-214-632/+306
* Clang (nt) R. Belmont2014-03-201-1/+1
* SDL: Removed "totalColors" hack, now only RGB32 is sent to the GPU. [R. Belmont] R. Belmont2014-03-2010-423/+113
* renamed pmmidi.c to pmmidi.inc Oliver Stöneberg2014-03-195-5/+5
* renamed rendersw.c to rendersw.inc Oliver Stöneberg2014-03-195-6/+6
* and more global_free() -> global_free_array()(nw) Oliver Stöneberg2014-03-171-2/+2
* more global_free() -> global_free_array() in src/osd/sdl/drawsdl.c (nw) Oliver Stöneberg2014-03-171-2/+2
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* removed unnecessary quoting for -DDISABLE_MIDI=1 (nw) Oliver Stöneberg2014-03-121-1/+1
* global_free() -> global_free_array() in src/osd/sdl/drawsdl.c (nw) Oliver Stöneberg2014-03-121-2/+2
* Silence more clang warnings (nw) Justin Kerk2014-03-121-9/+6
* Fixed OSX debugger and clang compile fix (nw) Wilbert Pol2014-03-111-19/+19
* fix for stream_buffer free (nw) Miodrag Milanovic2014-03-111-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-1110-77/+67
* Add an osd_truncate call to truncate files [O. Galibert] Olivier Galibert2014-03-113-0/+77
* removed obsolete include and corrected SDLMAME_ARCH quoting in sdl.mak (nw) Oliver Stöneberg2014-03-101-4/+1
* added a few more missing \n in logging / cleanups (nw) Oliver Stöneberg2014-03-102-8/+8
* Fix compiling on unusual OS X configurations. [Robert Walsh] R. Belmont2014-03-031-2/+2
* moved compiler-specific warning generation to shared files (nw) Oliver Stöneberg2014-03-022-36/+12
* proper sdl fix (nw) Miodrag Milanovic2014-02-271-1/+4
* fix for sdl (nw) Miodrag Milanovic2014-02-271-1/+1
* fixed #if checks for Visual Studio in osd/osdcomm.h (nw) Oliver Stöneberg2014-02-261-2/+2
* fixed 32-bit compilation (nw) Oliver Stöneberg2014-02-261-0/+4
* first round of printf fixes (nw) Oliver Stöneberg2014-02-251-0/+6
* SDL: Cleaned up some warnings (nw) R. Belmont2014-02-221-4/+4
* fixed bug in default font handling for OSX (nw) Oliver Stöneberg2014-02-221-1/+1
* second round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-0/+2
* Fix SDL 2.0 build (nw) R. Belmont2014-02-191-3/+3
* fix SDL build (nw) Miodrag Milanovic2014-02-191-3/+3
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-197-34/+34
* [JSMESS] Use emscripten_get_now() instead of gettimeofday() [clb] (nw) Justin Kerk2014-02-131-0/+7
* Changed how NULL callbacks are specified on win_draw_callbacks Nathan Woods2014-02-084-9/+4
* Adopted 'bool' type Nathan Woods2014-02-052-16/+16