Commit Graph
91 Commits
Author SHA1 Message Date
Strangerke 3b4c06e926 DM: Refactor sensorIsTriggeredByClickOnWall, remove all GOTOs 2016-09-04 19:36:41 +02:00
Strangerke d663f7f788 DM: First pass of refactoring in sensorIsTriggeredByClickOnWall, clean pointers type in movesens 2016-09-04 19:18:33 +02:00
Bendegúz Nagy cd3b485952 DM: Clean up includes
Swap <> to "" with scummvm files
Add dm/ prefix to dm files
Reorder includes to system files, dm files
2016-09-03 10:38:43 +02:00
Strangerke d32f6f8388 DM: Fix a typo in the spelling of startWandering() 2016-09-01 22:01:22 +02:00
Strangerke 361722d459 DM: More renaming in DungeonMan, move some arrays 2016-08-27 23:10:13 +02:00
Strangerke 42fea91d5d DM: Finish the renaming of class members 2016-08-26 23:02:22 +02:00
Strangerke 52170d39ae DM: Rename ObjectMan and ProjExpl members 2016-08-26 23:02:22 +02:00
Strangerke 938b38a66a DM: Rename class members of MovesensMan 2016-08-26 23:02:22 +02:00
Strangerke 5b05f3cff4 DM: Rename members of InventoryMan 2016-08-26 23:02:22 +02:00
Strangerke 5c81e4f4fd DM: Rename functions and class members of GroupMan 2016-08-26 23:02:22 +02:00
Strangerke 6a02a571cd DM: Rename variables and functions of DisplayMan 2016-08-26 23:02:22 +02:00
Strangerke 64b1c4fdf1 DM: Rename DungeonMan class members 2016-08-26 23:02:22 +02:00
Strangerke e728cb706e DM: Rename functions of DMEngine and DialogMan 2016-08-26 23:02:22 +02:00
Strangerke 31cb7cd2fc DM: Refactor unreadable if statement 2016-08-26 23:02:22 +02:00
Strangerke 3510303656 DM: Fix 2 more warnings 2016-08-26 23:02:22 +02:00
Strangerke 5bd4464076 DM: Fix some more GCC warnings 2016-08-26 23:02:22 +02:00
Strangerke 857d4e72ed DM: Renaming of Champion and ChampionMan functions 2016-08-26 23:02:22 +02:00
Strangerke 0233b503f1 DM: Some more work on GCC warnings 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 0eb61d0a7d DM: Pull sound handling into a separate class 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
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 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 d7c7f110c1 DM: Fix pressure plate on level 0 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
Strangerke 9c4236d039 DM: Remove extra parenthesis 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 2c860f1069 DM: Some soft refactoring, in order to silent some CppCheck warnings 2016-08-26 23:02:22 +02:00
Strangerke 8504f944e0 DM: Fix style used for pointer casts 2016-08-26 23:02:22 +02:00
Strangerke 0a0e79357d DM: Fix compilation using MSVC9 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 d69236e674 DM: Rename functions 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 f3d4b854b7 DM: Add F0142_DUNGEON_GetProjectileAspect 2016-08-26 23:02:22 +02:00
Bendegúz Nagy d4ad444ecc DM: Add F0296_CHAMPION_DrawChangedObjectIcons 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 18106aa967 DM: Add Cell enum, F0275_SENSOR_IsTriggeredByClickOnWall 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 4b67e047ed DM: Add MovesensMan 2016-08-26 23:02:22 +02:00