Commit Graph

630 Commits

Author SHA1 Message Date
Paweł Kołodziejski
13c7acee9d cleanup whitespaces
svn-id: r11220
2003-11-08 22:57:42 +00:00
Jonathan Gray
8ce682d330 spelling fixes
svn-id: r11181
2003-11-07 02:51:08 +00:00
Max Horn
0f54b65cac cleanup
svn-id: r11167
2003-11-06 22:57:33 +00:00
Nicolas Bacca
2db3e37206 Switch to the *real* file - apologies to those who tried to compile the old one (but it seems nobody tried :p)
svn-id: r11137
2003-11-04 23:07:30 +00:00
Max Horn
74b496a062 added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR
svn-id: r11132
2003-11-04 20:46:20 +00:00
Marcus Comstedt
ef5e193d59 stdafx.h needs to be included first.
svn-id: r11117
2003-11-03 22:28:37 +00:00
Marcus Comstedt
caead57eb3 Now compiles again...
svn-id: r11116
2003-11-03 22:26:25 +00:00
Marcus Comstedt
2ed4f2c7fb Updated list of build directories to ignore.
svn-id: r11115
2003-11-03 22:26:01 +00:00
Marcus Comstedt
9c8543ffdd Reeordered EXEEXT and EXECUTABLE (define before use).
svn-id: r11114
2003-11-03 22:24:58 +00:00
Marcus Comstedt
622be9702f Added math.h to include list (needed for atan2).
svn-id: r11113
2003-11-03 22:21:55 +00:00
Marcus Comstedt
e55370e08d Use posix-fs on Dreamcast.
svn-id: r11112
2003-11-03 22:20:51 +00:00
Chris Apers
57d55e2fcd New build options
svn-id: r11106
2003-11-03 16:32:28 +00:00
Chris Apers
feb0678801 Read database only if it is opened
svn-id: r11103
2003-11-03 16:21:19 +00:00
Chris Apers
a5e443a332 AppStart/AppStop functions
svn-id: r11102
2003-11-03 16:18:13 +00:00
Chris Apers
3b0fcf0637 Changed vars name
svn-id: r11101
2003-11-03 16:16:57 +00:00
Chris Apers
2045867796 ScummVM launcher in its own source file
svn-id: r11100
2003-11-03 16:14:58 +00:00
Chris Apers
b988959380 New num pad
svn-id: r11099
2003-11-03 16:13:00 +00:00
Chris Apers
7defb5c9f4 One form in one source file
svn-id: r11098
2003-11-03 16:10:35 +00:00
Chris Apers
b4c40ceb12 Read database only if it is opened
svn-id: r11097
2003-11-03 16:09:12 +00:00
Chris Apers
2bfad6efce Added snprintf function
svn-id: r11096
2003-11-03 16:04:06 +00:00
Chris Apers
14c2ae7e36 One form in one source file
svn-id: r11095
2003-11-03 16:01:14 +00:00
Chris Apers
be080cce0e Disable Queen for now
svn-id: r11094
2003-11-03 15:47:07 +00:00
Chris Apers
fbeedfd438 Updated froms
svn-id: r11093
2003-11-03 15:38:37 +00:00
Max Horn
b27a871f87 turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget)
svn-id: r11045
2003-11-02 02:18:16 +00:00
Max Horn
f7ab7f6207 cleanup: new MessageDialog subclass TimedMessageDialog
svn-id: r11033
2003-11-01 20:52:41 +00:00
Max Horn
235047d526 made SDL backend use config manager
svn-id: r11028
2003-11-01 19:12:11 +00:00
Max Horn
53db0a8a07 cleanup: removed version/id from GameSettings
svn-id: r10995
2003-10-28 17:07:25 +00:00
Max Horn
7eab653832 cleanup
svn-id: r10894
2003-10-18 13:04:59 +00:00
Max Horn
729b556167 patch #824241
svn-id: r10877
2003-10-17 18:46:31 +00:00
Max Horn
ad2db08940 renamed some Timer methods
svn-id: r10868
2003-10-17 16:39:32 +00:00
Max Horn
79e681282e needed some more work to get Iterators to work in FSList
svn-id: r10857
2003-10-17 12:04:44 +00:00
Max Horn
b86ae6641b make FSList inherit 'public' from List (so that we can use List::Iterator)
svn-id: r10849
2003-10-17 10:22:40 +00:00
Chris Apers
9033d3dbab Make PalmOS port happy
svn-id: r10843
2003-10-17 08:15:00 +00:00
Nicolas Bacca
c6bcb0d0e9 GameX is not supported
svn-id: r10756
2003-10-12 15:13:46 +00:00
Nicolas Bacca
17c5c86316 Moved build files
svn-id: r10752
2003-10-12 13:59:24 +00:00
Nicolas Bacca
4c0057db7d New config-manager updates, misc updates
svn-id: r10751
2003-10-12 13:51:05 +00:00
Nicolas Bacca
a7e2978fa3 Smarter partial blitting and better filter for 640x480 games ... hopefully the last update before the rewrite
svn-id: r10750
2003-10-12 13:49:09 +00:00
Nicolas Bacca
2502a44e21 Re-add right click automatic mapping, lost on the branch
svn-id: r10748
2003-10-12 13:40:26 +00:00
Nicolas Bacca
2694c283d9 True assert
svn-id: r10747
2003-10-12 13:39:15 +00:00
Nicolas Bacca
7ba572b7b8 New config-manager, Add Broken Sword 2, Whole filesystem scan for smartphone thanks to MS non standard storage mappings
svn-id: r10746
2003-10-12 13:35:31 +00:00
Travis Howell
90d35c0f13 Add old change from SDL backends, give error if video mode isn't support.
svn-id: r10712
2003-10-10 10:03:02 +00:00
Jonathan Gray
0de202bfb4 make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :)
svn-id: r10701
2003-10-09 14:05:09 +00:00
Max Horn
de74ceb60a fix bug where going up in the root dir would get you back to the (unix) current dir (instead of staying at the root)
svn-id: r10689
2003-10-08 22:47:41 +00:00
Jamieson Christian
da9fcd9ceb More Euphony/YM2612 instrument layering and polyphony
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-07 15:15:26 +00:00
Jamieson Christian
f49a741cfb Remove my trace output. :P
svn-id: r10669
2003-10-07 13:12:29 +00:00
Jamieson Christian
027543b30b More polyphony tweaks. Sounding a bit better.
svn-id: r10668
2003-10-07 13:11:54 +00:00
Max Horn
8c9dc47ee1 fixed warnings
svn-id: r10646
2003-10-06 22:33:54 +00:00
Max Horn
6cad2556ef removed unused 'rate' param from nextTick; another tiny tweak to Operator2612::nextTick (avoids one memory store over here, woohoo <g>)
svn-id: r10644
2003-10-06 15:26:01 +00:00
Jonathan Gray
5ca9daeebd remove <string> include so we don't depend on stdlib stuff (not used anyway) this also stops compile problems arising from our overloaded memory operators here
svn-id: r10643
2003-10-06 14:32:22 +00:00
Max Horn
7829083a78 malloc/new optimizations
svn-id: r10642
2003-10-06 14:15:01 +00:00