Commit Graph

46738 Commits

Author SHA1 Message Date
Vladimir
221a3575a3 DREAMWEB: added mousecall stub 2011-06-15 17:32:47 +02:00
Vladimir
6a2ac8728c DREAMWEB: fixed invalid file read length 2011-06-15 17:32:42 +02:00
Vladimir
5d6be069e9 DREAMWEB: restored open file check in read 2011-06-15 17:32:38 +02:00
Vladimir
59f8d31132 DREAMWEB: fixed offsets shifting for db/dw 2011-06-15 17:32:34 +02:00
Vladimir
7e56cc2d91 DREAMWEB: added video segment 2011-06-15 17:32:30 +02:00
Vladimir
08e2316d87 DREAMWEB: more stubs 2011-06-15 17:32:27 +02:00
Vladimir
6a33ce30f2 DREAMWEB: added close file 2011-06-15 17:32:23 +02:00
Vladimir
ab41fb783d DREAMWEB: fixed equ expanding 2011-06-15 17:32:19 +02:00
Vladimir
858a898aa7 DREAMWEB: added readfile 2011-06-15 17:32:15 +02:00
Vladimir
9a1575b9d5 DREAMWEB: implemented openfile 2011-06-15 17:32:11 +02:00
Vladimir
1494cdb295 DREAMWEB: added openfile stub 2011-06-15 17:32:07 +02:00
Vladimir
bba7724aec DREAMWEB: added fake data register pointing to variables 2011-06-15 17:32:02 +02:00
Vladimir
694c00bd10 DREAMWEB: cleanups 2011-06-15 17:31:59 +02:00
Vladimir
326d5025cc DREAMWEB: removed const method 2011-06-15 17:31:55 +02:00
Vladimir
27210a70b4 DREAMWEB: removed useless const methods, fixed mask 2011-06-15 17:31:51 +02:00
Vladimir
78cc82a18c DREAMWEB: fixed typo 2011-06-15 17:31:45 +02:00
Vladimir
f7de3e8c38 DREAMWEB: simplified register part definition 2011-06-15 17:31:42 +02:00
Vladimir
222d9b2376 DREAMWEB: fixed stosw instruction 2011-06-15 17:31:38 +02:00
Vladimir
a5e76d6911 DREAMWEB: cleaned up register part mess 2011-06-15 17:31:33 +02:00
Vladimir
9e10e8e893 DREAMWEB: minor cleanup 2011-06-15 17:31:28 +02:00
Vladimir
f0b54cec13 DREAMWEB: fixed typo 2011-06-15 17:31:24 +02:00
Vladimir
d4d5c0527e DREAMWEB: implemented some of the stubs 2011-06-15 17:31:21 +02:00
Vladimir
40c02f2f7f DREAMWEB: replaced seecommandtail with stub 2011-06-15 17:31:17 +02:00
Vladimir
e94a8299aa DREAMWEB: fixed invalid operator= 2011-06-15 17:31:13 +02:00
Vladimir
9d53cefa53 DREAMWEB: added allocateSegment, added some stubs 2011-06-15 17:31:09 +02:00
Vladimir
d9e4fb5d0e DREAMWEB: regenerated code 2011-06-15 17:31:04 +02:00
Vladimir
b76035db66 DREAMWEB: put data offsets, not labels into public 2011-06-15 17:31:00 +02:00
Vladimir
59b0c4b4b5 DREAMWEB: added all offsets 2011-06-15 17:30:56 +02:00
Vladimir
5b9a40584e DREAMWEB: added stubs for sound startup/exit 2011-06-15 17:30:48 +02:00
Vladimir
e4c9ae7a54 COMMON: fixed resize 2011-06-15 17:30:43 +02:00
Vladimir
a0e56d9cad DREAMWEB: minor cleanup 2011-06-15 17:30:39 +02:00
Vladimir
61fe610c73 DREAMWEB: fixed default segment addr 2011-06-15 17:30:34 +02:00
Vladimir
1ee6b0af69 DREAMWEB: get rid of data, added simple segment management 2011-06-15 17:30:29 +02:00
Vladimir
781d06709f DREAMWEB: updated git ignore 2011-06-15 17:30:24 +02:00
Vladimir
4e6483e700 DREAMWEB: removed python generated bytecode 2011-06-15 17:30:18 +02:00
Vladimir
0b0b22ccc2 DREAMWEB: removed data declaration 2011-06-15 17:30:14 +02:00
Vladimir
cc784e9a0c DREAMWEB: removed context template, cleaned up initialization 2011-06-15 17:30:08 +02:00
Vladimir
1f991fa1e4 DREAMWEB: fixed almost all runtime warnings 2011-06-15 17:30:03 +02:00
Vladimir
d725199ac0 DREAMWEB: 'scummvm'ing types. :) 2011-06-15 17:29:58 +02:00
Vladimir
e3178397ce COMMON: added assign(T*, T*) 2011-06-15 17:29:52 +02:00
Vladimir
10c84a81fe DREAMWEB: removed ugly macroses 2011-06-15 17:29:48 +02:00
Vladimir
9cf2a7ba0e DREAMWEB: added tasm-recover tool 2011-06-15 17:29:44 +02:00
Vladimir
1f063c947b DREAMWEB: added stubs 2011-06-15 17:29:39 +02:00
Vladimir
181428e65e DREAMWEB: started integration of stubs 2011-06-15 17:29:30 +02:00
Vladimir
51f44779ca DREAMWEB: regenerate sources 2011-06-15 17:29:11 +02:00
Vladimir
52a89174ab DREAMWEB: added autogenerated source 2011-06-15 17:29:05 +02:00
Thierry Crozat
38c9988938 COMMON: Fix crash in TranslationManager when reading long strings
It was writing data beyond the end of a buffer. This change makes
sure this does not happen. It only changes reading of the messages
since the language codes, charset names and contexts are always
much smaller than the buffer.
2011-06-14 23:15:50 +01:00
athrxx
1ca44c076c SCUMM: fix possible portability issue 2011-06-15 00:10:55 +02:00
eriktorbjorn
b6dd530724 SCUMM: Fix noisy Valgrind warning. 2011-06-14 23:55:57 +02:00
CeRiAl
d809756c8d SCALERS: Fix Normal1xAspect scaler bug reported in bug #3313709 2011-06-14 22:43:28 +02:00