45689 Commits

Author SHA1 Message Date
strangerke
be3de84f7c TSAGE: Review all Speakers 2011-05-06 08:39:22 +02:00
Matthew Hoops
44ad7d45ba COMMON: Remove convertCrsrCursor()
Graphics::MacCursor is its replacement
2011-05-05 19:48:57 -04:00
Matthew Hoops
04dd4cabdf SCUMM: Use new MacCursor code instead of convertCrsrCursor() 2011-05-05 19:46:33 -04:00
Matthew Hoops
1f39e0b6c6 MOHAWK: Use new MacCursor code instead of convertCrsrCursor() 2011-05-05 19:35:31 -04:00
Matthew Hoops
0f0ae4576e SCI: Use new MacCursor code instead of convertCrsrCursor() 2011-05-05 19:27:28 -04:00
Matthew Hoops
4a3d94a60e GRAPHICS: Add a new MacCursor class for handling CURS/crsr cursors 2011-05-05 19:26:44 -04:00
md5
f20c8b963a SWORD25: Disabled code which isn't necessary with our PNG decoder 2011-05-05 22:12:38 +03:00
md5
d7334628bd SWORD25: Moved the thumbnail handling code to its appropriate place
PNGLoader is able to load images embedded in saved games already. This
helps remove some duplicate code
2011-05-05 22:03:15 +03:00
md5
51136ac4ae SWORD25: Marked more functions as unused 2011-05-05 22:00:52 +03:00
Sven Hesse
8e03a200ef GOB: Fix a stupid typo in SlotFileIndexed::buildIndex()
This should fix bug #3295893.

The intention of this piece of code was to pad the first save slot
name with spaces until it's as long as the longest save slot name,
because the scripts use it to gauge the width of the save list.
Unfortunately, I messed up there, overwriting variable space directly
after the save names. In Urban Runner's case, this would be the list
of inventory items.
2011-05-05 20:50:53 +02:00
Julien
371b9cace7 Merge pull request #29 from Littleboy/nsis
NSIS installer support
2011-05-05 11:26:33 -07:00
Johannes Schickel
16f1b51e2a GUI: Clean up localized font filename generation. 2011-05-05 20:07:37 +02:00
Littleboy
3f37062902 CREATE_PROJECT: Generate the same revision numbers as the configure script
The revision number now includes the number of commits since the last tag
2011-05-05 13:59:35 -04:00
md5
0ef807146e SWORD25: Remove thumbnails from the cache when saving a new game 2011-05-05 20:14:21 +03:00
md5
2af3759a78 SWORD25: Fixed the thumbnail creation code, and removed a hack 2011-05-05 20:13:06 +03:00
Littleboy
ca9ed0a979 CREATE_PROJECT: Pass architecture to nsis setup in post-build step 2011-05-05 13:11:57 -04:00
Littleboy
548e43c57f DISTS: Test for parameters in NSIS script and throw errors when not passed to command line 2011-05-05 12:58:42 -04:00
Littleboy
c160dbc8d2 DISTS: Add optional ARCH parameter to NSIS script 2011-05-05 12:51:05 -04:00
Max Horn
f9868c807d BASE: Suppress pointless warning message (fixes bug #3291522) 2011-05-05 17:43:33 +02:00
md5
921030f4ef SWORD25: Initial code for showing savegame thumbnails
There is currently a bug and only the thumbnail of the first save slot is
shown
2011-05-05 18:33:22 +03:00
Paul Gilbert
dee398ad6c TSAGE: Fixed problem with text being partly off-screen in Scene #9500 2011-05-05 20:48:46 +10:00
md5
a428835b38 SWORD25: Removed the saved game filename from the savegame meta info struct 2011-05-05 13:33:39 +03:00
md5
68118bdf7a SWORD25: Added some FIXMEs in the save game and thumbnail code
Also, translated some comments
2011-05-05 12:54:32 +03:00
md5
9abc42019a SWORD25: Remove unused code 2011-05-05 12:54:31 +03:00
Max Horn
608ce4343a WINCE: Link against Windows FS code again 2011-05-05 10:57:35 +02:00
strangerke
10bdc85a27 TSAGE: Fix several glitches in the speakers used in scene 4000. Initial problem still present though. 2011-05-05 02:19:45 +02:00
strangerke
beb1ce9866 TSAGE: Fix a nasty graphical bug in scene 9450 2011-05-05 01:38:47 +02:00
strangerke
427805c2f6 TSAGE: Fix 6 freezes in scene 9850 2011-05-05 00:44:10 +02:00
strangerke
f91ed4e04a TSAGE: fix 3 freezes in scene 9450 2011-05-05 00:22:27 +02:00
Marcus Comstedt
379b3104a4 DRASCULA: Handle pitch in code using lockScreen()
The surface returned by OSystem::lockScreen() can have a pitch which
differs from w * bytesPerPixel, so modify the code to take this into
account.  Fixes FMV problems on Dreamcast.
2011-05-05 00:04:10 +02:00
Sven Hesse
db22f32a44 GOB: Add another Italian Fascination version
As supplied by alex86r in bug report #3297633.
2011-05-04 21:20:27 +02:00
Sven Hesse
31818ad4fd GOB: Add another Italian Urban Runner version
As supplied by alex86r in bug report #3297602.
2011-05-04 21:14:19 +02:00
Fabio Battaglia
d65479a9d7 Merge branch 'master' of https://github.com/scummvm/scummvm 2011-05-04 16:51:04 +02:00
Fabio Battaglia
f16311291d N64: avoid bogus events if no controller plugged
If the user has only a N64 mouse plugged in and no controllers
this avoids fake clicks.
2011-05-04 16:48:52 +02:00
Max Horn
e19de13a5d BUILD: Further restrict which backend source files are compiled 2011-05-04 16:18:18 +02:00
Max Horn
28403e4543 BACKENDS: Fix copy & paste mistakes in some comments 2011-05-04 16:18:18 +02:00
David-John Willis
bd60a289c7 CONFIGURE: Add missing SDL_BACKEND define for the OpenPandora backend.
* Not really sure when/how it got lost but as it's lack  spectacularly
  breaks the backend it is a really good idea to put it back ;)

