Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-18 | KYRA: Extend HACK to select CD audio for Kyra2 TOWNS. | Johannes Schickel | |
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 | FULLPIPE: Implement ModalMainMenu::setSliderPos() | Eugene Sandulenko | |
2014-04-18 | FULLPIPE: Implement ModalMainMenu::updateSliderPos() | Eugene Sandulenko | |
2014-04-18 | SCI: Inhibit spurious GCC warnings in script patching code. | D G Turner | |
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 | CONFIGURE: Add help note for option to disable freetype2 usage. | D G Turner | |
2014-04-17 | Merge pull request #460 from klusark/logically_dead | clone2727 | |
VIDEO: Use || instead of the currently incorrect && | |||
2014-04-17 | PEGASUS: Reset item state upon starting a new game | Matthew Hoops | |
2014-04-17 | NEVERHOOD: Fix bug #6540: 'NEVERHOOD: lightswitch graphical glitch' | johndoe123 | |
2014-04-17 | NEVERHOOD: Fix compilation | johndoe123 | |
2014-04-17 | Merge branch 'master' of github.com:scummvm/scummvm | johndoe123 | |
2014-04-17 | NEVERHOOD: Fix bug #6520: 'NEVERHOOD: buggy sound of the waterfall' | johndoe123 | |
2014-04-17 | FULLPIPE: Fix crash | Eugene Sandulenko | |
2014-04-17 | FULLPIPE: Implement ModalMainMenu::checkHover() | Eugene Sandulenko | |
2014-04-17 | WINTERMUTE: Add a warning when trying to play video without Theoradec-support | Einar Johan Trøan Sømåen | |
2014-04-17 | WINTERMUTE: Add a warning when loading TTF-fonts without FreeType2-support. | Einar Johan Trøan Sømåen | |
2014-04-16 | FULLPIPE: Implement ModalMainMenu::isOverArea() | Eugene Sandulenko | |
2014-04-16 | FULLPIPE: Fix GCC warning | Torbjörn Andersson | |
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 | KEYMAPPER: Avoid blocking F8 events from engine when using keymapper. | D G Turner | |
This allows the keyboard mapper to be enabled without causing breakage to engines which use F8. | |||
2014-04-16 | KEYMAPPER: Avoid blocking F7 events from engine when using vkeybd. | D G Turner | |
This allows the virtual keyboard to be enabled without causing breakage to engines which use F7. | |||
2014-04-15 | FULLPIPE: Implement ModalMainMenu::init() | Eugene Sandulenko | |
2014-04-14 | FULLPIPE: Implement Background::~Background() | Eugene Sandulenko | |
2014-04-13 | PEGASUS: Fix Ares flag not getting reset upon jumping to Mars | Keith Kaisershot | |
2014-04-13 | PEGASUS: Fix entering the Mars shuttle with the shield biochip active | Matthew Hoops | |
2014-04-13 | PEGASUS: Disable non-existent hint movie | Matthew Hoops | |
2014-04-13 | PEGASUS: Fix showing save failed dialog when not using the GMM | Matthew Hoops | |
2014-04-13 | AGOS: Fix music looping when using Roland MT-32 music in Simon the Sorcerer 2. | Kirben | |
2014-04-13 | FULLPIPE: Implement StepArray::insertPoints() | Eugene Sandulenko | |
2014-04-13 | FULLPIPE: Implement StaticANIObject::startAnimSteps() | Eugene Sandulenko | |
2014-04-13 | AVALANCHE: Add HighScore. | uruk | |
2014-04-13 | AVALANCHE: Fix Ghostroom's destructor. | uruk | |
2014-04-13 | FULLPIPE: Implement StaticANIObject::show2() | Eugene Sandulenko | |
2014-04-12 | AVALANCHE: Remove useless warnings. | uruk | |
2014-04-12 | AVALANCHE: Merge ghostDrawGhost and ghostDrawGlerk. | uruk | |
2014-04-12 | AVALANCHE: Remove unnecessary TODOs. | uruk | |
2014-04-12 | AVALANCHE: Unify kProcGeida and kProcSpludwick under kProcFollowAvvy. | uruk | |
Also rename connected function geidaProcs() to follow() and update it's comments. | |||
2014-04-12 | AVALANCHE: Rename _seeScroll to _runAnimations and swap it's meaning. | uruk | |
2014-04-12 | FULLPIPE: Implement BallChain::removeBall() | Eugene Sandulenko | |
2014-04-11 | VIDEO: Use || instead of the currently incorrect && | Joel Teichroeb | |
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 | FULLPIPE: Implement StaticANIObject::startMQIfIdle() | Eugene Sandulenko | |
2014-04-10 | FULLPIPE: Implement ModalMainMenu::handleMessage() | Eugene Sandulenko | |
2014-04-10 | FULLPIPE: Implement ModalMainMenu::enableDebugMenu() | Eugene Sandulenko | |
2014-04-10 | FULLPIPE: Implement ModalMainMenu::enableDebugMenuButton() | Eugene Sandulenko | |
2014-04-09 | FULLPIPE: Implement ModalMainMenu constructor | Eugene Sandulenko | |
2014-04-08 | FULLPIPE: Renames in scene29. This completes the scene | Eugene Sandulenko | |
2014-04-08 | FULLPIPE: More renames in scene29 | Eugene Sandulenko | |
2014-04-07 | FULLPIPE: Renames in scene29 | Eugene Sandulenko | |
2014-04-07 | FULLPIPE: More work on renaming in scene29 | Eugene Sandulenko | |
2014-04-07 | WINTERMUTE: Correct mistaken identification of JULIA 1.2 as Steam-version | Einar Johan Trøan Sømåen | |
It is actually the version from Bundle in a Box | |||
2014-04-06 | GUI: Tab cycling handles multiple themes. | Zerophase | |
First visible tab moves up when a theme's width cannot fit another tab. | |||
2014-04-06 | FULLPIPE: Further renames in scene29 | Eugene Sandulenko | |