aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Collapse)Author
2009-01-27Need graphics/colormasks.h for Graphics::createPixelFormat.Marcus Comstedt
svn-id: r36108
2009-01-27Disable autosave (fixes [2516389]).Marcus Comstedt
svn-id: r36106
2009-01-25fix compilationJoost Peters
svn-id: r36053
2009-01-24fix compilationJoost Peters
svn-id: r36040
2009-01-24pollCD() should only return true, if CD audio is actually playing.Travis Howell
svn-id: r36035
2009-01-23OopsMax Horn
svn-id: r36015
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / ↵Max Horn
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to ↵Max Horn
createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them) svn-id: r36013
2009-01-23DS: Nothing is supposed to use time(), so don't globally include <time.h> -- ↵Max Horn
in particular, no need to fake a time() impl if the only code using it is the backend itself ;) svn-id: r36012
2009-01-23DS: Apply an old cleanup patch of mine from last AugustMax Horn
svn-id: r36011
2009-01-23DS: Fix compilationMax Horn
svn-id: r36010
2009-01-22Get rid of the wrappers around the zlib stream wrapper wrappers ;)Max Horn
svn-id: r36007
2009-01-22Fix the compilation of the Wii portJordi Vilalta Prat
svn-id: r36004
2009-01-22Got rid of several occurrences of gBitFormatMax Horn
svn-id: r35995
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ↵Max Horn
into methods, and added an operator== svn-id: r35993
2009-01-21made ISO9660 support optional via USE_WII_DIAndre Heider
svn-id: r35985
2009-01-21added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGIAndre Heider
svn-id: r35984
2009-01-21More cleanup of the DS portMax Horn
svn-id: r35978
2009-01-21More cleanupMax Horn
svn-id: r35977
2009-01-21cleanupMax Horn
svn-id: r35976
2009-01-21Yet more cleanupMax Horn
svn-id: r35973
2009-01-20Moved libdb to the right spot in the MakefileAndre Heider
svn-id: r35946
2009-01-19Added ISO9660/Joliet DVD supportAndre Heider
svn-id: r35930
2009-01-19Makefile cleanup with additional comments. Added DEBUG_WII_MEMSTATS for ↵Andre Heider
memory statistics and splitted existing DEBUG_* tunables. svn-id: r35920
2009-01-11Enable IHNM and SAGA2Andre Heider
svn-id: r35815
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
- Merge is perfromed in order to not let rotting the code - Makefile modifications were avoided Stuff to resolve: - Circular dependency of common/vkeybd from graphics/ - Make it compilable (?) - Add some keyboards - Decide on the key bindings svn-id: r35813
2009-01-11Enabled GROOVIE and TUCKER as well, as they are enabled by default by the ↵Marcus Comstedt
standard configure script. svn-id: r35812
2009-01-10Enable IHNM.Marcus Comstedt
svn-id: r35808
2009-01-09Add subengine flag for ihnm.Lars Persson
svn-id: r35797
2009-01-08Add initial files for a secondary exe (to be distributed with in a single ↵Lars Persson
pkg file) svn-id: r35790
2009-01-04had forgotten the case of a rect being partially off the top of the screen ↵Kostas Nakos
(and not the bottom at the same time). fixes bug #2470228 svn-id: r35733
2009-01-04fix bug #2480870: crash when shaking (not stirring)Kostas Nakos
svn-id: r35731
2009-01-04follow new SAGA engine definesKostas Nakos
svn-id: r35729
2009-01-04Virtualize sdl backend's setGraphicsModeIntern() so it can be overloaded by ↵Kostas Nakos
CE. Scalers are pre-selected by magic on CE. Overriding these selections leads to crashes svn-id: r35728
2009-01-03debug Makefile targetsAndre Heider
svn-id: r35709
2009-01-03tweak the cache values for better video streamingAndre Heider
svn-id: r35708
2009-01-02Fixed the way how screen changes are tracked. This should fix a crash when ↵Johannes Schickel
doing an RTL from COMI when a 3x scaler is enabled. svn-id: r35685
2009-01-02mutex fix, we actally want recursive locksAndre Heider
svn-id: r35674
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> ↵Johannes Schickel
gui/GuiManager.h svn-id: r35668
2009-01-01Set/unified svn:keywords for all *.h and *.cpp filesMax Horn
svn-id: r35651
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
2008-12-30added RM_REC, it's required for clean:Andre Heider
svn-id: r35623
2008-12-28workaround for ce's limitation of cwd in _access tooKostas Nakos
svn-id: r35594
2008-12-28fix buggy repaints caused by multiple calls to the overlay togglesKostas Nakos
svn-id: r35593
2008-12-27Slight simplificationFilippos Karapetis
svn-id: r35580
2008-12-23480p video mode for gamecube if a component cable was detected (contributed ↵Andre Heider
by hkz) svn-id: r35505
2008-12-23tweak the video mode some more to get rid of black bordersAndre Heider
svn-id: r35503
2008-12-23increase the height of the overlay so the modern theme fits in 16:9Andre Heider
svn-id: r35502
2008-12-23enable groovie and tuckerAndre Heider
svn-id: r35501
2008-12-23drop mpeg2 supportAndre Heider
svn-id: r35500