aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
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-21Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown.Johannes Schickel
svn-id: r35979
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: r35975
2009-01-21Yet more cleanupMax Horn
svn-id: r35973
2009-01-21Fix what I believe to be an error in Keymapper::cleanupGameKeymapsMax Horn
svn-id: r35972
2009-01-21more cleanupMax Horn
svn-id: r35971
2009-01-21Some cleanup / code simplificationMax Horn
svn-id: r35970
2009-01-20some code cleanupMax Horn
svn-id: r35966
2009-01-20Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cppMax Horn
svn-id: r35965
2009-01-20Whoops committed from the wrong directory. Removing ImageMan leftover.Johannes Schickel
svn-id: r35961
2009-01-20Removed ImageMan again, now the code uses Graphics::ImageDecoder directly.Johannes Schickel
svn-id: r35960
2009-01-20Some formatting.Johannes Schickel
svn-id: r35959
2009-01-20fixed vkeybd.zip loadingAndre Heider
svn-id: r35957
2009-01-20protect all vkeybd code with ENABLE_VKEYBDAndre Heider
svn-id: r35956
2009-01-20added the required XML header to vkeybd.zipAndre Heider
svn-id: r35955
2009-01-20added proper ImageMan includesAndre Heider
svn-id: r35954
2009-01-20use Surface instead of SurfaceKeyColoredAndre Heider
svn-id: r35953
2009-01-20added ImageMan to vkeybdAndre Heider
svn-id: r35952
2009-01-20Moved libdb to the right spot in the MakefileAndre Heider
svn-id: r35946
2009-01-20Some basic work on the vkeybd codeMax Horn
svn-id: r35931
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-18Added keymapper code to build system (still disabled unless ENABLE_KEYMAPPER ↵Max Horn
is set); made some code fixes (still not working properly, but it is a start) svn-id: r35897
2009-01-18Removed slashes as last char from directoriesAndre Heider
svn-id: r35894
2009-01-17use pointers when passing struct statAndre Heider
svn-id: r35882
2009-01-16Reuse given stat flags when possible to avoid fstat() callsAndre Heider
svn-id: r35872
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-02disable buffering for newlib's poor fread() implementationAndre Heider
svn-id: r35675
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-02Prevent the 'Confirm exit' dialog from being invoked recursivelyMax Horn
svn-id: r35660
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