Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-30 | GP2x: Enable use of forbidden symbols | Max Horn | |
svn-id: r53962 | |||
2010-10-20 | GPH: Cleanup Readme and support scripts. | John Willis | |
GP2X: Cleanup Readme. SDL: Change a few backend defines to GPH_DEVICE from the device name (blocking main and loadGFXMode so they can be written elsewhere). svn-id: r53639 | |||
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat | |
svn-id: r53160 | |||
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson | |
Our warning() and error() functions always add an exclamation mark to the end of the message anyway. svn-id: r52791 | |||
2010-09-08 | GP2X: Clean up input code a little. | John Willis | |
* Match the GP2XWiz input code. svn-id: r52645 | |||
2010-07-29 | BUILD: Unify how MODULE_DIRS is computed for backends | Max Horn | |
This should help avoid situations where MODULE_DIRS is not set to a complete list of build dirs (which causes troubles with the automatic header dependency detection logic). On the long run, we should replace the relevant code by a macro or also use rules.mk for this (with yet another if/else case add to it). svn-id: r51467 | |||
2010-06-16 | Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and ↵ | David Turner | |
derived backends. svn-id: r49902 | |||
2010-06-15 | GP2X: Move port distribution rules into a makefile for use with buildbot. | John Willis | |
This removes them from the old scripts in /backends/platform/gp2x/build/ and puts them in the right place. svn-id: r49892 | |||
2010-06-02 | OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects | Max Horn | |
svn-id: r49388 | |||
2010-06-01 | This hopefully fixes the compilation of the GP2x backend. | Johannes Schickel | |
svn-id: r49378 | |||
2010-06-01 | Remove dead code from PS2 and GP2x backends | Max Horn | |
svn-id: r49374 | |||
2010-05-29 | Removed some unused variables, found by cppcheck. | Torbjörn Andersson | |
svn-id: r49306 | |||
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵ | Andre Heider | |
configure. svn-id: r48977 | |||
2010-03-18 | Convert some occurences of StringList to StringArray; | Max Horn | |
try to fix compile error in GP2x code svn-id: r48286 | |||
2010-03-12 | GP2x: Oops, forgot to checkin this file | Max Horn | |
svn-id: r48244 | |||
2010-03-12 | GP2X: Try to fix compile error | Max Horn | |
svn-id: r48243 | |||
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵ | Max Horn | |
MixerImpl constructor svn-id: r48238 | |||
2010-03-10 | Remove last traces of OSystem::getOutputSampleRate() | Max Horn | |
svn-id: r48229 | |||
2010-03-08 | Move some aspect ratio related stuff to graphics/scaler/aspect.h | Max Horn | |
svn-id: r48186 | |||
2010-02-27 | Added the svn:keywords property to some files missing it. | Jordi Vilalta Prat | |
svn-id: r48148 | |||
2010-01-25 | Strip trailing whitespaces/tabs in documentation files too. | Johannes Schickel | |
svn-id: r47543 | |||
2009-11-09 | Revert rev 45791 and make the first param of OSystem_SDL::remapKey again ↵ | Max Horn | |
non-const (as it may have to be modified for remapping. Of course. Silly me :/) svn-id: r45796 | |||
2009-11-09 | SDL: Make first param of OSystem_SDL::remapKey const | Max Horn | |
svn-id: r45791 | |||
2009-10-13 | Update some more icons (motomagx, gp2x, gp2xwiz and wince) | Jordi Vilalta Prat | |
svn-id: r45011 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-28 | Removed the svn:executable property on non-executables | Andre Heider | |
svn-id: r44444 | |||
2009-08-21 | This hopefully fixes the GP2x build (and kicks off buildbot) | Andre Heider | |
svn-id: r43607 | |||
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to ↵ | Andre Heider | |
guarantee a consistent build. svn-id: r43604 | |||
2009-08-21 | correct idiotic error in first gp2x fix attempt. | Jody Northup | |
svn-id: r43581 | |||
2009-08-21 | fixed GP2X (I hope) | Jody Northup | |
svn-id: r43580 | |||
2009-08-09 | GP2X: Commit local version of backend, contains a 'fix' to work around a ↵ | John Willis | |
GP2X SDL 'feature' that was removing the ability to disable aspect ratio correction. Also misc cleanup and changes to default volume levels to cut down on sample clipping. svn-id: r43167 | |||
2009-07-31 | GP2X: Clean up README-GP2X and remove HTML version of it from SVN (no one ↵ | John Willis | |
ever reads it and the WiKi is more upto date). svn-id: r42959 | |||
2009-07-28 | GP2XWiz: Add downscale support to the backend using the PocketPCHalfARM ↵ | John Willis | |
scaler from the WinCE backend (Maybe this should be moved into /graphics/scalers at some point?). Also enable all the ARM optemised routines in this and the GP2X backend. svn-id: r42863 | |||
2009-07-25 | GP2X Backend: Volume control code cleanup. | John Willis | |
svn-id: r42785 | |||
2009-07-25 | Yet another fix for the GP2x backend. | Johannes Schickel | |
svn-id: r42761 | |||
2009-07-25 | Fix gp2x port building. | Johannes Schickel | |
svn-id: r42759 | |||
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 | GP2X: Small cleanup of control code and start to work on virtual keyboard ↵ | John Willis | |
support for the backend. svn-id: r41230 | |||
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-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-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-03-27 | Improved configure support for the GP2X port. | Andre Heider | |
svn-id: r39708 | |||
2009-02-12 | Cleanup of the GP2X backend. It's been sat on my HDD for a while and it ↵ | John Willis | |
really should be in SVN. svn-id: r36278 | |||
2009-01-30 | Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some ↵ | Max Horn | |
potential errors in WinCE & GP2x, too) svn-id: r36146 | |||
2009-01-30 | Moved default implementations for various OSystem methods into a new class ↵ | Max Horn | |
BaseBackend svn-id: r36135 | |||
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for ↵ | Max Horn | |
OSystem::getOverlayFormat to several ports (pending testing by the porters) svn-id: r34912 | |||
2008-11-06 | cleanup | Max Horn | |
svn-id: r34908 |