Eugene Sandulenko
2196916b62
FULLPIPE: Implement FullpipeEngine::defHandleKeyDown()
2013-09-15 22:29:22 +03:00
Paul Gilbert
e2a8dc1b2f
TSAGE: Further renaming and work on R2R Balloon Scene
2013-09-15 14:54:47 -04:00
Eugene Sandulenko
fcdaa86831
FULLPIPE: Initialize 'selector'. CID 1063200
2013-09-15 02:01:20 +03:00
Eugene Sandulenko
127261ac74
FULLPIPE: Initialize class variable. CID 1063187
2013-09-15 01:59:13 +03:00
Eugene Sandulenko
d09cccd7f2
FULLPIPE: Added few destructors.
2013-09-15 01:53:44 +03:00
Paul Gilbert
31d26440bd
TSAGE: Further renaming for R2R balloon scene
2013-09-14 17:39:34 -04:00
Paul Gilbert
a76389c1d7
TSAGE: Bugfix for parameter type change in BackgroundSceneObject
2013-09-14 17:39:17 -04:00
Paul Gilbert
dfe38b6976
TSAGE: Initial bugfixes and renaming for R2R balloon scene
2013-09-14 16:54:41 -04:00
Filippos Karapetis
1f7780bef5
NEVERHOOD: Rename the "room" command to "scene" and enhance it
...
The naming has been changed from "room" to "scene", in order to keep it
consistent with the rest of the engine. The scene command now also
displays resource information about the current scene when invoked
without parameters
2013-09-14 12:39:58 +03:00
Filippos Karapetis
cdeb55777d
NEVERHOOD: Add console commands to handle resources
2013-09-14 12:39:58 +03:00
Filippos Karapetis
7625ae6718
NEVERHOOD: Move StaticScene into scene.h/.cpp
2013-09-14 12:39:57 +03:00
Paul Gilbert
9c5d133e94
TSAGE: Initial implementation of R2R balloon cutscene code
2013-09-13 21:41:09 -04:00
Eugene Sandulenko
763eedd0df
FULLPIPE: Fix condition. CID 1063217
2013-09-14 00:17:43 +03:00
Eugene Sandulenko
4db215a511
FULLPIPE: Move PreloadItem methods where they belong
2013-09-14 00:14:49 +03:00
Eugene Sandulenko
1e72640cba
FULLPIPE: Fix leaked resource. CID 1063205
2013-09-14 00:08:50 +03:00
Johannes Schickel
01dea8bd67
Merge pull request #378 from lordhoto/pluggable-engines-translations
...
RFC: Pluggable Engines: I18N: Move specification of engine specific files to enginedir/POTFILES
2013-09-12 15:38:13 -07:00
Eugene Sandulenko
e8f4c28d10
FULLPIPE: Move Sc2 to gameloader.h
2013-09-12 22:51:21 +03:00
Eugene Sandulenko
6cd830fb1b
FULLPIPE: Implement CGameLoader::preloadScene()
2013-09-12 22:51:21 +03:00
Eugene Sandulenko
7e08d4f6b2
FULLPIPE: Move PreloadItems to gameloader.h
2013-09-12 22:51:21 +03:00
Eugene Sandulenko
c2161b9564
Merge pull request #360 from lordhoto/scumm-ad
...
SCUMM: Implement original AD AdLib output.
2013-09-12 10:58:08 -07:00
Eugene Sandulenko
bc1a21f210
Merge pull request #387 from tobiatesan/trim_arguments
...
WINTERMUTE: Remove useless Rect extra argument from fadeToColor.
2013-09-12 10:54:37 -07:00
Littleboy
1e9fb12364
DEVTOOLS: Fix warning in extract_mort
2013-09-11 21:22:07 -04:00
Littleboy
8b56d0792c
CREATE_PROJECT: Remove usage of std::to_string()
2013-09-11 21:22:06 -04:00
Paul Gilbert
9ef5684648
TSAGE: Renaming and fixes for Spill Mountains Tannery
2013-09-11 21:18:03 -04:00
Eugene Sandulenko
ad43f25c0f
FULLPIPE: Fix debug scene
2013-09-12 01:00:20 +03:00
Eugene Sandulenko
5c6ee7573c
FULLPIPE: Add parenthesis
2013-09-11 21:35:07 +03:00
Filippos Karapetis
e184573568
FULLPIPE: Fix compilation with MSVC and add a FIXME
2013-09-11 17:57:18 +03:00
Paul Gilbert
794811c280
TSAGE: Fixes for R2R Spill Mountains maze walk regions
2013-09-10 21:51:05 -04:00
Paul Gilbert
06f64f68e0
TSAGE: Bugfixes and renaming for R2R Spill Mountains Elevator Exit
2013-09-10 21:04:12 -04:00
Paul Gilbert
d59e2bef5a
TSAGE: Bugfixes for Spill Mountain maze
2013-09-10 20:25:22 -04:00
Eugene Sandulenko
531867cc3c
FULLPIPE: Finish sceneHandlerDbgMenu()
2013-09-10 22:49:39 +03:00
Eugene Sandulenko
7509ffec33
FULLPIPE: Move GameObject::canInteractAny() out of the class
2013-09-10 22:36:14 +03:00
Eugene Sandulenko
f628b7e20d
FULLPIPE: Remove unused class variable
2013-09-10 10:09:42 +03:00
Eugene Sandulenko
1583ae66bf
FULLPIPE: Add stub warning.
2013-09-10 10:06:21 +03:00
Eugene Sandulenko
b3f0d87e3b
FULLPIPE: Remove noop code. CID 1063230
2013-09-10 09:57:57 +03:00
Eugene Sandulenko
59d989d8c1
FULLPIPE: Add sanity check. CID 1063218
2013-09-10 09:56:06 +03:00
Eugene Sandulenko
fda471ee80
FULLPIPE: Fix stupid type. CID 1072975
2013-09-10 09:52:36 +03:00
Paul Gilbert
5770ae175e
TSAGE: Renaming for R2R Spill Mountain throne room
2013-09-09 22:59:01 -04:00
Paul Gilbert
c839b4f327
TSAGE: Fixes and renaming for R2R Spill Mountains bedroom
2013-09-09 22:37:51 -04:00
Paul Gilbert
e553cf16c3
TSAGE: Bugfixes for R2R Miranda interrogation
2013-09-09 22:08:30 -04:00
Eugene Sandulenko
fa8027203c
FULLPIPE: Started debug scene
2013-09-09 23:23:33 +03:00
Eugene Sandulenko
18bbf4a2eb
FULLPIPE: Fix logical error. CID 1086776
2013-09-09 21:21:39 +03:00
Eugene Sandulenko
33f975a446
FULLPIPE: Do not continue unnecessary function. CID 1086777
2013-09-09 21:15:47 +03:00
Eugene Sandulenko
a6231b83d1
FULLPIPE: Remove unnecessary check. CID 1086775
2013-09-09 21:08:06 +03:00
Eugene Sandulenko
6ca4b7d514
FULLPIPE: Fix logical error. CID 1086778
2013-09-09 21:04:42 +03:00
Eugene Sandulenko
3cce3f9a91
FULLPIPE: Fix function prototype
2013-09-09 07:38:19 +03:00
Paul Gilbert
ef0c75739e
TSAGE: Bugfixes and renaming for R2R Rim Lift Computer
2013-09-08 21:29:11 -04:00
Paul Gilbert
475d5e9c11
TSAGE: Bugfixes and renaming for R2R Rim Lift interior
2013-09-08 19:47:34 -04:00
Eugene Sandulenko
4f0d37d2f8
SWORD25: Remove unused variable
2013-09-09 00:48:02 +03:00
Eugene Sandulenko
4c2dc5fb3f
RECORDER: Fix warning
2013-09-09 00:46:03 +03:00