Thanks to Max for the heads up.
2011-05-04 14:35:25 +01:00
Paul Gilbert
9f1dacd72b TSAGE: Added a new command to show hotspot areas 2011-05-04 21:14:58 +10:00
Paul Gilbert
a67dbd5adb TSAGE: Bugfix for skipping cutscenes correctly 2011-05-04 19:19:36 +10:00
md5
340d08bc30 TSAGE: Some more conversions to US English 2011-05-04 11:47:12 +03:00
md5
3430a3f347 TSAGE: Switched to American English, after the relevant discussion on -devel:
serialiser -> serializer
synchronise -> synchronize
2011-05-04 11:41:47 +03:00
md5
5c3b564e0b TSAGE: Now initializing the save game version properly 2011-05-04 11:36:35 +03:00
md5
7b8f3021ac TSAGE: Bumped up savegame version, so that the old savegames are still usable
Savegames from revisions bf9b98f and 4f70162d are now version 2 savegames
2011-05-04 10:52:36 +03:00
Sven Hesse
a1c339ea4f GOB: Don't overwrite _destSpriteX after PRINTTEXT
Don't overwrite _destSpriteX after PRINTTEXT with a value that's only
appropriate for monospaced fonts; support for non-monospaced fonts
has been introduced with Woodruff.

This should fix bug #3295889.
2011-05-04 02:34:37 +02:00
Sven Hesse
30f7cdb49a GOB: Plug a leak
Thanks to digitall for finding that one
2011-05-04 01:26:10 +02:00
Max Horn
3797971c48 BUILDS: Sort some stuff in backends/module.mk 2011-05-03 23:58:33 +02:00
Max Horn
fc74fb357d BUILD: Compile backend specific files only if their backend is selected 2011-05-03 23:58:33 +02:00
Max Horn
971baf3585 BUILD: Remove incorrect mention of 'symbian' backend from configure 2011-05-03 23:58:33 +02:00
strangerke
a47eba2b49 TSAGE: for consistency, use display2() when possible 2011-05-03 23:37:59 +02:00
strangerke
9847083d63 TSAGE: Cleanup: Use NULL instead of 0 when handling pointers. Suppress some useless parameters too. 2011-05-03 23:11:13 +02:00