Thierry Crozat
f6b1fdecbe
I18N: Update translation files from template.
2011-04-22 20:01:54 +01:00
Thierry Crozat
dd6e09c1f2
I18N: Update translation template file.
2011-04-22 20:01:54 +01:00
Thierry Crozat
44c1d38222
DOTT: MM message can now be translated.
2011-04-22 20:01:53 +01:00
Thierry Crozat
6e94f26208
OPENPANDORA: Remove unneeded translations.h include.
2011-04-22 20:01:53 +01:00
Thierry Crozat
26b5b21bfc
I18N: Remove inexistent file from list of files for translation template
...
The file has actually been moved to a different place, but it does not
contain any translatable string. This fix an issue that prevented the
scummvm.pot template file to be updated.
2011-04-22 20:01:53 +01:00
Littleboy
b9262bd70c
MOHAWK: Silence MSVC warning (bug #3290528 )
2011-04-22 14:45:14 -04:00
Littleboy
1f660237a4
CREATE_PROJECT: Change build events to also be run in release builds
...
Unofficial builds using MSVC in release mode will benefit from having a revision number available
2011-04-22 14:45:12 -04:00
dhewg
8f1a26ea3e
BUILD: Move ARM_ASM flags to configure
...
So they're used again if a port overwrites _port_mk
2011-04-22 19:05:31 +02:00
anotherguest
fca9c28ea7
SYMBIAN: Add support for TSAGE engine
2011-04-22 10:28:26 +02:00
strangerke
4d02cf52d2
TSAGE: Fix initialization bug in scene 4100.
2011-04-22 08:28:09 +02:00
D G Turner
1d93c80c14
DRACI: Fix VS2010 Code Analysis Warnings Reported in Bug #3290634
...
Minor correction to use integer value, rather than boolean.
2011-04-22 03:55:22 +01:00
Willem Jan Palenstijn
dda6df668a
SCI: Avoid (unused) sqrt of a negative number
...
This fixes bug #3289799 .
2011-04-21 22:14:05 +02:00
athrxx
204644b001
Merge branch 'master' of https://github.com/scummvm/scummvm
2011-04-21 20:29:25 +02:00
athrxx
b0008d2d33
FM-TOWNS AUDIO: fix memory leak
2011-04-21 20:22:12 +02:00
Bastien Bouclet
44e79c70fa
MOHAWK: Don't initialize a null pointer, to make VS2010 happy.
2011-04-21 08:05:00 +02:00
strangerke
f236ecb5d3
TSAGE: Fix a bug in Scene 4100
2011-04-21 01:04:48 +02:00
strangerke
6d66988ad5
TSAGE: Fix broken animation in scene 60. Renamed more or less everything
2011-04-21 01:03:54 +02:00
Marcus Comstedt
8a87429306
DC: Provide some feedback when loading plugins
...
Display the names of the plugins being loaded, and display amount
of free memory while doing so. This should make it easier to spot
the case that too many engine plugins have been placed on the boot
medium.
2011-04-20 23:46:45 +02:00
Marcus Comstedt
21421d2e86
DC: Move dynamic plugin handling into the platform
2011-04-20 23:46:44 +02:00
Willem Jan Palenstijn
eb8b1a962b
SCI: Fix precedence (bug #3087872 )
2011-04-20 23:38:28 +02:00
Sven Hesse
804f0f3e47
GOB: Shut up VS2010 code analysis warning
2011-04-20 23:10:00 +02:00
strangerke
c15b858765
HUGO: Silent several warnings reported by littleboy
2011-04-20 22:22:01 +02:00
Paul Gilbert
3fee10eb60
TSAGE: Cleaner bugfix for text colours being incorrect
2011-04-20 23:02:07 +10:00
Paul Gilbert
1eb75f7892
TSAGE: Fix problem with text appearing with random background colours after scene changes
2011-04-20 21:17:12 +10:00
Paul Gilbert
432771b5d9
TSAGE: Properly destroy cloned objects when removed from a scene
2011-04-20 21:05:42 +10:00
anotherguest
1f67138b7d
Merge branch 'master' of github.com:scummvm/scummvm
2011-04-20 12:36:54 +02:00
anotherguest
74a81d7a99
SYMBIAN: Changed sound to audio in macro.
2011-04-20 12:36:04 +02:00
Paul Gilbert
cd5a76eff2
Merge remote branch 'remotes/kayahr/lure'
2011-04-20 18:47:03 +10:00
anotherguest
e0478c2a9b
SYMBIAN : Updated folder names audio, added video, added M_PI define
2011-04-20 10:27:12 +02:00
strangerke
ecf5d62a10
TSAGE: Fix double-Miranda bug when Rock is drunk (scene 4100)
2011-04-20 00:00:07 +02:00
strangerke
3897e6f5e0
TSAGE: Fix blocking bug in scene 4100.
...
That unlocks the infamous "Alcohol? Cool, get my daughter!" scene :P
2011-04-19 22:53:19 +02:00
strangerke
551cc744f9
TSAGE: Rename several objects in Scene 4000
2011-04-19 20:13:33 +02:00
Klaus Reimer
8d3c289dd0
LURE: Enabled clickable menus for WebOS.
2011-04-19 19:13:08 +02:00
Johannes Schickel
c6112f7383
COMMON: Do not call ReadStream::eos in SubReadStream::read.
...
Instead I moved the call to ReadStream::eos into SubReadStream::eos.
fuzzie pointed out that in certain cases this resulted in a lot of eos calls
before. Those were rather needlessly, since checking the eos bit of the
decorated stream in read does not give any advantage over checking it when
the client code really wants to test the eos flag.
2011-04-19 18:08:47 +02:00
Johannes Schickel
10b0294c94
TSAGE: Suppress empty format string warning of g++.
2011-04-19 17:04:05 +02:00
Johannes Schickel
489d4d62cd
BACKENDS: Fix compilation for Caanoo and GP2xWiz.
2011-04-19 15:19:19 +02:00
Max Horn
b49f313dd4
OPENPANDORA: Replace defunct MIXER_DOUBLE_BUFFERING by working code
2011-04-19 15:09:50 +02:00
Max Horn
c37f36d0a8
GPH: Replace defunct MIXER_DOUBLE_BUFFERING by working code
2011-04-19 15:09:50 +02:00
Paul Gilbert
5985320c5e
TSAGE: Removed original game that uses 'Intro.txt' to indicate whether the introduction has played
2011-04-19 21:42:43 +10:00
Paul Gilbert
b7c9bf4b33
TSAGE: Simplified the new Saver::getObjectCount method
2011-04-19 21:33:56 +10:00
Paul Gilbert
95b4713ffa
TSAGE: Changed Scene::_sceneNumber to avoid confusion with SceneManager::_sceneNumber
2011-04-19 21:07:37 +10:00
Paul Gilbert
5dcfd1e32c
TSAGE: Reworked the saving code to fix crashes
...
Note that this undoes the recent compilation fix for GCC, since it didn't work. For now, used an explicit void ** conversion as previously suggested.
2011-04-19 21:02:27 +10:00
Paul Gilbert
d18f8e8564
TSAGE: Fixed button highlighting in inventory dialog
2011-04-19 19:37:26 +10:00
Paul Gilbert
55f1fa8dba
TSAGE: Bugfixes for graphics glitches when using the lift in scene #2320
2011-04-19 19:18:34 +10:00
Max Horn
b929699ad2
SCUMM: Make use of new Common::Error type
2011-04-18 18:22:04 +02:00
Max Horn
3a574199b0
COMMON: Cleanup names/handling of some error codes
2011-04-18 18:22:04 +02:00
Max Horn
1037ed2470
COMMON: Clarify error naming conventions
...
Not all error codes comply with these yet.
2011-04-18 18:22:04 +02:00
Max Horn
cd2fcaf4ca
COMMON: Remove kInvalidPathError
2011-04-18 18:22:03 +02:00
Max Horn
7c13aa48cd
COMMON: Tweak extra text handling in Common::Error
2011-04-18 18:22:03 +02:00
Max Horn
7ccba1fced
COMMON: Fix typo
2011-04-18 18:22:03 +02:00