Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-18 | Improved the iphone swipe input handling | Oystein Eftevaag | |
svn-id: r41641 | |||
2009-06-17 | Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml ↵ | Andre Heider | |
generation. svn-id: r41619 | |||
2009-06-13 | Detected games with different language or platform are now | Marcus Comstedt | |
no longer treated as duplicates, even if they have the same target and directory. Also, pass these parameters to the ConfMan, so that the correct version of the game is started. svn-id: r41504 | |||
2009-06-08 | Virtual Keyboard: Move vkeybd.zip into packs folder and rename default ↵ | John Willis | |
keyboard pack to vkeybd_default(.zip) with updates to default-events.cpp. Also update vkeybdpack.py to use zlib compression if Python zlib is found. Update GP2X and GP2XWiz bundle files to get new vkeybd_default.zip. svn-id: r41373 | |||
2009-06-06 | Implement feature request #1180217: "GUI: Mute option" | Eugene Sandulenko | |
svn-id: r41233 | |||
2009-06-06 | GP2X: Small cleanup of control code and start to work on virtual keyboard ↵ | John Willis | |
support for the backend. svn-id: r41230 | |||
2009-06-06 | GP2XWiz: Cleanup and start to work on virtual keyboard support for the backend. | John Willis | |
svn-id: r41226 | |||
2009-06-04 | Code formatting in the gp2xwiz backend | Max Horn | |
svn-id: r41167 | |||
2009-06-04 | Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). ↵ | John Willis | |
Includes configure changes and one #ifdef to SDL backend. Also updates NEWS. svn-id: r41156 | |||
2009-06-03 | cleanup | Max Horn | |
svn-id: r41150 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2009-05-27 | Changes for the latest libfat update. | Andre Heider | |
svn-id: r40950 | |||
2009-05-25 | Added hardwarekeys.cpp to makefile | Lars Persson | |
svn-id: r40895 | |||
2009-05-24 | Also strip trailing whitespaces in C and Objective-C source files. (Seems I ↵ | Johannes Schickel | |
forgot that we got those too :-P) svn-id: r40872 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-21 | Attempt to bring event recoredr to life. Still crashes on exit, though. | Eugene Sandulenko | |
svn-id: r40775 | |||
2009-05-21 | Workaround for shells that treat an empty list in for as a syntax error... | Marcus Comstedt | |
svn-id: r40758 | |||
2009-05-21 | Micro-optimization: Don't re-strip plugins which are not modified. | Marcus Comstedt | |
svn-id: r40757 | |||
2009-05-21 | Ack, can't use something set with := in the dependency section. *sigh* New ↵ | Marcus Comstedt | |
try. svn-id: r40753 | |||
2009-05-21 | Added proper dependencies for the "plugin_dist" target. | Marcus Comstedt | |
svn-id: r40751 | |||
2009-05-16 | Fix bug #2790461: "WINCE: Compilation broken" | Eugene Sandulenko | |
svn-id: r40624 | |||
2009-05-12 | Make data that is only locally used static | Max Horn | |
svn-id: r40516 | |||
2009-05-12 | Give hints for better automapping | Eugene Sandulenko | |
svn-id: r40500 | |||
2009-05-12 | Synced WinCE SDL backend with the changes in commit #40226. Hopefully, this ↵ | Filippos Karapetis | |
will fix bug #2790461 - "WINCE: Compilation broken" svn-id: r40475 | |||
2009-05-11 | This is the source for the MMUHACK 2.4 kernel module is included with the ↵ | John Willis | |
GP2X backend. This is the code used to build the mmuhack.o module that ships with the GP2X binaries. -- line, and those below, will be ignored-- A gp2x/mmuhack AM gp2x/mmuhack/flush_uppermem_cache.s AM gp2x/mmuhack/flush_uppermem_cache.h AM gp2x/mmuhack/mmuhack.c AM gp2x/mmuhack/readme.txt AM gp2x/mmuhack/Makefile svn-id: r40449 | |||
2009-05-11 | Fix compilation | Eugene Sandulenko | |
svn-id: r40447 | |||
2009-05-11 | Define hardware keys for 101 keyboard in SDL backend. | Eugene Sandulenko | |
TODO: speedup initialization. Now it is quite slowww. svn-id: r40445 | |||
2009-05-11 | Fixed some warnings | Oystein Eftevaag | |
svn-id: r40444 | |||
2009-05-10 | iPhone fixes for compiling with the unofficial sdk | Oystein Eftevaag | |
svn-id: r40440 | |||
2009-05-10 | Keymapper: | Eugene Sandulenko | |
- Introduced new OSystem method getHardwareKeySet() with default implementation - Moved global keymap creation to base/main.cpp - Moved GUI keymap creation to gui/GuiManager.cpp - Added various safeguard checks to various keymapper methods Now it is really possible to add keymapper to all backends. svn-id: r40439 | |||
2009-05-10 | Updated xcode project and did some minor iphone optimizations | Oystein Eftevaag | |
svn-id: r40418 | |||
2009-05-09 | Fix GUI keymap. | Eugene Sandulenko | |
svn-id: r40405 | |||
2009-05-09 | Converted the iPhone backend to use OpenGL ES instead of CoreSurface for ↵ | Oystein Eftevaag | |
graphics output svn-id: r40403 | |||
2009-05-08 | SDL: Modified OSystem_SDL::setWindowCaption to strip out non-ASCII chars ↵ | Max Horn | |
(this prevents a crash on OS X). Note that the OSystem specs cleary state that only ASCII may be passed to setWindowCaption(), but we ignore this e.g. in the launcher svn-id: r40381 | |||
2009-05-01 | Renamed aspectRatio to aspectRatioCorrection in the SDL backend to match the ↵ | Bertrand Augereau | |
accessor functions (don't worry, o reader, for this is the only modification going to the SVN :) ) svn-id: r40226 | |||
2009-04-29 | fix warning | Joost Peters | |
svn-id: r40204 | |||
2009-04-21 | run psp-fixup-imports after linking | Joost Peters | |
svn-id: r40037 | |||
2009-04-18 | Fixed a crash happening when an engine dirtied the full screen, and called ↵ | Oystein Eftevaag | |
initSize() before calling updateScreen (fixes bug 418820, specifically about Lost in Time crashing after the title screen) svn-id: r39985 | |||
2009-04-18 | iPhone: Updated input event system to firmware 2.x standard | Oystein Eftevaag | |
svn-id: r39984 | |||
2009-04-16 | Backout previous 'ooops' change (while shaking a stick at SVN and trying to ↵ | John Willis | |
convince people (badly) that is was not just simple user error ;-)). svn-id: r39961 | |||
2009-04-16 | Push local cleanup into the 0.13 branch in prep. for 0.13.1. | John Willis | |
svn-id: r39960 | |||
2009-04-16 | Tiny update to the GP2X readme on branch (remove SVN build ref.). | John Willis | |
svn-id: r39959 | |||
2009-04-13 | commit slightly modified version of #2759353 - GSoC 2009: Correction in ↵ | Joost Peters | |
README.PSP svn-id: r39949 | |||
2009-04-04 | Remove the obsolete IPHONE_BACKEND define | Jordi Vilalta Prat | |
svn-id: r39835 | |||
2009-03-27 | Improved configure support for the GP2X port. | Andre Heider | |
svn-id: r39708 | |||
2009-03-25 | Allow building of psp backend via configure (Part 1 - Still need to add the ↵ | Joost Peters | |
fixup + EBOOT packing steps). Thanks dhewg and fingolfin for assistance. :) svn-id: r39693 | |||
2009-03-24 | remove unsigned qualifier, as byte already is unsigned. | Joost Peters | |
svn-id: r39672 | |||
2009-03-21 | argv should not be modified; make it plenty const. | Marcus Comstedt | |
svn-id: r39591 | |||
2009-03-21 | Fixed some warnings. | Marcus Comstedt | |
svn-id: r39590 |