Strangerke
14ccd4f1f0
TSAGE: R2R - Implement scene 3100
2011-12-19 00:09:48 +01:00
D G Turner
0c4755408a
CONFIGURE: Update WinCE compiler host alias naming.
...
This is required to work with the newest tool chain.
2011-12-18 23:02:25 +00:00
Filippos Karapetis
0cd53d5d3e
DREAMWEB: Port 'lookatplace' to C++
2011-12-18 21:07:27 +02:00
Filippos Karapetis
5843fc1157
DREAMWEB: 'nextcolon' is unused
2011-12-18 20:22:03 +02:00
Filippos Karapetis
25b99c448d
DREAMWEB: Rewrite signOn into C++, and remove the users and passwords from the data blob
...
Note that the string processing logic in signOn is a bit different from
the original, but the end result is the same (with cleaner code)
2011-12-18 20:17:55 +02:00
Filippos Karapetis
833507695e
DREAMWEB: Remove the now unused 'keynum' and 'newlogonum' variables from the data blob
2011-12-18 17:58:43 +02:00
Willem Jan Palenstijn
60ece632b8
DREAMWEB: Remove reelRoutines from data blob
2011-12-18 16:54:16 +01:00
Willem Jan Palenstijn
49877b2319
DREAMWEB: Move all reel functions to DreamBase
2011-12-18 16:34:57 +01:00
Willem Jan Palenstijn
8449493eff
DREAMWEB: Convert removeObFromInv, deleteExObject, deleteExFrame, deleteExText
2011-12-18 16:01:06 +01:00
Willem Jan Palenstijn
ebbc8ae3d2
DREAMWEB: Set es for reel callbacks while it may be necessary
2011-12-18 15:57:24 +01:00
Willem Jan Palenstijn
133cfc3ae9
DREAMWEB: Fix yet another regression in setPickup
...
getAnyAd and getEitherAd have different inputs, so can't be
interchanged...
2011-12-18 15:56:59 +01:00
Filippos Karapetis
62dc71a73a
DREAMWEB: Port 'getkeyandlogo' to C++
2011-12-18 16:43:05 +02:00
Filippos Karapetis
362f21d30d
DREAMWEB: Port 'showkeys' to C++
2011-12-18 15:44:17 +02:00
Filippos Karapetis
a5879196df
DREAMWEB: Port 'showdiarykeys' to C++
2011-12-18 15:44:16 +02:00
Max Horn
8c8666e811
DREAMWEB: Move backdrop.cpp and more to DreamBase; remove some dead code
2011-12-18 14:13:59 +01:00
Willem Jan Palenstijn
f0508dd05a
DREAMWEB: Fix regression in useWinch
2011-12-18 14:08:32 +01:00
Willem Jan Palenstijn
cf73ee9939
DREAMWEB: Fix multiple regressions in checkInside and loadCart
2011-12-18 13:22:12 +01:00
Willem Jan Palenstijn
feaf297c75
DREAMWEB: Fix multiple regressions in setPickup
2011-12-18 13:06:05 +01:00
Willem Jan Palenstijn
4178ad6b68
DREAMWEB: Fix ReelRoutine terminator saving/loading
2011-12-18 12:38:53 +01:00
Filippos Karapetis
5d1e1fbbbc
DREAMWEB: Spacing
2011-12-18 13:16:25 +02:00
Filippos Karapetis
09eaef6bcd
DREAMWEB: Remove regression from b0a42f1 (duplicate saved reel data)
2011-12-18 13:08:27 +02:00
Filippos Karapetis
a1799ba091
DREAMWEB: Close the file opened in querySaveMetaInfos() when returning
2011-12-18 12:19:19 +02:00
Paul Gilbert
96d15e83db
TSAGE: Bugfix for Ringworld saving and restoring via options dialog
2011-12-18 21:18:33 +11:00
Paul Gilbert
8385ee1c01
TSAGE: Bugfix for using save/load buttons in the Blue Force options dialog
2011-12-18 21:08:53 +11:00
Filippos Karapetis
421c8cd262
DREAMWEB: Port 'setpickup' to C++ and added an enum for the object types
2011-12-18 11:26:19 +02:00
Paul Gilbert
f69dfba21a
TSAGE: Implemented dirty rect handling in the engine
...
This should help improve performance when scalers are being used.
2011-12-18 18:08:45 +11:00
Filippos Karapetis
9818def85b
DREAMWEB: Port 'lookininterface' to C++
2011-12-18 03:28:21 +02:00
Filippos Karapetis
83b31ccb1d
DREAMWEB: Remove an erroneous comment (copy/paste error)
2011-12-18 03:07:54 +02:00
Filippos Karapetis
08fec8fa34
DREAMWEB: Add meta information to saved games
...
This information includes savegame versioning and the saved game's
date/time, played time and game thumbnail. This information is stored
into an unused data block of the original save format, so the
generated ScummVM saves are (hopefully) fully compatible with the
original ones and can be loaded in the original interpreter
2011-12-18 02:55:22 +02:00
Strangerke
2e8490448e
TSAGE: R2R - Scene 2800: Move several objects from scene to action2
2011-12-18 00:37:01 +01:00
Willem Jan Palenstijn
656409c72b
DREAMWEB: Fix regression in slabdoorb
2011-12-17 23:28:26 +01:00
Willem Jan Palenstijn
10e1637612
DREAMWEB: Fix regressions in findExObject, findSetObject
2011-12-17 23:16:36 +01:00
Willem Jan Palenstijn
30089ec315
DREAMWEB: Convert clearBuffers, clearChanges
2011-12-17 22:28:54 +01:00
Willem Jan Palenstijn
46caa77164
DREAMWEB: Add disabled reelRoutine conversion work
2011-12-17 22:28:54 +01:00
Willem Jan Palenstijn
b0a42f115e
DREAMWEB: Use serializer for ReelRoutines
2011-12-17 21:30:54 +01:00
Willem Jan Palenstijn
5958d2d29a
DREAMWEB: Name some DynObject/SetObject fields
...
Also change getAnyAd() behaviour to be consistent between Free/Ex and
Set objects, diverging from the original.
2011-12-17 21:02:31 +01:00
Willem Jan Palenstijn
b8ab0e6217
DREAMWEB: Fix regression in getOpenedSize
2011-12-17 19:19:08 +01:00
Willem Jan Palenstijn
6dd09b8935
DREAMWEB: Convert checkForExit
2011-12-17 19:19:08 +01:00
Filippos Karapetis
f8bfe84c44
DREAMWEB: Remove dead code
2011-12-17 20:06:55 +02:00
Filippos Karapetis
855b5320b3
DREAMWEB: Use ScummVM's save/load dialogs by default
2011-12-17 19:30:48 +02:00
Filippos Karapetis
af1c8d774d
DREAMWEB: Fix two off-by-one errors in saveGame(), rewrite scanForNames() to use listSavefiles() and use Common::strlcopy instead of strncpy
2011-12-17 19:30:06 +02:00
Filippos Karapetis
0731bcb5ac
DREAMWEB: Implement removeSaveState()
2011-12-17 19:28:04 +02:00
Willem Jan Palenstijn
3185dac25e
DREAMWEB: Work around runtime limitation
...
The WordRef accessor writes back its value too late. Example: in the
call printDirect(data.word(kLastxpos), .....)
the destructor isn't called until after printDirect returns.
This destroys the modifications to lastXPos that printDirect makes.
2011-12-17 16:40:15 +01:00
Filippos Karapetis
9fdb38d395
DREAMWEB: Fix another regression in the ASM-style version of getOpenedSize()
2011-12-17 16:32:12 +02:00
Filippos Karapetis
400bda78d2
DREAMWEB: Fix another regression in selectOb() (thanks wjp)
2011-12-17 16:21:32 +02:00
Filippos Karapetis
956abddc5c
DREAMWEB: Fix regression in selectOb() (thanks wjp)
2011-12-17 15:50:48 +02:00
Filippos Karapetis
b1edf24462
DREAMWEB: Fix a regression in businessMan(), and updated its comments
2011-12-17 15:43:10 +02:00
Filippos Karapetis
7d38ba5619
DREAMWEB: Fix another regression in isRyanHolding() (thanks wjp)
2011-12-17 15:25:56 +02:00
Filippos Karapetis
1277958053
DREAMWEB: Fix regression in isRyanHolding()
2011-12-17 15:23:06 +02:00
Filippos Karapetis
710072c55b
DREAMWEB: Fix regression in getOpenedSize()
2011-12-17 14:33:17 +02:00