strangerke
|
8b790e0388
|
Merge branch 'tsage' of http://github.com/dreammaster/scummvm
|
2011-04-09 10:12:09 +02:00 |
|
strangerke
|
48542fb364
|
TSAGE: Cleanup: rename quickInit() methods into setup() for naming consistency
|
2011-04-09 10:06:38 +02:00 |
|
strangerke
|
fc57b0433f
|
TSAGE: move SceneObject3 and 4 to scenes8 and 10, rename them their unknown fields, and fix a glitch in scene9150
|
2011-04-09 09:47:08 +02:00 |
|
Paul Gilbert
|
b912b3662a
|
TSAGE: Slight re-ordering of method calls in SceneHandler::dispatch
This fixes a problem in the title screen where the game title briefly appeared at full size.
|
2011-04-09 15:12:17 +10:00 |
|
Paul Gilbert
|
a79ba2b4f4
|
TSAGE: Corrections to palette rotation
|
2011-04-09 14:45:13 +10:00 |
|
Paul Gilbert
|
d10453d162
|
TSAGE: Some bugfixes to calculating object distances in Scene #6100
|
2011-04-09 14:17:54 +10:00 |
|
Paul Gilbert
|
4f9bfa049c
|
TSAGE: Clarified ObjectMover _field6E as _regionIndex
|
2011-04-09 10:43:42 +10:00 |
|
Paul Gilbert
|
dbacaa90a4
|
TSAGE: Compilation fixes for GCC
|
2011-04-09 10:37:32 +10:00 |
|
strangerke
|
9a1fad3e6b
|
TSAGE: move SceneHotspot_2 to scenes8, rename it to NamedHotspotMult, rename unknown fields
|
2011-04-09 00:38:57 +02:00 |
|
strangerke
|
b4870a5b29
|
Merge branch 'tsage' of http://github.com/dreammaster/scummvm
|
2011-04-08 22:10:32 +02:00 |
|
strangerke
|
2aba8a81bd
|
TSAGE: move NamedHotspot back into core. Replace HotspotBase4300 by NamedHotspot and suppress it.
|
2011-04-08 22:09:11 +02:00 |
|
strangerke
|
ab0b31eb30
|
TSAGE: Rename SceneHotspot_3 to NamedHotspot
|
2011-04-08 16:16:30 +02:00 |
|
Paul Gilbert
|
d2843da224
|
TSAGE: Switched the startup scene from Scene #30 to Scene #1000 (Title Screen)
|
2011-04-08 23:57:52 +10:00 |
|
strangerke
|
c66d360a21
|
TSAGE: Move SceneHotspot_3 to Scene10, rename unknown fields, fix sword bug in scene 9850 (thanks Dreammaster)
|
2011-04-08 15:56:57 +02:00 |
|
strangerke
|
699a28de60
|
TSAGE: Fix typo
|
2011-04-08 14:37:25 +02:00 |
|
strangerke
|
9466d3908e
|
Tsage: Add scene 9850 (with several bugs :/) and skeleton of scene 9900.
|
2011-04-08 14:08:05 +02:00 |
|
strangerke
|
7f951c65a3
|
Merge branch 'tsage' of http://github.com/dreammaster/scummvm
|
2011-04-08 13:50:10 +02:00 |
|
Paul Gilbert
|
1c6b644483
|
TSAGE: Renamed other previously unnamed object flag constants
|
2011-04-08 21:49:13 +10:00 |
|
Paul Gilbert
|
fefcf7720d
|
TSAGE: Renamed OBJFLAG_100 as OBJFLAG_HIDE
|
2011-04-08 21:42:39 +10:00 |
|
Paul Gilbert
|
0240838f64
|
TSAGE: Fixed problem with pathfinder add extra unnecessary steps
|
2011-04-08 21:35:58 +10:00 |
|
strangerke
|
e4d7f70805
|
TSAGE: rename an object in scene9500, fix 2 bugs, remove debug strings
|
2011-04-05 21:22:00 +02:00 |
|
strangerke
|
a33001388b
|
TSAGE: Add scene 9500
|
2011-04-05 20:18:03 +02:00 |
|
strangerke
|
2e86dd0e80
|
Merge branch 'tsage' of http://github.com/dreammaster/scummvm
Conflicts:
engines/tsage/ringworld_scenes10.cpp
|
2011-04-05 20:13:39 +02:00 |
|
strangerke
|
760c6bea3e
|
TSAGE: Add scene 9450 (not perfect)
|
2011-04-05 14:12:47 +02:00 |
|
Paul Gilbert
|
92aac3addc
|
TSAGE: Reimplemented the old _sceneObjectListeners as _altSceneObjects
|
2011-04-05 20:58:05 +10:00 |
|
Paul Gilbert
|
78e83134a7
|
TSAGE: Some work on fixing Scene 6100
|
2011-04-04 16:56:18 +10:00 |
|
strangerke
|
38b3f18029
|
TSAGE: Fix SpeakerGText, Add SpeakerOR, implement Scene9400
|
2011-04-03 23:43:36 +02:00 |
|
Paul Gilbert
|
e5aaaa4199
|
TSAGE: Implemented Scene 5300 - Caverns - Pit
|
2011-04-03 22:48:31 +10:00 |
|
Paul Gilbert
|
9f0dab873d
|
TSAGE: Fix movement bug with the ObjectMover2 class
|
2011-04-03 20:03:53 +10:00 |
|
Paul Gilbert
|
2c8bac69bb
|
Merge remote branch 'remotes/Strangerke/master' into tsage
Conflicts:
engines/tsage/ringworld_logic.cpp
engines/tsage/ringworld_logic.h
|
2011-04-03 19:14:14 +10:00 |
|
Paul Gilbert
|
7676cca67a
|
TSAGE: Implemented Scene 5200 - Caverns - Throne-room
|
2011-04-03 17:25:07 +10:00 |
|
Paul Gilbert
|
06ff6c514e
|
TSAGE: Implemented Scene 5100 - Caverns
|
2011-04-03 11:21:33 +10:00 |
|
Paul Gilbert
|
66d85a1eda
|
TSAGE: Fix compilation break in previous commit
|
2011-04-03 11:17:17 +10:00 |
|
Paul Gilbert
|
d8eb24f974
|
TSAGE: Fix use of PlayerMover2 class
|
2011-04-03 10:57:01 +10:00 |
|
Paul Gilbert
|
1df668bd1e
|
TSAGE: Properly implemented the PlayerMover2 class
|
2011-04-03 10:50:52 +10:00 |
|
strangerke
|
753dcda503
|
Merge branch 'tsage' of http://github.com/dreammaster/scummvm
Conflicts:
engines/tsage/module.mk
engines/tsage/ringworld_logic.cpp
|
2011-04-02 18:06:53 +02:00 |
|
strangerke
|
80f51e5768
|
TSAGE: Implement Scene 9360, move Scene9350::Object1 to a separated subclass, Fix bug in scene 9350
|
2011-04-02 18:00:58 +02:00 |
|
Paul Gilbert
|
499d1751c7
|
TSAGE: Fixed zoom problems with viewscreen in Scene 3700
|
2011-04-02 20:00:29 +11:00 |
|
Paul Gilbert
|
2103c93afd
|
TSAGE: Bugfixes for Scene 3700 - Remote Viewer
|
2011-04-02 19:47:41 +11:00 |
|
Paul Gilbert
|
a8bed05922
|
TSAGE: Fixed bug with decoding large compressed resources
|
2011-04-02 18:50:02 +11:00 |
|
strangerke
|
65e5a51eaf
|
TSAGE: Add Scene2 class for scene group 10, getting rid of _field30A
|
2011-04-02 09:36:13 +02:00 |
|
strangerke
|
068fb01747
|
TSAGE: Implement Scene 9300
|
2011-04-02 08:23:55 +02:00 |
|
Paul Gilbert
|
cbfe04fc1f
|
TSAGE: Implemented Scene 5000 - Caverns - Entrance
|
2011-04-02 11:30:20 +11:00 |
|
strangerke
|
8d0feb01b9
|
TSAGE: Implement scene 9200
|
2011-04-01 23:47:39 +02:00 |
|
strangerke
|
fd1ad6b5a6
|
Merge branch 'tsage' of http://github.com/dreammaster/scummvm
Conflicts:
engines/tsage/ringworld_logic.cpp
engines/tsage/ringworld_logic.h
|
2011-03-31 20:19:57 +02:00 |
|
strangerke
|
8bb6b94080
|
TSAGE: Fix Scene9350:Object1::postInit (thanks dreammaster), first real uses of quickInit
|
2011-03-31 20:09:40 +02:00 |
|
Paul Gilbert
|
8c02f87e55
|
TSAGE: Implemented Scene 4301 - Village - Slaver Ship Keypad
|
2011-03-31 22:10:32 +11:00 |
|
strangerke
|
28d62b22ea
|
TSAGE: Add new sceneObject
|
2011-03-31 01:19:44 +02:00 |
|
strangerke
|
05df97214e
|
TSAGE: Add scene 9150
|
2011-03-31 01:18:50 +02:00 |
|
strangerke
|
8d25157923
|
TSAGE: remove useless variable
|
2011-03-31 01:18:32 +02:00 |
|