aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
AgeCommit message (Expand)Author
2016-09-03SCUMM HE: Constify string parameterOri Avtalion
2016-09-02Merge pull request #821 from BenCastricum/bugfixesEugene Sandulenko
2016-08-30SCUMM HE: Add remote scripts-related kludgesAlexander Tkachev
2016-08-30SCUMM HE: Add init-related kludgesAlexander Tkachev
2016-08-30SCUMM HE: Add provider-related kludgesAlexander Tkachev
2016-08-30SCUMM HE: Add session quering-related kludgesAlexander Tkachev
2016-08-30SCUMM HE: Add session-related kludgesAlexander Tkachev
2016-08-30SCUMM HE: Add a few more logic kludgesAlexander Tkachev
2016-08-30SCUMM HE: Add two more kludgesAlexander Tkachev
2016-08-30SCUMM HE: Add more LogicHEmoonbase kludgesAlexander Tkachev
2016-08-30SCUMM HE: Fix some variable namingAlexander Tkachev
2016-08-30SCUMM HE: Replace strcpy with strlcpy in array setupAlexander Tkachev
2016-08-30SCUMM HE: Add some Moonbase logicAlexander Tkachev
2016-08-30HE: Add setupStringArrayFromString()Alexander Tkachev
2016-08-30HE: Replacing some Logic stubs with Net stubsAlexander Tkachev
2016-08-30HE: Add getStringFromArray()Alexander Tkachev
2016-08-30HE: Add net_defines.h and a few stubs updatesAlexander Tkachev
2016-08-30HE: Add Moonbase logic ops stubsAlexander Tkachev
2016-08-30HE: Add Moonbase Net dummyAlexander Tkachev
2016-08-30SCUMM HE: Compensate timers for pauses, fixes bug #6352Ben Castricum
2016-06-22SCUMM HE: Update sound flags and queue, for new settings.Kirben
2016-06-22SCUMM HE: Document sound opcodes.Kirben
2016-06-15SCUMM HE: Removed unneeded warningEugene Sandulenko
2016-06-15SCUMM HE: Fix Moonbase distortion codecEugene Sandulenko
2016-06-15SCUMM HE: Plugged Moonbase distortion inEugene Sandulenko
2016-06-15SCUMM HE: Silence GCC "suggest parentheses" warningsTorbjörn Andersson
2016-06-15SCUMM HE: Fix GCC warnings about casting away [const] qualifiersTorbjörn Andersson
2016-06-14SCUMM HE: Simplify Moonbase distortion codeEugene Sandulenko
2016-06-14SCUMM HE: Initial Moonbase distortion codeEugene Sandulenko
2016-06-08SCUMM HE: Fix Moonbase delete vs delete[] Valgrind warningTorbjörn Andersson
2016-06-08SCUMM HE: Remove not more needed debug outputEugene Sandulenko
2016-06-07SCUMM HE: Fix crashes in Moonbase replayEugene Sandulenko
2016-06-07JANITORIAL: Fix warning spellingEugene Sandulenko
2016-06-06SCUMM HE: Fix Moonbase FOW positioningEugene Sandulenko
2016-06-06SCUMM HE: Fix Moonbase FOW initializationEugene Sandulenko
2016-06-04SCUMM HE: Fix Wiz images color checks as used by MoonbaseEugene Sandulenko
2016-06-02SCUMM HE: Documented o100_getWizData()Eugene Sandulenko
2016-05-31SCUMM HE: Initialize memory before usageEugene Sandulenko
2016-05-31SCUMM HE: Improved debug messagesEugene Sandulenko
2016-05-30SCUMM HE: Fix int32 vs intEugene Sandulenko
2016-05-30SCUMM HE: Fixed initialization in Moonbase AIEugene Sandulenko
2016-05-30SCUMM HE: Fix object destructionEugene Sandulenko
2016-05-30SCUMM HE: Moonbase FOW rendering fixesEugene Sandulenko
2016-05-29SCUMM HE: Explicit type conversionEugene Sandulenko
2016-05-29SCUMM HE: Fix warningEugene Sandulenko
2016-05-26SCUMM HE: Moved global variables of Moonbase AI to the classEugene Sandulenko
2016-05-26SCUMM HE: Moved remnants of Moonabse to HE100Eugene Sandulenko
2016-05-26SCUMM HE: Moved Moonbase to ScummEngine_v100heEugene Sandulenko
2016-05-26SCUMM HE: Eliminated global _vm reference in Moonbase AIEugene Sandulenko
2016-05-26SCUMM HE: Wrapped Moonbase AI into a classEugene Sandulenko