aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2007-09-01Prevent orientation changeChris Apers
2007-09-01Fixed compilationChris Apers
2007-09-01Removed obsolete codeChris Apers
2007-09-01Some key related cleanupChris Apers
2007-08-18Making DS port build againNeil Millstone
2007-08-18Merged some of the changes from the trunk patch back in to the GSoC fsnode br...David Corrales
2007-08-11Fixed compilation.Torbjörn Andersson
2007-08-11windows.h needs to be included before sdl.h, to avoid redefinition of ARRAYSIZEFilippos Karapetis
2007-08-11SDL backend cleanup (minor)Max Horn
2007-08-11Removing the DEAD MorphOS portMax Horn
2007-08-05Merged fsnode with trunk: r27971:28460David Corrales
2007-08-01Initial commit of the new BaseFile implementation. It provides a common groun...David Corrales
2007-07-29Add a removeSavefile() to the default savefile manager based on the new Commo...David Corrales
2007-07-19Fixed a subtle bug when browsing directories in the main game chooser.David Corrales
2007-07-18Added error codes to the SaveFileManager via the SFMError enum. Also, solved ...David Corrales
2007-07-16Word completion code that uses predictive dictionary ported from branch0-10-0Neil Millstone
2007-07-12Changed SaveFileManager::listSavegames() function to be engine agnostic. It n...David Corrales
2007-07-10This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCERobin Watts
2007-07-09Update the interfaces for the getChildren method to include the hidden flag.David Corrales
2007-07-09Fixed a couple compilation issues in the windows build.David Corrales
2007-07-08Fixed a very strange bug with strings. Also added a couple sanity checks.David Corrales
2007-07-08Merged the FSNode branch with trunk r27681:27969David Corrales
2007-07-08Removed various obsolete methods from OSystem (screenToOverlayX/Y, overlayToS...Max Horn
2007-07-08Initial patch to the listSavefiles method. Now only the existing savegames ar...David Corrales
2007-07-05Tidy up of the GP2X config.sh and bundle.sh scripts. Add support for libMPEG2...John Willis
2007-07-01Only invoke g_engine->pauseEngine if g_engine != NULLMax Horn
2007-07-01Removing non-ASCII chars from source codeMax Horn
2007-06-30Adding mistakenly deleted fileNeil Millstone
2007-06-30Just a testNeil Millstone
2007-06-30- Show mouse cursor optionNeil Millstone
2007-06-30Adding some missing stuff to the PS2 port (it still will require quite some w...Max Horn
2007-06-30Added Engine::pauseEngine method (allows outside code, like the backend, to p...Max Horn
2007-06-30typoMax Horn
2007-06-30Added global support for the (so far undocumented) confirm_exit config keyMax Horn
2007-06-30whitespacesMax Horn
2007-06-26Cleanup of the GP2X port to fix compile issues (and the odd warning).John Willis
2007-06-24Not necessary to have a LINUPY hack in the GP2x backendMax Horn
2007-06-24Use keycodes instead of the (bad) ascii code for function keys in the DC backendMax Horn
2007-06-24Update the WinCE makefile to use the USE_ARM_SMUSH_ASM define to enableRobin Watts
2007-06-23Missed some files in the branch/trunk merge.David Corrales
2007-06-23Merged the FSNode branch with trunk r27031:27680David Corrales
2007-06-23Add a couple of casts from int to (Common:KeyCode) in the WinCE specific code.Robin Watts
2007-06-23Tweaks to WinCE makefile.Robin Watts
2007-06-23Add missing semi-colon.Travis Howell
2007-06-23Update GUI::Key constructsMax Horn
2007-06-22Produce 'correct' keycode/ascii values for function keysMax Horn
2007-06-22fix compilation by casting the %, {, }, | and ~ keycode "magic" numbers to Co...Joost Peters
2007-06-22Cleaning up after myself (I blame it on, err, uhh... the Vogons?)Max Horn
2007-06-22Added Common::KEYCODE_INALIDMax Horn
2007-06-22Oops, forgot Common:: qualifierMax Horn