aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2003-11-04Switch to the *real* file - apologies to those who tried to compile the old ↵Nicolas Bacca
one (but it seems nobody tried :p) svn-id: r11137
2003-11-04added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSORMax Horn
svn-id: r11132
2003-11-03stdafx.h needs to be included first.Marcus Comstedt
svn-id: r11117
2003-11-03Now compiles again...Marcus Comstedt
svn-id: r11116
2003-11-03Updated list of build directories to ignore.Marcus Comstedt
svn-id: r11115
2003-11-03Reeordered EXEEXT and EXECUTABLE (define before use).Marcus Comstedt
svn-id: r11114
2003-11-03Added math.h to include list (needed for atan2).Marcus Comstedt
svn-id: r11113
2003-11-03Use posix-fs on Dreamcast.Marcus Comstedt
svn-id: r11112
2003-11-03New build optionsChris Apers
svn-id: r11106
2003-11-03Read database only if it is openedChris Apers
svn-id: r11103
2003-11-03AppStart/AppStop functionsChris Apers
svn-id: r11102
2003-11-03Changed vars nameChris Apers
svn-id: r11101
2003-11-03ScummVM launcher in its own source fileChris Apers
svn-id: r11100
2003-11-03New num padChris Apers
svn-id: r11099
2003-11-03One form in one source fileChris Apers
svn-id: r11098
2003-11-03Read database only if it is openedChris Apers
svn-id: r11097
2003-11-03Added snprintf functionChris Apers
svn-id: r11096
2003-11-03One form in one source fileChris Apers
svn-id: r11095
2003-11-03Disable Queen for nowChris Apers
svn-id: r11094
2003-11-03Updated fromsChris Apers
svn-id: r11093
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵Max Horn
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045
2003-11-01cleanup: new MessageDialog subclass TimedMessageDialogMax Horn
svn-id: r11033
2003-11-01made SDL backend use config managerMax Horn
svn-id: r11028
2003-10-28cleanup: removed version/id from GameSettingsMax Horn
svn-id: r10995
2003-10-18cleanupMax Horn
svn-id: r10894
2003-10-17patch #824241Max Horn
svn-id: r10877
2003-10-17renamed some Timer methodsMax Horn
svn-id: r10868
2003-10-17needed some more work to get Iterators to work in FSListMax Horn
svn-id: r10857
2003-10-17make FSList inherit 'public' from List (so that we can use List::Iterator)Max Horn
svn-id: r10849
2003-10-17Make PalmOS port happyChris Apers
svn-id: r10843
2003-10-12GameX is not supportedNicolas Bacca
svn-id: r10756
2003-10-12Moved build filesNicolas Bacca
svn-id: r10752
2003-10-12New config-manager updates, misc updatesNicolas Bacca
svn-id: r10751
2003-10-12Smarter partial blitting and better filter for 640x480 games ... hopefully ↵Nicolas Bacca
the last update before the rewrite svn-id: r10750
2003-10-12Re-add right click automatic mapping, lost on the branchNicolas Bacca
svn-id: r10748
2003-10-12True assertNicolas Bacca
svn-id: r10747
2003-10-12New config-manager, Add Broken Sword 2, Whole filesystem scan for smartphone ↵Nicolas Bacca
thanks to MS non standard storage mappings svn-id: r10746
2003-10-10Add old change from SDL backends, give error if video mode isn't support.Travis Howell
svn-id: r10712
2003-10-09make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :)Jonathan Gray
svn-id: r10701
2003-10-08fix bug where going up in the root dir would get you back to the (unix) ↵Max Horn
current dir (instead of staying at the root) svn-id: r10689
2003-10-07More Euphony/YM2612 instrument layering and polyphonyJamieson Christian
fixes. Aside from variations in the instrument timbre, the output from ScummVM now seems to match up with the output from UNZ (MAME YM2612 emulator). svn-id: r10672
2003-10-07Remove my trace output. :PJamieson Christian
svn-id: r10669
2003-10-07More polyphony tweaks. Sounding a bit better.Jamieson Christian
svn-id: r10668
2003-10-06fixed warningsMax Horn
svn-id: r10646
2003-10-06removed unused 'rate' param from nextTick; another tiny tweak to ↵Max Horn
Operator2612::nextTick (avoids one memory store over here, woohoo <g>) svn-id: r10644
2003-10-06remove <string> include so we don't depend on stdlib stuff (not used anyway) ↵Jonathan Gray
this also stops compile problems arising from our overloaded memory operators here svn-id: r10643
2003-10-06malloc/new optimizationsMax Horn
svn-id: r10642
2003-10-06Per-channel polyphony now > 1Jamieson Christian
svn-id: r10641
2003-10-06even more optimizationsMax Horn
svn-id: r10639
2003-10-06some more tweaksMax Horn
svn-id: r10637