Commit Graph
143 Commits
Author SHA1 Message Date
Strangerke b174331e71 DM: refact f293_drawAllChampionStates, f283_viAltarRebirth, f327_isProjectileSpellCast and f326_championShootProjectile. Rename Direction. 2016-08-26 23:02:22 +02:00
Strangerke 9d0541035b DM: Rename f325_decrementStamina, refactor f300_getObjectRemovedFromSlot and f325_decrementStamina
Also remove a couple of GOTOs in f321_addPendingDamageAndWounds_getDamage
2016-08-26 23:02:22 +02:00
Strangerke 5418c2288b DM: Fix some more CppCheck warnings 2016-08-26 23:02:22 +02:00
Strangerke ebd672770a DM: Properly stub f064_SOUND_RequestPlay_CPSD 2016-08-26 23:02:22 +02:00
Bendegúz Nagy b4bebaa845 DM: Add f371_commandProcessType111To115_ClickInActionArea and it's dependencies 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 1e8dfd7bb6 DM: Add f370_commandProcessType100_clickInSpellArea 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 14bef5326a DM: Add warning with repeat parameter 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 0d4b09980e DM: Replace ChampionMan::f292_drawChampionState with original 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 723c96fffe DM: Clean up some initialization 2016-08-26 23:02:22 +02:00
Bendegúz Nagy c95b23317c DM: Add some missing code 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 816319c659 DM: Revert to using byteWidths where the original does so as well 2016-08-26 23:02:22 +02:00
Bendegúz Nagy cb345ff614 DM: Reorder fillBitmap parameters 2016-08-26 23:02:22 +02:00
Bendegúz Nagy d7b0413be6 DM: Reorder blitshrink parameters 2016-08-26 23:02:22 +02:00
Bendegúz Nagy bd06132072 DM: Box objects are not expected to conatain inclusive boundaries, blitting and other methods adapted 2016-08-26 23:02:22 +02:00
Bendegúz Nagy c756d17556 DM: Reorder DisplayMan::D24_clearScrenBox parameters 2016-08-26 23:02:22 +02:00
Bendegúz Nagy ec0b26ce79 DM: Reorder blitting method parameters 2016-08-26 23:02:22 +02:00
Bendegúz Nagy d69236e674 DM: Rename functions 2016-08-26 23:02:22 +02:00
Bendegúz Nagy ce1c52bceb DM: Remove blitToScreen overloads 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 883370eb7d DM: Remove several blitting overloads 2016-08-26 23:02:22 +02:00
Bendegúz Nagy c5f118079c DM: Renaming stuff 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 63ff1666d6 DM: More constant and global variable renaming 2016-08-26 23:02:22 +02:00
Bendegúz Nagy a9cda9df7c DM: More renaming 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 71e4b5b2bc DM: Renaming in champion.c/h 2016-08-26 23:02:22 +02:00
Bendegúz Nagy e2300bd04c DM: Massive renaming in gfx.h 2016-08-26 23:02:22 +02:00
Bendegúz Nagy f3d4b854b7 DM: Add F0142_DUNGEON_GetProjectileAspect 2016-08-26 23:02:22 +02:00
Bendegúz Nagy f00f5c19e7 DM: Add G0426_T_OpenChest, F0334_INVENTORY_CloseChest 2016-08-26 23:02:22 +02:00
Bendegúz Nagy bcd7c1d763 DM: Fix possible bug in MenuMan::setMagicCasterAndDrawSpellArea 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 72506aebba DM: Add MenuMan::setMagicCasterAndDrawSpellArea 2016-08-26 23:02:22 +02:00
Bendegúz Nagy fc6837b964 DM: Add F0392_MENUS_BuildSpellAreaLine 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 5893dc7c98 DM: Add F0393_MENUS_DrawSpellAreaControls 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 12d359166c DM: Add F0387_MENUS_DrawActionArea 2016-08-26 23:02:22 +02:00
Bendegúz Nagy c392f7e977 DM: Add F0390_MENUS_RefreshActionAreaAndSetChampionDirectionMaximumDamageReceived 2016-08-26 23:02:22 +02:00
Strangerke 45461a4908 DM: Fix compilation on GCC 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 23e0dfcc28 DM: Add standard GPLv2 header 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 2048539522 DM: Initialize some variables 2016-08-26 23:02:22 +02:00
Bendegúz Nagy afd844b6de DM: Add missing F0292_CHAMPION_DrawState functions, fix error in toggleInventory 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 61500b3dc8 DM: Add F0280_CHAMPION_AddCandidateChampionToParty 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 11e779e0a4 DM: Add F0456_START_DrawDisabledMenus 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 7782754d68 DM: Add F0386_MENUS_DrawActionIcon 2016-08-26 23:02:22 +02:00
Bendegúz Nagy d9ed599de6 DM: Add G0498_auc_Graphic560_PaletteChanges_ActionAreaObjectIcon 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 6b833550b0 DM: Add F0388_MENUS_ClearActingChampion 2016-08-26 23:02:22 +02:00
Strangerke bcbb3e447f DM: Some more renaming 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 98c79f89bf DM: Add mouse input processing and display for movement arrows 2016-08-26 23:02:22 +02:00