Commit Graph

63065 Commits

Author SHA1 Message Date
clone2727
d4756a961c Merge pull request #460 from klusark/logically_dead
VIDEO: Use || instead of the currently incorrect &&
2014-04-17 21:06:20 -04:00
Matthew Hoops
444c6bd24a PEGASUS: Reset item state upon starting a new game 2014-04-17 19:29:06 -04:00
johndoe123
13507d1858 NEVERHOOD: Fix bug #6540: 'NEVERHOOD: lightswitch graphical glitch' 2014-04-17 23:20:47 +02:00
johndoe123
191b258593 NEVERHOOD: Fix compilation 2014-04-17 23:17:39 +02:00
johndoe123
88be409dc3 Merge branch 'master' of github.com:scummvm/scummvm 2014-04-17 23:03:05 +02:00
johndoe123
c0d83b0b29 NEVERHOOD: Fix bug #6520: 'NEVERHOOD: buggy sound of the waterfall' 2014-04-17 23:02:25 +02:00
Eugene Sandulenko
640536a584 FULLPIPE: Fix crash 2014-04-17 22:50:42 +03:00
Eugene Sandulenko
7edb9af72c FULLPIPE: Implement ModalMainMenu::checkHover() 2014-04-17 22:50:28 +03:00
Einar Johan Trøan Sømåen
4904554bb6 WINTERMUTE: Add a warning when trying to play video without Theoradec-support 2014-04-17 11:21:33 +02:00
Einar Johan Trøan Sømåen
3377784b35 WINTERMUTE: Add a warning when loading TTF-fonts without FreeType2-support. 2014-04-17 11:15:24 +02:00
Eugene Sandulenko
ac2c5ff084 FULLPIPE: Implement ModalMainMenu::isOverArea() 2014-04-16 20:17:02 +03:00
Torbjörn Andersson
4411c816f6 FULLPIPE: Fix GCC warning
I assume that the purpose of realloc() here is to increase the
_points memory area, but it's not guaranteed that the new block
will start at the same address as the old one.
2014-04-16 18:09:13 +02:00
D G Turner
b8aaac27ba KEYMAPPER: Avoid blocking F8 events from engine when using keymapper.
This allows the keyboard mapper to be enabled without causing breakage
to engines which use F8.
2014-04-16 13:17:32 +01:00
D G Turner
8282298556 KEYMAPPER: Avoid blocking F7 events from engine when using vkeybd.
This allows the virtual keyboard to be enabled without causing breakage
to engines which use F7.
2014-04-16 11:53:38 +01:00
Eugene Sandulenko
df39d9a963 FULLPIPE: Implement ModalMainMenu::init() 2014-04-15 22:17:56 +03:00
Eugene Sandulenko
98fc589434 FULLPIPE: Implement Background::~Background() 2014-04-14 22:47:38 +03:00
Keith Kaisershot
975877b8ed PEGASUS: Fix Ares flag not getting reset upon jumping to Mars 2014-04-13 23:21:42 -04:00
Matthew Hoops
421aaa1a30 PEGASUS: Fix entering the Mars shuttle with the shield biochip active 2014-04-13 09:54:52 -04:00
Matthew Hoops
a0e3b97bc0 PEGASUS: Disable non-existent hint movie 2014-04-13 09:27:13 -04:00
Matthew Hoops
fb658c3969 PEGASUS: Fix showing save failed dialog when not using the GMM 2014-04-13 09:27:13 -04:00
Kirben
ac9182181d AGOS: Fix music looping when using Roland MT-32 music in Simon the Sorcerer 2. 2014-04-13 19:51:33 +10:00
Eugene Sandulenko
42f4bb6b1e FULLPIPE: Implement StepArray::insertPoints() 2014-04-13 11:33:05 +03:00
Eugene Sandulenko
b2c6483d1a FULLPIPE: Implement StaticANIObject::startAnimSteps() 2014-04-13 11:33:05 +03:00
uruk
56e9d41ae8 AVALANCHE: Add HighScore. 2014-04-13 10:19:17 +02:00
uruk
f2d5f65d33 AVALANCHE: Fix Ghostroom's destructor. 2014-04-13 10:13:48 +02:00
Eugene Sandulenko
ff93bd18a1 FULLPIPE: Implement StaticANIObject::show2() 2014-04-13 09:46:51 +03:00
uruk
85d8dc7245 AVALANCHE: Remove useless warnings. 2014-04-12 23:59:41 +02:00
uruk
fc13180465 AVALANCHE: Merge ghostDrawGhost and ghostDrawGlerk. 2014-04-12 21:03:17 +02:00
uruk
759e499626 AVALANCHE: Remove unnecessary TODOs. 2014-04-12 19:51:49 +02:00
uruk
40269800de AVALANCHE: Unify kProcGeida and kProcSpludwick under kProcFollowAvvy.
Also rename connected function geidaProcs() to follow() and update it's comments.
2014-04-12 19:27:56 +02:00
uruk
c04c59a03d AVALANCHE: Rename _seeScroll to _runAnimations and swap it's meaning. 2014-04-12 19:19:10 +02:00
Eugene Sandulenko
2e7ef9d789 FULLPIPE: Implement BallChain::removeBall() 2014-04-12 14:44:35 +03:00
Joel Teichroeb
32e85a957d VIDEO: Use || instead of the currently incorrect &&
The code currenly has 4 logically dead lines. Instead of requiring
both newWidth and newHeight to be non zero, just make sure one of
them is non zero and set the other one to the current size.
2014-04-11 19:53:03 -07:00
Eugene Sandulenko
af06053d6b FULLPIPE: Implement StaticANIObject::startMQIfIdle() 2014-04-11 23:18:31 +03:00
Eugene Sandulenko
b4d06ccfe0 FULLPIPE: Implement ModalMainMenu::handleMessage() 2014-04-10 06:49:15 +03:00
Eugene Sandulenko
d991a139f0 FULLPIPE: Implement ModalMainMenu::enableDebugMenu() 2014-04-10 06:21:46 +03:00
Eugene Sandulenko
a30c646cae FULLPIPE: Implement ModalMainMenu::enableDebugMenuButton() 2014-04-10 06:13:24 +03:00
Eugene Sandulenko
15c6293128 FULLPIPE: Implement ModalMainMenu constructor 2014-04-09 23:43:50 +03:00
Eugene Sandulenko
a73bb7b3f6 FULLPIPE: Renames in scene29. This completes the scene 2014-04-08 19:01:28 +03:00
Eugene Sandulenko
ede2b70f1d FULLPIPE: More renames in scene29 2014-04-08 18:55:42 +03:00
Eugene Sandulenko
b5cd8e69a0 FULLPIPE: Renames in scene29 2014-04-07 23:43:47 +03:00
Eugene Sandulenko
8f5b068474 FULLPIPE: More work on renaming in scene29 2014-04-07 23:43:47 +03:00
Einar Johan Trøan Sømåen
5064ae15e5 WINTERMUTE: Correct mistaken identification of JULIA 1.2 as Steam-version
It is actually the version from Bundle in a Box
2014-04-07 16:33:29 +02:00
Eugene Sandulenko
3c82fa407a FULLPIPE: Further renames in scene29 2014-04-06 23:51:11 +03:00
uruk
647679b925 AVALANCHE: Remove some leftovers of the mini-games. 2014-04-06 19:42:46 +02:00
uruk
aa55e41b75 AVALANCHE: Fix drawing of the toolbar regardless of loading. 2014-04-06 18:59:45 +02:00
Einar Johan Trøan Sømåen
3fc63d37b6 WINTERMUTE: Add detection for 1/2 Ritter 2014-04-06 14:28:25 +02:00
Einar Johan Trøan Sømåen
64f30861b5 WINTERMUTE: Add detection for the Reversion2 2.0.2412 (Linux) 2014-04-05 16:02:25 +02:00
Einar Johan Trøan Sømåen
c402074385 WINTERMUTE: Add detection entry for Rhiannon: Curse of the four Branches 2014-04-05 15:33:04 +02:00
Einar Johan Trøan Sømåen
f565e20a01 WINTERMUTE: Add detection entry for Corrosion: Cold Winter Waiting 2014-04-05 15:30:16 +02:00