Commit Graph
86814 Commits
Author SHA1 Message Date
Bendegúz Nagy f52469ce05 DM: Add a stub for f436_STARTEND_FadeToPalette 2016-08-26 23:02:22 +02:00
Strangerke a80ae55379 DM: some minor changes in f291_drawSlot and f281_renameChampion 2016-08-26 23:02:22 +02:00
Strangerke b87d762087 DM: Fix compilation using MSVC9 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 084b1df8f3 DM: Refactor f281_renameChampion 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 2b2a028332 DM: Add f444_endGame and checks for Common::EVENT_QUIT 2016-08-26 23:02:22 +02:00
Bendegúz Nagy ec28573a3b DM: Add f385_drawActionDamage 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 734abf8d48 DM: Adjust idle delay when renaming champion 2016-08-26 23:02:22 +02:00
Bendegúz Nagy ac9f4d7d44 DM: Add some missing calls to already implemented methods 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 6bbd68199c DM: Add missing call to f379_drawSleepScreen, fix bytewidth bug in f379_drawSleepScreen 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 6e9fbffce3 DM: Add f352_processCommand71_clickOnEye, setting _g597_ignoreMouseMovements now prevents mouse movement 2016-08-26 23:02:22 +02:00
Strangerke 8540fdc800 DM: Some rework in f303_getSkillLevel 2016-08-26 23:02:22 +02:00
Strangerke 800aec5d57 DM: Remove duplicate array 2016-08-26 23:02:22 +02:00
Strangerke 78f716e1c1 DM: Some refactoring in gfx.cpp, refactoring of f107_isDrawnWallOrnAnAlcove 2016-08-26 23:02:22 +02:00
Bendegúz Nagy e9622e27b1 DM: Add f349_processCommand70_clickOnMouth 2016-08-26 23:02:22 +02:00
Bendegúz Nagy e0d89afbc3 DM: Add some missing code warnings to function calls 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 356f80af50 DM: Fix bug where code crashed if trying to display a doorfront in square R3 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 040a02003b DM: Complete ChampionMan::f281_renameChampion 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 572d3bf822 DM: Fix torch, lever bug and fix several Sensor methods 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 2cd9c90e17 DM: Revert from using DisplayMan::_bitmaps directly 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 2cb7938c52 DM: Fix broken champion after loading 2016-08-26 23:02:22 +02:00
Strangerke 571a6b7a07 DM: Refactoring of f292_drawChampionState, including removing its GOTOs 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 111d5ddc38 DM: Fix champion bargraphs 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 700c4327d3 DM: Move DMEngine::_rnd to private, fix erroneous ranges with random number generations 2016-08-26 23:02:22 +02:00
Strangerke f0a916197a DM: Use ternary operator in f287_drawChampionBarGraphs to reduce code duplication 2016-08-26 23:02:22 +02:00
Bendegúz Nagy dfc2d7e769 DM: Fix broken champion action hand slots 2016-08-26 23:02:22 +02:00
Strangerke c8ab784330 DM: Get rid of labels and GOTOs in f280_addCandidateChampionToParty 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 4b066bf6f5 DM: Update todos 2016-08-26 23:02:22 +02:00
Strangerke 133404c635 DM: Fix compilation with MSVC9, some light renaming 2016-08-26 23:02:22 +02:00
Strangerke 698eb12770 DM: Rename a variable in f287_drawChampionBarGraphs 2016-08-26 23:02:22 +02:00
Strangerke 4de7ff5703 DM: First pass of refactoring in f280_addCandidateChampionToParty 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 715ef2d404 DM: Debug loading savegames, add missing save loading parts 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 9fd7c56198 DM: Finish f433_processCommand140_saveGame 2016-08-26 23:02:22 +02:00
Strangerke afaaa4d58e DM: Use error() in f278_resetDataToStartGame 2016-08-26 23:02:22 +02:00
Strangerke 42f7f17c09 DM: Fix compilation on MSVC9 2016-08-26 23:02:22 +02:00
Strangerke e0219fd6f7 DM: Refactor f331_applyTimeEffects 2016-08-26 23:02:22 +02:00
Strangerke e8e1a54cea DM: Rename mapTime in dm.cpp 2016-08-26 23:02:22 +02:00
Strangerke a21c677831 DM: Remove useless cast and the associated obsolete comment 2016-08-26 23:02:22 +02:00
Strangerke cdbbc15e56 DM: Refactor f318_dropAllObjects, f319_championKill and f323_unpoison. Rename _moveSens 2016-08-26 23:02:22 +02:00
Strangerke 58d8235344 DM: Refactor f320_applyAndDrawPendingDamageAndWounds 2016-08-26 23:02:22 +02:00
Strangerke b174331e71 DM: refact f293_drawAllChampionStates, f283_viAltarRebirth, f327_isProjectileSpellCast and f326_championShootProjectile. Rename Direction. 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 63fc9fb27d DM: Add f427_dialogDraw, f425_printCenteredChoice, f426_isMessageOnTwoLines 2016-08-26 23:02:22 +02:00
Bendegúz Nagy e8bdaee8bf DM: Add DialogMan 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 02c8f286e7 DM: Fix segfault with resume game 2016-08-26 23:02:22 +02:00
Strangerke af84d233d0 DM: Refactor f322_championPoison, f284_setPartyDirection, f316_deleteScent, f317_addScentStrength, f310_getMovementTicks and f294_isAmmunitionCompatibleWithWeapon 2016-08-26 23:02:22 +02:00
Strangerke d5d41f4559 DM: Refactor f324_damageAll_getDamagedChampionCount, f286_getTargetChampionIndex, f311_getDexterity and f308_isLucky 2016-08-26 23:02:22 +02:00
Strangerke 831eca5c42 DM: Refactor f304_addSkillExperience, change _g313_gameTime to int32 2016-08-26 23:02:22 +02:00
Strangerke 710464c5d2 DM: Refactor f307_getStatisticAdjustedAttack, f305_getThrowingStaminaCost and f330_disableAction 2016-08-26 23:02:22 +02:00
Strangerke 76667176f4 DM: Refactor f313_getWoundDefense 2016-08-26 23:02:22 +02:00
Strangerke eab5879ef5 DM: Get rid of a GOTO in f321_addPendingDamageAndWounds_getDamage 2016-08-26 23:02:22 +02:00
Strangerke 9b12ddd6a9 DM: Some refactoring in f321_addPendingDamageAndWounds_getDamage 2016-08-26 23:02:22 +02:00