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
Max Horn
bac8fa70fd
COMMON: Cleanup error messages
2011-04-18 18:22:03 +02:00
Max Horn
73f04118f3
COMMON: Rename Error to ErrorCode, introduce new Error class
2011-04-18 18:22:02 +02:00
strangerke
e9c228564a
TSAGE: Fix region 8 in scene 4045
2011-04-18 16:37:50 +02:00
Max Horn
63a7698a86
SYMBIAN: Use astyle to slightly reduce code formatting mess ;)
2011-04-18 16:30:06 +02:00
Max Horn
0402ec4ea2
SYMBIAN: Clarify vsnprintf.h legal header a little bit
2011-04-18 16:30:06 +02:00
Alyssa Milburn
5563b25faf
MOHAWK: Speed up drawRLE8 a bit.
2011-04-18 16:12:57 +02:00
Johannes Schickel
7b4a4d9fa6
Merge pull request "New mixer mute handling."
...
See https://github.com/scummvm/scummvm/pull/12 for more information.
2011-04-18 15:59:34 +02:00
strangerke
12af50f2ff
TSAGE: Fix bug in scene 4045 "missing character".
...
I also renamed several objects and functions.
2011-04-18 13:44:59 +02:00
Paul Gilbert
cec59bd124
TSAGE: Fix palette corruption in savegame files.
2011-04-18 20:45:42 +10:00
Paul Gilbert
4486131ca6
TSAGE: Fix bug with selected inventory item remaining selected after restarting game
2011-04-18 20:37:57 +10:00
Paul Gilbert
962d848196
TSAGE: Removed InventoryDialog allFlag parameter.
...
This was intended to be used to simultaneously support the cheat mode dialog with all the inventory items. But that is going to need to be implemented as a completely separate dialog.
2011-04-18 20:37:24 +10:00
Paul Gilbert
26501fb46c
TSAGE: Initialise scene zoom percents in constructor. Fixes crash at the end of Scene #1400
2011-04-18 20:13:30 +10:00
strangerke
e34739aaef
TSAGE: Fix a couple of problems in Scene 2320, still broken
2011-04-18 09:16:15 +02:00
strangerke
da0ade2bed
TSAGE: Describe scenes fro group 8 and 10
2011-04-18 08:42:00 +02:00
strangerke
bd3e358d62
TSAGE: Fix bug in scene 1500
2011-04-18 08:18:01 +02:00
md5
3c1fb00455
NEWS: Fixed full stops in the end of each news item
2011-04-18 01:24:58 +03:00
md5
1f16090f27
NEWS: Mention support for Amiga SCI games and Mac SCI1 games
2011-04-18 01:19:24 +03:00
strangerke
afb296f38c
TSAGE: Fix a glitch in scene222:postInit. Suppress a useless comment.
2011-04-17 23:12:21 +02:00
strangerke
8f544d578c
TSAGE: Fix initialization of MTEXT speaker
2011-04-17 23:11:25 +02:00
strangerke
5f9fe1383a
TSAGE: Fix subtle bug in StripManager. This fixes scene 2222.
2011-04-17 23:07:51 +02:00
Johannes Schickel
c824ef16a6
Merge branch 'master' of https://github.com/enginmanap/scummvm
2011-04-17 21:44:29 +02:00
sylvaintv
055b766f70
Merge branch 'master' of github.com:scummvm/scummvm
2011-04-17 15:47:53 +02:00
sylvaintv
1fd034f326
TOON: Fix Flux staying outside of the dressing room
2011-04-17 15:46:55 +02:00
Engin Manap
d20a85d4f1
GUI: Fix indentation problems. Remove unwanted space.
...
All cosmetic changes, nothing changed.
2011-04-17 16:40:13 +03:00
strangerke
cccaaf3a0a
TSAGE: CD version don't use protection page 1, 17 and above
2011-04-17 15:40:02 +02:00
strangerke
908dde34ba
HUGO: Enable the engine by default
2011-04-17 15:39:05 +02:00
sylvaintv
f809e94dd2
TOON: Fix dirty rect issues with fonts
2011-04-17 15:27:18 +02:00
Thierry Crozat
9990ae6aa0
CREDITS: Add buildbot skin to billwashere crontibutions
2011-04-17 14:21:49 +01:00
Engin Manap
8463649f49
GUI: Fix apply old theme even if theme is not changed.
...
There was no control if theme was changed. If you click cancel, it
always changes theme to which options panel opened with. This is
unneccessery if theme is not changed so a if statement added before
applying old theme.
2011-04-17 16:18:32 +03:00
Engin Manap
a1509af8b6
GUI: Fix theme change ignores cancel on options window.
...
add new protected value _oldTheme. It keeps theme at the init of
options window, and cancel button reapplies old theme.
2011-04-17 16:17:20 +03:00
Paul Gilbert
dcc8f226c0
TSAGE: Have copy protection turned on for all versions of the game
...
I'd previously incorrectly assumed copy protection would be disabled in the CD version of the game without actually playing all the way through to that point to find out.
2011-04-17 22:54:06 +10:00
Paul Gilbert
27d53fd283
TSAGE: Removed redundant call to memory manager deallocate
2011-04-17 22:24:47 +10:00
Eugene Sandulenko
ce0cc0ee85
COMMON: Partial fix for #3087922 : COMMON/BASE/BACKENDS: Code analysis warnings
2011-04-17 15:25:06 +03:00
sylvaintv
a383fe452f
TOON: Fix palette issues in alligators scene
...
Bug #3264989 : "TOON: Palette problems"
2011-04-17 14:18:29 +02:00
Paul Gilbert
f79b91548d
TSAGE: Bugfixes for Scene #2300 - Starship Hanger
2011-04-17 22:01:24 +10:00
Eugene Sandulenko
886ea29bbf
SCUMM: Add md5 from bug #3264965 for fbpack
2011-04-17 14:10:46 +03:00