Commit Graph

30552 Commits

Author SHA1 Message Date
Strangerke
df7d181a60 MORTEVIELLE: Fix formatting glitch 2013-07-19 11:24:42 +02:00
Strangerke
eb0de36085 MORTEVIELLE: Constify an array in graphics, reduce the scope of some variables 2013-07-19 11:21:05 +02:00
Strangerke
5924230634 MORTEVIELLE: Replace some British words by US ones 2013-07-19 10:59:20 +02:00
Strangerke
747d8f3047 MORTEVIELLE: Constify an array in actions, reduce the scope of some variables 2013-07-19 10:41:09 +02:00
Strangerke
f3a90ab190 MORTEVIELLE: Modify some more boxes 2013-07-18 20:29:22 +02:00
Strangerke
09ccb836a6 MORTEVIELLE: Enlarge box around screens in order to avoid to display a line of the picture below the border 2013-07-18 20:29:21 +02:00
Strangerke
85d79d0af8 MORTEVIELLE: Enlarge F3/F8 dialog 2013-07-18 20:29:20 +02:00
Strangerke
69f593ad1e MORTEVIELLE: Some renaming in intro functions 2013-07-18 20:29:19 +02:00
Paul Gilbert
e14278eb58 MORTEVIELLE: Changed savegames to use the game target to generate filenames 2013-07-13 19:10:03 -04:00
Strangerke
364cfaf9d2 MORTEVIELLE: Fix some typos identified by wjp 2013-07-13 22:22:57 +02:00
Paul Gilbert
8a098d75aa MORTEVIELLE: Fixed ifdef header guard naming 2013-07-12 21:28:22 -04:00
Strangerke
32c62aaf80 MORTEVIELLE: Some renaming in Mortevielle.h 2013-07-07 16:09:42 +02:00
Strangerke
ba9b17fa35 MORTEVIELLE: Remove unused const 2013-07-06 23:59:47 +02:00
Strangerke
dd8b8a8dd2 MORTEVIELLE: Some renaming in Utils 2013-07-03 08:30:04 +02:00
Strangerke
cabe0ed33d MORTEVIELLE: Fix text decryption in German version 2013-07-03 07:59:25 +02:00
Strangerke
d3351c9460 MORTEVIELLE: The German version now starts with broken texts 2013-07-03 00:38:51 +02:00
Strangerke
51ab7a5b16 MORTEVIELLE: Some more renaming in GfxSurface 2013-07-01 08:03:19 +02:00
Strangerke
acd64c64e4 MORTEVIELLE: Some renaming GfxSurface 2013-07-01 01:18:14 +02:00
Thierry Crozat
8c07096368 MORTEVIELLE: Fix memory leak with the _screenSurface
The _screenSurface was not free'ed after being created. This is now
done at the end of run() (the Surface is created at the start of run()
when calling initialise()). Also moved a few free() from the destructor
to the end of run() in case run() can be called more than once on the
same engine.
2013-06-30 13:45:43 -06:00
Thierry Crozat
730a1373d9 MORTEVIELLE: Fix access to free'ed memory
Two buffers were allocated and then free'ed in initialise(), which caused
memory issues when accessed later on throughout the game. They are now
free'ed from the MortevielleEngine destructor.
2013-06-30 13:26:07 -06:00
Strangerke
c2610d66e1 MORTEVIELLE: Fix compilation of music code 2013-06-29 10:31:30 +02:00
Strangerke
8e40527813 MORTEVIELLE: More renaming 2013-06-29 10:30:42 +02:00
Strangerke
fae077d848 MORTEVIELLE: Get rid of some magic values 2013-06-28 22:07:53 +02:00
Strangerke
554e04535f MORTEVIELLE: Some more renaming, introduce MENU_NONE constant 2013-06-28 21:13:01 +02:00
Strangerke
7be196865b MORTEVIELLE: Rename displayStatusArrow() 2013-06-28 20:08:24 +02:00
Strangerke
22fada5776 MORTEVIELLE: Rename displayStatusInDescriptionBar() 2013-06-28 08:21:04 +02:00
Strangerke
67f08a3686 MORTEVIELLE: Remove 2 useless functions 2013-06-28 08:04:19 +02:00
Strangerke
1e2a9900f2 MORTEVIELLE: Move misc functions from Mortevielle to Utils 2013-06-27 20:19:27 +02:00
Strangerke
b770e31526 MORTEVIELLE: Fix compilation 2013-06-26 23:31:54 +02:00
Strangerke
10a23f4d92 MORTEVIELLE: Remove useless static 2013-06-26 23:16:49 +02:00
Strangerke
6e2d567bca Merge branch 'master' of https://github.com/scummvm/scummvm into mortevielle
Conflicts:
	engines/engines.mk
2013-06-26 23:11:34 +02:00
Torbjörn Andersson
6716fa39a6 HOPKINS: Change some variable names for consistency
This silences a GCC warning about a 'saveFile' variable shadowing
a saveFile() method.
2013-06-26 21:33:30 +02:00
Strangerke
63c462efce HOPKINS: Remove erroneous static keyword, get rid of g_vm 2013-06-26 20:11:00 +02:00
Filippos Karapetis
3d373281b4 NEVERHOOD: Stop sound updates while the main menu is active 2013-06-26 12:42:10 +03:00
Strangerke
ac387835e4 MORTEVIELLE: Use _vm instead of g_vm in DialogManager 2013-06-26 08:30:47 +02:00
Strangerke
7aceea7221 MORTEVIELLE: Introduce DialogManager and get rid of static functions 2013-06-26 08:29:09 +02:00
Strangerke
cf26edf385 MORTEVIELLE: Remove some useless g_vm 2013-06-26 07:51:11 +02:00
Strangerke
5086153512 MORTEVIELLE: Replace g_vm in SpeechManager 2013-06-26 07:42:49 +02:00
Einar Johan Trøan Sømåen
e26fb8e7d2 WINTERMUTE: Add detection for J.U.L.I.A. (Greenlight Demo) 2013-06-26 01:59:31 +02:00
Strangerke
1989cc9911 MORTEVIELLE: Replace g_vm in SoundManager 2013-06-26 01:06:22 +02:00
johndoe123
0634f51696 NEVERHOOD: Fix bug in Module 1100, scene 2 which made the "Klayman, up here" scene was unreachable. Sound bug still present, though. 2013-06-25 22:49:01 +02:00
Strangerke
a3f77d63df MORTEVIELLE: Replace g_vm in TextHandler 2013-06-25 21:49:30 +02:00
Strangerke
25c786dbe9 MORTEVIELLE: Replace g_vm in MouseHandler 2013-06-25 21:01:49 +02:00
Strangerke
785db3b190 MORTEVIELLE: Replace g_vm in ScreenSurface 2013-06-25 20:40:06 +02:00
Strangerke
16c814ee6e MORTEVIELLE: Replace g_vm in Menu 2013-06-25 08:00:11 +02:00
Strangerke
9878c89b97 HOPKINS: Add some comments 2013-06-25 07:14:29 +02:00
Paul Gilbert
a36178ff1d TSAGE: Bugfix for #3540893 - Stuck animation in Blue Force floppy 2013-06-24 23:09:29 -04:00
Strangerke
a81f13c14e MORTEVIELLE: Remove CHECK_QUIT macros 2013-06-24 23:48:00 +02:00
Eugene Sandulenko
c7ec14d1cb SCUMM: Corrected Russian Full Throttle variant names 2013-06-23 18:18:52 -04:00
Eugene Sandulenko
cdac272b87 SCUMM: Added another Russian variant of Full Throttle 2013-06-22 11:28:23 -04:00