Strangerke
d9b596ad18
HOPKINS: Remove setParent() from FontManager
2013-03-20 01:00:12 +01:00
Strangerke
05a2f776a3
HOPKINS: Rename colour into color
2013-03-19 22:01:03 +01:00
Strangerke
f2d4151dd7
HOPKINS: Remove setParent() from FileManager
2013-03-19 21:57:28 +01:00
Strangerke
db6d7e256b
HOPKINS: Remove setParent() from EventsManager and Debugger
2013-03-19 20:41:39 +01:00
Matthew Hoops
fa3136fbc4
PEGASUS: Make sure sounds are rewound before playing them
2013-03-19 10:40:47 -04:00
Strangerke
d85ac53420
HOPKINS: Remove useless define
2013-03-19 08:31:49 +01:00
Strangerke
fd5f8c7ef3
HOPKINS: Remove setParent() from DialogsManager
2013-03-19 08:26:36 +01:00
Strangerke
26d9122844
HOPKINS: Remove setParent() from ComputerManager
2013-03-19 08:21:42 +01:00
Strangerke
dc5a2b1de7
HOPKINS: Remove setParent() from AnimationManager
2013-03-19 08:17:01 +01:00
Strangerke
b0ad532a92
HOPKINS: Some renaming in TalkManager and GraphicsManager
2013-03-19 08:05:37 +01:00
Strangerke
de883e6198
HOPKINS: Fix some warnings reported by CppCheck
2013-03-18 08:19:33 +01:00
Strangerke
128fd022ab
HOPKINS: More renaming, fix a memory leak
2013-03-18 07:59:26 +01:00
Strangerke
551b3e5f95
HOPKINS: End rework on ScriptManager
2013-03-17 23:33:56 +01:00
Strangerke
7351d5272c
HOPKINS: More rework in ScriptManager
2013-03-17 23:23:44 +01:00
Strangerke
2746e2e666
HOPKINS: Start reworking ScriptManager
2013-03-17 22:43:31 +01:00
Paul Gilbert
df8be4ef0a
HOPKINS: More field renamings
2013-03-17 17:41:10 -04:00
Paul Gilbert
b984629d8a
HOPKINS: Give proepr names to some of the previously unnamed structure fields
2013-03-17 17:06:03 -04:00
Paul Gilbert
3d50c11071
HOPKINS: Fix corrupted frame at end of bank attack animation
2013-03-17 16:28:20 -04:00
Strangerke
9f81c4e556
HOPKINS: More renaming in ObjectsManager
2013-03-17 19:18:41 +01:00
Paul Gilbert
3c15da26b2
HOPKINS: Fix some references to renamed DD_VBL method
2013-03-17 11:56:12 -04:00
Paul Gilbert
4372bd8306
Merge branch 'hopkins_dirtyRects'
...
Conflicts:
engines/hopkins/anim.cpp
engines/hopkins/computer.cpp
engines/hopkins/dialogs.cpp
engines/hopkins/graphics.cpp
engines/hopkins/hopkins.cpp
2013-03-17 11:29:00 -04:00
Strangerke
43b9f5daff
HOPKINS: Some renaming in ObjectsManager
2013-03-17 15:17:42 +01:00
Strangerke
f809f71f2e
NEWS: Mention Tony Tough support and the puzzle disabled in CGE (Soltys)
2013-03-16 11:24:57 +01:00
Torbjörn Andersson
4b0d0ecdda
TOLTECS: Work around undefined subtitle behaviour at script loading
...
It may be because of an underlying bug, but there is at least one
case where a script is unloaded and replaced by another script while
that script slot still has an active subtitle. This causes it to
print random garbage for me, and may be causing crashes for others.
I've discussed this patch with johndoe, and he was ok with it, so
let's see how it works out.
2013-03-15 18:48:44 +01:00
Strangerke
5dae972237
HOPKINS: Some refactoring and renaming in GENIAL()
2013-03-15 07:46:30 +01:00
Strangerke
0f407b7a0b
HOPKINS: More renaming
2013-03-14 08:05:09 +01:00
Paul Gilbert
39ffd06839
HOPKINS: Bugfix for refreshing Breakout lives when one is lost
2013-03-13 22:58:48 -04:00
Paul Gilbert
d10f81372b
HOPKINS: Endian fix for playing Breakout game
2013-03-12 23:03:18 -04:00
Paul Gilbert
3a48420c90
HOPKINS: Dirty rect fix for Breakout game
2013-03-12 21:44:36 -04:00
Paul Gilbert
408345ebab
HOPKINS: Further cleaned up dirty rect display
2013-03-12 21:43:48 -04:00
Strangerke
a00e89a2fd
HOPKINS: More renaming in LinesManager
2013-03-12 23:22:56 +01:00
Strangerke
51f94c3dc8
HOPKINS: Rename variables and mild code rework in LinesManager
2013-03-11 07:25:45 +01:00
Paul Gilbert
f49fb723da
HOPKINS: Added a more comprehensive rects merge code
2013-03-10 22:15:12 -04:00
Paul Gilbert
e50a7be7de
HOPKINS: Further fix for dirty area display in-game
2013-03-10 22:09:29 -04:00
Paul Gilbert
2d83249ac2
HOPKINS: Clean up main game quit checks
2013-03-10 20:25:05 -04:00
Strangerke
7916972977
HOPKINS: Remove several magic values used for directions
2013-03-10 23:53:37 +01:00
D G Turner
27abec4849
BUILD: Add fix for "Illegal instruction: 4" on iPhone 5 and iPad 4.
...
This binary patch fix is intended to allow testing in the interim on
A6/A6X devices until the OSX porter updates the toolchains to cope with
the newer iOS devices.
2013-03-10 21:32:42 +00:00
Strangerke
b4d6d443a5
HOPKINS: More work on characterRoute()
2013-03-10 11:39:58 +01:00
Paul Gilbert
3d06a93be1
HOPKINS: Merged dirty/refresh rect rect adding into a single method
2013-03-09 22:04:41 -05:00
Paul Gilbert
55c024494d
HOPKINS: Fix problem with scrolling not working properly
2013-03-09 09:44:46 -05:00
Strangerke
09e5661711
HOPKINS: Start reworking characterRoute()
2013-03-09 14:45:25 +01:00
Strangerke
d325a2d7aa
HOPKINS: Some renaming and refactoring in LinesManager
2013-03-09 09:41:15 +01:00
Strangerke
8229b1332b
HOPKINS: Some more renaming in LinesManager
2013-03-09 01:08:50 +01:00
D G Turner
5e801ef41a
MOHAWK: Add Myst and Riven Polish detection entries.
...
These are from bug #3606788 ("Mohawk: Myst: ME - polish MD5") and bug
2013-03-08 22:31:09 +00:00
Strangerke
d9e413defb
HOPKINS: More renaming in LinesManager
2013-03-08 07:56:53 +01:00
Strangerke
bb8d729910
HOPKINS: Remove a useless variable in cityMapRoute, some renaming
2013-03-07 08:41:17 +01:00
Strangerke
c6ba8f026f
HOPKINS: Get rid of a magic value, more renaming
2013-03-07 08:23:28 +01:00
Strangerke
2b9bc1a61b
HOPKINS: More renaming in MIRACLE() and characterRoute()
2013-03-07 00:27:47 +01:00
Strangerke
b8ff6c623f
HOPKINS: Some renaming in LinesManager
2013-03-06 23:47:33 +01:00
Paul Gilbert
83480c5784
HOPKINS: Fix transition between initial version display to intro animation
2013-03-06 09:46:05 -05:00