Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-20 | Removing bad default implementation of grabRawScreen in the PalmOS port (it ↵ | Max Horn | |
was likely causing crashes for users of the 0.9.x series) svn-id: r24755 | |||
2006-11-19 | DS : Compilation fix when USE_DEBUGGER is not defined | Bertrand Augereau | |
svn-id: r24748 | |||
2006-11-13 | Implement FR #1595534: "Touche: Aspect Ratio Correction" | Eugene Sandulenko | |
svn-id: r24706 | |||
2006-11-12 | Cleanup | Kostas Nakos | |
svn-id: r24702 | |||
2006-11-12 | Implement Fingolfin's modular backend timer, savefile and mixer managers | Kostas Nakos | |
svn-id: r24691 | |||
2006-11-12 | Patch #1594533: morphos fs backend | Max Horn | |
svn-id: r24690 | |||
2006-11-04 | Added Touche engine support | Chris Apers | |
svn-id: r24607 | |||
2006-11-04 | Fixed and updated Palm save manager | Chris Apers | |
svn-id: r24602 | |||
2006-11-03 | Adding M3 file missing from last commit. | Neil Millstone | |
svn-id: r24597 | |||
2006-11-03 | Merging in changes made in branch for 0.9.1 release into trunk | Neil Millstone | |
svn-id: r24596 | |||
2006-11-01 | Added Audio::Mixer::setReady method to work around bug #1588848 | Max Horn | |
svn-id: r24583 | |||
2006-10-28 | Simon -> AGOS | Chris Apers | |
svn-id: r24560 | |||
2006-10-28 | New modular backend implementation | Chris Apers | |
svn-id: r24559 | |||
2006-10-26 | Increase timer accuracy again | Max Horn | |
svn-id: r24518 | |||
2006-10-25 | Rewrote the DefaultTimerManager to use a priority queue instead of a fixed ↵ | Max Horn | |
size slot array (semantics of timers changed slightly due to this in lag situations) svn-id: r24515 | |||
2006-10-25 | Update GP2X port to support Fingolfin's ongoing implementation of the ↵ | John Willis | |
Modular Backends ideas :). Also add a few updates from my local tree (Batt level checking and STDOUT/STDERR file mapping code stolen from the Symbian backend (thanks)). svn-id: r24507 | |||
2006-10-25 | DS : Blind backends changes to comply to fingolfin's changes | Bertrand Augereau | |
svn-id: r24506 | |||
2006-10-25 | DS : Yet another scaling helpers | Bertrand Augereau | |
svn-id: r24505 | |||
2006-10-25 | DS backend : Compile fixes for the new backends system, still needs plugging ↵ | Bertrand Augereau | |
the old callbacks svn-id: r24504 | |||
2006-10-25 | Compile fix | Bertrand Augereau | |
svn-id: r24503 | |||
2006-10-25 | DS : 320*PAL8 to 256*1555 line scaler | Bertrand Augereau | |
svn-id: r24497 | |||
2006-10-22 | delayMillis() should now cope with delays over 20 minutes without overflowing. | Marcus Comstedt | |
svn-id: r24456 | |||
2006-10-22 | Removed timerproc and soundproc. | Marcus Comstedt | |
svn-id: r24455 | |||
2006-10-22 | Modularization. | Marcus Comstedt | |
svn-id: r24453 | |||
2006-10-22 | Check for degenerated rect in copyRectTo*. | Marcus Comstedt | |
svn-id: r24452 | |||
2006-10-22 | Removed unused return value & param from DefaultTimerManager::handler() | Max Horn | |
svn-id: r24447 | |||
2006-10-22 | SDL backend: got rid of setTimerCallback and clearSoundCallback | Max Horn | |
svn-id: r24446 | |||
2006-10-22 | Tweaked the NULL backend to match my recent backend changes | Max Horn | |
svn-id: r24444 | |||
2006-10-22 | Backend modularization: Create timer manager, savefile manager and audio ↵ | Max Horn | |
mixer in the backends for increased flexibility svn-id: r24443 | |||
2006-10-22 | don't set CFLAGS, as we don't need them and they're now used for building ↵ | Joost Peters | |
the 'tools' with the native C compiler svn-id: r24440 | |||
2006-10-21 | Fix multiple simulated mouse key events bug (sync). | Kostas Nakos | |
svn-id: r24403 | |||
2006-10-11 | Fix file caching | Won Star | |
svn-id: r24273 | |||
2006-10-10 | Merge dirs | Kostas Nakos | |
svn-id: r24268 | |||
2006-10-10 | newres.h is not needed anymore | Kostas Nakos | |
svn-id: r24267 | |||
2006-10-10 | Merge ozone header | Kostas Nakos | |
svn-id: r24266 | |||
2006-10-09 | Update GP2X backend with overloads for default config file stuff (including ↵ | John Willis | |
save location). svn-id: r24258 | |||
2006-10-09 | Implement stdout/stderr redirection | Kostas Nakos | |
svn-id: r24252 | |||
2006-10-08 | Updates to the GP2X backend specific README-GP2X (and HTML ver) | John Willis | |
svn-id: r24239 | |||
2006-10-08 | Initial commit of the wince-gcc re-port | Kostas Nakos | |
svn-id: r24212 | |||
2006-10-08 | Patch #1573141: Attempt to fix AmigaOS 4 / Broken Sword 2 problems | Max Horn | |
svn-id: r24206 | |||
2006-10-07 | #include <base/engine.h> -> #include <engines/engine.h (Though I don't like | Eugene Sandulenko | |
those angle brackets) svn-id: r24178 | |||
2006-10-07 | Fix compilation. SDL.h is required for SDL_GetError() | Eugene Sandulenko | |
svn-id: r24160 | |||
2006-10-07 | Instantiate and hook up the plugin providers in the main() function of the ↵ | Max Horn | |
corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup svn-id: r24153 | |||
2006-10-07 | Added SDL plugin provider | Max Horn | |
svn-id: r24152 | |||
2006-10-07 | Fixed mixup in win32 plugin provider code, and added win32 & dc plugin ↵ | Max Horn | |
providers to the build system svn-id: r24150 | |||
2006-10-07 | Added plugin providers for Win32 and DC | Max Horn | |
svn-id: r24149 | |||
2006-10-07 | Started to refactor the plugin code (moving backend specific stuff into ↵ | Max Horn | |
backends/plugins/) svn-id: r24148 | |||
2006-10-06 | Patch #1432376: "Very basic GP2X Backend" | Eugene Sandulenko | |
svn-id: r24144 | |||
2006-10-05 | DS CPU scaling prototype, in 16 bit mode (for menu), not plugged(switch ↵ | Bertrand Augereau | |
cpuScaler to test) svn-id: r24129 | |||
2006-10-05 | Path fixup in the zipreader (necessary with my adapter/zip/build combination?) | Bertrand Augereau | |
svn-id: r24128 |