Commit Graph

56139 Commits

Author SHA1 Message Date
Filippos Karapetis
51b1ec3139 SCI: Fix drawing in SCI21 hires games without breaking lowres SCI2/SCI21 games 2013-03-28 20:28:51 +02:00
Strangerke
b4b56f72d3 HOPKINS: Remove dead code. Thanks eriktorbjorn for reporting it 2013-03-28 18:29:24 +01:00
Strangerke
13b89e2a81 HOPKINS: Some renaming in LinesManager 2013-03-28 17:59:34 +01:00
Strangerke
6c9458617e HOPKINS: Some renaming in LinesManager 2013-03-28 10:26:35 +01:00
Filippos Karapetis
b4df7868a1 SCI: Remove some useless checks in the MIDI driver 2013-03-27 23:06:27 +02:00
Filippos Karapetis
3f01f34b1f MT-32: Sync with the latest changes in munt
This syncs our code with munt commit 15e9f65
2013-03-27 23:01:47 +02:00
Strangerke
f8b1a16e3c HOPKINS: Remove more dead code, simplify a couple of statements in Copy_Vga16() 2013-03-27 21:29:02 +01:00
Strangerke
9addb1e776 HOPKINS: Fix a couple of regressions in previous commit. Thanks fuzzie for noticing 2013-03-27 20:25:28 +01:00
Strangerke
40dcb8b406 HOPKINS: Remove dead code in AnimationManager 2013-03-27 08:41:19 +01:00
Strangerke
ccf2f50ceb HOPKINS: Rename GraphicsManager variable 2013-03-27 08:26:19 +01:00
Strangerke
08db6ea515 HOPKINS: Rename a fading variable 2013-03-27 08:10:40 +01:00
Strangerke
9f9e665d8e HOPKINS: Fix several Cppcheck warning 2013-03-27 00:51:35 +01:00
Strangerke
02f939c282 HOPKINS: Simplify some statements using MIN, MAX and CLIP 2013-03-26 08:13:14 +01:00
Paul Gilbert
63b669cfc4 HOPKINS: Fix for not being able to quit during underater base entrance cutscene 2013-03-25 09:18:13 -04:00
Strangerke
cfe42b15b1 HOPKINS: JANITORIAL: remove useless object pointers in ObjectsManager 2013-03-25 08:31:09 +01:00
Strangerke
023aa2765c HOPKINS: Move some remaning variables and functions from Globals to ObjectsManager 2013-03-25 08:28:19 +01:00
Strangerke
91469d7d38 HOPKINS: More work on Globals 2013-03-25 08:02:07 +01:00
Strangerke
6f2eb50d2a HOPKINS: Move some more variables and functions from Globals to ObjectsManager 2013-03-25 07:35:44 +01:00
Strangerke
165681b142 HOPKINS: Move more variables and functions out of Globals 2013-03-24 23:44:39 +01:00
Strangerke
ac338c3517 HOPKINS: Some more refactoring in Globals 2013-03-24 22:56:06 +01:00
Strangerke
57abce19b1 HOPKINS: More refactoring of Globals 2013-03-24 22:12:50 +01:00
Strangerke
b0f0a6cd92 HOPKINS: Move two more variables to ObjectsManager, make them private 2013-03-24 22:12:48 +01:00
Strangerke
ee3c0cc4fa Hopkins: Move hotspotTextColor to LinesMAnager, make it private 2013-03-24 22:12:47 +01:00
Strangerke
aa141c4355 HOPKINS: Move 3 variables from Globals to ObjectsManager, make them private 2013-03-24 22:12:46 +01:00
Strangerke
b46f2ccdc7 HOPKINS: Move 2 variables from Globals to ObjectsManager and LinesManager 2013-03-24 22:12:44 +01:00
Strangerke
b8e504518e HOPKINS: Some renaming and refactoring in Globals 2013-03-24 22:12:43 +01:00
D G Turner
69ba094f60 WINTERMUTE: Really fix build breakage...
strlcpy() needed qualification of Common namespace.
2013-03-24 19:04:36 +00:00
D G Turner
502cde4fa0 WINTERMUTE: Fix build breaking missing header declaration.
This is required to declare the strlcpy() function.
2013-03-24 18:56:48 +00:00
Einar Johan Trøan Sømåen
ef61c64f3f WINTERMUTE: Detach BaseQuickMsg from the class-hierarchy. (Remove useless inheritance) 2013-03-24 19:02:34 +01:00
Einar Johan Trøan Sømåen
d136e20d6e WINTERMUTE: Replace WMELite's String-Split-function with code from WME. 2013-03-24 18:55:33 +01:00
Einar Johan Trøan Sømåen
f17d69f23e WINTERMUTE: Fix random crash after save/load. 2013-03-24 18:31:01 +01:00
Strangerke
149bb0ca00 HOPKINS: Move counter to LinesManager, rename it to follow coding conventions 2013-03-24 17:43:16 +01:00
Einar Johan Trøan Sømåen
7d0d498a56 WINTERMUTE: Add detection entries for Carol Reed 4-9 (renaming East Side Story to Carol Reed 4) 2013-03-24 17:41:10 +01:00
Einar Johan Trøan Sømåen
dedde93d1e WINTERMUTE: Avoid REQUIRING wintermute.zip during detection. 2013-03-24 17:41:10 +01:00
Strangerke
94893636e4 HOPKINS: Move counter to ObjectsManager, rename it to follow coding conventions 2013-03-24 17:27:56 +01:00
Strangerke
d149303b4d HOPKINS: Use displayText() for displaying credits 2013-03-24 16:47:58 +01:00
Strangerke
75b5753b61 HOPKINS: Remove an unused Catalog mode 2013-03-24 15:36:32 +01:00
Strangerke
1952a47787 HOPKINS: Add clearAll() to EventsManager 2013-03-24 15:31:59 +01:00
Strangerke
4ff6e13e02 HOPKINS: Set private more variables in DialogsManager 2013-03-24 13:55:11 +01:00
Strangerke
f782ca1c10 HOPKINS: Move inventory dialog display to DialogsManager, set _inventWin1 as private 2013-03-24 12:31:28 +01:00
Strangerke
b91c952729 HOPKINS: reorder one statement for consistency 2013-03-24 11:00:22 +01:00
Strangerke
91255b56ae HOPKINS: set _clearAnimation private, add functions to access it 2013-03-24 10:56:58 +01:00
Strangerke
568b860c8a HOPKINS: Some code rework in ScriptManager 2013-03-23 16:59:22 +01:00
Strangerke
38a90947fe HOPKINS: Remove duplicated code in AnimationManager.
"noColFl" is only 'true' in one animation of the full game, so the code after the check isn't used in the demo.
2013-03-23 15:00:55 +01:00
Strangerke
a6a8f1afd8 HOPKINS: Remove one more variable from AnimationManager 2013-03-23 14:23:43 +01:00
Strangerke
c49cbf3747 HOPKINS: Get rid of NO_SEQ in AnimationManager 2013-03-23 09:06:27 +01:00
Filippos Karapetis
df751fc80b SCI: Add the Italian version of KQ6 (bug #3606719) 2013-03-22 00:33:19 +02:00
Filippos Karapetis
045b10efb6 SCI: Fix loading in Jones
This has been broken for a (very) long time, a regression from commit 6ff4dd2
2013-03-21 21:27:14 +02:00
Thierry Crozat
1ef6ee26cc DREAMWEB: Also update LOGON Italian translation in help string 2013-03-21 08:59:46 +00:00
Strangerke
1c5b5a1649 HOPKINS: Fix regression in pathfinding code in 7916972977 2013-03-21 07:49:02 +01:00