Kostas Nakos
11f1123c02
fix update rect when adjusting ratio (backport)
...
svn-id: r23744
2006-08-25 06:30:18 +00:00
Neil Millstone
5ce67a67e1
Fixed bug causing crash during saving in Saga engine, changed audio to low quality.
...
svn-id: r23726
2006-08-19 11:11:18 +00:00
Neil Millstone
5516fa3b80
Added build C target to support more engines.
...
svn-id: r23725
2006-08-19 11:10:19 +00:00
Kostas Nakos
6613b3cae2
fix bugs #1515389 and #1505868 (aka file::exists - dedicated to LordHoto) (backport)
...
svn-id: r23722
2006-08-18 21:14:28 +00:00
Kostas Nakos
31146e6c0a
fix smartphone cursor hiding when keyboard up, more logical zone function, got rid of higher sound thread priority by default. (backport)
...
svn-id: r23720
2006-08-18 21:00:41 +00:00
Max Horn
4ee581adb5
Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)
...
svn-id: r23666
2006-08-04 17:47:57 +00:00
Max Horn
71be08d869
Patch #1527347 : Make maemo port compile again
...
svn-id: r23664
2006-08-04 17:33:17 +00:00
Max Horn
ca7880df6c
Added new method OSystem::getScreenChangeID(), which can be used by code to track screen changes even without getting all EVENT_SCREEN_CHANGED events
...
svn-id: r23661
2006-08-04 13:10:28 +00:00
James Brown
d304e7b476
Add a logo.bmp to DS port, to fix building. agentq, feel free to replace if the filesize is too big or whatever :)
...
svn-id: r23658
2006-08-03 12:20:28 +00:00
Kostas Nakos
c1a24c9cdb
CinE Engine support (backport)
...
svn-id: r23625
2006-07-30 09:03:10 +00:00
Kostas Nakos
fcb7fe3e63
hotfix for bug #1519449 (scaling/crash issue) (backport)
...
svn-id: r23602
2006-07-26 20:09:12 +00:00
Kostas Nakos
c11a5c939d
fix bug 1521718 (dpad mouse emulation) (backport)
...
svn-id: r23600
2006-07-26 17:25:14 +00:00
Kostas Nakos
1ec5d56780
Add kyra skip intro key (backport).
...
svn-id: r23577
2006-07-23 09:36:34 +00:00
Torbjörn Andersson
15f08bf268
Warn if copyRectToScreen() is called before _screen is created, since it's
...
almost certainly a programming error. (Used to be silently ignored.)
Warn if setPalette() is called before _screen is created, but allow it (for
now) since we don't actually set the palette until later. It could still be a
programming error, though.
Don't crash if updateScreen() is called with a "dirty" palette before _screen
is created.
svn-id: r23573
2006-07-23 06:50:49 +00:00
Johannes Schickel
63aec29edb
Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -devel for more information.
...
svn-id: r23567
2006-07-22 17:01:50 +00:00
Max Horn
6ed00cd055
Added FilesystemNode::name method
...
svn-id: r23553
2006-07-22 14:14:16 +00:00
Eugene Sandulenko
e027e7591f
o Proper ScummVM copyrights
...
o Apparently because some patch was applied twice, many header files had
their contents doubled. Fixing this as well.
svn-id: r23548
2006-07-21 21:46:19 +00:00
Won Star
d5e45271d1
Add additional library directories.
...
svn-id: r23530
2006-07-16 08:40:28 +00:00
Won Star
167a1e5912
Fix FileSystem bug. Now 'Go Up' button works. :)
...
svn-id: r23527
2006-07-16 08:32:23 +00:00
Won Star
d3a4d86158
* Add grabRawScreen() method.
...
* Add Launcher icon.
* Fix trunk compile.
svn-id: r23501
2006-07-14 16:11:30 +00:00
Torbjörn Andersson
6358547a43
More whitespace changes.
...
svn-id: r23496
2006-07-14 13:33:58 +00:00
Neil Millstone
75e64b91de
Adding data which was missing from initial patch.
...
svn-id: r23463
2006-07-09 18:30:28 +00:00
Neil Millstone
7f00697913
svn-id: r23462
2006-07-09 18:28:58 +00:00
James Brown
140097267f
Final fixes. Builds fine now, apart from a few still-missing-from-svn files
...
svn-id: r23461
2006-07-09 15:32:06 +00:00
James Brown
1ffa13180f
More DS port fixes
...
svn-id: r23460
2006-07-09 14:46:04 +00:00
James Brown
0e66c43c70
Fix some more duplicated files, and unify case for rpc include
...
svn-id: r23459
2006-07-09 13:10:45 +00:00
James Brown
880838514f
Remove duplicated content
...
svn-id: r23457
2006-07-09 12:58:10 +00:00
Max Horn
bea72e9514
Patch #1519399 : DS Backend
...
svn-id: r23452
2006-07-09 11:47:17 +00:00
Joost Peters
0f2584d470
fix build with latest psp toolchain
...
svn-id: r23386
2006-07-07 10:40:11 +00:00
Joost Peters
2b0c4e9bf3
implement grabRawScreen()
...
svn-id: r23385
2006-07-07 10:38:56 +00:00
Max Horn
1d8d9f5510
Moving remaining platform/backends code, as previously threatened
...
svn-id: r23380
2006-07-06 21:44:48 +00:00
Kostas Nakos
6a8749ace0
move ce port to its new home
...
svn-id: r23366
2006-07-01 08:13:46 +00:00
Max Horn
87d3e4fb0e
Moved savefile.cpp to backends, to work around link error
...
svn-id: r23361
2006-06-30 22:06:45 +00:00
Joost Peters
14fc6d4ca4
fix compilation after backend move
...
svn-id: r23359
2006-06-30 21:14:34 +00:00
Joost Peters
438f47b041
move psp backend to backends/platforms/psp
...
svn-id: r23358
2006-06-30 21:00:39 +00:00
Marcus Comstedt
25f68b08ab
Moved backends/dc into new platform directory.
...
svn-id: r23357
2006-06-30 20:21:42 +00:00
Won Star
b9fa49a176
Align memory address properly. This fixes crash on the GP32.
...
svn-id: r23354
2006-06-30 16:38:43 +00:00
Won Star
72a5fea703
Oh. I forgot to change function calls.
...
svn-id: r23348
2006-06-29 13:18:20 +00:00
Won Star
221afd715a
Whoops. Correct varible name.
...
svn-id: r23344
2006-06-29 12:31:52 +00:00
Won Star
7169e90fad
Properly init memory tables.
...
svn-id: r23342
2006-06-29 09:17:04 +00:00
Won Star
5e7d109e3c
Lock sound timer thread.
...
svn-id: r23340
2006-06-29 05:34:56 +00:00
Won Star
d954c5ebd5
Try to use processor cache efficiently.
...
svn-id: r23339
2006-06-29 05:25:19 +00:00
Won Star
3a020e7876
Add custom memory management code. malloc() for small allocs became much faster and startup time in the GP32 is now 10~30 secs depend on clock speed.
...
svn-id: r23338
2006-06-29 05:15:45 +00:00
Max Horn
492c65009c
Started to move 'monolithic' parts of our ports to the new 'background/platform' directory (see also the 'Modular_Backends' page in our Wiki)
...
svn-id: r23293
2006-06-24 12:33:52 +00:00
Max Horn
00ca50beb7
Follow our code formatting guidelines; also, we provide default implementations for getSavefileManager and displayMessageOnOSD, no point in replacing this with empty dummy implementations
...
svn-id: r23283
2006-06-24 10:12:38 +00:00
Max Horn
6a588f8399
Moved savefile code to new 'saves' backend module (work in progress)
...
svn-id: r23282
2006-06-24 10:08:43 +00:00
Max Horn
c9fd9c4878
Added 'timer' backend module, based on the existing TimerManager code (work in progress)
...
svn-id: r23279
2006-06-24 09:53:45 +00:00
Max Horn
9a955180a4
* Renamed config.mak to config.mk
...
* Renamed common.rules to rules.mk
* Removed explicit declaration of MODULE_DIRS in various spots (instead we let rules.mk compute it)
svn-id: r23275
2006-06-24 08:48:11 +00:00
Max Horn
d210b19aec
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
...
Rationale: backend implementations belong to backends/, but portable APIs meant to be used by high level code is for common / sound / graphics / ... (compare also with backends/midi vs. sound/mididrv.h)
svn-id: r23274
2006-06-24 08:07:48 +00:00
Kostas Nakos
73e7b35efb
updated the readme for 0.9.0 release
...
svn-id: r23200
2006-06-20 19:42:14 +00:00