Age | Commit message (Expand) | Author |
2016-08-26 | DM: Add missing call to f379_drawSleepScreen, fix bytewidth bug in f379_drawS... | Bendegúz Nagy |
2016-08-26 | DM: Add f352_processCommand71_clickOnEye, setting _g597_ignoreMouseMovements ... | 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: Some refactoring in gfx.cpp, refactoring of f107_isDrawnWallOrnAnAlcove | Strangerke |
2016-08-26 | DM: Add f349_processCommand70_clickOnMouth | Bendegúz Nagy |
2016-08-26 | DM: Add some missing code warnings to function calls | Bendegúz Nagy |
2016-08-26 | DM: Fix bug where code crashed if trying to display a doorfront in square R3 | Bendegúz Nagy |
2016-08-26 | DM: Complete ChampionMan::f281_renameChampion | Bendegúz Nagy |
2016-08-26 | DM: Fix torch, lever bug and fix several Sensor methods | Bendegúz Nagy |
2016-08-26 | DM: Revert from using DisplayMan::_bitmaps directly | 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: Fix broken champion action hand slots | Bendegúz Nagy |
2016-08-26 | DM: Get rid of labels and GOTOs in f280_addCandidateChampionToParty | Strangerke |
2016-08-26 | DM: Update todos | Bendegúz Nagy |
2016-08-26 | DM: Fix compilation with MSVC9, some light renaming | 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: Finish f433_processCommand140_saveGame | Bendegúz Nagy |
2016-08-26 | DM: Use error() in f278_resetDataToStartGame | Strangerke |
2016-08-26 | DM: Fix compilation on MSVC9 | Strangerke |
2016-08-26 | DM: Refactor f331_applyTimeEffects | Strangerke |
2016-08-26 | DM: Rename mapTime in dm.cpp | Strangerke |
2016-08-26 | DM: Remove useless cast and the associated obsolete comment | 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: Add f427_dialogDraw, f425_printCenteredChoice, f426_isMessageOnTwoLines | Bendegúz Nagy |
2016-08-26 | DM: Add DialogMan | Bendegúz Nagy |
2016-08-26 | DM: Fix segfault with resume game | Bendegúz Nagy |
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: Fix some more CppCheck warnings | Strangerke |
2016-08-26 | DM: Properly stub f064_SOUND_RequestPlay_CPSD | Strangerke |
2016-08-26 | DM: Remove variable redefinition in f337_setDungeonViewPalette, reduce some s... | Strangerke |