aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/champion.cpp
AgeCommit message (Collapse)Author
2016-08-26DM: Adjust idle delay when renaming championBendegúz Nagy
2016-08-26DM: Some rework in f303_getSkillLevelStrangerke
2016-08-26DM: Remove duplicate arrayStrangerke
2016-08-26DM: Complete ChampionMan::f281_renameChampionBendegúz Nagy
2016-08-26DM: Fix broken champion after loadingBendegúz Nagy
2016-08-26DM: Refactoring of f292_drawChampionState, including removing its GOTOsStrangerke
2016-08-26DM: Fix champion bargraphsBendegúz Nagy
2016-08-26DM: Move DMEngine::_rnd to private, fix erroneous ranges with random number ↵Bendegúz Nagy
generations
2016-08-26DM: Use ternary operator in f287_drawChampionBarGraphs to reduce code ↵Strangerke
duplication
2016-08-26DM: Get rid of labels and GOTOs in f280_addCandidateChampionToPartyStrangerke
2016-08-26DM: Rename a variable in f287_drawChampionBarGraphsStrangerke
2016-08-26DM: First pass of refactoring in f280_addCandidateChampionToPartyStrangerke
2016-08-26DM: Debug loading savegames, add missing save loading partsBendegúz Nagy
2016-08-26DM: Use error() in f278_resetDataToStartGameStrangerke
2016-08-26DM: Refactor f331_applyTimeEffectsStrangerke
2016-08-26DM: Refactor f318_dropAllObjects, f319_championKill and f323_unpoison. ↵Strangerke
Rename _moveSens
2016-08-26DM: Refactor f320_applyAndDrawPendingDamageAndWoundsStrangerke
2016-08-26DM: refact f293_drawAllChampionStates, f283_viAltarRebirth, ↵Strangerke
f327_isProjectileSpellCast and f326_championShootProjectile. Rename Direction.
2016-08-26DM: Refactor f322_championPoison, f284_setPartyDirection, f316_deleteScent, ↵Strangerke
f317_addScentStrength, f310_getMovementTicks and f294_isAmmunitionCompatibleWithWeapon
2016-08-26DM: Refactor f324_damageAll_getDamagedChampionCount, ↵Strangerke
f286_getTargetChampionIndex, f311_getDexterity and f308_isLucky
2016-08-26DM: Refactor f304_addSkillExperience, change _g313_gameTime to int32Strangerke
2016-08-26DM: Refactor f307_getStatisticAdjustedAttack, f305_getThrowingStaminaCost ↵Strangerke
and f330_disableAction
2016-08-26DM: Refactor f313_getWoundDefenseStrangerke
2016-08-26DM: Get rid of a GOTO in f321_addPendingDamageAndWounds_getDamageStrangerke
2016-08-26DM: Some refactoring in f321_addPendingDamageAndWounds_getDamageStrangerke
2016-08-26DM: Rename f325_decrementStamina, refactor f300_getObjectRemovedFromSlot and ↵Strangerke
f325_decrementStamina Also remove a couple of GOTOs in f321_addPendingDamageAndWounds_getDamage
2016-08-26DM: Some renaming in f298_getObjectRemovedFromLeaderHand, refactor ↵Strangerke
f312_getStrength
2016-08-26DM: Refactor f299_applyModifiersToStatistics, remove a GOTO.Strangerke
2016-08-26DM: Fix a bug in f288_getStringFromIntegerStrangerke
2016-08-26DM: Light refactoring and renaming of local variables in f328_isObjectThrownStrangerke
2016-08-26DM: Properly stub f064_SOUND_RequestPlay_CPSDStrangerke
2016-08-26DM: Reduce the scope of a couple of variablesStrangerke
2016-08-26DM: Add code for loading the save filesBendegúz Nagy
2016-08-26DM: Add savegame functionsBendegúz Nagy
2016-08-26DM: Some refactoringBendegúz Nagy
2016-08-26DM: Fix champion bar graphsBendegúz Nagy
2016-08-26DM: Add ChampionMan::f331_applyTimeEffectsBendegúz Nagy
2016-08-26DM: Add ChampionMan::f320_applyAndDrawPendingDamageAndWounds()Bendegúz Nagy
2016-08-26DM: Fix broken ChampionMan::f303_getSkillLevelBendegúz Nagy
2016-08-26DM: Add f371_commandProcessType111To115_ClickInActionArea and it's dependenciesBendegúz Nagy
2016-08-26DM: Add f370_commandProcessType100_clickInSpellAreaBendegúz Nagy
2016-08-26DM: Add f367_commandProcessTypes12to27_clickInChampionStatusBoxBendegúz Nagy
2016-08-26DM: Clean up f380_processCommandQueue, add ↵Bendegúz Nagy
_g318_waitForInputMaxVerticalBlankCount
2016-08-26DM: Add f255_timelineProcessEvent13_ViAltarRebirthBendegúz Nagy
2016-08-26DM: Add f260_timelineRefreshAllChampionStatusBoxesBendegúz Nagy
2016-08-26DM: Add f253_timelineProcessEvent11Part1_enableChampionActionBendegúz Nagy
2016-08-26DM: Add f248_timelineProcessEvent6_squareWallBendegúz Nagy
2016-08-26DM: Fix broken display of the leftmost championBendegúz Nagy
2016-08-26DM: Add missing code to command move partyBendegúz Nagy
2016-08-26DM: Add warning with repeat parameterBendegúz Nagy