Eugene Sandulenko
2cd896b1d6
FULLPIPE: Make debugging output less noisy
2014-04-21 19:50:30 +03:00
Eugene Sandulenko
e593f39e18
FULLPIPE: Implement MctlCompound::method34()
2014-04-21 15:13:20 +03:00
Eugene Sandulenko
c73a10606e
FULLPIPE: Implement Inventory2::clear()
2014-04-21 09:47:03 +03:00
Eugene Sandulenko
3091d0ae7f
FULLPIPE: Implement couple destructors
2014-04-21 09:38:46 +03:00
Eugene Sandulenko
81a2ee7d7c
FULLPIPE: Implement ModalQuery::init()
2014-04-20 23:03:44 +03:00
Eugene Sandulenko
8f40dae91d
FULLPIPE: Implement ModalQuery::handleMessage()
2014-04-20 23:03:44 +03:00
Eugene Sandulenko
3fe9d4b24e
FULLPIPE: Implement ModalQuery::update()
2014-04-20 23:03:44 +03:00
Eugene Sandulenko
f655718b55
FULLPIPE: Implement ModalQuery::getQueryResult() and destructor
2014-04-20 23:03:44 +03:00
Eugene Sandulenko
4f05fa6586
FULLPIPE: Implement ModalQuery::create()
2014-04-20 23:03:44 +03:00
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