Commit Graph
61292 Commits
Author SHA1 Message Date
Einar Johan Trøan Sømåen 42e3c18ed3 CREATE_PROJECT: Fix a typo in the help-message (--codeblocks) 2013-07-03 00:25:32 +02:00
Chris Warren-Smith be399188c4 TIZEN: bada port updated to tizen 2013-07-03 07:04:11 +10:00
uruk f47bc39f64 AVALANCHE: Update the description of classes. 2013-07-02 16:46:56 +02:00
uruk e27948a1a5 AVALANCHE: Minor repair in Trip, move initialization of the engine into the constructor. 2013-07-02 15:59:27 +02:00
uruk ae1f189370 AVALANCHE: Change constructor of Scrolls, repair string handling in Lucerna and Scrolls. 2013-07-02 15:10:16 +02:00
uruk ef1f254b03 AVALANCHE: Finish stubbing Avalot vol. 2. 2013-07-02 13:22:23 +02:00
uruk e4e3574b91 AVALANCHE: Finish stubbing of Avalot. 2013-07-02 13:21:41 +02:00
uruk 76423aa712 AVALANCHE: Add Closing. 2013-07-02 13:20:23 +02:00
Matthew Hoops 4ed1bc3a57 CONFIGURE: Make the libmpeg2 properly require 0.4.0 2013-07-01 21:33:10 -04:00
Filippos Karapetis 5f3ddae421 MT-32: Sync with the latest changes in munt
This syncs our code with munt commits 258cd89 and 17b40a6
2013-07-02 03:53:09 +03:00
Filippos Karapetis 72a523059f SAGA: Fix odd memcmp() conditions, as reported by clang
Thanks to LordHoto for pointing those out - they followed the incorrect
paradigm of previous code
2013-07-02 03:53:09 +03:00
uruk 7526af940c AVALANCHE: Scrolls: Repair compilation. 2013-07-02 01:32:30 +02:00
uruk 712ccac0b2 AVALANCHE: Finish stubbing of Scrolls. 2013-07-02 01:10:45 +02:00
uruk 3fd8a18246 AVALANCHE: Finish stubbing of Lucerna. Cosmetic change in Trip. 2013-07-01 23:57:56 +02:00
uruk 8aa251722f AVALANCHE: Add Dropdown. 2013-07-01 18:14:48 +02:00
Johannes Schickel ff0fcf5204 BUILD: Pass -Wno-nested-anon-types to clang. 2013-07-01 16:28:19 +02:00
uruk 5e2ec51025 AVALANCHE: Add Basher. 2013-07-01 15:21:51 +02:00
Johannes Schickel b1dcd252b3 KYRA: Fix (a few) font checks for systems with unsigend char.
Thanks to wjp for reporting those. This only affects games with SJIS font use.
2013-07-01 15:10:06 +02:00
Johannes Schickel a00c3e75b0 Merge pull request #342 from RichieSams/addDeleteRangeStringMethod
COMMON: Add erase method to String class
2013-07-01 05:18:49 -07:00
Filippos Karapetis 1b7681e9e2 NEVERHOOD: Fix cursor glitch before looking down the lowered bridge
The navigation scene type used was wrong, resulting in cursor glitches
when moving the mouse cursor at the screen edges
2013-07-01 12:46:01 +03:00
Filippos Karapetis 7804c9cc7f NEVERHOOD: Fix mouse cursor in the statue screen with the ladder button
The mouse cursor resource hash used in that scene was incorrect,
resulting in broken palette
2013-07-01 12:34:47 +03:00
Strangerke 51ab7a5b16 MORTEVIELLE: Some more renaming in GfxSurface 2013-07-01 08:03:19 +02:00
Matthew Hoops 7da9b342aa VIDEO: Fix Indeo3 luma scale
Now black is really black
2013-06-30 23:25:46 -04:00
Filippos Karapetis 318200cd86 NEVERHOOD: Fix sound effect heard when the castle elevator door opens
The condition where the elevator door opening sound is heard is
triggered twice. Now, we prevent it being triggered a second time.
2013-07-01 05:07:14 +03:00
Filippos Karapetis 5de6a876a9 NEVERHOOD: Fix display of the dynamites on shelves in the dynamite room 2013-07-01 04:42:13 +03:00
Filippos Karapetis 507e8ec8f3 NEVERHOOD: Slight cleanup to the navigation scene code 2013-07-01 04:25:51 +03:00
Filippos Karapetis 04dc01109f NEVERHOOD: Fix the second tape sprite in the whale room
The second tape is now correctly faced to the right
2013-07-01 04:25:50 +03:00
Strangerke acd64c64e4 MORTEVIELLE: Some renaming GfxSurface 2013-07-01 01:18:14 +02:00
Paul Gilbert 264a52aae6 TSAGE: Corrected starting to maze again after rotating in maze 2013-06-30 18:48:52 -04:00
Matthew Hoops 01a36e8431 NEWS: Mention Urban Runner video quality 2013-06-30 17:57:00 -04:00
Matthew Hoops 7445459c9d GRAPHICS: Cleanup the YUV to RGB usage documentation 2013-06-30 17:56:36 -04:00
Matthew Hoops b1a993ace0 VIDEO: Switch Indeo3 decoding to using the common YUV410 conversion code
It now runs much faster and looks better too. Thanks to DrMcCoy for testing.
2013-06-30 17:53:49 -04:00
Paul Gilbert fcd53acb0b TSAGE: Fix for rotating in R2R maze scenes 2013-06-30 17:29:00 -04:00
Strangerke 111ec7cef2 Merge pull request #1 from criezy/mortevielle
Mortevielle
2013-06-30 13:25:55 -07:00
Strangerke 539ce56124 AVALANCHE: Fix some more code formatting 2013-06-30 22:01:05 +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
Paul Gilbert 831c4db6df TSAGE: Rearranged some of the R2R scene 3500 methods to group them 2013-06-30 15:26:24 -04: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
Paul Gilbert 0205c9754d TSAGE: Added extra entries for diagonals to MazeDirection enum 2013-06-30 15:23:38 -04:00
Sven Hesse 4b3f5149b5 VIDEO: Add hypothetical 32bpp support 2013-06-30 19:07:04 +02:00
Sven Hesse 231586d924 VIDEO: Add hypothetical 32bpp support 2013-06-30 19:00:17 +02:00
Sven Hesse 9a88fe8485 GOB: Add hypothetical 32bpp support 2013-06-30 19:00:05 +02:00
Paul Gilbert 8e77285bc7 TSAGE: Set up a maze direction enum for R2R mazes 2013-06-30 10:28:21 -04:00
Paul Gilbert 755f6c30a2 TSAGE: Fix moving past intersection in R2R scene 3500 maze 2013-06-30 10:02:37 -04:00
Paul Gilbert 45ea2e0979 TSAGE: Starting to move in R2R scene 3500 maze 2013-06-30 09:44:42 -04:00
Paul Gilbert 8ec07246e6 TSAGE: Fix to display R2R maze map correctly 2013-06-30 08:39:26 -04:00
Paul Gilbert 1e40570ec0 TSAGE: Fix handle leak in resource manager 2013-06-30 08:16:40 -04:00
Strangerke 63737c3878 Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche
Conflicts:
	engines/avalanche/timeout2.cpp
	engines/avalanche/trip6.cpp
2013-06-30 14:14:31 +02:00
Strangerke 7c147c920f AVALANCHE: Fix code formatting 2013-06-30 14:10:33 +02:00
Littleboy ba0e4540b6 TOOLS: Add support for MSVC12 in create_project 2013-06-30 05:48:44 -04:00