Commit graph

47 commits

Author SHA1 Message Date
Filippos Karapetis
4062a9653d DREAMWEB: Silenced warnings, applied coding conventions
- Silenced a lot of signed/unsigned MSVC warnings
- Changed (rarely used) "not" keywords to "!"
2011-10-15 12:24:32 +03:00
Bertrand Augereau
c346bf79b4 DREAMWEB: 'getblockofpixel' ported to C++ 2011-09-03 01:05:39 +02:00
Bertrand Augereau
6764bfaa1d DREAMWEB: Useless includes removed 2011-09-07 04:14:33 +02:00
Bertrand Augereau
3fff4d97b5 DREAMWEB: Useless stub removal 2011-09-02 07:59:52 +02:00
Bertrand Augereau
c51797dae6 DREAMWEB: Removal of a useless stub 2011-09-02 07:57:19 +02:00
Bertrand Augereau
20f9028d9d DREAMWEB: Refining of the pathfinding structures 2011-09-03 15:09:21 +02:00
Bertrand Augereau
4782c7e34e DREAMWEB: Introduction of a Path structure 2011-09-03 14:41:44 +02:00
Bertrand Augereau
65e2494265 DREAMWEB: 'turnpathon' et 'turnpathoff' ported to C++ 2011-09-03 11:10:32 +02:00
Bertrand Augereau
e84ea10ad4 DREAMWEB: 'checkpixelset' ported to C++ 2011-09-01 23:41:03 +02:00
Bertrand Augereau
14ac4efa09 DREAMWEB: 'addpeoplelist' takes a ReelRoutine* param 2011-08-29 15:19:22 +02:00
Bertrand Augereau
3d85a4974b DREAMWEB: 'showgamereel' gets a ReelRoutine* as parameter 2011-08-29 15:19:22 +02:00
Bertrand Augereau
3623ae35ef DREAMWEB: 'addtopeoplelist' ported to C++ 2011-08-29 15:19:21 +02:00
Bertrand Augereau
e31ad4d665 DREAMWEB: Renamed FreeObject to DynObject and ObjData to SetObject 2011-08-23 14:51:29 +02:00
Bertrand Augereau
a39a3eda46 DREAMWEB: 'checkone' ported to C++ 2011-08-22 19:09:16 +02:00
Bertrand Augereau
36dafb3c1f DREAMWEB: 'showframe' overload for this majority of clients that don't need width and height returned 2011-08-21 17:47:10 +02:00
Willem Jan Palenstijn
f1a0df46dc DREAMWEB: Style 2011-08-18 00:17:58 +02:00
Willem Jan Palenstijn
b82f40d906 DREAMWEB: Fix crash when loading some saves
findsource() has the hidden side effect of modifying kTakeoff,
and the getreelframeax() conversion reordered a findsource() call
and kTakeoff access in e78a5a2b08.
2011-08-17 23:57:04 +02:00
Bertrand Augereau
e36832bbf8 DREAMWEB: Removal of unneeded stubs 2011-08-17 06:51:29 +02:00
Bertrand Augereau
681af21e2f DREAMWEB: Arithmetic bugfix in door open/close range detection 2011-08-17 06:46:34 +02:00
Bertrand Augereau
ca32fb2b34 DREAMWEB: Ported 'movemap' to C++ 2011-08-17 01:46:52 +02:00
Bertrand Augereau
5783a303b9 DREAMWEB: 'madmode' ported to C++ 2011-08-16 04:26:27 +02:00
Bertrand Augereau
1fb3cb182f DREAMWEB: 'madman' ported to C++ 2011-08-16 03:57:52 +02:00
Bertrand Augereau
d8ff4182f7 DREAMWEB: Encapsulate the hack to guess if this is a CD build or not 2011-08-16 03:24:13 +02:00
Bertrand Augereau
3971a0dbf5 DREAMWEB: 'madmantext' ported to C++
There is a debatable hack to accomodate the two different builds of the game, cd or not.
2011-08-16 01:25:59 +02:00
Bertrand Augereau
9d8e5c0df4 DREAMWEB: 'updatepeople' ported to C++ 2011-08-16 00:50:12 +02:00
Bertrand Augereau
2dadf6ba19 DREAMWEB: 'getreelstart' is now only called from C++ 2011-08-15 22:30:16 +02:00
Bertrand Augereau
e78a5a2b08 DREAMWEB: 'checkifperson' ported to C++ 2011-08-15 22:30:16 +02:00
Bertrand Augereau
01ccadf7c1 DREAMWEB: 'getreelframeax' ported to C++ 2011-08-15 22:30:16 +02:00
Bertrand Augereau
c8d8056777 DREAMWEB: 'showgamereel' ported to C++ 2011-08-15 22:30:16 +02:00
Bertrand Augereau
cea283644f DREAMWEB: 'getreelstart' ported to C++ 2011-08-11 13:29:33 +02:00
Bertrand Augereau
d5a184e2f0 DREAMWEB: 'showframe' takes a Frame 2011-08-11 03:30:41 +02:00
Bertrand Augereau
baa109f058 DREAMWEB: Less register usage in misc. places 2011-08-04 11:13:59 +02:00
Bertrand Augereau
5bf9c42c45 DREAMWEB: Deprecated functions suppressed 2011-08-04 11:07:02 +02:00
Bertrand Augereau
a3c8c1334b DREAMWEB: Helper function to acquire a temporary segment ref to avoid ds and es pollution 2011-08-04 11:03:08 +02:00
Bertrand Augereau
c04a250c93 DREAMWEB: 'findsource' has a new C++ flavour 2011-08-03 15:58:18 +02:00
Bertrand Augereau
f775224319 DREAMWEB: Ported 'showrain' to C++ 2011-08-03 15:20:59 +02:00
Bertrand Augereau
031651e996 DREAMWEB: Introduction of a Reel struct 2011-07-30 16:01:52 +02:00
Bertrand Augereau
92938f810f DREAMWEB: 'showreelframe' ported to C++ 2011-07-30 15:33:19 +02:00
Bertrand Augereau
95fa7451d6 DREAMWEB: 'findsource' ported to C++ 2011-07-30 15:19:22 +02:00
Bertrand Augereau
b2748740db DREAMWEB: Better API for 'showframe' and no more registers used (expect es:bx for diffdest blitting) 2011-07-30 15:04:25 +02:00
Bertrand Augereau
69f7a6bcdf DREAMWEB: Encapsulated some endian conversions in accessors 2011-07-30 15:52:28 +02:00
Bertrand Augereau
5de064f1e4 DREAMWEB: Use of the new feature of the generator to stop generating code for 'backobject' and 'mainman' (because addr_backobject is used) 2011-07-29 01:12:29 +02:00
Bertrand Augereau
b5c6ac150b DREAMWEB: diffDest blitting in 'showframe' doesn't pollute the interface any more 2011-07-28 17:26:48 +02:00
Bertrand Augereau
f657d4800a DREAMWEB: Cleanings and less register use 2011-07-28 17:26:48 +02:00
Bertrand Augereau
5fc6a6e385 DREAMWEB: 'getroomspaths' and 'facerightway' ported to C++ 2011-07-28 17:26:47 +02:00
Bertrand Augereau
dfec38c615 DREAMWEB: Misc. register usage cleaning 2011-07-28 17:26:47 +02:00
Bertrand Augereau
8233a37b4a DREAMWEB: Extraction of sprite.cpp from stubs.cpp 2011-07-28 17:26:46 +02:00