Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-22 | Namespace fix | Nicolas Bacca | |
svn-id: r11849 | |||
2003-11-04 | Switch to the *real* file - apologies to those who tried to compile the old ↵ | Nicolas Bacca | |
one (but it seems nobody tried :p) svn-id: r11137 | |||
2003-11-04 | added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR | Max Horn | |
svn-id: r11132 | |||
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵ | Max Horn | |
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045 | |||
2003-10-28 | cleanup: removed version/id from GameSettings | Max Horn | |
svn-id: r10995 | |||
2003-10-12 | GameX is not supported | Nicolas Bacca | |
svn-id: r10756 | |||
2003-10-12 | Moved build files | Nicolas Bacca | |
svn-id: r10752 | |||
2003-10-12 | New config-manager updates, misc updates | Nicolas Bacca | |
svn-id: r10751 | |||
2003-10-12 | Smarter partial blitting and better filter for 640x480 games ... hopefully ↵ | Nicolas Bacca | |
the last update before the rewrite svn-id: r10750 | |||
2003-10-12 | Re-add right click automatic mapping, lost on the branch | Nicolas Bacca | |
svn-id: r10748 | |||
2003-10-12 | True assert | Nicolas Bacca | |
svn-id: r10747 | |||
2003-10-12 | New config-manager, Add Broken Sword 2, Whole filesystem scan for smartphone ↵ | Nicolas Bacca | |
thanks to MS non standard storage mappings svn-id: r10746 | |||
2003-09-27 | OSystem changes: removed create_thread() method (not needed anymore; 'pure' ↵ | Max Horn | |
threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type svn-id: r10430 | |||
2003-09-18 | Update project files | Nicolas Bacca | |
svn-id: r10297 | |||
2003-09-18 | Add time.h | Nicolas Bacca | |
svn-id: r10296 | |||
2003-09-18 | Change includes, fix BASS slowdowns | Nicolas Bacca | |
svn-id: r10295 | |||
2003-09-18 | Remove one more hackery - actually a complete port rewrite would be needed ↵ | Nicolas Bacca | |
to get rid of all of them, I'm thinking about it :) svn-id: r10289 | |||
2003-09-17 | no need for this evil hackery; just always pretend 'F5' was pressed, the ↵ | Max Horn | |
Scumm engine will do the work from then svn-id: r10283 | |||
2003-08-06 | Added .ini parameters | Nicolas Bacca | |
svn-id: r9553 | |||
2003-08-05 | Update right click stuff | Nicolas Bacca | |
svn-id: r9523 | |||
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵ | Max Horn | |
did it should be trivial to get them working again) svn-id: r9391 | |||
2003-08-01 | The (long) WinCE FAQ has arrived ... | Nicolas Bacca | |
svn-id: r9388 | |||
2003-07-31 | added new header file backends/intern.h; removed some stuff from ↵ | Max Horn | |
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327 | |||
2003-07-22 | adjusted to play_cdrom parameter name change in common/system.h | Max Horn | |
svn-id: r9132 | |||
2003-07-21 | Fix for #775275 : debugger support on WinCE | Nicolas Bacca | |
svn-id: r9114 | |||
2003-07-21 | Fix COMI detection - allow auto detection if only the main data file is present | Nicolas Bacca | |
svn-id: r9113 | |||
2003-07-21 | Fix 774982 | Nicolas Bacca | |
svn-id: r9107 | |||
2003-07-20 | Bass skip fix | Nicolas Bacca | |
svn-id: r9101 | |||
2003-07-20 | Compile with new version string | Nicolas Bacca | |
svn-id: r9100 | |||
2003-07-17 | Update project files | Nicolas Bacca | |
svn-id: r9056 | |||
2003-07-16 | Fix compile without USE_VORBIS | Nicolas Bacca | |
svn-id: r9048 | |||
2003-07-15 | replaced SCUMMVM_VERSION/SCUMMVM_CVS by ↵ | Max Horn | |
gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date svn-id: r9032 | |||
2003-07-13 | Get rid of additional version #define, add dynamic key rates | Nicolas Bacca | |
svn-id: r8987 | |||
2003-07-13 | Get rid of additional version #define, default is now to disable HPC GameX ↵ | Nicolas Bacca | |
(does it even work ?) svn-id: r8986 | |||
2003-07-13 | Get rid of additional version #define | Nicolas Bacca | |
svn-id: r8985 | |||
2003-07-13 | Add Sky dependency | Nicolas Bacca | |
svn-id: r8983 | |||
2003-07-13 | Fix save key (EGA games) | Nicolas Bacca | |
svn-id: r8982 | |||
2003-07-13 | Fix keyboard (Simon quit works) - Fix save key (EGA games) - Add Free Look key | Nicolas Bacca | |
svn-id: r8981 | |||
2003-07-13 | Update events - BASS & Simon updates - Fix keyboard (Simon quit works) - Fix ↵ | Nicolas Bacca | |
save key (EGA games) svn-id: r8980 | |||
2003-07-13 | Add Free-Look key | Nicolas Bacca | |
svn-id: r8979 | |||
2003-07-13 | Add Mac Simon, change Simon detection, update descriptions | Nicolas Bacca | |
svn-id: r8978 | |||
2003-07-13 | Fix screen limit (Zak) | Nicolas Bacca | |
svn-id: r8977 | |||
2003-07-08 | Update projects | Nicolas Bacca | |
svn-id: r8872 | |||
2003-07-08 | New BASS subproject | Nicolas Bacca | |
svn-id: r8871 | |||
2003-07-08 | Update to new virtual functions, protected members and so on, take one | Nicolas Bacca | |
svn-id: r8870 | |||
2003-07-06 | some backend fixes | Max Horn | |
svn-id: r8812 | |||
2003-07-05 | updated backends to use type MutexRef | Max Horn | |
svn-id: r8776 | |||
2003-06-01 | Missed one | Travis Howell | |
svn-id: r8229 | |||
2003-06-01 | Rename SimonState to SimonEngine | Travis Howell | |
svn-id: r8228 | |||
2003-05-29 | more OSystem docs & cleanup | Max Horn | |
svn-id: r8118 |