aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-06IOS: Adds a description of the new iOS portVincent Bénony
2016-01-06IOS: Fixes configure scriptVincent Bénony
2016-01-06IOS: Updates Info.plistVincent Bénony
2016-01-06IOS: Fixes rotation and event handlingVincent Bénony
2016-01-06IOS: Uses the chroot filesystemVincent Bénony
2016-01-06IOS: Adds a getter for the touchpad modeVincent Bénony
2016-01-06IOS: Fixes the virtual keyboardVincent Bénony
2016-01-06IOS: Replace old iOS graphic assets with an asset catalogVincent Bénony
2016-01-06IOS: Adds two helper functions on stringsVincent Bénony
2016-01-06IOS: Added a chroot like filesystemVincent Bénony
2016-01-05LAB: Simplify and clean up the intro codeFilippos Karapetis
2016-01-05SCI: fix compatibility issue in kFileIOMartin Kiewitz
2016-01-04SCI32: fix kString calling from within kArrayMartin Kiewitz
2016-01-04TONY: Initialize _vdbCodec in contructorStrangerke
2016-01-04TONY: As suggested by LordHoto, determine codec based on container signature ...Strangerke
2016-01-04TONY: Reduce variable scope, use MKTAG to check file signatureStrangerke
2016-01-04TONY: Add support to the new compressed speech containersStrangerke
2016-01-04Merge pull request #646 from rootfather/gitignoreWillem Jan Palenstijn
2016-01-04DEVTOOLS: Add *.opendb files to .gitignorerootfather
2016-01-03SCI: kGetEvent modifiers bug was fixed in SCI1Martin Kiewitz
2016-01-03SCI: implement kGetEvent modifiers DOS bugMartin Kiewitz
2016-01-03TONY: Fix Amiga Build by adding missing sound ifdefsStrangerke
2016-01-03SCI: sciAudio support for .wav + .aiff filesMartin Kiewitz
2016-01-03TONY: Add support for compressed music and sfxStrangerke
2016-01-03SCI: sciSound: check compression typeMartin Kiewitz
2016-01-02SCI: fix sciAudio not doing loops correctlyMartin Kiewitz
2016-01-02SCI: fix sciAudio support on some platformsMartin Kiewitz
2016-01-02JANITORIAL: Remove #includes of list_intern.hOri Avtalion
2016-01-02GOB: Remove unnecessary includes and forward-declarationsSven Hesse
2016-01-01NEWS: Added BS 2.5 to German NEWS filerootfather
2016-01-01ALL: Update copyright dateEugene Sandulenko
2016-01-01ALL: Update copyright yearsEugene Sandulenko
2016-01-01TONY: Remove an unused variableStrangerke
2016-01-01TONY: Fix typo in commentStrangerke
2015-12-31BBVS: Hide noisy debugEugene Sandulenko
2015-12-31TONY: Simplify some code related to LOX in RMItem::readFromStream()Strangerke
2015-12-31TONY: Remove more dead code related to unused raw codecStrangerke
2015-12-31TONY: As codec is always ADPCM, remove some dead codeStrangerke
2015-12-31LAB: Initialise _displayBuffer to silence Valgrind warningTorbjörn Andersson
2015-12-30NEWS: Added BS 2.5Eugene Sandulenko
2015-12-29LAB: Reduce the scope of some variablesStrangerke
2015-12-29LAB: Simplify code in doCloseUpStrangerke
2015-12-29LAB: Simplify code in perFlipButtonStrangerke
2015-12-29LAB: Remove two other unused variablesStrangerke
2015-12-29LAB: Remove unused variableStrangerke
2015-12-29SCI32: version detection - don't remove constMartin Kiewitz
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2015-12-28MT32: Also use the ROM name to return the most appropriate ROM infoFilippos Karapetis
2015-12-28LAB: Fix small getFont() memory leakTorbjörn Andersson
2015-12-28LAB: Free the remaining parts of _moveButtonList and _invButtonListTorbjörn Andersson