aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Collapse)Author
2008-12-04Fix for GUI compile error described in bug #2387217 "WINCE: SVN trunk ↵Johannes Schickel
compilation broken". svn-id: r35235
2008-12-04Fix for bug #2388270 "[Wii/GC] Unable to build SVN rev.35233".Johannes Schickel
svn-id: r35234
2008-12-04Some changes which will hopefully fix bug #2387217 - "WINCE: SVN trunk ↵Filippos Karapetis
compilation broken". I've done the changes based on the corresponding SDL backend functions. Please verify that everything is working correctly, as I don't have a WinCE device to test this svn-id: r35232
2008-11-30Fix NDS warning that should really be an error. Returning nothing from a nonRobin Watts
void function should be an error in any sane compiler... svn-id: r35176
2008-11-29Remove warnings from NDS build.Robin Watts
svn-id: r35172
2008-11-24Nintedo DS specific code: Remove function call (strlen) from loop condition.Robin Watts
(Spotted by Fingolfin - Thanks) svn-id: r35163
2008-11-23Eliminate some warnings from NDS specific code.Robin Watts
svn-id: r35157
2008-11-23Remove NDS blitters.s, as it's unused - we now have blitters_arm.s instead.Robin Watts
svn-id: r35156
2008-11-21fix wrong uncompress() error check (Z_OK == 0) -- thanks whoever wrecked this ;)Joost Peters
svn-id: r35146
2008-11-20NDS: Fix link error in non-SCUMM builds by removing some dead & obsolete codeMax Horn
svn-id: r35129
2008-11-20Fix warningsMax Horn
svn-id: r35128
2008-11-19Disable commandline support. Not used by the Symbian PORTLars Persson
svn-id: r35125
2008-11-19Added support for TUCKER and GroovieLars Persson
svn-id: r35124
2008-11-15Tweaks to make DS buildable again.Robin Watts
svn-id: r35085
2008-11-15DS: Replaced call to obsolete addButton methodMax Horn
svn-id: r35084
2008-11-14Init _oldVideoMode, _videoMode and _transactioDetails properly.Johannes Schickel
svn-id: r35066
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
svn-id: r35062
2008-11-07Reverted my earlier commit r34926.Nicola Mettifogo
svn-id: r34930
2008-11-07Fixed leaks in SearchMan. Default directories are now added with the ↵Nicola Mettifogo
'autoFree' parameter set to true. svn-id: r34926
2008-11-06Set vector renderer formatLars Persson
svn-id: r34917
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-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
svn-id: r34911
2008-11-06cleanupMax Horn
svn-id: r34908
2008-11-03add PSPSaveFileManager class (subclassed DefaultSaveFileManager)Joost Peters
svn-id: r34891
2008-11-03implement OSystem::getOverlayFormat()Joost Peters
svn-id: r34890
2008-11-03Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".Johannes Schickel
svn-id: r34875
2008-11-03* turned DefaultSaveFileManager::checkPath into a virtual methodMax Horn
* add a subclass of DefaultSaveFileManager for UNIX, POSIXSaveFileManager, which overloads checkPath * switched SDL backend to use POSIXSaveFileManager if UNIX is #defined svn-id: r34872
2008-10-31Specified VECTOR_RENDERER_FORMAT to 1555 for DS build (at least from the ↵Johannes Schickel
code it looks like DS uses a 1555 overlay). svn-id: r34869
2008-10-26DS port: My version of devkitpro complains that various symbols are defined inRobin Watts
a different namespace. The fix is to refer to these symbols using ::. svn-id: r34850
2008-10-26DS port: Declare ARM blitters as being ITCM_CODE, so that we avoid the dreadedRobin Watts
"relocation truncated to fit" error in thumb builds. svn-id: r34849
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of ↵Johannes Schickel
SharedPtr usage". svn-id: r34837
2008-10-19Code formatting fixesMax Horn
svn-id: r34827
2008-10-18Add game.cpp to makefileLars Persson
svn-id: r34821
2008-10-16OSYSTEM: Pushed out some port specific code from common/system.cpp to the ↵Max Horn
respective ports svn-id: r34812
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
svn-id: r34716
2008-09-29Added FIXME to GP2x portMax Horn
svn-id: r34678
2008-09-27Modified Common::SearchSet to take signed integer priorities, for ↵Max Horn
convenience (so that one can add archives with less-than-default priority) svn-id: r34659
2008-09-22Fixed full screen toggling via alt+enter.Johannes Schickel
svn-id: r34627
2008-09-20In the CD filesystem, nothing can be opened for writing, so justMarcus Comstedt
short-circuit any call to openForWriting(). Also, directories and non-existing files can't be opened for reading either, so just return 0 for those. svn-id: r34621
2008-09-20game.h is now in engines, not base.Marcus Comstedt
svn-id: r34620
2008-09-20Fix for bug #2120602: 5ALL: Starting the launcher with -f triggers assertionMax Horn
svn-id: r34617
2008-09-17DS: Removing some dead code; merged (parts of) std_cwd into ↵Max Horn
GBAMPSaveFileManager::listSavefiles svn-id: r34587
2008-09-16Removed assert leftover.Johannes Schickel
svn-id: r34579
2008-09-16Modified uncompress in common/zlib.h to return a bool, so that we don't have ↵Max Horn
to #include the real zlib.h; fixed PSP backend to not run uncompress inside an assert (which would cause it to not be invoked when turning off asserts) svn-id: r34576
2008-09-15DS: Backported 0.12 changes to trunkMax Horn
svn-id: r34568
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549
2008-09-14DS: Removed legacy GCC 2.x build code (NDS/DevKitPro uses GCC 3 or newer ↵Max Horn
anyway); thinned down INCLUDES some more; added a FIXME to the elf->bin rule svn-id: r34548
2008-09-14NDS: Replaced -I- by modern -iquoteMax Horn
svn-id: r34547
2008-09-14Another NDS compilation fix, plus a warning fixMax Horn
svn-id: r34546
2008-09-14Changed VPATH to vpath, to allow building NDS port in parallel to another ↵Max Horn
port (for the records, this patch went to Neil in January, and he didn't complain) svn-id: r34544