index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
/
windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
mame0155
Miodrag Milanovic
2014-10-15
9
-21
/
+21
*
added makefile variable OPENMP to enable usage of OpenMP (includes vconv supp...
Oliver Stöneberg
2014-10-01
1
-0
/
+1
*
Changing #includes for headers that are part of toolchain and not part of any...
Scott Stone
2014-09-29
1
-1
/
+1
*
more changes to make sdlwork.c and winwork.c match (nw)
Oliver Stöneberg
2014-09-20
1
-3
/
+3
*
more sdlwork.c and winwork.c consolidation / SDL now supports envrionment var...
Oliver Stöneberg
2014-09-13
4
-13
/
+86
*
more work to make sdlwork.c and winwork.c match / un-broke Windows SDL build ...
Oliver Stöneberg
2014-09-13
3
-11
/
+171
*
more work to make sdlwork.c and winwork.c match (nw)
Oliver Stöneberg
2014-09-13
3
-19
/
+160
*
a bit more work to match sdlwork.c and winwork.c (nw)
Oliver Stöneberg
2014-09-13
1
-7
/
+7
*
some refactoring to make SDL and Windows OSD code match / Windows SDL code di...
Oliver Stöneberg
2014-09-13
3
-84
/
+116
*
renamed YieldProcessor() to osd_yield_processor() to match SDL more closely (nw)
Oliver Stöneberg
2014-09-13
1
-6
/
+8
*
Added window to osd_interface (nw)
Miodrag Milanovic
2014-09-01
12
-384
/
+441
*
More cleanups, there is issue with srcclean that needs to be taken care as we...
Miodrag Milanovic
2014-07-22
1
-2
/
+2
*
Cleanups and version bump
Miodrag Milanovic
2014-07-22
3
-5
/
+5
*
ok nevermind
Michaël Banaan Ananas
2014-07-19
1
-6
/
+3
*
AvSetMmThreadCharacteristics and friends, this has been commented out since b...
Michaël Banaan Ananas
2014-07-18
1
-16
/
+0
*
don't use timeBeginPeriod if options.sleep is enabled
Michaël Banaan Ananas
2014-07-18
1
-6
/
+9
*
vconv: map /O3 to /Ox (nw)
Oliver Stöneberg
2014-07-02
1
-1
/
+1
*
implemented ATTR_FORCE_INLINE for Visual Studio (nw)
Oliver Stöneberg
2014-06-30
1
-1
/
+1
*
Fixed up label/different hash instance with recent addition. (nw)
Scott Stone
2014-06-25
1
-1
/
+1
*
fixed -j compilation with VS2013 [Oliver Stöneberg]
Oliver Stöneberg
2014-06-12
1
-6
/
+13
*
use -fno-optimize-sibling-calls with SYMBOLS=1 for more complete stack traces...
Oliver Stöneberg
2014-05-17
1
-0
/
+1
*
For windows auto is now same as d3d, till video part is redone (nw)
Miodrag Milanovic
2014-05-08
1
-0
/
+2
*
fix warning (nw)
Miodrag Milanovic
2014-05-08
1
-1
/
+1
*
-Reorganized OSD, handling more sound output systems and debuggers, defaults ...
Miodrag Milanovic
2014-05-08
5
-3617
/
+107
*
Merged in cleanup changes from osd branch (nw)
Miodrag Milanovic
2014-04-26
6
-33
/
+0
*
Removed dependency on pmmidi.inc (nw)
Miodrag Milanovic
2014-04-26
1
-1
/
+0
*
-Made osd_interface base class for OSD and moved initialization for each subs...
Miodrag Milanovic
2014-04-25
13
-135
/
+75
*
reverting to classic ui due to lot of issues, as much as I hate reverting som...
Miodrag Milanovic
2014-04-17
7
-171
/
+49
*
Use the correct call to free memory in windows osd_close [smf]
smf-
2014-04-16
3
-7
/
+8
*
we anyway do not support win95 for a time :) (nw)
Miodrag Milanovic
2014-04-16
2
-43
/
+0
*
ScrLock no longer is a menu key; it will now enable/disable keyboard menu sho...
Nathan Woods
2014-04-16
1
-1
/
+1
*
Moved eminline and related files into /src/osd since it's system related (nw)
Miodrag Milanovic
2014-04-16
11
-248
/
+245
*
Merge of new menubar code
Nathan Woods
2014-04-12
7
-50
/
+172
*
- Fixed bloom misalignment with HLSL. [MooglyGuy]
Ryan Holtz
2014-04-08
2
-12
/
+22
*
added/updated some vconv TODOs (nw)
Oliver Stöneberg
2014-04-07
1
-1
/
+4
*
rm unused colortable
Michaël Banaan Ananas
2014-04-05
1
-11
/
+1
*
fix compiler warning?
Michaël Banaan Ananas
2014-04-04
1
-9
/
+6
*
a few adjustments for Visual Studio analysis (nw)
Oliver Stöneberg
2014-04-04
2
-3
/
+3
*
disabled some Visual Studio analysis warnings / fixed some obvious errors bas...
Oliver Stöneberg
2014-04-03
2
-2
/
+2
*
here ya go :) (nw)
Miodrag Milanovic
2014-03-31
1
-1
/
+1
*
updated vconv for no-sign-compare (nw)
Miodrag Milanovic
2014-03-31
1
-1
/
+1
*
reverting, sorry for this vconv needs to be updated (nw)
Miodrag Milanovic
2014-03-31
2
-2
/
+2
*
VS2013 x64 is little bit more anal about signed/unsigned comparison (nw)
Miodrag Milanovic
2014-03-31
2
-2
/
+2
*
made MAME and MESS compile under VS2013, 32bit only for now (nw)
Miodrag Milanovic
2014-03-31
1
-1
/
+1
*
vcconv: handle -msse and added a TODO about a changed behavior in VS2012 (nw)
Oliver Stöneberg
2014-03-30
1
-0
/
+3
*
making code compiles and work on mingw 32 bit on versions 4.7.x and 4.8.x (nw)
Miodrag Milanovic
2014-03-30
2
-1
/
+5
*
removed mame_* aliases and just use core_* functions (nw)
Oliver Stöneberg
2014-03-24
1
-1
/
+1
*
some mismatched malloc/free usage with osd_* functions (nw)
Oliver Stöneberg
2014-03-24
1
-4
/
+4
*
renamed pmmidi.c to pmmidi.inc
Oliver Stöneberg
2014-03-19
2
-2
/
+2
*
renamed rendersw.c to rendersw.inc
Oliver Stöneberg
2014-03-19
3
-4
/
+4
[next]