Commit Graph

52031 Commits

Author SHA1 Message Date
Paul Gilbert
fd243358d3 MORTEVIELLE: More addition of needed #include lines and other compilation fixes 2012-04-06 08:18:54 +02:00
Paul Gilbert
c7a1bd48bd MORTEVIELLE: Replaced all set::of forms with proper C if statements 2012-04-06 08:18:53 +02:00
Paul Gilbert
6998d530dc MORTEVIELLE: Further bugfixes to include files and added includes 2012-04-06 08:18:52 +02:00
Paul Gilbert
1a0e3b571a MORTEVIELLE: Compilation fixes based on adding appropriate #include files 2012-04-06 08:18:50 +02:00
Paul Gilbert
b4934ea1bf MORTEVIELLE: Compilation fixes and extern prefixes to header file method declarations 2012-04-06 08:18:49 +02:00
Paul Gilbert
c1ead19c5d MORTEVIELLE: cardinal -> uint 2012-04-06 08:18:48 +02:00
Paul Gilbert
c8774837ef MORTEVIELLE: Fixed variable usage in var_mor.h and var_mor.cpp 2012-04-06 08:18:46 +02:00
Paul Gilbert
98ea43b7c5 MORTEVIELLE: Converted remaining varying_string instances to Common::String 2012-04-06 08:18:45 +02:00
Eugene Sandulenko
38b1cc4739 MORTEVIELLE: More compilation fixes 2012-04-06 08:18:44 +02:00
Eugene Sandulenko
34f9d30245 MORTEVIELLE: COnvert more arrays and data types 2012-04-06 08:18:42 +02:00
Eugene Sandulenko
a61fb2cf25 MORTEVIELLE: long_int -> float 2012-04-06 08:18:41 +02:00
Strangerke
cd596ffb9b MORTEVIELLE: Fix some more errors by adding includes 2012-04-06 08:18:40 +02:00
Strangerke
3cefe69994 MORTEVIELLE: Enlarge two arrays in order to fix pascal access 2012-04-06 08:18:38 +02:00
Strangerke
646408bb38 MORTEVIELLE: Fix several errors, add some includes 2012-04-06 08:18:37 +02:00
Strangerke
4281423abb MORTEVIELLE: Fix some errors by including str.h 2012-04-06 08:18:36 +02:00
Strangerke
2792e4069d MORTEVIELLE: use bool instead of boolean 2012-04-06 08:18:34 +02:00
Strangerke
6e171f7de1 MORTEVIELLE: fix several old includes 2012-04-06 08:18:31 +02:00
Strangerke
d7a64060ca MORTEVIELLE: Start including header files 2012-04-06 08:18:30 +02:00
Strangerke
911d136f9f MORTEVIELLE: Add header files 2012-04-06 08:18:29 +02:00
Strangerke
7571d4e186 MORTEVIELLE: rename namespace 2012-04-06 08:18:28 +02:00
Strangerke
674e35d14a MORTEVIELLE: Add an an include for string, move boolean to bool 2012-04-06 08:18:26 +02:00
Strangerke
1c441062a0 MORTEVIELLE: Add namespace and standard header 2012-04-06 08:18:25 +02:00
Eugene Sandulenko
4edebbe111 MORTEVIELLE: Converted more arrays into C style arrays 2012-04-06 08:18:24 +02:00
Eugene Sandulenko
cc3573bc01 MORTEVIELLE: str* -> Common::String 2012-04-06 08:18:22 +02:00
Eugene Sandulenko
fa3738db32 MORTEVIELLE: Transformed some array to C arrays 2012-04-06 08:18:21 +02:00
Eugene Sandulenko
b36a336203 MORTEVIELLE: real -> float 2012-04-06 08:18:20 +02:00
Eugene Sandulenko
321b86339f MORTEVIELLE: Register engine at engines.mk 2012-04-06 08:18:18 +02:00
Eugene Sandulenko
56d8f2b39c MORTEVIELLE: integer -> int 2012-04-06 08:18:17 +02:00
Eugene Sandulenko
b193c92a6e MORTEVIELLE: Plug the engine into makefiles 2012-04-06 08:18:16 +02:00
Eugene Sandulenko
e6a0c23d2c MORTEVIELLE: Rename *.h -> *.cpp where they really belong 2012-04-06 08:18:14 +02:00
Eugene Sandulenko
9b6a4264dc MORTEVIELLE: Ran astyle over generated files 2012-04-06 08:18:13 +02:00
Eugene Sandulenko
816e53c1f8 MORTEVIELLE: Initial ptoc output 2012-04-06 08:18:12 +02:00
Johannes Schickel
8c57c71e3a KYRA: Silence const away cast warning by using non-const versions of strpbrk and strchr. 2012-04-05 00:40:30 +02:00
Johannes Schickel
f7d2cd7331 GROOVIE: Do not cast away const qualifier. 2012-04-05 00:40:30 +02:00
Johannes Schickel
0e17497110 SWORD25: Do not cast away const qualifier. 2012-04-05 00:40:30 +02:00
Johannes Schickel
56e8268073 SCI: Do not cast away const qualifier. 2012-04-05 00:40:25 +02:00
Johannes Schickel
d8aecf006a Merge pull request #221 from klusark/const
Fix casting away const
2012-04-04 15:27:42 -07:00
Willem Jan Palenstijn
a6ba9f150a SCUMM/ARM: Fix crashes in ARM asm costume renderer
It was possible to bypass the initialization of r11, and
mask was being read before the corresponding bounds check.

Thanks to fuzzie for analysis and LordHoto for testing.

This fixes bug #3500023 and a crash in the DOTT ending.
2012-04-04 08:54:58 +02:00
Filippos Karapetis
793dcda650 SCI: Bugfix for the GetAngle workarounds
Return a fake value instead of leaving random values in the accumulator
2012-04-04 07:41:44 +03:00
Joel Teichroeb
ab16233318 GRAPHICS: Fix casting away const 2012-04-03 16:54:05 -07:00
Joel Teichroeb
8dfa33ff1f SCUMM: Fix casting away const 2012-04-03 16:53:54 -07:00
Travis Howell
d50e34c1bd AGOS: Expand fix for bug #3512776 - SIMON1DOS French: Subtitle glitch in introduction. 2012-04-02 23:08:31 +10:00
Johannes Schickel
b886bc0a41 IPHONE: Use InternalEvent directly. 2012-04-02 00:03:28 +02:00
Johannes Schickel
a92c54454f IPHONE: Move event fetching implementation to iPhoneView. 2012-04-02 00:03:28 +02:00
Johannes Schickel
6626258e0f IPHONE: Protect access to the event list via a mutex. 2012-04-02 00:03:28 +02:00
Johannes Schickel
d27d8cec83 IPHONE: Use Common::List to store the event queue. 2012-04-02 00:03:28 +02:00
David Turner
0a08b2461f Merge pull request #219 from bohm/master
GUI: Scrollbar button highlighting fix.
2012-04-01 13:37:04 -07:00
Johannes Schickel
a54045fa7d BASE: Construct empty String instead of using "". 2012-04-01 19:59:23 +02:00
Travis Howell
2388477355 AGOS: Fix bug #3512776 - SIMON1DOS French: Subtitle glitch in introduction. 2012-04-01 11:15:10 +10:00
D G Turner
639c54a306 SCI: Add workaround for SQ1SCI to fix engine abort in bug #3513765.
This occurs while Roger is trying to move around the Pilot Droid in
Ulence Flats.
2012-04-01 01:50:08 +01:00