Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-30 | Moved default implementations for various OSystem methods into a new class ↵ | Max Horn | |
BaseBackend svn-id: r36135 | |||
2009-01-27 | Need graphics/colormasks.h for Graphics::createPixelFormat. | Marcus Comstedt | |
svn-id: r36108 | |||
2009-01-27 | Disable autosave (fixes [2516389]). | Marcus Comstedt | |
svn-id: r36106 | |||
2009-01-25 | fix compilation | Joost Peters | |
svn-id: r36053 | |||
2009-01-24 | fix compilation | Joost Peters | |
svn-id: r36040 | |||
2009-01-24 | pollCD() should only return true, if CD audio is actually playing. | Travis Howell | |
svn-id: r36035 | |||
2009-01-23 | Oops | Max Horn | |
svn-id: r36015 | |||
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / ↵ | Max Horn | |
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014 | |||
2009-01-23 | Renamed 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-23 | DS: 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-23 | DS: Apply an old cleanup patch of mine from last August | Max Horn | |
svn-id: r36011 | |||
2009-01-23 | DS: Fix compilation | Max Horn | |
svn-id: r36010 | |||
2009-01-22 | Get rid of the wrappers around the zlib stream wrapper wrappers ;) | Max Horn | |
svn-id: r36007 | |||
2009-01-22 | Fix the compilation of the Wii port | Jordi Vilalta Prat | |
svn-id: r36004 | |||
2009-01-22 | Got rid of several occurrences of gBitFormat | Max Horn | |
svn-id: r35995 | |||
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ↵ | Max Horn | |
into methods, and added an operator== svn-id: r35993 | |||
2009-01-21 | made ISO9660 support optional via USE_WII_DI | Andre Heider | |
svn-id: r35985 | |||
2009-01-21 | added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGI | Andre Heider | |
svn-id: r35984 | |||
2009-01-21 | More cleanup of the DS port | Max Horn | |
svn-id: r35978 | |||
2009-01-21 | More cleanup | Max Horn | |
svn-id: r35977 | |||
2009-01-21 | cleanup | Max Horn | |
svn-id: r35976 | |||
2009-01-21 | Yet more cleanup | Max Horn | |
svn-id: r35973 | |||
2009-01-20 | Moved libdb to the right spot in the Makefile | Andre Heider | |
svn-id: r35946 | |||
2009-01-19 | Added ISO9660/Joliet DVD support | Andre Heider | |
svn-id: r35930 | |||
2009-01-19 | Makefile cleanup with additional comments. Added DEBUG_WII_MEMSTATS for ↵ | Andre Heider | |
memory statistics and splitted existing DEBUG_* tunables. svn-id: r35920 | |||
2009-01-11 | Enable IHNM and SAGA2 | Andre Heider | |
svn-id: r35815 | |||
2009-01-11 | Merge 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-11 | Enabled GROOVIE and TUCKER as well, as they are enabled by default by the ↵ | Marcus Comstedt | |
standard configure script. svn-id: r35812 | |||
2009-01-10 | Enable IHNM. | Marcus Comstedt | |
svn-id: r35808 | |||
2009-01-09 | Add subengine flag for ihnm. | Lars Persson | |
svn-id: r35797 | |||
2009-01-08 | Add initial files for a secondary exe (to be distributed with in a single ↵ | Lars Persson | |
pkg file) svn-id: r35790 | |||
2009-01-04 | had 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-04 | fix bug #2480870: crash when shaking (not stirring) | Kostas Nakos | |
svn-id: r35731 | |||
2009-01-04 | follow new SAGA engine defines | Kostas Nakos | |
svn-id: r35729 | |||
2009-01-04 | Virtualize 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-03 | debug Makefile targets | Andre Heider | |
svn-id: r35709 | |||
2009-01-03 | tweak the cache values for better video streaming | Andre Heider | |
svn-id: r35708 | |||
2009-01-02 | Fixed 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-02 | mutex fix, we actally want recursive locks | Andre Heider | |
svn-id: r35674 | |||
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> ↵ | Johannes Schickel | |
gui/GuiManager.h svn-id: r35668 | |||
2009-01-01 | Set/unified svn:keywords for all *.h and *.cpp files | Max Horn | |
svn-id: r35651 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-30 | added RM_REC, it's required for clean: | Andre Heider | |
svn-id: r35623 | |||
2008-12-28 | workaround for ce's limitation of cwd in _access too | Kostas Nakos | |
svn-id: r35594 | |||
2008-12-28 | fix buggy repaints caused by multiple calls to the overlay toggles | Kostas Nakos | |
svn-id: r35593 | |||
2008-12-27 | Slight simplification | Filippos Karapetis | |
svn-id: r35580 | |||
2008-12-23 | 480p video mode for gamecube if a component cable was detected (contributed ↵ | Andre Heider | |
by hkz) svn-id: r35505 | |||
2008-12-23 | tweak the video mode some more to get rid of black borders | Andre Heider | |
svn-id: r35503 | |||
2008-12-23 | increase the height of the overlay so the modern theme fits in 16:9 | Andre Heider | |
svn-id: r35502 | |||
2008-12-23 | enable groovie and tucker | Andre Heider | |
svn-id: r35501 |