Commit Graph

60608 Commits

Author SHA1 Message Date
Paul Gilbert
2b8281b319 TSAGE: Fix for R2R cutscene scene 1500 to be full screen 2013-11-12 21:21:42 -05:00
Paul Gilbert
fe6ed6008e TSAGE: Animation player fix to match speed with the original 2013-11-12 21:13:14 -05:00
Paul Gilbert
ab3cf625d5 TSAGE: Fix for positioning R2R text to account for screen boundary 2013-11-12 20:16:55 -05:00
Eugene Sandulenko
69378e35d8 FULLPIPE: More work on MovGraph2::buildMovInfo1MessageQueue() 2013-11-13 00:20:30 +02:00
Alyssa Milburn
575f81da5f GRAPHICS: Set PNG alpha bits to 0 if there's no alpha present.
This fixes the color-keying checks in Wintermute for PNG images.
2013-11-12 10:57:25 +01:00
Strangerke
07d9e67ea4 TSAGE: R2R - Remove obsolete TODO 2013-11-12 08:02:25 +01:00
Paul Gilbert
5e3cbacd6d TSAGE: Bugfix for R2R voice playback of Louis Wu Infodisk 2013-11-11 22:11:22 -05:00
Paul Gilbert
d3c440b040 TSAGE: Fix for looking at R2R Quantam Drive after releasing stasis field 2013-11-11 21:34:09 -05:00
Paul Gilbert
05d350fd5d TSAGE: Fix for ASound initialisation 2013-11-11 20:57:20 -05:00
Eugene Sandulenko
5f48f45906 FULLPIPE: More work on MovGraph2::buildMovInfo1MessageQueue() 2013-11-12 01:42:33 +02:00
Strangerke
852619929a TSAGE: R2R - Fix puppeter heads reappearing in intro 2013-11-12 00:25:10 +01:00
Strangerke
303de2d95e TSAGE: Ringworld - Renaming in scene 90 2013-11-11 22:37:37 +01:00
Strangerke
f5cad57f49 TSAGE: Ringworld: Renaming in scene 60 2013-11-11 21:48:34 +01:00
Strangerke
cbd8cf3b04 TSAGE: R2R - Reduce the scope of scene variables in logic group 3 2013-11-11 21:31:00 +01:00
Strangerke
3e3df029b7 TSAGE: R2R - Reduce the scope of scene variables in logic group 2 2013-11-11 21:13:30 +01:00
Strangerke
1abab591d9 TSAGE: R2R - Reduce the scope of scene variables in logic group 1 2013-11-11 20:57:22 +01:00
Strangerke
917bf58b75 TSAGE: R2R - Reduce the scope of scene variables in logic group 0 2013-11-11 20:31:56 +01:00
Strangerke
0939d6ca2a TSAGE: Ringworld: renaming in scene 50, ...
Also:
- some minor refactoring in scene 30
- bugfixing of background in scene 50
- modification of original behavior for LOOK cursor on the wall, which was inappropriate.
- misc comments of useless objects
- reduce scope of some variables
2013-11-11 19:19:45 +01:00
Strangerke
e14e727437 TSAGE: Ringworld - Renaming in scene 40, remove a useless variable 2013-11-11 17:53:52 +01:00
Strangerke
55b5bf59c1 TSAGE: Ringworld - Renaming in scene 20, small refactoring, remove a useless variable 2013-11-11 15:40:30 +01:00
Strangerke
3f8027a67f TSAGE: Ringworld - Renaming in scene 15 2013-11-11 15:13:44 +01:00
Kirben
3950dad947 SDL: Remove misleading comments, based on incomplete information at MSDN. GetLocalInfo is supported on Windows 95 onwards, but MSDN fails to mention older Windows versions. 2013-11-11 23:53:53 +11:00
Strangerke
a99f3ca817 TSAGE: Ringworld - Renaming in scene 10 2013-11-11 13:45:45 +01:00
Strangerke
a45cc2fb20 TSAGE: R2R - Remove obsolete comment 2013-11-11 12:28:29 +01:00
Strangerke
37cd3e4079 TSAGE: R2R - Minor cleanup: update some todos, use american instead of british english, ... 2013-11-11 11:09:54 +01:00
Paul Gilbert
b4ddd5c413 TSAGE: Fix bug with scene objects briefly flashing when changing scene 2013-11-10 22:00:38 -05:00
Strangerke
fceec74e4b TSAGE: R2R - Some renaming, remove a dead variable 2013-11-10 23:16:08 +01:00
Strangerke
7847967798 TSAGE: Janitorial - Remove trailing spaces and tabs 2013-11-10 23:00:15 +01:00
Strangerke
6e04e14859 TSAGE: R2R - Update object list in debugger 2013-11-10 22:22:27 +01:00
Paul Gilbert
2728aa0b70 TSAGE: Rename VisualSpeaker methods proc15 and proc16 2013-11-10 16:02:55 -05:00
Paul Gilbert
a1cc19f916 TSAGE: Fix for Webbster speaking during R2R intro sequence 2013-11-10 15:55:51 -05:00
Paul Gilbert
9dd2898321 TSAGE: Fix for sound end actions not firing, and cleanup of related fields 2013-11-10 15:30:24 -05:00
Strangerke
47cc628b22 TSAGE: Replace warnings concerning sub_1D227 by comments 2013-11-10 21:20:24 +01:00
Strangerke
18eb5deeb9 MORTEVIELLE: Remove useless variable 2013-11-10 18:11:11 +01:00
Johannes Schickel
2d50ec1f34 KYRA: Plug memory leak in SoundTowns::playSoundEffect.
Discovered by CID #1003909.
2013-11-10 13:19:28 +01:00
Johannes Schickel
af3059c114 KYRA: Properly check parameters in CharacterGenerator::start.
Discoverd by CID #1003816.
2013-11-10 12:58:05 +01:00
Johannes Schickel
5b1557adbf KYRA: Properly check for empty rects in wsaFrameAnimationStep.
Discovered by covertiy (CID #1003839).
2013-11-10 12:49:58 +01:00
Eugene Sandulenko
9b3f1c81e8 FULLPIPE: Class init. CID 1099832 2013-11-10 11:23:36 +02:00
Eugene Sandulenko
3b7f2f7e53 FULLPIPE: Class initialization. CID 1063190 2013-11-10 11:20:09 +02:00
Eugene Sandulenko
5d8eeda541 FULLPIPE: Fix condition. CID 1109644 2013-11-10 11:20:08 +02:00
Strangerke
2f333f997b CGE: Ensure string copy don't overrun. Fix CID 1003674 to 1003678 2013-11-10 09:57:42 +01:00
Strangerke
06f9a5265a DREAMWEB: Remove dead function enableSavingOrLoading() (which fixes CID 1003402) 2013-11-09 23:54:09 +01:00
Strangerke
4095ae1ba8 MORTVIELLE: Add missing check on shouldQuit() (which fixes CID 1063228) 2013-11-09 22:15:41 +01:00
Willem Jan Palenstijn
ebc32defd5 KYRA: Fix wrong check order 2013-11-09 21:12:42 +01:00
Strangerke
582a681c67 HOPKINS: Replace cascades of if by switches for language checks 2013-11-09 20:06:42 +01:00
Strangerke
6a1b3f40fc HOPKINS: Error out when an unknown version is encountered 2013-11-09 19:27:38 +01:00
Strangerke
1c0367d5a6 TOON: Fix unintialized variables. Fix CID 1002424 2013-11-09 18:20:29 +01:00
Strangerke
c177d45073 TOON: Fix uninitialized variable in audio. CID 1002729 2013-11-09 15:09:05 +01:00
Strangerke
2f9c2a9370 TSAGE: R2R - Add some CHECKMEs, remove some deadcode (CID 1004056) 2013-11-09 15:05:56 +01:00
Strangerke
e4387e754a AVALANCHE: Fix CID 1109674 - uninitialized variables. Also fix room variable default values. 2013-11-09 14:47:45 +01:00