aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-13TITANIC: Rename CStarControlSub4 class to FRangePaul Gilbert
2017-03-13TITANIC: Implemented CStarControlSub2 classPaul Gilbert
2017-03-14CHEWY: More work on scene hotspotsFilippos Karapetis
2017-03-13DIRECTOR: Refactor events processorEugene Sandulenko
2017-03-13DIRECTOR: Initial work on sprite draggingEugene Sandulenko
2017-03-13DIRECTOR: Lingo: Implement b_moveableSprite()Eugene Sandulenko
2017-03-13DIRECTOR: Lingo: Improved check for REFERENCE assignmentEugene Sandulenko
2017-03-13JANITORIAL: Remove trailing spacesEugene Sandulenko
2017-03-13GUI: Fix warningsEugene Sandulenko
2017-03-13I18N: Regenerate translations data fileThierry Crozat
2017-03-12TITANIC: Field renaming and warning fixesPaul Gilbert
2017-03-12TITANIC: More matrix renamingsPaul Gilbert
2017-03-12TITANIC: More matrix renamings, thanks to Dark-StarPaul Gilbert
2017-03-12TITANIC: Renamings in DMatrix class, thanks to Dark-StarPaul Gilbert
2017-03-12TITANIC: Implementing more starmap codePaul Gilbert
2017-03-12DIRECTOR: Implement safety check while Shared Cast loadingEugene Sandulenko
2017-03-12DIRECTOR: Fix warningsEugene Sandulenko
2017-03-12DIRECTOR: Lingo: Fix b_rollOver() implementationEugene Sandulenko
2017-03-12DIRECTOR: Lingo: Improved stack printing for REFERENCEEugene Sandulenko
2017-03-12DIRECTOR: Lingo: Implement b_rollOver()Eugene Sandulenko
2017-03-12GRAPHICS: Hid noisy warning in MacFontManagerEugene Sandulenko
2017-03-12DIRECTOR: Fix warningEugene Sandulenko
2017-03-12TITANIC: Finished CStarControlSub23 classPaul Gilbert
2017-03-12TITANIC: Fix warningsEugene Sandulenko
2017-03-12JANITORIAL: Whitespace optimisationsEugene Sandulenko
2017-03-11TITANIC: Implementing CStarControlSub21 classPaul Gilbert
2017-03-11TITANIC: Finish CStarControlSub20 classPaul Gilbert
2017-03-11TITANIC: More CStarControlSub13 methodsPaul Gilbert
2017-03-11TITANIC: Implementing CStarControlSub13 classPaul Gilbert
2017-03-11I18N: Update translation (French)Thierry Crozat
Currently translated at 100.0% (944 of 944 strings)
2017-03-12DIRECTOR: pre-load cast members.stevenhoefel
2017-03-11DEVTOOLS: Made encode-macbinary.sh recursiveEugene Sandulenko
2017-03-11I18N: Update translations templatesThierry Crozat
2017-03-11Merge pull request #920 from criezy/gui-delete-laterEugene Sandulenko
GUI: Delay deletion of widgets when rebuilding launcher and options dialogs
2017-03-11Merge pull request #916 from lubomyr/masterEugene Sandulenko
ANDROIDSDL: libcurl and sdl_net is enabled by default
2017-03-10PSP2: new g++ flags fix crashing scumm-7-8 gamesrsn8887
The Dig and Full Throttle were both crashing on startup on PSP2 (Vita) when -O2, -O3, or -Os compiler optimizations were enabled. The problem is fixed by adding the "-fno-optimize-sibling-calls" compiler flag.
2017-03-10TITANIC: Implementing star reference classesPaul Gilbert
2017-03-10PSP2: optimize compilation for file-sizersn8887
2017-03-10DIRECTOR: Lingo: Improved debug outputEugene Sandulenko
2017-03-10DIRECTOR: Lingo: Don't leak memory on restartEugene Sandulenko
2017-03-10DIRECTOR: Lingo: Reset scripts when switching moviesEugene Sandulenko
2017-03-10DIRECTOR: More debug output for movie playbackEugene Sandulenko
2017-03-10DIRECTOR: Fixed global even handlers callingEugene Sandulenko
Handlers defined via 'when ...', should stay at global level
2017-03-10GUI: Delay deletion of child widgets when rebuilding launcher and options dialogThierry Crozat
This is to avoid writing in deleted memory in the ButtonWidget::sendCommand when the sent command results in the parent dialog being rebuilt.
2017-03-10GUI: Allow delayed deletion of GuiObjectThierry Crozat
This is achieved by adding a list of GuiObject to delete to GuiManager and doing the deletion in GuiManager::runLoop. The main purpose of this is to avoid the deletion of ButtonWidget object while their ButtonWidget::sendCommand function is being called. For example the sendCommand of the Apply button of the OptionsDialog may cause a rebuild (if the GUI language was changed) which tries to delete the widgets inside the OptionsDialog, including the Apply button.
2017-03-09TITANIC: Properly implement CBaseStarEntry equality testPaul Gilbert
2017-03-10CREATE_PROJECT: Support for a different target build directory in CMakePeter Kohaut
2017-03-10BUILD: Fixed mingw-w64 32 bits buildPeter Kohaut
2017-03-09BUILD: Fixed macro redefinition warning for 64 bits buildsPeter Kohaut
2017-03-09I18N: Update translations templatesThierry Crozat