Eugene Sandulenko
1d41a9ccf4
FULLPIPE: Started work on ModalQuery
2014-04-20 23:03:43 +03:00
Matthew Hoops
850ddc1462
PEGASUS: Fix disabling input when the rip first hits
2014-04-20 12:55:52 -04:00
Eugene Sandulenko
e76a890481
FULLPIPE: Implement ModalMainMenu::updateSoundVolume()
2014-04-19 17:01:29 +03:00
Eugene Sandulenko
559f51e29e
FULLPIPE: Implement ModalMainMenu::updateVolume()
2014-04-19 14:06:34 +03:00
Eugene Sandulenko
3b1af18d92
FULLPIPE: Implement ModalMainMenu::isSaveAllowed()
2014-04-19 12:51:45 +03:00
Johannes Schickel
9cc4c42024
KYRA: Extend HACK to select CD audio for Kyra2 TOWNS.
...
Formerly we only checked track1.$EXT but we also support track01.$EXT. Guess
this is a good example why we need to reconsider how we will handle detection
of presense of CD audio tracks in general...
2014-04-18 23:58:22 +02:00
Eugene Sandulenko
23f15c754f
FULLPIPE: Implement ModalMainMenu::setSliderPos()
2014-04-18 21:18:04 +03:00
Eugene Sandulenko
e6c6eac9af
FULLPIPE: Implement ModalMainMenu::updateSliderPos()
2014-04-18 21:09:12 +03:00
D G Turner
4598b3b2d9
SCI: Inhibit spurious GCC warnings in script patching code.
...
The two relevant variables upon inspection of the current code should
not be used uninitialized as per the compiler linter warning, but
removing this by adding a zero initialization is simple.
It is also good practice and should prevent future issues if the code
is modified.
2014-04-18 14:59:49 +01:00
D G Turner
de3f81845a
CONFIGURE: Add help note for option to disable freetype2 usage.
2014-04-18 12:45:49 +01:00
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