Commit Graph
191 Commits
Author SHA1 Message Date
Bertrand Augereau 969d257274 NDS : Compile fix
svn-id: r26536
2007-04-16 22:10:45 +00:00
Bertrand Augereau ed178f7e84 NDS : Potentially faster, less precise, CPU-scaler plugged
svn-id: r26535
2007-04-16 21:29:55 +00:00
Bertrand Augereau 78939c8166 NDS : #define to experiment with a faster, less precise, CPU-scaler
svn-id: r26534
2007-04-16 21:08:13 +00:00
Bertrand Augereau bf7123548a NDS : Trunk fix for latest libnds
svn-id: r26529
2007-04-16 20:06:35 +00:00
Joost Peters 2c3e9e087f fix compilation of null backend
svn-id: r26507
2007-04-15 16:03:10 +00:00
Kostas Nakos 5dcd53ee9f these belong here and not to the precompiled lib pack
svn-id: r26443
2007-04-09 19:47:23 +00:00
Kostas Nakos c909ae47f6 applied patch 1696852: ARM 4/1 scaler by Robin Watts
svn-id: r26442
2007-04-09 19:41:30 +00:00
Joost Peters 871e83d070 initialize _palette in OSystem_PSP_GU ctor, as it's used in setMouseCursor() before an actual palette has been set up. (fixes "[ 1670882 ] PSP: Missing cursor on Main Menu")
svn-id: r26434
2007-04-09 11:30:53 +00:00
Max Horn c5b67c6e29 Added missing common/events.h include and added a FIXME comment
svn-id: r26411
2007-04-07 22:15:16 +00:00
Neil Millstone c6d41c0755 Updating DS port for changes in main codebase. Code changes for DevkitArm r20 and latest libnds.
svn-id: r26394
2007-04-06 18:34:53 +00:00
Max Horn 4dd50ee6f4 Fixed yet another DC compile error
svn-id: r26309
2007-03-27 19:26:39 +00:00
Torbjörn Andersson 6a9eb08ac7 Fixed indentation.
svn-id: r26308
2007-03-27 14:28:48 +00:00
Max Horn a848511743 Fix compile error in the DC port
svn-id: r26306
2007-03-26 19:31:36 +00:00
Lars Persson 1fb7e82a15 Added default-events.cpp to Symbian makefile
svn-id: r26261
2007-03-20 19:56:02 +00:00
Max Horn 995a4d7cff Some fixes to cope with the move of the event code from OSystem to Common
svn-id: r26233
2007-03-18 21:55:57 +00:00
Max Horn 2c3152ea62 Fix for bug #1683111 (PSP: unable to build latest svn version 26210)
svn-id: r26225
2007-03-18 18:59:35 +00:00
Neil Millstone 08d8286410 adding key scanning functions compatible with ScummVM's IPC
svn-id: r26188
2007-03-18 01:45:14 +00:00
Max Horn ed54ea9155 Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again
svn-id: r26180
2007-03-17 19:02:05 +00:00
Robert Göffringmann 4a11e7299a fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #define
svn-id: r26171
2007-03-17 15:45:05 +00:00
Lars Persson ce5a9c9edb Code cleanup in the actions handling.
svn-id: r26135
2007-03-14 19:32:21 +00:00
Lars Persson f93ef30820 ITE save game menu mapping has changed to F5.
svn-id: r26134
2007-03-14 19:28:29 +00:00
Lars Persson 4d962e1771 Add new KeyMappings (Debugger & Fast mode) for Symbian OS.
svn-id: r26133
2007-03-14 19:25:33 +00:00
Lars Persson dbca9d0c47 Updated Symbian Actions for proper ITE menu key.
svn-id: r26125
2007-03-13 20:47:11 +00:00
Johannes Schickel b4b3233cb8 Fixed '+' mode handling in symbian_fopen (at least this looks to me like it should be, I'm sorry if I got it wrong).
svn-id: r26088
2007-03-11 14:51:02 +00:00
Lars Persson e8c941c128 Added shared filed support using native file APIs.
svn-id: r26087
2007-03-11 14:28:03 +00:00
Lars Persson 61690d4daf Updated actions for symbian OS, memory limits for S60.
svn-id: r26082
2007-03-11 11:23:40 +00:00
Nicola Mettifogo 1e985051a9 reduced dependency from windows-specific header files
svn-id: r26034
2007-03-09 00:13:07 +00:00
Max Horn 273480d492 Removed MAX_FILENAME_LENGTH workaround (using enum's instead of #defines means we can take advantage of namespaces)
svn-id: r26019
2007-03-08 16:53:30 +00:00
Max Horn 89095f10a8 Removed redundant code from gba_nds_fat.h (for some bizarre reason, the data in this file was present twice)
svn-id: r26018
2007-03-08 16:49:58 +00:00
Lars Persson 5cee9799f1 Updated Icons for UIQ3 and updated #defs and fix for scalers.
svn-id: r25953
2007-03-03 18:36:05 +00:00
Kostas Nakos 235aa3376b properly support saga and cine engines
svn-id: r25893
2007-02-27 11:07:59 +00:00
Kostas Nakos 017c1b24f7 support agi engine
svn-id: r25880
2007-02-26 18:09:41 +00:00
Kostas Nakos 9f9b7d96a7 added gfx and code to support spacebar and escape keys in the virtual keyboard (remember, Jubanka couldn't draw if his life depended on it :-) ).
fixed (essentially added) support for the directional keys of the virtual keyboard (no idea why these were not implemented).

svn-id: r25879
2007-02-26 17:48:04 +00:00
Kostas Nakos 03e75235f0 Add support for touche engine.
Also, since QVGA smartphones can run any game, updated the action mappings to account for all of them.

svn-id: r25830
2007-02-24 20:50:56 +00:00
Kostas Nakos cec73cde40 temporarily fix automatic detection
svn-id: r25817
2007-02-24 11:18:28 +00:00
Neil Millstone b2539cc19c Change an include to remove requirement of libfat
svn-id: r25773
2007-02-21 20:57:10 +00:00
Neil Millstone b21ea458b5 Change an include to remove requirement of libfat
svn-id: r25772
2007-02-21 20:50:21 +00:00
Lars Persson 23a4e1de64 Added compressed-saves.cpp to base symbian makefile
svn-id: r25706
2007-02-18 21:29:02 +00:00
Bertrand Augereau 887cf19cac NDS : The scaler profiling renders a white line (1 pixel / 1 ms)
svn-id: r25704
2007-02-18 20:53:06 +00:00
Bertrand Augereau 20e44a4914 NDS : CPU scaler twiddling backup
svn-id: r25703
2007-02-18 20:30:15 +00:00
Bertrand Augereau a43073de39 NDS : CPU scaler performance experiment
svn-id: r25702
2007-02-18 18:59:40 +00:00
Bertrand Augereau a866cb4ba0 NDS : Compile fix (savegames-related)
svn-id: r25700
2007-02-18 18:38:12 +00:00
Lars Persson dbd43fcb5a Updated locations of created files to be uninstalled
svn-id: r25687
2007-02-18 15:12:23 +00:00
Marcus Comstedt 2bb012701a flush()->finalize()
svn-id: r25683
2007-02-18 11:48:10 +00:00
Kostas Nakos 2a8e4ca876 correctly reinit sound output device
svn-id: r25682
2007-02-18 11:46:39 +00:00
Max Horn e326f482c9 Get rid of Common::SaveFile
svn-id: r25666
2007-02-17 22:11:00 +00:00
Torbjörn Andersson 16e7a12878 Some very obvious cleanups.
svn-id: r25635
2007-02-16 17:13:29 +00:00
Neil Millstone 45ed48a860 Changes made for 0.9.1a beta2 release backported to trunk
svn-id: r25617
2007-02-15 23:23:03 +00:00
Bertrand Augereau f01d2a1199 NDS : Added the cpu scaler option in dsoptions (even seem to work dynamically, at least in Maniac Mansion)
svn-id: r25561
2007-02-13 21:04:31 +00:00
Kostas Nakos 65acaf50e7 removed dependency on MAX_MOUSE_W/H. optimized mouse blits a bit
svn-id: r25527
2007-02-12 17:25:36 +00:00