Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-14 | removed unused field | Max Horn | |
svn-id: r5944 | |||
2002-12-13 | changed back transparency | Max Horn | |
svn-id: r5943 | |||
2002-12-13 | added an API to query the list of available music drivers; cleanup | Max Horn | |
svn-id: r5942 | |||
2002-12-13 | playing a bit with the alpha level | Max Horn | |
svn-id: r5941 | |||
2002-12-13 | added seperator items (to show off :-), moved dialog a bit up | Max Horn | |
svn-id: r5940 | |||
2002-12-13 | added support for seperator items; perform clipping if popup doesn't fit on ↵ | Max Horn | |
screen svn-id: r5939 | |||
2002-12-13 | added TODO comment | Max Horn | |
svn-id: r5938 | |||
2002-12-13 | added keyboard & scroll wheel support | Max Horn | |
svn-id: r5937 | |||
2002-12-13 | cleanup | Max Horn | |
svn-id: r5936 | |||
2002-12-13 | more code unification | Max Horn | |
svn-id: r5935 | |||
2002-12-13 | unified common code | Max Horn | |
svn-id: r5934 | |||
2002-12-13 | cleanup | Max Horn | |
svn-id: r5933 | |||
2002-12-13 | fix for bug #647844, but this shadowPalette stuff needs investigation | Max Horn | |
svn-id: r5932 | |||
2002-12-13 | changed OSystem to allow RBG<->16bit color conversion to be done in the ↵ | Max Horn | |
backend; after all, the backend 'knows' best what format the overlay uses. Default implementations of RBGToColor and colorToRBG assume 565 mode, backends other than SDL may want to provide alternate implementations (SDL backend already does the right thing for non-565 modes) svn-id: r5931 | |||
2002-12-13 | nitpick | Max Horn | |
svn-id: r5930 | |||
2002-12-13 | Bug [651727] fix: | Jamieson Christian | |
Initial implementation of do_command(20). svn-id: r5929 | |||
2002-12-13 | Added latest new files to VC++ build | Jamieson Christian | |
svn-id: r5928 | |||
2002-12-13 | Bug [622895] fix: | Jamieson Christian | |
Fixed do_command(256) implementation. svn-id: r5927 | |||
2002-12-13 | cleaned up autosave code | Max Horn | |
svn-id: r5926 | |||
2002-12-13 | fixup dummy options dialog a bit | Max Horn | |
svn-id: r5925 | |||
2002-12-13 | Patch #649356, INDY3: Possible intro fix | Max Horn | |
svn-id: r5924 | |||
2002-12-13 | fix for the arrow bug in MonkeyVGA (see also bug #599442 and patch #643464) | Max Horn | |
svn-id: r5923 | |||
2002-12-13 | removed debug code I accidentally left in | Max Horn | |
svn-id: r5922 | |||
2002-12-13 | cleanup | Max Horn | |
svn-id: r5921 | |||
2002-12-12 | added timeout for popup; fixed notifcation sent when popup item is chosen | Max Horn | |
svn-id: r5920 | |||
2002-12-12 | added a dummy global options dialog; PopUpWidget tweaks | Max Horn | |
svn-id: r5919 | |||
2002-12-12 | changed the slider widget, better suited to represent volume settings this ↵ | Max Horn | |
way (IMO) svn-id: r5918 | |||
2002-12-12 | kill obsolete file | James Brown | |
svn-id: r5917 | |||
2002-12-12 | MSVC project file update | James Brown | |
svn-id: r5916 | |||
2002-12-12 | Tidy one or two things up for future V1/V2/V8 SCUMM support. | James Brown | |
svn-id: r5915 | |||
2002-12-12 | added PopUpWidget; hacked it into the edit game dialog just to show how to ↵ | Max Horn | |
use it; note: this is NOT finished by any means, the look will change, the code will change, this is just an early preview :-) svn-id: r5914 | |||
2002-12-12 | Fix error in last commit | Travis Howell | |
svn-id: r5913 | |||
2002-12-12 | Small code cleanup | Travis Howell | |
svn-id: r5912 | |||
2002-12-12 | fix up alsa after recent midi changes | Jonathan Gray | |
svn-id: r5911 | |||
2002-12-12 | Remove fixme which is no longer required | Travis Howell | |
svn-id: r5910 | |||
2002-12-12 | Changed handling of malformed pitchbend events. | Jamieson Christian | |
Added related warning output for future reference. svn-id: r5909 | |||
2002-12-12 | Fixed VC++ errors in Windows driver after streaming capability was removed. | Jamieson Christian | |
svn-id: r5908 | |||
2002-12-11 | Patch #652194: Handling Ctrl-<key> | Max Horn | |
svn-id: r5907 | |||
2002-12-11 | Patch #651882: Noir mode fix | Max Horn | |
svn-id: r5906 | |||
2002-12-11 | ripped out obsolete midi streaming code from backends (this may break ↵ | Max Horn | |
Alsa/SEQ/Windows/Morphos compile, I tried my best, but you'll have to clean up after me) svn-id: r5905 | |||
2002-12-11 | Simon 2 music correction | Travis Howell | |
svn-id: r5904 | |||
2002-12-11 | Added windows.cpp | Jamieson Christian | |
svn-id: r5903 | |||
2002-12-11 | fixed legal header | Max Horn | |
svn-id: r5902 | |||
2002-12-11 | Separated Windows MIDI driver into its own file | Jamieson Christian | |
svn-id: r5901 | |||
2002-12-11 | Fixed myriad VC++ compile/link problems. | Jamieson Christian | |
PLEASE DON'T MAKE CHANGES TO THE ACTUAL PROJECT FILES UNLESS YOU MAKE THEM FOR *ALL* PRIMARY PORTS! svn-id: r5900 | |||
2002-12-10 | added a helpe func for color weight computation; made createSpecialPalette ↵ | Max Horn | |
use it, too svn-id: r5899 | |||
2002-12-10 | Fix for bug #651310: Crash when saving | Max Horn | |
svn-id: r5898 | |||
2002-12-10 | fixed compile error in VC++ | Oliver Kiehl | |
svn-id: r5897 | |||
2002-12-09 | change CFLAGS to CXXFLAGS | Max Horn | |
svn-id: r5896 | |||
2002-12-09 | Compile fix | Travis Howell | |
svn-id: r5895 |