Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-15 | add support for tucker | Kostas Nakos | |
svn-id: r38273 | |||
2009-02-14 | apply patch by Fingolfin to optimize scalers + more | Kostas Nakos | |
svn-id: r36338 | |||
2009-02-14 | update to newer overlay interface | Kostas Nakos | |
svn-id: r36336 | |||
2009-02-11 | cleanup | Max Horn | |
svn-id: r36270 | |||
2009-01-30 | Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some ↵ | Max Horn | |
potential errors in WinCE & GP2x, too) svn-id: r36146 | |||
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-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-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> ↵ | Johannes Schickel | |
gui/GuiManager.h svn-id: r35668 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
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-18 | fix opening of config file + some cleanup | Kostas Nakos | |
svn-id: r35421 | |||
2008-12-10 | implement the newer gfx transaction interface. some issues still remain | Kostas Nakos | |
svn-id: r35297 | |||
2008-12-04 | Added missing include. | Johannes Schickel | |
svn-id: r35236 | |||
2008-12-04 | Fix for GUI compile error described in bug #2387217 "WINCE: SVN trunk ↵ | Johannes Schickel | |
compilation broken". svn-id: r35235 | |||
2008-12-04 | Some 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-06 | Got 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-10-02 | Renamed FilesystemNode -> FSNode | Max Horn | |
svn-id: r34716 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-08-25 | Update readme | Kostas Nakos | |
svn-id: r34164 | |||
2008-08-25 | patch 1868881: ini option to disable doubletap rmb | Kostas Nakos | |
svn-id: r34141 | |||
2008-08-25 | patch 1984130: Add Tremolo info | Kostas Nakos | |
svn-id: r34138 | |||
2008-08-18 | Enable save game action key in Touche for WinCE devices. | Lars Persson | |
svn-id: r34013 | |||
2008-08-18 | switching to libTremolo | Kostas Nakos | |
svn-id: r33999 | |||
2008-08-18 | do away with the smush force redraw hack | Kostas Nakos | |
svn-id: r33991 | |||
2008-08-13 | fix a small bug in the quit dialog | Kostas Nakos | |
svn-id: r33844 | |||
2008-08-13 | fix bug #1910057: FT multifunction | Kostas Nakos | |
svn-id: r33839 | |||
2008-08-13 | fix bug #2038992 by saving and restoring channel volumes | Kostas Nakos | |
svn-id: r33829 | |||
2008-08-10 | add support for drascula engine | Kostas Nakos | |
svn-id: r33754 | |||
2008-08-09 | fix MR on ce: allocate large buffer on the heap instead and of the stack, ↵ | Kostas Nakos | |
and improve the workaround svn-id: r33714 | |||
2008-08-07 | setup interface for later kyra games | Kostas Nakos | |
svn-id: r33682 | |||
2008-07-20 | a little more cleanup | Kostas Nakos | |
svn-id: r33142 | |||
2008-07-20 | modified patch #1882942 - optimize and kill code for really old platforms | Kostas Nakos | |
svn-id: r33141 | |||
2008-07-20 | workaround for bogus findfirstfile. kyra now starts up correctly | Kostas Nakos | |
svn-id: r33120 | |||
2008-06-29 | fix some quirks of the newer build system | Kostas Nakos | |
svn-id: r32840 | |||
2008-06-29 | finish up new mixer changes | Kostas Nakos | |
svn-id: r32839 | |||
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn | |
svn-id: r32828 | |||
2008-05-16 | Yet another compilation fix for WinCE | Max Horn | |
svn-id: r32142 | |||
2008-05-12 | - Added an engine plugin manager and moved engine specific functionality into it | Jordi Vilalta Prat | |
- base/plugins.* reorganization svn-id: r32045 | |||
2008-05-06 | Unified BUILD_PLUGINS and DYNAMIC_MODULES in the makefiles | Jordi Vilalta Prat | |
svn-id: r31889 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-03-26 | Added note on how the WinCE scalers are wasting valuable cycles, and how to ↵ | Max Horn | |
fix that svn-id: r31241 | |||
2008-02-23 | properly support feeble (sync commit) | Kostas Nakos | |
svn-id: r30932 | |||
2008-02-03 | Previous commit to enable ARM proc3 stuff for WinCE was broken, as I'd | Robin Watts | |
forgotten to define the enabling symbol in cpp files. Consequently I'd cocked up when copying the call to the ARM code across from my hacked costume.cpp into a fresh one. svn-id: r30766 | |||
2008-02-03 | Introduce ARM code for commonest case of "proc3" costume blitting (as | Robin Watts | |
used for animation in SamNMax). Enabled by the USE_ARM_COSTUME_ASM define. Currently enabled for WinCE only. svn-id: r30750 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 |