26009 Commits

Author SHA1 Message Date
Paul Gilbert
de974c908f MORTEVIELLE: Initialise graphics, and hardcode game mode to EGA graphics with mouse enabled 2012-04-06 08:19:23 +02:00
Paul Gilbert
2a6ec0eaa6 MORTEVIELLE: Correct loading of the text data index, and fixed decoding of text lines 2012-04-06 08:19:22 +02:00
Paul Gilbert
9957819311 MORTEVIELLE: Bugfix for loading data in init_lieu method 2012-04-06 08:19:20 +02:00
Paul Gilbert
3e0b4d3774 MORTEVIELLE: Cleaned up the init_nbrepm method 2012-04-06 08:19:19 +02:00
Paul Gilbert
39190ac009 MORTEVIELLE: Fixed some compiler warnings 2012-04-06 08:19:18 +02:00
Paul Gilbert
45f75c901c MORTEVIELLE: Reimplemented the loading of cfiec.mor more cleanly
This includes changing the absolute memory address loading to an array buffer, and changing calls to the zzuul method to use the reimplemented version.
2012-04-06 08:19:17 +02:00
Paul Gilbert
2277f8f122 MORTEVIELLE: Reimplemented the zzuul assembly routine in C code 2012-04-06 08:19:15 +02:00
Strangerke
1d24605239 MORTEVIELLE: Add some comments with translated strings 2012-04-06 08:19:14 +02:00
Paul Gilbert
e3facc3f6c MORTEVIELLE: Bugfix for loading data in charge_cfiph() 2012-04-06 08:19:13 +02:00
Paul Gilbert
e76460e362 MORTEVIELLE: Bugfix for loading data in charpal() 2012-04-06 08:19:11 +02:00
Paul Gilbert
015565677c MORTEVIELLE: Bugfix for loading data in chartex() 2012-04-06 08:19:10 +02:00
Strangerke
fb216b263c MORTEVIELLE: Add a couple of detection entries 2012-04-06 08:19:05 +02:00
Paul Gilbert
44002e9293 MORTEVIELLE: Fix data loading in chartex method 2012-04-06 08:19:04 +02:00
Paul Gilbert
0766140a4e MORTEVIELLE: Added stub engine implementation. Engine is now compilable. 2012-04-06 08:19:02 +02:00
Paul Gilbert
09928318f5 MORTEVIELLE: Added stubs for remaining functions needed by the project 2012-04-06 08:19:01 +02:00
Paul Gilbert
ef3c271544 MORTEVIELLE: Lots of compilation fixes 2012-04-06 08:19:00 +02:00
Paul Gilbert
ab089af889 MORTEVIELLE: More compilation fixes 2012-04-06 08:18:58 +02:00
Paul Gilbert
4dd8bce651 MORTEVIELLE: Converted string() usage to Common::String 2012-04-06 08:18:57 +02:00
Paul Gilbert
4837636386 MORTEVIELLE: Converted some of the file accesses to use Common::File 2012-04-06 08:18:55 +02:00
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