Commit Graph

48624 Commits

Author SHA1 Message Date
Strangerke
e663e7874e CGE: Remove useless function declaration
Thanks LordHoto for pointing at it
2011-09-20 07:10:29 +02:00
Torbjörn Andersson
642e0baacb GUI: Silence GCC warning
Rename local variable 'buffer' to keep it from clashing with the
buffer() method.
2011-09-19 20:10:46 +02:00
D G Turner
6b8fb196cb DISTS: Update MacOSX Info.plist to add most languages for localization.
This should fix bug #3394080 : "MACOSX: Language auto-detection does not
work correctly", though this list should be expanded to include  any
languages in po directory which I have missed.

Thanks to LordHoto for indicating the likely cause.
2011-09-19 16:44:38 +01:00
Littleboy
9796890cce GUI: Replace ConsoleDialog use of vsnprintf by Common::String::vformat() 2011-09-19 09:23:00 -04:00
Littleboy
ce4c98d757 LASTEXPRESS: Small cleanup in Entities::processEntity() and Entities::processFrame() 2011-09-19 09:22:59 -04:00
Bertrand Augereau
b76b038ffc DREAMWEB: 'bresenhams' ported to C++ 2011-09-18 19:30:45 +02:00
Sven Hesse
a1825e4d02 GOB: At the decorative fishes in the Diving minigame 2011-09-18 17:02:45 +02:00
Paul Gilbert
e360d35567 TSAGE: Bugfix for Blue Force death screen image moving when screen is clicked 2011-09-18 20:38:12 +10:00
Paul Gilbert
5f0b906576 TSAGE: Implemented Blue Force scene 360 - Future Wave Interior 2011-09-18 20:36:57 +10:00
Strangerke
2d882fdf18 CGE: Rename Snail into CommandHandler, plus some associated renamings 2011-09-18 11:25:34 +02:00
Bastien Bouclet
cf54fc98d5 VIDEO: Fix Bink bundle count lenghts to be computed like ffmpeg does.
Fixes several movies in Myst 3.
2011-09-18 09:38:30 +02:00
Paul Gilbert
13d0275d7e TSAGE: Fix for sequence manager when using a Blue Force specific opcode 2011-09-18 16:58:33 +10:00
Paul Gilbert
45ee4f4845 TSAGE: In Blue Force, cursor doesn't reset to Walk after doing actions 2011-09-18 16:33:09 +10:00
Paul Gilbert
83a03d883d TSAGE: Fixed ordering of scenes in Blue Force group 3 2011-09-18 15:58:24 +10:00
Paul Gilbert
95467a379c TSAGE: Implemented Blue Force scene 370 - Future Wave bedroom 2011-09-18 15:56:07 +10:00
Travis Howell
c5615d7f58 NEWS: Add recent fixes in AGOS game engine. 2011-09-18 13:28:22 +10:00
Strangerke
17802f8903 CGE: Fix a potential bug in insertCommand(), some renaming 2011-09-17 23:04:12 +02:00
athrxx
f8ee4f385f SCUMM FM-TOWNS: fix DS build 2011-09-17 22:16:41 +02:00
athrxx
149fdbfb60 SCUMM FM-TOWNS: fix another regression
(pcm sound effects broken in 69adb13c2f)
2011-09-17 21:15:46 +02:00
athrxx
0d1d974e14 SCUMM FM-TOWNS: fix regression and cleanup
(LOOM mouse cursor was broken in b1cb88ddc2)
2011-09-17 21:15:44 +02:00
athrxx
867f2887e8 SCUMM FM-TOWNS: fix invalid mem accesses
- handle some invalid sound resources that come up when starting LOOM
- fix typo in midi driver code (causing invalid mem reads)
2011-09-17 21:15:41 +02:00
Strangerke
9c5415b6ae CGE: Remove useless function
Thanks fuzzie for noticing it
2011-09-17 19:11:40 +02:00
Strangerke
ff0185d038 CGE: Remove a use reference to g_engine
Thanks fuzzie for mentioning it
2011-09-17 18:22:35 +02:00
Strangerke
d574cfe272 CGE: Move _talk and _text to CGEEngine 2011-09-17 17:27:05 +02:00
Strangerke
3583c949f2 CGE: Move some more globals to CGEEngine 2011-09-17 17:17:22 +02:00
Strangerke
8491e557ce CGE: Remove duplicated forward declaration 2011-09-17 14:55:31 +02:00
Paul Gilbert
419f2b8927 TSAGE: Implemented Blue Force scene 380 - Outside City Hall & Jail 2011-09-17 22:30:50 +10:00
Paul Gilbert
413a48bbe3 TSAGE: Implemented Blue Force scene 390 - City Jail 2011-09-17 21:37:02 +10:00
Strangerke
38deee5a88 CGE: some more cleanup 2011-09-17 11:09:32 +02:00
Strangerke
4778ff720c CGE: Move some more globals to CGEEngine 2011-09-17 10:54:50 +02:00
Strangerke
f5eca79658 CGE: Move 4 global to CGEEngine 2011-09-17 10:08:52 +02:00
Paul Gilbert
fba3fc3602 TSAGE: Implemented Blue Force scene 385 - City Hall 2011-09-17 17:41:12 +10:00
Strangerke
0668a56f69 CGE: Move _vga to CGEEngine 2011-09-16 23:54:08 +02:00
Strangerke
938c08ae58 CGE: Get rid of some more global functions and static members 2011-09-16 20:31:39 +02:00
Sven Hesse
679fc75408 GOB: Fix a stupid mistake regarding enum MouseButtons 2011-09-16 14:52:52 +02:00
Paul Gilbert
8411fcc154 TSAGE: Completed Blue Force scene 350 - Marina, Outside Boat 2011-09-16 22:08:46 +10:00
Paul Gilbert
f1ca155024 TSAGE: Add missing synchronisation code to scene 840, and renamed a field 2011-09-16 17:39:21 +10:00
Paul Gilbert
e506df40ce TSAGE: Implemented Blue Force scene 840 - Boat Rentals 2011-09-16 17:30:39 +10:00
Strangerke
cdf1335ea6 CGE: Remove two useles externs, un-static-fy two Vga functions 2011-09-16 08:03:30 +02:00
Strangerke
70c5b695df CGE: move two global functions to Vga 2011-09-16 07:55:50 +02:00
Strangerke
15bf8050b8 CGE: Move two globals functions to CGEEngine 2011-09-16 06:45:53 +02:00
Sven Hesse
a607247262 GOB: Randomize when the evil fishes enter and leave 2011-09-15 21:24:08 +02:00
Sven Hesse
79f2bb52b6 GOB: Randomize evil fish positions 2011-09-15 21:24:08 +02:00
Sven Hesse
3fe3a49283 GOB: Make sure that the evil fish don't drift up/down 2011-09-15 21:24:08 +02:00
Strangerke
d7ae191b82 CGE: Remove general.cpp 2011-09-15 18:54:02 +02:00
Matthew Hoops
bf560908c3 GOB: Fix a typo 2011-09-15 12:10:13 -04:00
Sven Hesse
16bbc07690 GOB: Don't explicitly open CD1.ITK for Urban Runner
CD1.ITK is the one CD archive file the Urban Runner scripts open
themselves in NO_CD mode. Since the PSP has extremely limited file
handles, having that archive opened twice makes the load code fail
on that device.

Hopefully, the scripts don't decide to close and not reopend CD1.ITK
in places where it's needed. A full playthrough with loading/saving
between screens (especially across CD content borders, and during
death screens) would probably be prudent.
2011-09-15 17:36:55 +02:00
Paul Gilbert
559d40a643 TSAGE: Implemented Blue Force scene 830 - Outside Boat Rentals 2011-09-15 23:16:57 +10:00
Paul Gilbert
b24f9b4d4b TSAGE: Implemented Scene 342 - Marina (Alternate) 2011-09-15 19:50:38 +10:00
Strangerke
c993108207 CGE: Transform some static and globals into class members 2011-09-15 08:00:54 +02:00