Christopher Page
|
8d8c46e36f
|
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
svn-id: r33848
|
2008-08-13 20:45:00 +00:00 |
|
Christopher Page
|
ce3d1e1a7d
|
Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-33655,33664,33667-33670,33673-33674,33678,33682,33686-33691,33693,33696,33698,33700,33703,33708,33710,33712-33714,33716 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk
svn-id: r33720
|
2008-08-09 19:03:29 +00:00 |
|
Travis Howell
|
fd65ea311a
|
Hopefully allow quiting at any stage AGOS engines games again.
svn-id: r33693
|
2008-08-08 02:18:17 +00:00 |
|
Christopher Page
|
30b1a62e81
|
Removed unnecessary #inlcudes
svn-id: r32984
|
2008-07-10 05:15:19 +00:00 |
|
Christopher Page
|
e808cdf7a0
|
Reimplemented pushEvent() and artificialEventQueue to work with Events instead of EventTypes. Reimplemented Queue as a List instead of Array. Updated AGOS, AGI, CINE, GOB, and KYRA to work with the current implementation of the GMM
svn-id: r32971
|
2008-07-09 02:27:05 +00:00 |
|
Christopher Page
|
a4f56de13a
|
Implemented Common::EventManager::pushEvent() to insert fake events into the event queue. Quit and RTL events have been added, and are now tracked by the DefaultEventManager using shouldQuit() and shouldRTL(). AGOS is working with this new implementation, other engines to follow.
svn-id: r32952
|
2008-07-07 22:34:45 +00:00 |
|
Christopher Page
|
ca76ef4e1f
|
AGOS Engine: Began implementation for a new quit event which will cleanly return to the launcher. This replaces the old shutdown() method within delay()
svn-id: r32203
|
2008-05-20 21:40:53 +00:00 |
|
Travis Howell
|
ee89c3000b
|
Minor cleanup.
svn-id: r31514
|
2008-04-16 12:24:09 +00:00 |
|
Travis Howell
|
943c337815
|
Remove unused opcode and minor cleanup.
svn-id: r31513
|
2008-04-16 10:20:58 +00:00 |
|
Max Horn
|
f44a196087
|
Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); also replaced an evil function-static variable by a member variable (lastMinute)
svn-id: r29908
|
2007-12-20 09:43:46 +00:00 |
|
Travis Howell
|
9a7f4865f6
|
Add Spanish fan translation of Elvira 1 (DOS).
svn-id: r29867
|
2007-12-16 01:22:31 +00:00 |
|
Nicola Mettifogo
|
258901bab9
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
|
2007-09-19 08:40:12 +00:00 |
|
Max Horn
|
206d167457
|
AGOS: Introduced ChildType enum
svn-id: r27792
|
2007-06-30 16:25:59 +00:00 |
|
Travis Howell
|
fff80bc489
|
Fix load/save interface in Elvira 1.
svn-id: r27191
|
2007-06-08 07:50:28 +00:00 |
|
Travis Howell
|
3f819b9085
|
Add details for French and German Amiga versions of Elvira 1. Remove restart state from Elvira 1 detection, due to two byte difference in the restart state on each disk of Amiga versions.
svn-id: r27164
|
2007-06-07 09:37:22 +00:00 |
|
Travis Howell
|
f11c51f487
|
Fix background of pause options in Amiga and AtariST of Elvira 1.
svn-id: r27106
|
2007-06-05 12:32:43 +00:00 |
|
Travis Howell
|
64413f9cc8
|
Only call MIDI code, in games which use MIDI based music.
svn-id: r27080
|
2007-06-04 14:25:02 +00:00 |
|
Max Horn
|
218e132e37
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
svn-id: r27024
|
2007-05-30 21:56:52 +00:00 |
|
Travis Howell
|
5e1af6f479
|
Add load/save interface support for Elvira 2 and Waxworks.
svn-id: r26909
|
2007-05-22 10:31:51 +00:00 |
|
Travis Howell
|
27b56c23f6
|
Add caption to saved games for Elvira 1/2 and Waxworks.
svn-id: r26850
|
2007-05-16 08:27:15 +00:00 |
|
Travis Howell
|
73749ddafa
|
Minor cleanup.
svn-id: r26845
|
2007-05-15 13:01:36 +00:00 |
|
Travis Howell
|
6452a701be
|
Fix glitches in pause options of Elvira 1.
svn-id: r26796
|
2007-05-10 00:43:27 +00:00 |
|
Travis Howell
|
20bf83a2ce
|
Imrproved support for Elvira 1/2 and Waxworks.
svn-id: r26792
|
2007-05-09 15:36:05 +00:00 |
|
Travis Howell
|
1a69604e82
|
Cleanup.
svn-id: r26769
|
2007-05-07 01:11:10 +00:00 |
|
Travis Howell
|
5668e15b2e
|
Update reporting of invalid script opcodes.
svn-id: r26501
|
2007-04-15 14:32:58 +00:00 |
|
Travis Howell
|
7fad7c6f3f
|
Fix Elvira 1 regression.
svn-id: r26500
|
2007-04-15 14:23:23 +00:00 |
|
Travis Howell
|
48c21a1e31
|
Add eriktorbjorn's patch to split script opcodes into specific game engines.
svn-id: r26490
|
2007-04-15 12:04:47 +00:00 |
|
Travis Howell
|
2d3e77db85
|
Split game engines, to allow further cleanups.
svn-id: r26481
|
2007-04-15 05:04:48 +00:00 |
|
Travis Howell
|
1c00843f2b
|
Cleanup.
svn-id: r26480
|
2007-04-15 00:55:16 +00:00 |
|
Travis Howell
|
fe6b6323fa
|
Cleanup.
svn-id: r26478
|
2007-04-15 00:12:09 +00:00 |
|
Max Horn
|
2d2b3d0ed2
|
Renamed AGOSEngine::midi to AGOSEngine::_midi
svn-id: r26468
|
2007-04-14 12:03:46 +00:00 |
|
Travis Howell
|
590bd33a9e
|
Fix bug #1624767 - FF: save games will not load.
svn-id: r24960
|
2007-01-01 04:35:27 +00:00 |
|
Travis Howell
|
f55320f988
|
Add inital pause code for Elvira 1/2 & WW, and cleanup
svn-id: r24723
|
2006-11-15 13:11:53 +00:00 |
|
Travis Howell
|
1b926fee10
|
Add inherit code for earlier games
svn-id: r24640
|
2006-11-06 14:28:19 +00:00 |
|
Travis Howell
|
415ec67056
|
Cleanup
svn-id: r24639
|
2006-11-06 13:59:11 +00:00 |
|
Travis Howell
|
a2abbf919d
|
Add inital load/save code changes for earlier games and cleanup
svn-id: r24622
|
2006-11-05 06:26:45 +00:00 |
|
Travis Howell
|
94f1aab61a
|
Music is disabled when under water in Elvira 1
svn-id: r24619
|
2006-11-05 01:43:29 +00:00 |
|
Travis Howell
|
9d7920e017
|
White space changes
svn-id: r24558
|
2006-10-28 14:11:27 +00:00 |
|
Travis Howell
|
4b46821ffb
|
Add more fixes for Elvira 1
svn-id: r24547
|
2006-10-28 03:29:58 +00:00 |
|
Travis Howell
|
7d71b6d109
|
Cleanup
svn-id: r24527
|
2006-10-27 11:04:05 +00:00 |
|
Travis Howell
|
5ab37ca91d
|
Add code for look opcode in elvira 1
svn-id: r24524
|
2006-10-27 03:07:18 +00:00 |
|
Travis Howell
|
05fd51d036
|
Cleanup
svn-id: r24501
|
2006-10-25 13:38:35 +00:00 |
|
Travis Howell
|
2f422f56cd
|
Remove unused script code
svn-id: r24499
|
2006-10-25 11:41:36 +00:00 |
|
Travis Howell
|
15915e805d
|
Remove unused script opcodes
svn-id: r24495
|
2006-10-25 10:20:17 +00:00 |
|
Travis Howell
|
7dd6b31aef
|
Add more opcodes for Elvira 1/2
svn-id: r24492
|
2006-10-25 08:12:05 +00:00 |
|
Travis Howell
|
869243142a
|
Add class code used by scripts in Elvira 1
svn-id: r24491
|
2006-10-25 05:32:15 +00:00 |
|
Travis Howell
|
38e709beb2
|
Add missing code for enableInput opcode
svn-id: r24473
|
2006-10-23 13:40:23 +00:00 |
|
Travis Howell
|
4c9fc74964
|
Add printStats code for Elvira 2 and cleanup
svn-id: r24470
|
2006-10-23 10:06:32 +00:00 |
|
Travis Howell
|
d75901b832
|
Split game specific script opcodes into separate files
svn-id: r24389
|
2006-10-19 11:40:26 +00:00 |
|