aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Collapse)Author
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-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-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-09reduced dependency from windows-specific header filesNicola Mettifogo
svn-id: r26034
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-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
2007-02-21Change an include to remove requirement of libfatNeil Millstone
svn-id: r25773
2007-02-21Change an include to remove requirement of libfatNeil Millstone
svn-id: r25772
2007-02-18Added compressed-saves.cpp to base symbian makefileLars Persson
svn-id: r25706
2007-02-18NDS : The scaler profiling renders a white line (1 pixel / 1 ms)Bertrand Augereau
svn-id: r25704
2007-02-18NDS : CPU scaler twiddling backupBertrand Augereau
svn-id: r25703
2007-02-18NDS : CPU scaler performance experimentBertrand Augereau
svn-id: r25702
2007-02-18NDS : Compile fix (savegames-related)Bertrand Augereau
svn-id: r25700
2007-02-18Updated locations of created files to be uninstalledLars Persson
svn-id: r25687
2007-02-18flush()->finalize()Marcus Comstedt
svn-id: r25683
2007-02-18correctly reinit sound output deviceKostas Nakos
svn-id: r25682
2007-02-17Get rid of Common::SaveFileMax Horn
svn-id: r25666
2007-02-16Some very obvious cleanups.Torbjörn Andersson
svn-id: r25635
2007-02-15Changes made for 0.9.1a beta2 release backported to trunkNeil Millstone
svn-id: r25617
2007-02-13NDS : Added the cpu scaler option in dsoptions (even seem to work ↵Bertrand Augereau
dynamically, at least in Maniac Mansion) svn-id: r25561
2007-02-12removed dependency on MAX_MOUSE_W/H. optimized mouse blits a bitKostas Nakos
svn-id: r25527
2007-02-11remove libmpeg2 'support', as we support DXA cutscenes now and mpeg2 was ↵Joost Peters
never working well on PSP svn-id: r25489
2007-02-11fix compilation / modularization updateJoost Peters
svn-id: r25487
2007-02-08The restriction on 'small' mouse cursors has been lifted quite some time ↵Max Horn
ago; PalmOS and WinCE port should be extended accordingly (in particular, the PalmOS port would silently overwrite its memory when big cursors are used) svn-id: r25431
2007-02-08Removed build.rules (hasn't been used by our build system for ages now)Max Horn
svn-id: r25430
2007-02-07Update GP2X port to hack around the odd grabRawScreen issues. This is not a ↵John Willis
fix rather a workaround for now. svn-id: r25420
2007-02-07Update GP2X ports helper scripts to support newer Open2x tool-chains (ones ↵John Willis
with the pragma pack patches). svn-id: r25408
2007-02-04permit compilation with hq scalers disabledKostas Nakos
svn-id: r25390
2007-02-03update to new detectorKostas Nakos
svn-id: r25355
2007-02-03set svn:ignore, sync makefileKostas Nakos
svn-id: r25350
2007-01-27DetectedGameList -> GameList.Marcus Comstedt
svn-id: r25235
2007-01-27Updated symbian builds for parallactionLars Persson
svn-id: r25228
2007-01-21Speed up mouse emulation with hires gamesChris Apers
svn-id: r25148
2007-01-21Cleanup event codeChris Apers
Added key up for mouse buttons so that we can control Gobliiins and Touche properly svn-id: r25147
2007-01-21ClenaupChris Apers
svn-id: r25144