Age | Commit message (Expand) | Author |
2016-08-26 | DM: Remove default parameters from blitToBitmap | Bendegúz Nagy |
2016-08-26 | DM: Fix wrong champIcon hidden in f319_championKill | Bendegúz Nagy |
2016-08-26 | DM: Add debug command godmode | Bendegúz Nagy |
2016-08-26 | DM: Remove unnecessary redirection through DMEngine members | Bendegúz Nagy |
2016-08-26 | DM: some minor changes in f291_drawSlot and f281_renameChampion | Strangerke |
2016-08-26 | DM: Refactor f281_renameChampion | Bendegúz Nagy |
2016-08-26 | DM: Add f444_endGame and checks for Common::EVENT_QUIT | Bendegúz Nagy |
2016-08-26 | DM: Adjust idle delay when renaming champion | Bendegúz Nagy |
2016-08-26 | DM: Some rework in f303_getSkillLevel | Strangerke |
2016-08-26 | DM: Remove duplicate array | Strangerke |
2016-08-26 | DM: Complete ChampionMan::f281_renameChampion | Bendegúz Nagy |
2016-08-26 | DM: Fix broken champion after loading | Bendegúz Nagy |
2016-08-26 | DM: Refactoring of f292_drawChampionState, including removing its GOTOs | Strangerke |
2016-08-26 | DM: Fix champion bargraphs | Bendegúz Nagy |
2016-08-26 | DM: Move DMEngine::_rnd to private, fix erroneous ranges with random number g... | Bendegúz Nagy |
2016-08-26 | DM: Use ternary operator in f287_drawChampionBarGraphs to reduce code duplica... | Strangerke |
2016-08-26 | DM: Get rid of labels and GOTOs in f280_addCandidateChampionToParty | Strangerke |
2016-08-26 | DM: Rename a variable in f287_drawChampionBarGraphs | Strangerke |
2016-08-26 | DM: First pass of refactoring in f280_addCandidateChampionToParty | Strangerke |
2016-08-26 | DM: Debug loading savegames, add missing save loading parts | Bendegúz Nagy |
2016-08-26 | DM: Use error() in f278_resetDataToStartGame | Strangerke |
2016-08-26 | DM: Refactor f331_applyTimeEffects | Strangerke |
2016-08-26 | DM: Refactor f318_dropAllObjects, f319_championKill and f323_unpoison. Rename... | Strangerke |
2016-08-26 | DM: Refactor f320_applyAndDrawPendingDamageAndWounds | Strangerke |
2016-08-26 | DM: refact f293_drawAllChampionStates, f283_viAltarRebirth, f327_isProjectile... | Strangerke |
2016-08-26 | DM: Refactor f322_championPoison, f284_setPartyDirection, f316_deleteScent, f... | Strangerke |
2016-08-26 | DM: Refactor f324_damageAll_getDamagedChampionCount, f286_getTargetChampionIn... | Strangerke |
2016-08-26 | DM: Refactor f304_addSkillExperience, change _g313_gameTime to int32 | Strangerke |
2016-08-26 | DM: Refactor f307_getStatisticAdjustedAttack, f305_getThrowingStaminaCost and... | Strangerke |
2016-08-26 | DM: Refactor f313_getWoundDefense | Strangerke |
2016-08-26 | DM: Get rid of a GOTO in f321_addPendingDamageAndWounds_getDamage | Strangerke |
2016-08-26 | DM: Some refactoring in f321_addPendingDamageAndWounds_getDamage | Strangerke |
2016-08-26 | DM: Rename f325_decrementStamina, refactor f300_getObjectRemovedFromSlot and ... | Strangerke |
2016-08-26 | DM: Some renaming in f298_getObjectRemovedFromLeaderHand, refactor f312_getSt... | Strangerke |
2016-08-26 | DM: Refactor f299_applyModifiersToStatistics, remove a GOTO. | Strangerke |
2016-08-26 | DM: Fix a bug in f288_getStringFromInteger | Strangerke |
2016-08-26 | DM: Light refactoring and renaming of local variables in f328_isObjectThrown | Strangerke |
2016-08-26 | DM: Properly stub f064_SOUND_RequestPlay_CPSD | Strangerke |
2016-08-26 | DM: Reduce the scope of a couple of variables | Strangerke |
2016-08-26 | DM: Add code for loading the save files | Bendegúz Nagy |
2016-08-26 | DM: Add savegame functions | Bendegúz Nagy |
2016-08-26 | DM: Some refactoring | Bendegúz Nagy |
2016-08-26 | DM: Fix champion bar graphs | Bendegúz Nagy |
2016-08-26 | DM: Add ChampionMan::f331_applyTimeEffects | Bendegúz Nagy |
2016-08-26 | DM: Add ChampionMan::f320_applyAndDrawPendingDamageAndWounds() | Bendegúz Nagy |
2016-08-26 | DM: Fix broken ChampionMan::f303_getSkillLevel | Bendegúz Nagy |
2016-08-26 | DM: Add f371_commandProcessType111To115_ClickInActionArea and it's dependencies | Bendegúz Nagy |
2016-08-26 | DM: Add f370_commandProcessType100_clickInSpellArea | Bendegúz Nagy |
2016-08-26 | DM: Add f367_commandProcessTypes12to27_clickInChampionStatusBox | Bendegúz Nagy |
2016-08-26 | DM: Clean up f380_processCommandQueue, add _g318_waitForInputMaxVerticalBlank... | Bendegúz Nagy |