Strangerke
299fbfc7c7
HOPKINS: Start renaming EventsManager functions
2012-12-11 01:53:50 +01:00
Strangerke
269a6f9cae
HOPKINS: Some more function renaming
2012-12-10 07:54:03 +01:00
Strangerke
867cbbf4ff
HOPKINS: Refactor fileManager
2012-12-09 20:22:12 +01:00
Strangerke
1665340fca
HOPKINS: Add MODE_VESA()
2012-12-04 23:29:28 +01:00
Strangerke
f91b1f1129
HOPKINS: Janitorials: remove some while(1)
2012-12-04 21:36:53 +01:00
Strangerke
a23813f9a1
HOPKINS: Add main code for Win95 demo
2012-12-02 10:42:04 +01:00
Paul Gilbert
fc33d2d762
HOPKINS: Replaced many occurrences of 640 with SCREEN_WIDTH
2012-11-25 21:25:14 +11:00
Strangerke
fd421b6bae
HOPKINS: Fix more CppCheck warnings
2012-11-24 15:36:18 +01:00
Strangerke
38acdce735
HOPKINS: Fix more CppCheck warnings
2012-11-24 00:16:44 +01:00
Paul Gilbert
25a311c65b
HOPKINS: Bugfixes for setup of Breakout sub-game
2012-11-18 20:28:03 +11:00
Paul Gilbert
9a996d66d4
HOPKINS: Bugfix for crash when walking in the projection room
2012-11-18 15:21:16 +11:00
Strangerke
cdbba33e38
HOPKINS: Fix PCX loading when no present in CAT file.
2012-11-17 23:09:52 +01:00
Paul Gilbert
0fdea57c54
HOPKINS: Lots of code implemented for Hopkin's computer
2012-11-17 20:49:07 +11:00
Strangerke
6d1db99540
HOPKINS: Remove some magic values, add a safety check in Copy_Video_Vbe16
2012-11-16 08:32:40 +01:00
Paul Gilbert
db091123ee
HOPKINS: Compilation fixes under gcc
2012-11-13 20:25:55 +11:00
Paul Gilbert
75eaa297c6
HOPKINS: Refactored the PCX decoder to use the existing ScummVM decoder
2012-11-11 21:33:17 +11:00
Paul Gilbert
d27056e5ea
HOPKINS: Fix crash in GraphicsManager constructor
2012-11-08 20:28:07 +11:00
Strangerke
c2a5b4b339
HOPKINS: More full version initialization, change 2 variables to boolean
2012-11-08 08:29:26 +01:00
Paul Gilbert
e9c9b8b428
HOPKINS: Refactoring to show the selected inventory item using ScummVM cursor manager
2012-11-01 22:35:33 +11:00
Paul Gilbert
ef663f95a5
HOPKINS: Variable renaming in Affiche_Perfect
2012-10-31 09:04:29 +11:00
Paul Gilbert
32afe8d7ba
HOPKINS: Renaming local variables in graphics.cpp
2012-10-30 22:48:41 +11:00
Paul Gilbert
3f0b6efe0e
HOPKINS: Removed duplicate souris_max method
2012-10-30 09:10:42 +11:00
Paul Gilbert
39d2ead935
HOPKINS: Method parameter renames in GraphicsManager class
2012-10-30 09:08:25 +11:00
Strangerke
9d18e3fa59
HOPKINS: Replace some 0/1 by false/true for boolean variables
2012-10-28 22:38:34 +01:00
Paul Gilbert
e99a5c02b5
HOPKINS: Added lots of shouldQuit() checks to the loops in the script code
2012-10-29 00:00:18 +11:00
Paul Gilbert
58ac9c83ec
HOPKINS: Fixed the type casting in copy video methods
2012-10-28 22:10:14 +11:00
Paul Gilbert
54b6f47ad9
HOPKINS: Bugfix to Copy_Video_Vbe16a
2012-10-28 18:49:41 +11:00
Paul Gilbert
68495604f2
HOPKINS: Fixed Reduc_Ecran method
2012-10-28 10:43:08 +11:00
Paul Gilbert
c78a92682b
HOPKINS: Renamed fields of VBobItem class
2012-10-25 10:43:31 +11:00
Paul Gilbert
9d93fca8d3
HOPKINS: Manually implemented Reduc_Ecran
2012-10-24 21:54:54 +11:00
Paul Gilbert
6d2b43ce9c
HOPKINS: Fix initialisation of TABLE_COUL data.
...
This fixes the background of message dialogs.
2012-10-24 07:09:12 +11:00
Paul Gilbert
bf0290f6a4
HOPKINS: Moved the script execution code to it's own file
2012-10-23 20:40:19 +11:00
Paul Gilbert
1ab3d755b9
HOPKINS: Fix some uniinitialised data identified by Valgrind
2012-10-23 08:57:16 +11:00
Paul Gilbert
434d946849
HOPKINS: Fix gcc identified warnings in lines.cpp
2012-10-22 23:28:54 +11:00
Paul Gilbert
dc358dab61
HOPKINS: Fix gcc identified warnings in graphics.cpp
2012-10-22 23:26:40 +11:00
Paul Gilbert
71268b4418
HOPKINS: Furhter bugfixes for pathfinding and walking
2012-10-22 22:31:46 +11:00
Paul Gilbert
247f1616d8
HOPKINS: Fix the display of on-screen text
2012-10-21 18:48:03 +11:00
Strangerke
b4247f6265
HOPKINS: Add some translated comments to function names
2012-10-20 18:59:06 +02:00
Paul Gilbert
d394570213
HOPKINS: Some renaming and cleanup of font structures
2012-10-15 20:49:17 +11:00
Paul Gilbert
193686770c
HOPKINS: Put a TODO in Capture_Mem to clip reading to within the passed surface
2012-10-13 19:38:53 +11:00
Paul Gilbert
756dc956b5
HOPKINS: Finally implemented VBL cursor method properly
2012-10-13 18:27:14 +11:00
Paul Gilbert
1ee3c572f2
HOPKINS: Fixed Copy_WinScan_Vbe3 method
2012-10-13 16:51:44 +11:00
Paul Gilbert
cde057a582
HOPKINS: Some cleanup to the video frame display and fading methods
2012-10-13 16:41:51 +11:00
Paul Gilbert
4ec8e71997
HOPKINS: Correct video decompression methods
2012-10-13 13:04:05 +11:00
Paul Gilbert
9bf3e363e0
HOPKINS: Fixed problems in Affiche_Perfect
2012-10-13 10:23:33 +11:00
Paul Gilbert
721b619398
HOPKINS: Added explicit int16 cast to all READ_LE_UINT16 accesses.
...
I've already previously fixed two initialisatoin errors for data reading that expected int's to be 16 bits and signed, so adding the explicit cast everywhere will likely fix other similiar issues.
2012-10-11 22:58:04 +11:00
Paul Gilbert
d8dd04130a
HOPKINS: Implemented missing BOITE function in the font manager
2012-10-11 22:53:59 +11:00
Paul Gilbert
d0487f5d9f
HOPKINS: Bugfix to not call core setPalette in 16-bit mode
2012-10-10 22:33:44 +11:00
Paul Gilbert
7ca9d2100f
HOPKINS: Changed PTRNUL from being 0 to an explicitly allocated pointer.
...
Some of the methods explicitly differentiate between having a 0 result for invalid/abort versus PTRNUL return values
2012-10-10 21:03:29 +11:00
Paul Gilbert
575f179f0f
HOPKINS: Converted the file manager from static to a standard manager class
2012-10-06 23:21:10 +10:00