Commit Graph
539 Commits
Author SHA1 Message Date
Johannes Schickel 6358878a43 Fixed choppy sound on my Vista box. (after talking with Fingolfin about it)
svn-id: r32331
2008-05-27 21:18:21 +00:00
Max Horn 77f2e18dcf Reduce audio buffer size, as indicated on scummvm-devel
svn-id: r32316
2008-05-27 08:01:06 +00:00
Neil Millstone 556bab2b81 Adding getFileSystemFactory() method in response to mail on scummvm-devel.
svn-id: r32247
2008-05-24 14:57:18 +00:00
Chris Apers 9662178fcb Correct include
svn-id: r32229
2008-05-23 13:04:13 +00:00
Chris Apers 78341b2d18 Use default save game class
svn-id: r32228
2008-05-23 13:00:37 +00:00
Chris Apers 770f0ad619 Use default save game class
svn-id: r32227
2008-05-23 12:59:18 +00:00
Chris Apers 16e7b030fe Fixed PalmSaveFileManager
svn-id: r32225
2008-05-23 11:26:33 +00:00
Chris Apers 4a26c04ff9 Added missing getTimeAndDate backend function
svn-id: r32224
2008-05-23 11:25:22 +00:00
Chris Apers 1b69c18b56 Fixed PalmOS compilation
svn-id: r32223
2008-05-23 11:13:15 +00:00
Chris Apers 69594a118e Added prefix files for M4 and Made engine
svn-id: r32222
2008-05-23 11:11:55 +00:00
Max Horn 5ddf6c4c18 Yet another compilation fix for WinCE
svn-id: r32142
2008-05-16 12:10:43 +00:00
Neil Millstone 2c5e8cc938 Porting changes from 0.11.0 branch
svn-id: r32140
2008-05-15 22:12:51 +00:00
Max Horn defc030143 Removed the GP32 port
svn-id: r32139
2008-05-15 11:40:38 +00:00
Bertrand Augereau 732d440d19 NDS: Rollback of the custom build target rule from .cpp.o to %.o: %.cpp
svn-id: r32137
2008-05-15 10:34:43 +00:00
Bertrand Augereau b619c6ce19 NDS: Protection against FastRam (ITCM) allocation failure
svn-id: r32136
2008-05-15 08:50:47 +00:00
Bertrand Augereau 8c5d09bcf7 NDS: Minor code formatting fixes
svn-id: r32100
2008-05-14 07:07:38 +00:00
Bertrand Augereau 9f2ffaabb3 NDS: OSystem::getTimeAndDate is demoted to the port (with the standard
implementation)

svn-id: r32099
2008-05-14 07:04:14 +00:00
Bertrand Augereau 5f2e26e577 NDS : Compilation fixes
svn-id: r32098
2008-05-14 06:59:23 +00:00
Jordi Vilalta Prat 2c9968fe80 - Added an engine plugin manager and moved engine specific functionality into it
- base/plugins.* reorganization

