aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/combat.cpp
AgeCommit message (Expand)Author
2019-10-23WAGE: Fix Missing Default Switch CasesD G Turner
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-02-16WAGE: Fix random direction choosing logicEugene Sandulenko
2016-02-14WAGE: Fix int/uint comparisonEugene Sandulenko
2016-02-14WAGE: Consistently use .empty() instead of .size() == 0Eugene Sandulenko
2016-02-14WAGE: Indentation fixesEugene Sandulenko
2016-02-14WAGE: const goodnessEugene Sandulenko
2016-02-14WAGE: Marked some methods as static, const'nessEugene Sandulenko
2016-02-14WAGE: Event more constEugene Sandulenko
2016-02-14WAGE: Remove redundant type castsEugene Sandulenko
2016-02-14WAGE: Made code cleanerEugene Sandulenko
2016-02-14WAGE: More const'nessEugene Sandulenko
2016-02-14WAGE: Remove leftover debug messageEugene Sandulenko
2016-02-14WAGE: Show warning for missing functionalityEugene Sandulenko
2016-02-14WAGE: Fix crashes during direction changeEugene Sandulenko
2016-02-14WAGE: Implement handleAttack()Eugene Sandulenko
2016-02-14WAGE: Implement attackHit()Eugene Sandulenko
2016-02-14WAGE: Implement handleOfferCommand()Eugene Sandulenko
2016-02-14WAGE: Implement tryAttack()Eugene Sandulenko
2016-02-14WAGE: Implement decrementUses()Eugene Sandulenko
2016-02-14WAGE: Implement performHealingMagic()Eugene Sandulenko
2016-02-14WAGE: Implement performMove()Eugene Sandulenko
2016-02-14WAGE: Implement getValidMoveDirections()Eugene Sandulenko
2016-02-14WAGE: Added missing messagesEugene Sandulenko
2016-02-14WAGE: Moved all interaction-related methods from script.cpp to combat.cppEugene Sandulenko
2016-02-14WAGE: Implement performMagic()Eugene Sandulenko
2016-02-14WAGE: Implement performAttack()Eugene Sandulenko
2016-02-14WAGE: Implement getWeapons(). Got rid of class WeaponEugene Sandulenko
2016-02-14WAGE: Simplified message output formationEugene Sandulenko
2016-02-14WAGE: Implement handleAcceptCommand()Eugene Sandulenko
2016-01-09WAGE: Implement performOffer()Eugene Sandulenko
2016-01-09WAGE: Implement performTake()Eugene Sandulenko
2016-01-09WAGE: Implement RandomHatEugene Sandulenko
2016-01-09WAGE: Put lists into typedefsEugene Sandulenko
2016-01-09WAGE: SPlit out combat-related methods into separate fileEugene Sandulenko