Johannes Schickel
fffb2ee3ff
HOPKINS: Respect pitch when drawing on OSystem's screen surface.
2013-08-07 22:01:19 +02:00
Johannes Schickel
cad9148f85
HOPKINS: Take advantage of Surface::getPixels.
2013-08-03 04:02:51 +02:00
Johannes Schickel
8b763977a3
HOPKINS: Prefer getBasePtr over direct Surface::pixels access.
2013-08-03 02:52:32 +02:00
Johannes Schickel
9b8afdab0e
HOPKINS: Slight cleanup.
...
This renames HopkinsEngine::targetName to HopkinsEngine::getTargetName. This
is more consistent with the name scheme of the remaining getters.
It also makes getTargetName return a const reference instead of a copy.
2013-08-01 03:30:14 +02:00
Paul Gilbert
ac70aa2e5c
HOPKINS: Bumped up savegame version, and added load handling the brief version 3 format
2013-07-31 21:21:29 -04:00
Paul Gilbert
07d8e5643b
HOPKINS: Reverted to saving Breakout high scores in a separate file
2013-07-31 21:01:04 -04:00
Paul Gilbert
dee719390c
HOPKINS: Move breakout highscore table to savegames, and fixes to display
2013-07-26 21:57:02 -04:00
Sven Hesse
989ea7cb56
JANITORIAL: Remove trailing whitespace
2013-07-14 19:01:47 +02:00
Torbjörn Andersson
6716fa39a6
HOPKINS: Change some variable names for consistency
...
This silences a GCC warning about a 'saveFile' variable shadowing
a saveFile() method.
2013-06-26 21:33:30 +02:00
Strangerke
63c462efce
HOPKINS: Remove erroneous static keyword, get rid of g_vm
2013-06-26 20:11:00 +02:00
Strangerke
9878c89b97
HOPKINS: Add some comments
2013-06-25 07:14:29 +02:00
Strangerke
8c31fa9cba
HOPKINS: Fix glitch occurring when skipping the flight cut scene.
...
Thanks Greencis for reporting it
2013-06-18 23:52:43 +02:00
Strangerke
c2475c9c54
HOPKINS: Fix a glitch on the roof of the bank, in Windows demo
...
Thanks Greencis for reporting it
2013-06-17 08:23:19 +02:00
Strangerke
f0233216c8
HOPKINS: Fix glitch before entering bank, in Windows demo
...
Thanks Greencis for reporting it
2013-06-15 15:00:09 +02:00
Strangerke
869999f3c6
Hopkins: Add some comments
2013-06-15 14:59:05 +02:00
Strangerke
49ec202701
HOPKINS: Fix Heisenbug occuring when finishing the Polish demo
...
Thanks Greencis for reporting it.
2013-06-14 08:37:01 +02:00
Strangerke
eedf510c2d
HOPKINS: Fix glitch in Polish demo when leaving the first room
...
Thanks Greencis for reporting it
2013-06-12 08:22:41 +02:00
Strangerke
90a8b1b781
HOPKINS: Fix glitch at the end of the intro caused by a double long fade out
...
Thanks Greencis for reporting it
2013-06-11 08:21:01 +02:00
Strangerke
4d56fe773d
HOPKINS: Fix code formatting
2013-06-09 23:12:34 +02:00
Strangerke
b23c5d9522
HOPKINS: Fix glitch occurring in the intro of the Linux Demo.
...
Thanks greencis for reporting it
2013-06-06 00:24:35 +02:00
Strangerke
af76409408
HOPKINS: Fix 2 glitches reported by greencis in win95 demos
2013-06-05 08:24:11 +02:00
Strangerke
f055512f17
HOPKINS: Fix crash in Polish demo - Bug #3613954
2013-05-28 08:21:59 +02:00
Strangerke
3a23991a18
HOPKINS: Fix bug #3613819 - Crash when loading a savegame in Win95 Demo
2013-05-26 19:32:40 +02:00
Strangerke
f06f335a7c
HOPKINS: Update detection to avoid as much as possible the use of executables
2013-05-22 23:34:26 +02:00
Willem Jan Palenstijn
5499022866
HOPKINS: Remove left-over assignment
...
This should have been removed in 2743da58542 .
2013-05-18 16:46:05 +02:00
Paul Gilbert
11e40f7467
HOPKINS: Fix to prevent GMM saving in the underwater sub scenes
2013-05-18 11:31:12 +10:00
Willem Jan Palenstijn
2743da5854
HOPKINS: Clean up loops
2013-05-16 08:10:14 +02:00
Strangerke
9f641c3d98
HOPKINS: Fix shadowed variable not reported by MSVC
2013-05-16 07:34:58 +02:00
Strangerke
90084cfdce
HOPKINS: Fix bug #3611942 and #3613072 - Pathfinding regression in 1fd81eee4056342971220240a49baef73737b386
2013-05-16 01:28:30 +02:00
Strangerke
2b1c1734cb
HOPKINS: Fix erroneous check in pathfinding
2013-05-15 08:26:36 +02:00
Paul Gilbert
6ee723c905
HOPKINS: Bugfix for #3612410 - hotspots are off
2013-05-14 13:44:53 +10:00
sylvaintv
d6d3c6a13c
HOPKINS : Added a lines debugger command
2013-05-13 00:04:55 +02:00
Strangerke
1f509f13b2
HOPKINS: Use different colors for displaying hotspot zones
2013-05-12 18:44:52 +02:00
Strangerke
e9e18cd6b9
HOPKINS: Clean debug channels, add Pathfinding traces
2013-05-12 12:08:49 +02:00
Strangerke
27346f8a08
HOPKINS: Courtesy of SylvainTV - Fix long diagonals to bottom left and right
2013-05-11 17:50:42 +02:00
Strangerke
5d546d4103
HOPKINS: Fix bug #3613068 - Detection of Hopkins Russian
2013-05-11 12:15:45 +02:00
Paul Gilbert
369f886477
HOPKINS: Added a zones debugger command
2013-05-10 17:33:03 +10:00
sylvaintv
43791c51c8
HOPKINS: Fix bug #3612566 - scaling glitch on Samantha
2013-05-08 02:23:44 +02:00
sylvaintv
4b6378f2e8
* HOPKINS: Fix bug #3611824 - problem when changing clothes
2013-05-08 02:21:45 +02:00
Strangerke
19a96699a4
HOPKINS: Fix bug #3611824 - music cut during dialogs after loading from launcher
2013-05-08 00:25:29 +02:00
Strangerke
823844f396
HOPKINS: Fix bug #3612115 - Courtesy of SylvainTV: Fix palette in thumbnails
2013-05-08 00:24:33 +02:00
Strangerke
6285509d64
HOPKINS: Fix bug #3612036 - partially broken thumbnail - Courtesy of SylvainTV
2013-05-07 07:49:30 +02:00
Strangerke
cc3f4a36b2
HOPKINS: Remove useless assert
2013-05-06 08:23:22 +02:00
Strangerke
b1dce29ee8
HOPKINS: Get rid of magic values
2013-05-06 08:21:50 +02:00
Strangerke
3d5b975c37
HOPKINS: Fix bug #3612483 - FadeOut length issue after lift animation
2013-05-05 22:59:10 +02:00
Strangerke
d2a97a409e
HOPKINS: Hide the mouse cursor, which was still visible in some part of the intro of the OS/2 and Win95 versions
2013-05-04 20:31:44 +02:00
Strangerke
a2d28dcf0f
HOPKINS: Add another workaround for the BeOS version, so it displays at least "The End"
2013-05-04 20:16:47 +02:00
Strangerke
b299481660
HOPKINS: Workaround for bug #3612611 - Missing credit file in BeOS version!
2013-05-04 19:41:58 +02:00
Strangerke
cc771cb692
HOPKINS: Search for alternate names for ending animations
...
Based on the BeOS executable.
2013-05-04 14:04:39 +02:00
Strangerke
2db9e27600
HOPKINS: Hide mouse before displaying credits
2013-05-04 13:28:04 +02:00