Commit Graph

55914 Commits

Author SHA1 Message Date
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
Torbjörn Andersson
21ed47ce13 VIDEO: Fix Smacker crash, as per madmoose's suggestion
Apparently, in some movies the Smacker decoder would peek ahead
past the end of the bitstream, even though it didn't necessarily
use all of those bits later. Fix that by first checking how many
bits are still available. (This was originally reported for the
mg1shoot.smk cutscene in the 4 CD version of The Feeble Files.)
2013-02-18 20:12:35 +01:00
David Turner
f70905d979 Merge pull request #311 from vyadh/master
LURE: Fix bug #3604370 - "LURE: ANDROID, Action item scrolling too sensitive"
2013-02-18 02:09:12 -08:00
Strangerke
7428af9a4c HOPKINS: Replace casted READ_LE_UINT16 by the equivalent macro to improve readability 2013-02-18 01:37:21 +01:00
Strangerke
ccf07b8956 HOPKINS: More Direction refactoring 2013-02-18 01:19:41 +01:00
vyadh
348378f4a6 LURE: Fix bug #3604370 - ANDROID menus clickable
LURE: Fix bug #3604370 - "LURE: ANDROID, Action item scrolling too sensitive"
2013-02-17 22:11:11 +00:00
Filippos Karapetis
61ec6c998f SCI: Fix bug #3538416 - "SCI: SQ4 CD text glitches in introduction" 2013-02-17 20:45:16 +02:00
Filippos Karapetis
d830b27404 SCI: Fix bug #3604944 - "SCI: QFG1VGA: Missing dialogue when speaking to Kaspar" 2013-02-17 20:44:31 +02:00
Thierry Crozat
862c831511 I18N: Update Hungarian translation from patch #3604064 2013-02-16 18:07:38 +00:00
Strangerke
979328ebdb HOPKINS: Introduce Directions enum 2013-02-16 18:48:55 +01:00
Willem Jan Palenstijn
f80cd6407c HOPKINS: Extract utility function for appending linedata to route list 2013-02-16 15:59:06 +01:00
Willem Jan Palenstijn
cccbd84204 HOPKINS: Convert route lists into structs 2013-02-16 15:59:02 +01:00
Strangerke
3e0739a49c HOPKINS: Some renaming and refactoring 2013-02-16 14:57:25 +01:00
Strangerke
355422455c HOPKINS: Some more similar cleanup 2013-02-16 00:06:45 +01:00
Strangerke
c5f800af1b HOPKINS: Some renaming, remove useless self-accessing code pointed by wjp 2013-02-15 23:57:23 +01:00
Strangerke
2301dc8f38 HOPKINS: Start refactoring MIRACLE 2013-02-15 23:41:05 +01:00
Strangerke
84e290eade HOPKINS: Reorder includes 2013-02-15 22:20:24 +01:00
Strangerke
bda951c5e2 HOPKINS: Fix 2 comments of LordHoto 2013-02-15 21:35:03 +01:00
Torbjörn Andersson
53beb9a26c HOPKINS: Add detection entry for uninstalled BeOS version
It won't quite detect as it appears on the CD - you need to put the
Hopkins.pkg file in the HOPDATA - and since that file isn't actually
needed we may want to re-think that in the future. But at least it
will make it easier to test this version.
2013-02-15 18:34:06 +01:00
Dreammaster
bb3285d933 Merge branch 'master' into hopkins 2013-02-15 08:25:09 -05:00
Strangerke
d1a19a1d4c HOPKINS: Move font initialization to FontsManager 2013-02-15 08:47:33 +01:00
Strangerke
4c1047cb81 HOPKINS: Use freeMemory instead of free in some spaces 2013-02-15 08:41:22 +01:00
Strangerke
93dc7c8e63 HOPKINS: Move mouse data initialization to EventsManager, set mouse variable as private 2013-02-15 08:33:42 +01:00
Strangerke
0a1cc63abb HOPKINS: More renaming and refactoring 2013-02-15 08:24:10 +01:00
Strangerke
f5d3df3d2d HOPKINS: More gesture variables to ObjectsManager 2013-02-15 08:03:59 +01:00
Strangerke
078f950f38 HOPKINS: Renaming in ObjectsManager 2013-02-15 07:56:47 +01:00
Dreammaster
fb163db0bc HOPKINS: Fix freeze when playing some animations 2013-02-14 21:08:00 -05:00
Paul Gilbert
edd0a631fc HOPKINS: Added a basic base map screen for the Windows version if a PBASE.PCX file can't be found 2013-02-13 22:52:03 -05:00
Strangerke
2b865f6fe2 HOPKINS: Move some zone code to LinesManager 2013-02-12 23:48:03 +01:00
Strangerke
9223719f2a HOPKINS: Some renaming in GraphicManager 2013-02-12 22:19:59 +01:00
Strangerke
e47d34f951 HOPKINS: Fix transition glitch when skipping animations 2013-02-12 08:34:49 +01:00
Strangerke
2634c65d2f HOPKINS: Minor refactoring in GraphicManager 2013-02-12 08:04:07 +01:00
Strangerke
c41a5fd112 HOPKINS: Some more renaming and refactoring in Globals 2013-02-11 08:04:20 +01:00