aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2007-04-21not used in a long timeKostas Nakos
svn-id: r26555
2007-04-16NDS : Compile fixBertrand Augereau
svn-id: r26536
2007-04-16NDS : Potentially faster, less precise, CPU-scaler pluggedBertrand Augereau
svn-id: r26535
2007-04-16NDS : #define to experiment with a faster, less precise, CPU-scalerBertrand Augereau
svn-id: r26534
2007-04-16NDS : Trunk fix for latest libndsBertrand Augereau
svn-id: r26529
2007-04-15fix compilation of null backendJoost Peters
svn-id: r26507
2007-04-09these belong here and not to the precompiled lib packKostas Nakos
svn-id: r26443
2007-04-09applied patch 1696852: ARM 4/1 scaler by Robin WattsKostas Nakos
svn-id: r26442
2007-04-09initialize _palette in OSystem_PSP_GU ctor, as it's used in setMouseCursor() ↵Joost Peters
before an actual palette has been set up. (fixes "[ 1670882 ] PSP: Missing cursor on Main Menu") svn-id: r26434
2007-04-07Added missing common/events.h include and added a FIXME commentMax Horn
svn-id: r26411
2007-04-06Updating DS port for changes in main codebase. Code changes for DevkitArm ↵Neil Millstone
r20 and latest libnds. svn-id: r26394
2007-03-27Fixed yet another DC compile errorMax Horn
svn-id: r26309
2007-03-27Fixed indentation.Torbjörn Andersson
svn-id: r26308
2007-03-26Fix compile error in the DC portMax Horn
svn-id: r26306
2007-03-20Added default-events.cpp to Symbian makefileLars Persson
svn-id: r26261
2007-03-18Some fixes to cope with the move of the event code from OSystem to CommonMax Horn
svn-id: r26233
2007-03-18Fix for bug #1683111 (PSP: unable to build latest svn version 26210)Max Horn
svn-id: r26225
2007-03-18adding key scanning functions compatible with ScummVM's IPCNeil Millstone
svn-id: r26188
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class ↵Max Horn
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-17fixed MSVC compiler warning because winnt.h defines its own ARRAYSIZE #defineRobert Göffringmann
svn-id: r26171
2007-03-17Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), withTorbjörn Andersson
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-17cleanupMax Horn
svn-id: r26169
2007-03-17oopsMax Horn
svn-id: r26157
2007-03-17Implemented a simple EventManager classMax Horn
svn-id: r26154
2007-03-16Add a flag which makes it possible to disable the default savefile man (for ↵Max Horn
backends which want to use our Makefile build system but don't want the default saveman) svn-id: r26152
2007-03-14Code cleanup in the actions handling.Lars Persson
svn-id: r26135
2007-03-14ITE save game menu mapping has changed to F5.Lars Persson
svn-id: r26134
2007-03-14Add new KeyMappings (Debugger & Fast mode) for Symbian OS.Lars Persson
svn-id: r26133
2007-03-13Updated Symbian Actions for proper ITE menu key.Lars Persson
svn-id: r26125
2007-03-12Added mapping from '/' to '\' since Symbian OS does n't support mixed mode ↵Lars Persson
(\ and / in the same filename). svn-id: r26109
2007-03-11Reenabled window bit flags for automatica gzip header detection, and ↵Max Horn
documented which zlib version introduced the feature. Also enforce that zlib version svn-id: r26093
2007-03-11Adding extra wbits is not supported by all versions of zlib. If they should ↵Lars Persson
be present, please indicate which version of zlib that is required for correct operation. svn-id: r26092
2007-03-11Fixed '+' mode handling in symbian_fopen (at least this looks to me like it ↵Johannes Schickel
should be, I'm sorry if I got it wrong). svn-id: r26088
2007-03-11Added shared filed support using native file APIs.Lars Persson
svn-id: r26087
2007-03-11Updated actions for symbian OS, memory limits for S60.Lars Persson
svn-id: r26082
2007-03-10More fixes for MSVC8 warnings.Eugene Sandulenko
svn-id: r26063
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
svn-id: r26034
2007-03-08Explicitly #include fcntl.h and unistd.h for the open/write/close syscallsMax Horn
svn-id: r26026
2007-03-08common/util.cpp needs fprintf; various std I/O functions are not used by ↵Max Horn
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-08Replaced uses of fprintf() with warning() or error()Max Horn
svn-id: r26022
2007-03-08Moving Nintendo DS std C I/O emulation wrappers to common/file.cpp; also add ↵Max Horn
a FIXME comment (why is assert redefined in ds-fs.h ?) svn-id: r26020
2007-03-08Removed MAX_FILENAME_LENGTH workaround (using enum's instead of #defines ↵Max Horn
means we can take advantage of namespaces) svn-id: r26019
2007-03-08Removed redundant code from gba_nds_fat.h (for some bizarre reason, the data ↵Max Horn
in this file was present twice) svn-id: r26018
2007-03-03Updated Icons for UIQ3 and updated #defs and fix for scalers.Lars Persson
svn-id: r25953
2007-02-28Updated Symbian File handling to be able support AGI games, but do work due ↵Lars Persson
to a fluke in the AGI detection. svn-id: r25912
2007-02-27properly support saga and cine enginesKostas Nakos
svn-id: r25893
2007-02-26support agi engineKostas Nakos
svn-id: r25880
2007-02-26added gfx and code to support spacebar and escape keys in the virtual ↵Kostas Nakos
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-24Add support for touche engine.Kostas Nakos
Also, since QVGA smartphones can run any game, updated the action mappings to account for all of them. svn-id: r25830
2007-02-24temporarily fix automatic detectionKostas Nakos
svn-id: r25817