Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2006-10-02 | NDS : Naive C++ scanline 320*16 -> 256*16 rescaler code | Bertrand Augereau | |
svn-id: r24074 | |||
2006-10-02 | Implemented "iconify window" opcode. This, of course, needs support in the | Torbjörn Andersson | |
backend to work, and so far it's only done in the SDL backend. See the new kFeatureIconifyWindow flag. (This is patch #1568775.) svn-id: r24060 | |||
2006-09-29 | Phase 4. Some more internal updates., | Eugene Sandulenko | |
svn-id: r24012 | |||
2006-09-29 | Phase 3 of Simon engine renaming. Files renaming. | Eugene Sandulenko | |
svn-id: r24011 | |||
2006-09-29 | Phase 2a. Renaming other minor directories | Eugene Sandulenko | |
svn-id: r24010 | |||
2006-09-29 | First pahse of renaming simon engine to agos. Internal renames. Compilation | Eugene Sandulenko | |
is broken svn-id: r24008 | |||
2006-09-23 | Remove defines, which were only used by checkHeap() | Travis Howell | |
svn-id: r23980 | |||
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵ | Max Horn | |
the linker dependency graph). Porters will have to update project files svn-id: r23974 | |||
2006-09-20 | Some updates (mostly guesswork) for the ALSA MIDI driver, mostly prompted by | Torbjörn Andersson | |
Waxworks (Simon engine). See http://www.borg.com/~jglatt/tech/midispec.htm for reference. * Added case for Aftertouch (Key Pressure). * Changed Channel Pressure to flush the event immediatley. The message could apply to notes while they are playing. * Downgraded the error for unknown MIDI messages to a warning, and clarified it slightly. svn-id: r23949 | |||
2006-09-20 | Added _PLUGIN_copyright to list of symbols exported by plugins | Max Horn | |
svn-id: r23946 | |||
2006-09-17 | Compiler seems to not use these operators when they are inlined | Chris Apers | |
svn-id: r23915 | |||
2006-09-17 | Added more compilation options | Chris Apers | |
svn-id: r23914 | |||
2006-09-17 | Fixed compilation | Chris Apers | |
svn-id: r23913 | |||
2006-09-17 | Fixed back mouse in GUI adding cursor palette support | Chris Apers | |
Fixed cursor redraw in GUI Fixed cursor glitches problem in BS because of too small buffer Cleanup svn-id: r23908 | |||
2006-09-17 | Added option to trace memory allocation | Chris Apers | |
Fixed key auto repeat problem in some engines svn-id: r23905 | |||
2006-09-17 | Added option to trace memory allocation | Chris Apers | |
svn-id: r23904 | |||
2006-09-17 | This be_zodiac.h include is what was made standard OS5 to crash \! | Chris Apers | |
svn-id: r23903 | |||
2006-09-17 | Cleanup, no need to export twGlue addr when compiling standard OS5 version | Chris Apers | |
svn-id: r23902 | |||
2006-09-17 | Cleanup, no need to export twGlue addr when compiling standard OS5 version | Chris Apers | |
svn-id: r23901 | |||
2006-09-17 | Changed version numbers to 0.100 | Lars Persson | |
svn-id: r23900 | |||
2006-09-16 | Small adjustment for projectfiles source path | Lars Persson | |
svn-id: r23897 | |||
2006-09-16 | * Updated Symbian project files for new file structure | Lars Persson | |
svn-id: r23895 | |||
2006-09-16 | Patch #1559806: Fixes for AmigaOS 4 filesystem backend | Max Horn | |
svn-id: r23893 | |||
2006-09-13 | Implement file cache. needs some testing :) | Won Star | |
Fix some bugs in memory management. svn-id: r23870 | |||
2006-09-10 | Added name() method. | Marcus Comstedt | |
svn-id: r23860 |