Nicolas Bacca
|
2db3e37206
|
Switch to the *real* file - apologies to those who tried to compile the old one (but it seems nobody tried :p)
svn-id: r11137
|
2003-11-04 23:07:30 +00:00 |
|
Max Horn
|
74b496a062
|
added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSOR
svn-id: r11132
|
2003-11-04 20:46:20 +00:00 |
|
Max Horn
|
b27a871f87
|
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Widget::findWidget (preparing to add support for nested widgets, for the tab widget)
svn-id: r11045
|
2003-11-02 02:18:16 +00:00 |
|
Max Horn
|
53db0a8a07
|
cleanup: removed version/id from GameSettings
svn-id: r10995
|
2003-10-28 17:07:25 +00:00 |
|
Nicolas Bacca
|
c6bcb0d0e9
|
GameX is not supported
svn-id: r10756
|
2003-10-12 15:13:46 +00:00 |
|
Nicolas Bacca
|
17c5c86316
|
Moved build files
svn-id: r10752
|
2003-10-12 13:59:24 +00:00 |
|
Nicolas Bacca
|
4c0057db7d
|
New config-manager updates, misc updates
svn-id: r10751
|
2003-10-12 13:51:05 +00:00 |
|
Nicolas Bacca
|
a7e2978fa3
|
Smarter partial blitting and better filter for 640x480 games ... hopefully the last update before the rewrite
svn-id: r10750
|
2003-10-12 13:49:09 +00:00 |
|
Nicolas Bacca
|
2502a44e21
|
Re-add right click automatic mapping, lost on the branch
svn-id: r10748
|
2003-10-12 13:40:26 +00:00 |
|
Nicolas Bacca
|
2694c283d9
|
True assert
svn-id: r10747
|
2003-10-12 13:39:15 +00:00 |
|
Nicolas Bacca
|
7ba572b7b8
|
New config-manager, Add Broken Sword 2, Whole filesystem scan for smartphone thanks to MS non standard storage mappings
svn-id: r10746
|
2003-10-12 13:35:31 +00:00 |
|
Max Horn
|
49d2a22b42
|
OSystem changes: removed create_thread() method (not needed anymore; 'pure' threads aren't very portable anyway, better we only use timers); introduced OSystem::TimerProc type
svn-id: r10430
|
2003-09-27 16:54:11 +00:00 |
|
Nicolas Bacca
|
79f546cb8f
|
Update project files
svn-id: r10297
|
2003-09-18 16:14:38 +00:00 |
|
Nicolas Bacca
|
60de69b9da
|
Add time.h
svn-id: r10296
|
2003-09-18 16:12:20 +00:00 |
|
Nicolas Bacca
|
c4f053904a
|
Change includes, fix BASS slowdowns
svn-id: r10295
|
2003-09-18 16:11:56 +00:00 |
|
Nicolas Bacca
|
420043b76b
|
Remove one more hackery - actually a complete port rewrite would be needed to get rid of all of them, I'm thinking about it :)
svn-id: r10289
|
2003-09-18 10:24:53 +00:00 |
|
Max Horn
|
0eea7999eb
|
no need for this evil hackery; just always pretend 'F5' was pressed, the Scumm engine will do the work from then
svn-id: r10283
|
2003-09-17 23:02:40 +00:00 |
|
Nicolas Bacca
|
845a3c5f6e
|
Added .ini parameters
svn-id: r9553
|
2003-08-06 11:54:05 +00:00 |
|
Nicolas Bacca
|
d2c489123a
|
Update right click stuff
svn-id: r9523
|
2003-08-05 22:54:13 +00:00 |
|
Max Horn
|
103112dd3d
|
removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I did it should be trivial to get them working again)
svn-id: r9391
|
2003-08-02 00:36:38 +00:00 |
|
Nicolas Bacca
|
81b122e04b
|
The (long) WinCE FAQ has arrived ...
svn-id: r9388
|
2003-08-01 22:12:50 +00:00 |
|
Max Horn
|
1b52e9f19c
|
added new header file backends/intern.h; removed some stuff from 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-31 12:33:33 +00:00 |
|
Max Horn
|
73e7afaf18
|
adjusted to play_cdrom parameter name change in common/system.h
svn-id: r9132
|
2003-07-22 20:36:43 +00:00 |
|
Nicolas Bacca
|
d79ae6f1f2
|
Fix for #775275 : debugger support on WinCE
svn-id: r9114
|
2003-07-21 22:30:15 +00:00 |
|
Nicolas Bacca
|
b6b23c6352
|
Fix COMI detection - allow auto detection if only the main data file is present
svn-id: r9113
|
2003-07-21 22:28:23 +00:00 |
|
Nicolas Bacca
|
0bb6f3497d
|
Fix 774982
svn-id: r9107
|
2003-07-21 12:50:20 +00:00 |
|
Nicolas Bacca
|
6a8078b2fb
|
Bass skip fix
svn-id: r9101
|
2003-07-20 23:47:39 +00:00 |
|
Nicolas Bacca
|
d62959bfd9
|
Compile with new version string
svn-id: r9100
|
2003-07-20 22:27:17 +00:00 |
|
Nicolas Bacca
|
7c5eca2797
|
Update project files
svn-id: r9056
|
2003-07-17 07:37:00 +00:00 |
|
Nicolas Bacca
|
a488dfe733
|
Fix compile without USE_VORBIS
svn-id: r9048
|
2003-07-16 07:16:34 +00:00 |
|
Max Horn
|
b05e7de7bb
|
replaced SCUMMVM_VERSION/SCUMMVM_CVS by 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-15 02:16:33 +00:00 |
|
Nicolas Bacca
|
8ba41ba5e0
|
Get rid of additional version #define, add dynamic key rates
svn-id: r8987
|
2003-07-13 15:12:46 +00:00 |
|
Nicolas Bacca
|
dce546c241
|
Get rid of additional version #define, default is now to disable HPC GameX (does it even work ?)
svn-id: r8986
|
2003-07-13 15:11:48 +00:00 |
|
Nicolas Bacca
|
4a3f0b547d
|
Get rid of additional version #define
svn-id: r8985
|
2003-07-13 15:11:09 +00:00 |
|
Nicolas Bacca
|
70866ef72f
|
Add Sky dependency
svn-id: r8983
|
2003-07-13 12:38:04 +00:00 |
|
Nicolas Bacca
|
3e629bbd97
|
Fix save key (EGA games)
svn-id: r8982
|
2003-07-13 12:37:16 +00:00 |
|
Nicolas Bacca
|
fb52d4da18
|
Fix keyboard (Simon quit works) - Fix save key (EGA games) - Add Free Look key
svn-id: r8981
|
2003-07-13 12:36:21 +00:00 |
|
Nicolas Bacca
|
22f2d94470
|
Update events - BASS & Simon updates - Fix keyboard (Simon quit works) - Fix save key (EGA games)
svn-id: r8980
|
2003-07-13 12:34:55 +00:00 |
|
Nicolas Bacca
|
6e57311011
|
Add Free-Look key
svn-id: r8979
|
2003-07-13 12:30:32 +00:00 |
|
Nicolas Bacca
|
e41a18b7e4
|
Add Mac Simon, change Simon detection, update descriptions
svn-id: r8978
|
2003-07-13 12:29:24 +00:00 |
|
Nicolas Bacca
|
765e4a8d93
|
Fix screen limit (Zak)
svn-id: r8977
|
2003-07-13 12:28:01 +00:00 |
|
Nicolas Bacca
|
42f3887bac
|
Update projects
svn-id: r8872
|
2003-07-08 22:51:36 +00:00 |
|
Nicolas Bacca
|
5eaef69291
|
New BASS subproject
svn-id: r8871
|
2003-07-08 22:50:43 +00:00 |
|
Nicolas Bacca
|
61ab6933c5
|
Update to new virtual functions, protected members and so on, take one
svn-id: r8870
|
2003-07-08 22:44:45 +00:00 |
|
Max Horn
|
9875983336
|
some backend fixes
svn-id: r8812
|
2003-07-06 18:56:19 +00:00 |
|
Max Horn
|
4611b12c0a
|
updated backends to use type MutexRef
svn-id: r8776
|
2003-07-05 15:17:46 +00:00 |
|
Travis Howell
|
8a531f3ca5
|
Missed one
svn-id: r8229
|
2003-06-01 09:48:37 +00:00 |
|
Travis Howell
|
771dcfaad7
|
Rename SimonState to SimonEngine
svn-id: r8228
|
2003-06-01 09:41:56 +00:00 |
|
Max Horn
|
e08d4f072e
|
more OSystem docs & cleanup
svn-id: r8118
|
2003-05-29 22:34:35 +00:00 |
|
Max Horn
|
f0a9f4fb2c
|
added some doxygen comments to common/system.h; cleaned up the OSystem interface a bit
svn-id: r8116
|
2003-05-29 21:45:26 +00:00 |
|