Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-22 | Removed backends/intern.h | Max Horn | |
svn-id: r30611 | |||
2008-01-11 | doc update for 0.11.0 | Kostas Nakos | |
svn-id: r30416 | |||
2008-01-04 | fix a race - bug #1863961 (#1769503) | Kostas Nakos | |
svn-id: r30218 | |||
2008-01-02 | cannot handle key mods in ce and unicode is dodgy to say the least. fixes ↵ | Kostas Nakos | |
bug #1748135 svn-id: r30158 | |||
2008-01-01 | fixup to prevent a crash, pending the overlay rework | Kostas Nakos | |
svn-id: r30129 | |||
2007-12-30 | implement new gettimeanddate method - fixes bug 1834822 WINCE: Save games ↵ | Kostas Nakos | |
have incorrect time & date svn-id: r30083 | |||
2007-12-16 | default is not to build plugins yet, until the plugin system is reworked | Kostas Nakos | |
svn-id: r29887 | |||
2007-12-16 | reimplemented the freelook action to be more usable, ultimately targeted ↵ | Kostas Nakos | |
towards lure but all engines benefit svn-id: r29886 | |||
2007-12-16 | adding preliminary lure support | Kostas Nakos | |
svn-id: r29884 | |||
2007-11-14 | small fixes | Kostas Nakos | |
svn-id: r29501 | |||
2007-11-13 | got rid of the /evil/ monkeykeyboard code :-) (see also rev. 29495) | Kostas Nakos | |
svn-id: r29498 | |||
2007-11-13 | don't trash the registry if proper startup has failed | Kostas Nakos | |
svn-id: r29497 | |||
2007-11-05 | WinCE Makefile: make deploy was copying plugins to the wrong directory. | Robin Watts | |
svn-id: r29426 |