svn-id: r32045
2008-05-12 00:26:29 +00:00
Johannes Schickel 311e9165ed Proper delete[] formatting (this time all occurences should've been changed...)
svn-id: r31929
2008-05-07 15:09:10 +00:00
Johannes Schickel 600ab40bca Changed all delete [] usages to delete[].
svn-id: r31927
2008-05-07 14:31:45 +00:00
Jordi Vilalta Prat 38f200fc55 Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles
svn-id: r31889
2008-05-06 03:11:01 +00:00
Jordi Vilalta Prat 38a8aa516e Allow static and dynamic plugins to be used at the same time
svn-id: r31888
2008-05-06 03:00:26 +00:00
Jordi Vilalta Prat 86fad805d0 Updated the list of the DC plugins' exported symbols
svn-id: r31802
2008-05-02 05:23:31 +00:00
Lars Persson 604ce476e4 Add textstrings for MADE and M4 engines.
svn-id: r31702
2008-04-24 20:15:42 +00:00
Lars Persson 00de16f587 Remove line from buildscript
svn-id: r31658
2008-04-22 18:47:25 +00:00
Lars Persson be975d3da5 Forgot to include two libs.
svn-id: r31624
2008-04-20 18:38:31 +00:00
Lars Persson 87becbc22f Forgot to disable engines in special build
svn-id: r31618
2008-04-20 17:07:23 +00:00
Lars Persson aef171a556 Updated SYMBIAN buildsystem to build M4 and MADE engines
svn-id: r31616
2008-04-20 16:12:46 +00:00
Lars Persson ac6ce80613 Initial support for M4 and MADE engines
svn-id: r31615
2008-04-20 16:11:27 +00:00
John Willis e08a00fd0e GP2X: Fix 'oops'. No point not initialising the joystick when you need to use it to have some form of input ;).
svn-id: r31552
2008-04-17 19:27:03 +00:00
John Willis 0336442dc4 Cleanup the shell script that puts a GP2X archive together.
svn-id: r31551
2008-04-17 19:24:27 +00:00
John Willis 888eb26f8b Small cleanup of the GP2X backend. Still a few odd things I need to glance at (like it is not working ;-)).
svn-id: r31515
2008-04-16 12:51:56 +00:00
Joost Peters 453d40c405 fix make clean
svn-id: r31466
2008-04-10 17:25:38 +00:00
Marcus Comstedt affff7d395 Code cleanup.
svn-id: r31414
2008-04-05 23:30:12 +00:00
Lars Persson acc5d79d7c Remove Symbian FS creation from common SDL code
svn-id: r31364
2008-04-02 21:19:17 +00:00
Max Horn b0c6a12c81 Modified Patch #1925352: Memory leak fixes
svn-id: r31244
2008-03-26 19:29:33 +00:00
Max Horn b2aea51d58 Call InitScalers instead of setting gBitFormat directly
svn-id: r31242
2008-03-26 14:56:51 +00:00
Max Horn 53ea302f5d Added note on how the WinCE scalers are wasting valuable cycles, and how to fix that
svn-id: r31241
2008-03-26 11:09:38 +00:00
Joost Peters 2c67073084 Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate()
svn-id: r31195
2008-03-19 11:07:27 +00:00
John Willis e971282d08 Implemented OSystem_GP2X::getTimeAndDate (identical to OSystem::getTimeAndDate).
svn-id: r31115
2008-03-12 19:37:21 +00:00
Max Horn 6b3b7a5dc2 Implemented OSystem_SDL::getTimeAndDate (identical to OSystem::getTimeAndDate, which will eventually be REMOVED -- all porters should copy this change, if they haven't already)
svn-id: r31112
2008-03-12 18:36:51 +00:00
Lars Persson a366add4cf Updated datafiles needed for S80, S90 and S60v2
svn-id: r31109
2008-03-11 21:07:00 +00:00
Max Horn 3afe9c0b9e Added OSystem_SDL::getFilesystemFactory()
svn-id: r31107
2008-03-11 17:24:34 +00:00
Robert Göffringmann 4f30f09456 forgot to commit these
svn-id: r31099
2008-03-10 20:34:34 +00:00
Eugene Sandulenko 37b8d5bd4d Clearing unnecessary execution bit
svn-id: r31071
2008-03-08 20:58:38 +00:00
Robert Göffringmann 3b27b9fa43 the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.
svn-id: r31034
2008-03-03 00:41:59 +00:00
Marcus Comstedt d5e09de48c Added getTimeAndDate() implementation.
svn-id: r31027
2008-03-01 22:12:52 +00:00
Marcus Comstedt 4d45121ccf Integrated fs factory into osystem object.
svn-id: r31024
2008-03-01 17:48:42 +00:00
Marcus Comstedt 964caae2dd Moved Dreamcast filesystem factory to platform directory.
svn-id: r31021
2008-03-01 15:45:54 +00:00