Commit Graph
1933 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
Torbjörn Andersson 53624376b4 Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with
Fingolfin's blessings. Keyboard repeat is now handled by the event manager,
rather than by individual engines.

Since this can cause problems with some engines (see the AGI engine), the extra
"key down" events are marked as "synthetic", so that they can be ignored if
necessary.

svn-id: r26170
2007-03-17 15:44:26 +00:00
Max Horn e72455c215 cleanup
svn-id: r26169
2007-03-17 14:34:50 +00:00
Max Horn 86ba69f75b oops
svn-id: r26157
2007-03-17 01:11:46 +00:00
Max Horn 8fc8c4847d Implemented a simple EventManager class
svn-id: r26154
2007-03-17 00:07:34 +00:00
Max Horn 5d59ee6091 Add a flag which makes it possible to disable the default savefile man (for backends which want to use our Makefile build system but don't want the default saveman)
svn-id: r26152
2007-03-16 23:07:08 +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
Lars Persson b9a54d55a6 Added mapping from '/' to '\' since Symbian OS does n't support mixed mode (\ and / in the same filename).
svn-id: r26109
2007-03-12 20:13:07 +00:00
Max Horn 319a1c9b65 Reenabled window bit flags for automatica gzip header detection, and documented which zlib version introduced the feature. Also enforce that zlib version
svn-id: r26093
2007-03-11 16:00:38 +00:00
Lars Persson 20fce9c87e Adding extra wbits is not supported by all versions of zlib. If they should be present, please indicate which version of zlib that is required for correct operation.
svn-id: r26092
2007-03-11 15:37:27 +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
Eugene Sandulenko 06c2976fa0 More fixes for MSVC8 warnings.
svn-id: r26063
2007-03-10 15:04:06 +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 eeda548204 Explicitly #include fcntl.h and unistd.h for the open/write/close syscalls
svn-id: r26026
2007-03-08 20:42:40 +00:00
Max Horn d19adc0514 common/util.cpp needs fprintf; various std I/O functions are not used by anything in our code, so there is no need to emulate them -- mark these; my previous commits likely broke compilation of the DS backend, try to reduce the brokeness a bit
svn-id: r26023
2007-03-08 17:36:52 +00:00
Max Horn 8778f121e2 Replaced uses of fprintf() with warning() or error()
svn-id: r26022
2007-03-08 17:23:19 +00:00
Max Horn 47bc9aae19 Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add a FIXME comment (why is assert redefined in ds-fs.h ?)
svn-id: r26020
2007-03-08 16:57:14 +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
Lars Persson ab605c6a41 Updated Symbian File handling to be able support AGI games, but do work due to a fluke in the AGI detection.
svn-id: r25912
2007-02-28 21:25: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