Commit Graph
61292 Commits
Author SHA1 Message Date
Johannes Schickel b6f32028e1 GRAPHICS: Document loadTTFFont a bit. 2013-12-08 20:11:59 +01:00
Johannes Schickel 19dfe4bcbb SCI: Revert "+xx" to "+ xx" changes in 6f2e88136b.
After discussing with m_kiewitz that these have been intentional.
2013-12-08 19:37:47 +01:00
Johannes Schickel 6f2e88136b SCI: Fix formatting in engine/script_patches.cpp.
Powered by astyle and some manual work to avoid breaking multiple statement
lines into multiple lines consisting of single statements.
2013-12-08 18:59:18 +01:00
Johannes Schickel fb3aac8c31 SCI: Make all script patch related global data static. 2013-12-08 18:51:29 +01:00
Johannes Schickel ae238fdba5 SCI: Constify selectorNameTable. 2013-12-08 18:48:20 +01:00
Johannes Schickel 239e39e30a SCI: Make all global script patch signatures const. 2013-12-08 18:47:41 +01:00
Martin Kiewitz 4ff2b7985b SCI: improve kq6 audio+text patch to include guard2 2013-12-08 18:24:51 +01:00
Strangerke eb3167f590 TSAGE: R2R - Rename 5th parameter in actionDisplay(), scene 1337 2013-12-08 18:05:27 +01:00
Eugene Sandulenko 31a6095573 FULLPIPE: Implement sceneHandler04_sub9() 2013-12-08 16:58:50 +02:00
Eugene Sandulenko 99731dfc0e FULLPIPE: Rename in scene04 2013-12-08 16:58:50 +02:00
Eugene Sandulenko 7cbe0fa210 FULLPIPE: Implement sceneHandler04_jumpOnLadder() 2013-12-08 16:58:50 +02:00
Eugene Sandulenko 5e3bbb8156 FULLPIPE: Some renames in MctlLadder 2013-12-08 16:58:50 +02:00
Eugene Sandulenko 2d6abd8f03 FULLPIPE: Implement MctlLadder::collisionDetection() 2013-12-08 16:58:49 +02:00
Martin Kiewitz dbfaac22ed SCI: only apply audio+text patch to KQ6 CD+LB2 CD 2013-12-08 15:40:18 +01:00
Martin Kiewitz 9de412c4ff SCI: sci.cpp updated b/c KQ6 audio+text support 2013-12-08 14:55:06 +01:00
Martin Kiewitz 4b732534c2 SCI: another script patch for KQ6 text+audio support
fixes hires issues
2013-12-08 14:41:29 +01:00
Eugene Sandulenko f835723aab FULLPIPE: Implement sceneHandler04_friesAreWalking() 2013-12-08 01:13:27 +02:00
Martin Kiewitz 8e18bce1db SCI: more patches for KQ6 audio+text support 2013-12-07 23:36:16 +01:00
David Turner e7054aa5a7 Merge pull request #416 from SpecLad/natvis
DEVTOOLS: Add debug visualization files for Visual Studio 2012+
2013-12-07 13:07:02 -08:00
Роман Донченко aff3412479 DEVTOOLS: Add debug visualization files for Visual Studio 2012+ 2013-12-07 23:17:55 +04:00
Martin Kiewitz cd4e1d901d Merge branch 'master' of github.com:scummvm/scummvm 2013-12-07 18:44:00 +01:00
Martin Kiewitz e3ca51ef5e GIT: ignore all temporary msvc files 2013-12-07 18:43:10 +01:00
Strangerke 6800035822 TSAGE: R2R - Fix a giant memory leak in scene 1337, add some comments 2013-12-07 18:42:24 +01:00
Martin Kiewitz 61c36d133a SCI: added kq6 patch for audio+text, not 100% done 2013-12-07 18:26:45 +01:00
Martin Kiewitz 51c51bde1c GIT: Ignore plugins_table.h made by create_project 2013-12-07 18:25:15 +01:00
Strangerke b2d70c8f75 TSAGE: R2R - Some renaming in scene 1337, add comments in action 5 2013-12-07 09:58:23 +01:00
D G Turner 16ec43a0cf ZVISION: Add missing getDebugger() for engine API. 2013-12-07 02:45:38 +00:00
D G Turner c839a1962e TSAGE: Add missing getDebugger() for engine API. 2013-12-07 02:38:58 +00:00
D G Turner 53c3bff277 TONY: Add missing getDebugger() for engine API. 2013-12-07 02:32:29 +00:00
D G Turner 01365b62b9 TOLTECS: Add missing getDebugger() for engine API. 2013-12-07 02:28:42 +00:00
D G Turner ba1336ee2a TINSEL: Add missing getDebugger() for engine API. 2013-12-07 02:21:16 +00:00
D G Turner 11b320a6ee TEENAGENT: Add missing getDebugger() for engine API. 2013-12-07 01:32:53 +00:00
D G Turner 521b1c729c NEVERHOOD: Add missing getDebugger() for engine API. 2013-12-07 01:26:42 +00:00
D G Turner 05e07eed9c HOPKINS: Add missing getDebugger() for engine API. 2013-12-07 01:11:26 +00:00
D G Turner 4e849da06d FULLPIPE: Add debug console. 2013-12-07 00:16:56 +00:00
D G Turner 907c053fca COMPOSER: Correct comment in console class. 2013-12-07 00:05:45 +00:00
D G Turner 260ee4f390 DREAMWEB: Add missing getDebugger() for engine API. 2013-12-06 23:43:08 +00:00
Strangerke 0ef3664549 TSAGE: R2R - Fix display of stock pile and help icon in scene 1337, some renaming 2013-12-06 23:59:29 +01:00
D G Turner 7432a33137 DRASCULA: Hookup up debug console correctly.
This now opens correctly on CTRL-d keystroke.
2013-12-06 22:55:03 +00:00
D G Turner 189d8048f3 COMPOSER: Add debug console to engine. 2013-12-06 22:32:18 +00:00
Eugene Sandulenko 583090a623 FULLPIPE: Implement sceneHandler04_goClock() 2013-12-07 00:01:59 +02:00
Eugene Sandulenko 172128931b FULLPIPE: Implement MctlLadder::freeItems() 2013-12-06 23:36:31 +02:00
Eugene Sandulenko 8844d461a9 FULLPIPE: implement MctlLadder::addObject() 2013-12-06 23:22:28 +02:00
Eugene Sandulenko 9fbc292404 FULLPIPE: More stubs in MctlLadder 2013-12-06 22:59:42 +02:00
Eugene Sandulenko 00a6ded66c FULLPIPE: Reduce header dependency 2013-12-06 22:48:37 +02:00
Eugene Sandulenko 4a27d727a7 FULLPIPE: Proper structure of MctlLadder class variables 2013-12-06 22:47:30 +02:00
anotherguest d9c8cb7118 Merge branch 'master' of github.com:scummvm/scummvm 2013-12-06 08:31:08 +01:00
anotherguest 6cc047f8eb SYMBIAN OS: Spelling correction 2013-12-06 08:30:29 +01:00
Strangerke 1c4685a5d0 TSAGE: R2R - Simplify coords copy in scene 1337 2013-12-06 08:02:52 +01:00
Strangerke dfd0e2cd8e TSAGE: R2R - Some renaming in scene 1337 2013-12-06 08:00:37 +01:00