aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2x
AgeCommit message (Collapse)Author
2009-10-08Introduce 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-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-09-28Removed the svn:executable property on non-executablesAndre Heider
svn-id: r44444
2009-08-21This hopefully fixes the GP2x build (and kicks off buildbot)Andre Heider
svn-id: r43607
2009-08-21Renamed 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-21correct idiotic error in first gp2x fix attempt.Jody Northup
svn-id: r43581
2009-08-21fixed GP2X (I hope)Jody Northup
svn-id: r43580
2009-08-09GP2X: 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-31GP2X: 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-28GP2XWiz: 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-25GP2X Backend: Volume control code cleanup.John Willis
svn-id: r42785
2009-07-25Yet another fix for the GP2x backend.Johannes Schickel
svn-id: r42761
2009-07-25Fix gp2x port building.Johannes Schickel
svn-id: r42759
2009-06-08Virtual 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-06GP2X: Small cleanup of control code and start to work on virtual keyboard ↵John Willis
support for the backend. svn-id: r41230
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-05-11This 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-16Backout 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-16Push local cleanup into the 0.13 branch in prep. for 0.13.1.John Willis
svn-id: r39960
2009-04-16Tiny update to the GP2X readme on branch (remove SVN build ref.).John Willis
svn-id: r39959
2009-03-27Improved configure support for the GP2X port.Andre Heider
svn-id: r39708
2009-02-12Cleanup 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-30Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some ↵Max Horn
potential errors in WinCE & GP2x, too) svn-id: r36146
2009-01-30Moved default implementations for various OSystem methods into a new class ↵Max Horn
BaseBackend svn-id: r36135
2008-11-06Got 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-06cleanupMax Horn
svn-id: r34908
2008-09-29Added FIXME to GP2x portMax Horn
svn-id: r34678
2008-08-04Pushed some port specific code from DefaultSaveFileManager out to port ↵Max Horn
specific code in backends/platform/ svn-id: r33621
2008-06-29Small GP2X tidy (mostly svn:executable on scripts) and fixes needed to ↵John Willis
reflect "Patch ##1956946 (Audio::Mixer internal API revision)" svn-id: r32835
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
svn-id: r32828
2008-06-28Removed obsolete ::clearSoundCallback() codeMax Horn
svn-id: r32826
2008-04-17GP2X: Fix 'oops'. No point not initialising the joystick when you need to ↵John Willis
use it to have some form of input ;). svn-id: r31552
2008-04-17Cleanup the shell script that puts a GP2X archive together.John Willis
svn-id: r31551
2008-04-16Small cleanup of the GP2X backend. Still a few odd things I need to glance ↵John Willis
at (like it is not working ;-)). svn-id: r31515
2008-03-12Implemented OSystem_GP2X::getTimeAndDate (identical to OSystem::getTimeAndDate).John Willis
svn-id: r31115
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-22Removed backends/intern.hMax Horn
svn-id: r30611
2007-12-05Change to default volume levels on the GP2X to prevent some nasty 'clipping'.John Willis
svn-id: r29721
2007-12-05Tidyup of a few small things in the GP2X port.John Willis
svn-id: r29719
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ↵Max Horn
comments; and some other related cleanup svn-id: r28890
2007-07-05Tidy up of the GP2X config.sh and bundle.sh scripts. Add support for ↵John Willis
libMPEG2 (software YV12 for now). Now needs the latest test Open2x lib pack to build (http://wiki.open2x.org/open2x/wiki/index.php?title=Prebuilt_Library_Packages#Test_Releases). svn-id: r27922
2007-06-26Cleanup of the GP2X port to fix compile issues (and the odd warning).John Willis
svn-id: r27728
2007-06-24Not necessary to have a LINUPY hack in the GP2x backendMax Horn
svn-id: r27696
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* ↵Max Horn
constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/ svn-id: r27616
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵Max Horn
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548
2007-06-10Added reference to COPYRIGHT file in various placesMax Horn
svn-id: r27325
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024