Commit Graph

57353 Commits

Author SHA1 Message Date
Strangerke
ad47cf0d71 MORTEVIELLE: Fix extraction tool to handle German DOS version 2013-07-03 00:45:56 +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
Strangerke
111ec7cef2 Merge pull request #1 from criezy/mortevielle
Mortevielle
2013-06-30 13:25:55 -07: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
Eugene Sandulenko
726ae06d44 NEVERHOOD: Fix warning 2013-06-22 11:19:44 -04:00
Filippos Karapetis
d530985a6b SCI: Avoid using g_sci for usesOldGfxFunctions() in the GfxPorts class 2013-06-21 13:19:37 +03:00
Filippos Karapetis
468274a83a TINSEL: Clip mouse position to be within the screen (bug #3613765)
The mouse cursor warping code via the keyboard allows the cursor to go
outside the screen. We now limit the cursor's position to always stay
within the screen
2013-06-20 23:34:48 +03:00
Filippos Karapetis
125b146b06 SCI: Implement the 4-param version of kDoSoundSendMidi - bug #3614447
Many thanks to wjp for his help with disassembly
2013-06-19 02:08:06 +03:00
Einar Johan Trøan Sømåen
b490801e64 WINTERMUTE: Set language of James Peris to unknown for now.
The selection is done via registry, so no easy fix is available yet.
2013-06-19 00:42:17 +02:00
Einar Johan Trøan Sømåen
7ffaa3936d WINTERMUTE: Add detection for James Peris: No License Nor Control (demo) 2013-06-19 00:15:33 +02:00
Strangerke
8c31fa9cba HOPKINS: Fix glitch occurring when skipping the flight cut scene.
Thanks Greencis for reporting it
2013-06-18 23:52:43 +02:00
Strangerke
233cbb13b8 CRUISE: Remove useless fields in CRUISEGameDescription 2013-06-18 23:16:17 +02:00
Einar Johan Trøan Sømåen
e61f1bd091 WINTERMUTE: Add detection for Des Reves Elastiques Avec Mille Insectes Nommes Georges
With the accents removed to avoid breaking encoding.
2013-06-18 23:05:21 +02:00
Einar Johan Trøan Sømåen
4f98984fbd WINTERMUTE: Add detection entry for The Trader of Stories (Demo) 2013-06-18 22:29:13 +02:00
Einar Johan Trøan Sømåen
c3022b537a WINTERMUTE: Minor formatting fix. 2013-06-18 22:27:19 +02:00
Einar Johan Trøan Sømåen
1e1e502628 WINTERMUTE: Add detection entry for Beyond the Threshold. 2013-06-18 22:15:09 +02:00
Einar Johan Trøan Sømåen
6db82968fb Revert "WINTERMUTE: Prevent warning about duplicate files when autodetecting."
This reverts commit 4401f40f72.
2013-06-18 22:05:15 +02:00