55846 Commits

Author SHA1 Message Date
Strangerke
cfcf0e40a5 HOPKINS: Forgotten file in previous commit 2013-02-28 08:23:49 +01:00
Strangerke
7c30a64121 HOPKINS: Rename some members of savegame offset enum, remove some unused ones 2013-02-28 08:16:38 +01:00
Strangerke
94176c7463 HOPKINS: Some renaming in ScripManager 2013-02-27 23:18:43 +01:00
Strangerke
203aead811 HOPKINS: Update credits 2013-02-27 22:27:48 +01:00
Strangerke
2a9ec04a84 HOPKINS: Remove dead code in ObjectsManager, some renaming 2013-02-27 08:00:40 +01:00
Strangerke
2168b2e6b5 HOPKINS: Fix bug in previous commit. Thanks Kirben for pointing to it 2013-02-27 00:25:52 +01:00
Strangerke
58eefc0833 HOPKINS: Get rid of magic values in FilesManager 2013-02-27 00:15:54 +01:00
Strangerke
c74361b0b6 HOPKINS: Get rid of a magic value in save/load dialogs 2013-02-26 23:54:50 +01:00
Thierry Crozat
88c216e086 DREAMWEB: Make some static arrays const 2013-02-26 22:42:14 +00:00
Strangerke
20fefb64e5 Hopkins: More renaming in LinesManager 2013-02-26 23:27:55 +01:00
Thierry Crozat
4530dd23a5 DREAMWEB: Add localised commands in the network terminal
The original interpreter only used english commands in the terminal
even when playing one of the localised version (and even though
everything else in the terminal was localised). This adds the possibility
to either use the English commands or the localised ones.
Localized commands have been added for French, German (thanks to
SimSaw, who also proposed that idea) and Italian (thanks to Maff).
2013-02-26 22:17:42 +00:00
Strangerke
9210eb5045 HOPKINS: Some more renaming in LinesManager 2013-02-26 08:21:28 +01:00
Strangerke
189260757d HOPKINS: Some renaming in LinesManager 2013-02-26 08:06:08 +01:00
Strangerke
79062f426e HOPKINS: Some renaming in GraphicsManager 2013-02-26 07:37:09 +01:00
Johannes Schickel
881a3f257c CONFIGURE: Mark that Hopkins requires 16bpp support. 2013-02-26 00:46:00 +01:00
Filippos Karapetis
b7419454c5 HOPKINS: Rename DD_VBL() -> updateScreen() 2013-02-25 22:00:45 +02:00
Matthew Hoops
c9b1dd37c5 HOPKINS: Don't have the TWA/APC code in the Audio namespace 2013-02-25 10:32:12 -05:00
Matthew Hoops
b22bb6d463 HOPKINS: Remove long double usage 2013-02-25 10:27:01 -05:00
Paul Gilbert
86306893c8 Merge pull request #309 from dreammaster/hopkins
Hopkins FBI Pull Request
2013-02-24 06:36:26 -08:00
Strangerke
76bf7b7c04 CGE: Add workaround for the dice puzzle for the devices not using a ALT key 2013-02-24 11:23:49 +01:00
Willem Jan Palenstijn
2d1fd3b554 ALL: Fix typo (existant->existent) 2013-02-23 22:07:32 +01:00
Strangerke
79bbd015ab HOPKINS: Remove a useless variable, some renaming in HopkinsEngine 2013-02-23 10:55:41 +01:00
Strangerke
3787e69e7b HOPKINS: Add comments concerning the Win95 UK demo fix 2013-02-23 10:23:44 +01:00
Strangerke
9a535ac9f6 HOPKINS: Remove verbose error messages when the English demo skips the speech loading 2013-02-22 23:51:29 +01:00
Strangerke
5297f63707 HOPKINS: Fix the crash related to the missing speech file in the Win95 English demo 2013-02-22 19:23:21 +01:00
Strangerke
29c664a696 HOPKINS: Implement a more proper function to clear the palette. 2013-02-22 17:18:44 +01:00
Strangerke
3625aed6f6 HOPKINS: Start making code a bit less verbose 2013-02-22 12:18:20 +01:00
Strangerke
577f904055 HOPKINS: More renaming in Globals and ObjectsManager 2013-02-22 10:36:54 +01:00
Strangerke
e4edf54209 HOPKINS: Some renaming in Globals and ObjectsManager. Remove a couple of useless variables. 2013-02-22 09:10:45 +01:00
Strangerke
b0a55e7a4f HOPKINS: Renaming in LinesManager and Globals 2013-02-22 08:18:13 +01:00
Willem Jan Palenstijn
5d36b5fb6e HOPKINS: Pre-convert palette 2013-02-21 18:37:15 +01:00
Strangerke
691f21da96 HOPKINS: Some renaming and refactoring in Globals and LinesManager 2013-02-21 08:23:38 +01:00
Strangerke
8457c00457 HOPKINS: More misc renaming 2013-02-20 08:30:16 +01:00
Strangerke
f9f6133851 HOPKINS: Misc renaming 2013-02-20 01:23:39 +01:00
Strangerke
9aa7e136f8 HOPKINS: Some more renaming in TalkManager and Globals 2013-02-19 23:18:43 +01:00
Strangerke
213914c045 HOPKINS: Some renaming in Globals 2013-02-19 21:12:57 +01:00
Strangerke
0f786d83a2 HOPKINS: More renaming in LinesManager 2013-02-19 18:06:05 +01:00
Strangerke
7db7f8fff0 HOPKINS: Regroup some IF statements in linesManager 2013-02-19 17:13:06 +01:00
Strangerke
471b8af482 HOPKINS: Some renaming in LinesManager, remove a couple of problematic asserts 2013-02-19 17:07:29 +01:00
Strangerke
a208f51db7 HOPKINS: More renaming in SoundManager 2013-02-19 15:08:12 +01:00
Strangerke
5bbdbc0fad HOPKINS: Misc renaming, some sound refactoring 2013-02-19 14:34:43 +01:00
Strangerke
72f7421b6d HOPKINS: Remove a couple of useless variables and associated dead code 2013-02-19 07:55:38 +01:00
Dreammaster
38e9dbfe3f HOPKINS: Fixed shadowed variable warning 2013-02-18 23:45:58 -05:00
Dreammaster
7a73412fb6 HOPKINS: Fixed warnings about switch statements using DIR_ constants 2013-02-18 23:43:19 -05:00
Dreammaster
f92154dbe1 HOPKINS: Changed WinScan to use actual screen pitch 2013-02-18 23:30:59 -05:00
Willem Jan Palenstijn
71f70158e7 HOPKINS: Fix repeating route from pathfinder
Regression from d7c8fe912.
2013-02-19 00:52:48 +01:00
Willem Jan Palenstijn
95c44e0a51 HOPKINS: Fix typo 2013-02-19 00:39:43 +01:00
Willem Jan Palenstijn
81bb4d4374 HOPKINS: Merge 'remotes/dreammaster/hopkins' into hopkins
Conflicts:
	engines/hopkins/lines.cpp
	engines/hopkins/lines.h
	engines/hopkins/objects.cpp
2013-02-18 23:54:18 +01:00
Willem Jan Palenstijn
6df59334b8 HOPKINS: Fix route direction
This fixes pathfinding to the top right in some situations.
2013-02-18 23:52:27 +01:00
Willem Jan Palenstijn
5ca0cc8fcd HOPKINS: Refactor loop structure in PARC_PERS 2013-02-18 23:52:18 +01:00