Commit Graph

60933 Commits

Author SHA1 Message Date
Eugene Sandulenko
d951c2aa97 FULLPIPE: More renames in scene04 2013-12-11 14:22:21 +02:00
Eugene Sandulenko
8626ef3d3e FULLPIPE: Bugfix sceneHandler04_springWobble() 2013-12-11 14:10:04 +02:00
Martin Kiewitz
693d5e6625 SCI: rave support (KQ6 hires portrait lip sync)
Thanks to wjp and [md5] for helping
2013-12-11 08:25:23 +01:00
Strangerke
298f4a5c06 TSAGE: R2R - Remove superfluous debug display, some renaming 2013-12-11 08:01:07 +01:00
Strangerke
c71bf890c5 TSAGE: R2R - Fix a bug in action4, some renaming 2013-12-11 01:01:58 +01:00
Strangerke
a66543293e TSAGE: R2R - More renaming in scene 1337 2013-12-11 00:49:54 +01:00
Eugene Sandulenko
3207c011cb FULLPIPE: Plug memory leak 2013-12-10 22:27:31 +02:00
Eugene Sandulenko
6e6685a53d FULLPIPE: Remove premature optimization in GlobalMessageQueueList::compact()
This fixes freeze in intro and most probably tons of other stuff.
Kudos go to eriktorbjorn for debugging it.
2013-12-10 22:22:51 +02:00
Eugene Sandulenko
789b4b694f FULLPIPE: Fix drawing artifacts in all scenes 2013-12-10 17:59:35 +02:00
Strangerke
28a09a43dc TSAGE: R2R - Renaming and reordering in scene 1337 2013-12-10 08:20:28 +01:00
Littleboy
66ff931fb9 LASTEXPRESS: Rename Yasmin logic functions 2013-12-10 01:55:03 -05:00
Littleboy
fa9eb119c0 CREATE_PROJECT: Add Graphics::Surface to natvis and register for Image Watch 2013-12-10 01:55:02 -05:00
Littleboy
60f6e9ee93 CREATE_PROJECT: Add batch file to install natvis file 2013-12-10 01:55:02 -05:00
Littleboy
ac781bd469 CREATE_PROJECT: Fix issues breaking compilation with LLVM
- Current folder include
 - Build folder include (needs to be hardcoded)
 - NASM compilation directives
2013-12-10 01:55:01 -05:00
Littleboy
6aed305ac9 CREATE_PROJECT: Ignore unused cl arguments when compiling with LLVM 2013-12-10 01:55:00 -05:00
Littleboy
ddcef23943 LASTEXPRESS: Fix enum comparison 2013-12-10 01:54:59 -05:00
Littleboy
e36786eb1b LASTEXPRESS: Rename Francois and Alouan logic functions 2013-12-10 01:54:59 -05:00
Littleboy
a434de35ff LASTEXPRESS: Update documentation for savegame format 2013-12-10 01:54:58 -05:00
Littleboy
2279464218 LASTEXPRESS: Rename InventoryItem properties 2013-12-10 01:54:57 -05:00
Littleboy
1314c5c128 LASTEXPRESS: Rename Object properties 2013-12-10 01:54:56 -05:00
Littleboy
f8c45b93a3 LASTEXPRESS: Rename several action functions 2013-12-10 01:54:55 -05:00
Littleboy
a2e9585400 LASTEXPRESS: Rename Anna logic functions
Fix wrong call in
2013-12-10 01:54:55 -05:00
Littleboy
5e9404ccdf LASTEXPRESS: Rename Alexei logic functions 2013-12-10 01:54:54 -05:00
Littleboy
a4b21cf436 LASTEXPRESS: Rename Abbot logic functions 2013-12-10 01:54:53 -05:00
Strangerke
49f0ba8d92 TSAGE: R2R - Fix bug in character selection 2013-12-10 07:35:10 +01:00
Filippos Karapetis
fa2ea4fc61 SCI: Add handling for the RAVE resource type, found in KQ6CD
This contains the sync data in the Windows version of KQ6CD.
Note that currently the sync36 resource is 2 bytes bigger
(it contains 2 bytes from the RAVE resource). Some test code
has also been added to dump the RAVE sync resources
2013-12-10 01:41:15 +02:00
Eugene Sandulenko
59b7aa354b FULLPIPE: Fix sceneHandler04_bottleUpdateObjects() 2013-12-10 01:13:47 +02:00
Eugene Sandulenko
f4fd1d4038 FULLPIPE: Finished sceneHandler04_sub4() 2013-12-10 01:13:47 +02:00
Eugene Sandulenko
1ecf42748f FULLPIPE: Fix scene03 animations 2013-12-10 01:13:47 +02:00
Strangerke
93c3991c1f TSAGE: R2R - Renaming in scene 1337 2013-12-09 23:40:19 +01:00
Eugene Sandulenko
9cb51bdbb1 FULLPIPE: Fix bug in MessageQueue::chain() which made intro hang 2013-12-09 22:56:38 +02:00
Strangerke
d8882bfdac TSAGE: R2R - Fix CID 1135573 - Out of bound access in scene 1337 2013-12-09 20:30:43 +01:00
Eugene Sandulenko
8a93620003 FULLPIPE: Implement Scene::updateScrolling2() 2013-12-09 18:17:30 +02:00
Eugene Sandulenko
c732ee501c FULLPIPE: Implement Scene::updateScrolling() 2013-12-09 18:00:26 +02:00
Eugene Sandulenko
354794386c FULLPIPE: Rearrange debug output 2013-12-09 17:38:04 +02:00
Matthew Hoops
82a9726e86 PEGASUS: Fix background frame when loading in scenes with random spots 2013-12-08 23:12:16 -05:00
Paul Gilbert
3817e97a19 NEWS: Added support for Return to Ringworld 2013-12-08 18:44:19 -05:00
Strangerke
607491e080 TSAGE - R2R: Some renaming in scene 1337 2013-12-08 23:40:53 +01:00
Eugene Sandulenko
fe08d06c8a FULLPIPE: Initial work on sceneHandler04_sub4() 2013-12-09 00:32:43 +02:00
Eugene Sandulenko
21aba3a26e FULLPIPE: Properly mark stubs in scene04 2013-12-09 00:32:43 +02:00
Strangerke
0dee7eb988 TSAGE: R2R - Fix bug in scene 1337, action 11 2013-12-08 20:44:34 +01:00
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