Commit Graph
61292 Commits
Author SHA1 Message Date
Eugene Sandulenko 8390e53fc0 FULLPIPE: Plug resource leak. CID 1107570 2013-10-18 15:54:59 +03:00
Matthew Hoops aba818d195 ZVISION: Attempt to fix compilation on AmigaOS4 2013-10-18 06:13:32 -04:00
Matthew Hoops 821a7430da WINTERMUTE: Remove useless __inline 2013-10-17 23:39:05 -04:00
Matthew Hoops 3c6c91a604 ZVISION: Make the line height be an int 2013-10-17 23:08:17 -04:00
Matthew Hoops 396808638d ZVISION: Consistently use the type of the state map
Should fix the AmigaOS4 build
2013-10-17 23:02:22 -04:00
Matthew Hoops e8fe506a1e BUILD: Mark ZVision as requiring freetype2/16bit 2013-10-17 22:36:26 -04:00
Willem Jan Palenstijn a532c7729f Merge branch 'zvision'
This merges pull request 395 for the ZVision engine developed during
GSoC2013.
2013-10-17 23:00:00 +02:00
Eugene Sandulenko 6b9abcc2ec NEVERHOOD: Another fix for Russian version 2013-10-17 23:54:50 +03:00
Willem Jan Palenstijn 1771162242 Merge branch 'avalanche'
This merges pull request 399 for the Avalanche engine developed during
GSoC2013.
2013-10-17 22:33:15 +02:00
Willem Jan Palenstijn 748ba2475a AVALANCHE: Fix broken xml entity in credits 2013-10-17 22:32:49 +02:00
Eugene Sandulenko 109ff80475 FULLPIPE: Implement MovGraph2::findLink2() 2013-10-17 23:19:28 +03:00
Eugene Sandulenko 2f1387bb26 FULLPIPE: Implement MovGraph2::findLink1() 2013-10-17 23:19:28 +03:00
urukgit 38b842ba71 AVALANCHE: callDialogDriver, displayText, unSkrimble, doTheBubble string cleanup
Unify callDialogDriver() and displayText(). Rework it, unSkrimble() and
doTheBubble() to use Common::String instead of a private buffer. This
fixes the bug regarding examining the money bag.
2013-10-17 22:17:10 +02:00
Strangerke 1c3fcf22a1 AVALANCHE: Some more refactoring 2013-10-17 22:17:10 +02:00
Strangerke 5f0361c03a AVALANCHE: Move Bubble pos to Dialogs, make them private 2013-10-17 22:17:10 +02:00
Strangerke 5f180a06ba AVALANCHE: Rework animation init/remove some more 2013-10-17 22:17:10 +02:00
Strangerke 06f94c1085 AVALANCHE: Remove 3 useless variables in Animation 2013-10-17 22:17:10 +02:00
urukgit ecb1bf69b9 AVALANCHE: Repair parameters for calling zoomOut(). 2013-10-17 22:17:10 +02:00
urukgit b82a5e6a8b AVALANCHE: Rework AvalancheEngine::bearing(), repair Background::update(). 2013-10-17 22:17:09 +02:00
Strangerke 96ae25eca9 AVALANCHE: Remove a couple of useless variables from Animation. This breaks savegames. 2013-10-17 22:17:09 +02:00
urukgit 964fd22e4a AVALANCHE: Fix crash on "With" after loading from Launcher.
The faulty uninitialized variable was _lastPerson. Better to call the
whole resetVariables() so hopefully nothing similar will happen from now.
2013-10-17 22:16:24 +02:00
Paul Gilbert c7ca276e10 TSAGE: Fix error in calculating voice file offsets 2013-10-17 08:46:15 -04:00
Willem Jan Palenstijn ee9e6b94ae DRASCULA: Fix build 2013-10-17 13:40:26 +02:00
Eugene Sandulenko 734abb5a53 DRACI: Fix potential sign extention. CID 1003514 2013-10-17 14:18:27 +03:00
Eugene Sandulenko 2a65976092 DRACI: Fix potential sign extention. CID 1003513 2013-10-17 14:16:23 +03:00
Eugene Sandulenko 78dc1c70d5 DRACI: Fix uninitialized variabled. CID 1003404 2013-10-17 14:14:19 +03:00
Eugene Sandulenko ae38d943ae DRACI: Fix uninitalized variables. CID 1003406 2013-10-17 14:11:07 +03:00
Eugene Sandulenko ae17206ce7 DRACI: Fix uninitalized variables. CID 1003405 2013-10-17 14:08:37 +03:00
Eugene Sandulenko 74172a7449 DRACI: Fix potential negative array index read. CID 1003548 2013-10-17 14:03:37 +03:00
Eugene Sandulenko 54ebfe7dde DRACI: Fix potential division by zero. CID 1003841 2013-10-17 14:01:49 +03:00
Eugene Sandulenko 208cd2cf95 TESTBED: Fix uninitalized variable. CID 1002670 2013-10-17 13:58:02 +03:00
Eugene Sandulenko 08f5445055 TESTBED: Initialize variable. CID 1003374 2013-10-17 13:56:20 +03:00
Eugene Sandulenko 787689ff32 TESTBED: Remove logically dead code. CID 1004067 2013-10-17 13:54:27 +03:00
Eugene Sandulenko 955b585bd0 DRASCULA: Fix uninitalized class variables. CID 1003403 2013-10-17 13:51:30 +03:00
Eugene Sandulenko 9854911932 DRASCULA: Give hint about unused return value. CID 1003863 2013-10-17 13:47:16 +03:00
Eugene Sandulenko b0ade3a637 DRASCULA: Fix potential buffer overrun. CID 1003311 2013-10-17 13:45:25 +03:00
Eugene Sandulenko bc08216659 DRASCULA: Fix potential buffer overrun. CID 1003310 2013-10-17 13:43:21 +03:00
Eugene Sandulenko 66e6830395 DRASCULA: Fix potential buffer overrun. CID 1003309 2013-10-17 13:40:17 +03:00
Eugene Sandulenko df73f27f67 DRASCULA: Fix potential buffer overrun. CID 1003308 2013-10-17 13:38:29 +03:00
Paul Gilbert eb7f7b9fb6 TSAGE: Fixes for calling voice playback correctly when showing on-screen text 2013-10-16 23:01:26 -04:00
Filippos Karapetis 7d7c0966a2 FULLPIPE: Fix compilation with MSVC
MSVC complains that this specific usage of sqrt() is ambiguous, since
the arguments aren't float or double
2013-10-17 01:09:37 +03:00
Eugene Sandulenko 8880077ec3 FULLPIPE: Implement MovGraph2::findNode() 2013-10-17 00:55:34 +03:00
Eugene Sandulenko 1cfafc6cfd FULLPIPE: method4C -> doWalkTo 2013-10-17 00:37:04 +03:00
Eugene Sandulenko a0185d7fdc FULLPIPE: Implemented MovGraph2::method4C() 2013-10-17 00:35:02 +03:00
Eugene Sandulenko 769ba7f6ca FULLPIPE: More work on MovGraph2::method4C() 2013-10-16 09:04:21 +03:00
Paul Gilbert 7696ae1ca3 TSAGE: Further in-progress work on adding R2R voice support 2013-10-15 22:35:26 -04:00
Paul Gilbert ffdb024c8c TSAGE: Fix R2R loading of voice index 2013-10-15 20:26:43 -04:00
urukgit f24267874e AVALANCHE: Fix iteration in Dialogs::talkTo(). 2013-10-15 10:05:22 +02:00
Eugene Sandulenko d01e502d8f FULLPIPE: MovGraph2::method4C() con't 2013-10-15 09:11:23 +03:00
Strangerke 1f943c0362 AVALANCHE: Fix crash when entering inn, add safeguards 2013-10-15 08:10:37 +02:00