Commit Graph
86814 Commits
Author SHA1 Message Date
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 18ea37f5fb DM: Some renaming in f298_getObjectRemovedFromLeaderHand, refactor f312_getStrength 2016-08-26 23:02:22 +02:00
Strangerke a46d815617 DM: Refactor f299_applyModifiersToStatistics, remove a GOTO. 2016-08-26 23:02:22 +02:00
Strangerke 9d5b3f53c8 DM: Fix a bug in f288_getStringFromInteger 2016-08-26 23:02:22 +02:00
Strangerke 5cef0e66be DM: Light refactoring and renaming of local variables in f328_isObjectThrown 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
Strangerke 2f3c9b7c78 DM: Remove variable redefinition in f337_setDungeonViewPalette, reduce some scopes 2016-08-26 23:02:22 +02:00
Strangerke c15c5a16f4 DM: Remove broken characters in f231_getMeleeActionDamage body 2016-08-26 23:02:22 +02:00
Strangerke 185588f098 DM: Silent some CppCheck warnings in eventman.cpp 2016-08-26 23:02:22 +02:00
Strangerke 33aac99bee DM: Reduce the scope of a couple of variables 2016-08-26 23:02:22 +02:00
Strangerke 877b1b051b DM: Remove a broken character in the definition of f231_getMeleeActionDamage 2016-08-26 23:02:22 +02:00
Strangerke 0f02cc5b02 DM: Fix compilation using MSVC9 2016-08-26 23:02:22 +02:00
Bendegúz Nagy ee3973aa15 DM: Add code for loading the save files 2016-08-26 23:02:22 +02:00
Bendegúz Nagy aa92c3ba20 DM: Fix footprints everywhere 2016-08-26 23:02:22 +02:00
Bendegúz Nagy e824972245 DM: Fix activeGroup removal 2016-08-26 23:02:22 +02:00
Bendegúz Nagy aacecd6c06 DM: Add entrance processing 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 11704d0c50 DM: Add savegame functions 2016-08-26 23:02:22 +02:00
Bendegúz Nagy bd9fa3eb87 DM: Engine now correctly set's the activeGroupIndex of groups 2016-08-26 23:02:22 +02:00
Bendegúz Nagy ac1b49496d DM: Fix setting _g309_partyMapIndex when moving between levels 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 247b9210e1 DM: Some refactoring 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 665ea3beff DM: Fix champion bar graphs 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 9f9ac99b31 DM: Fix broken damage display 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 78cf0030e3 DM: Fix missing messages at the bottom of the screen 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 3f01beea8a DM: Add ChampionMan::f331_applyTimeEffects 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 3a654ff91e DM: Add ChampionMan::f320_applyAndDrawPendingDamageAndWounds() 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 75fe72b27c DM: Add input timeout and fix movement after throwing a projectile 2016-08-26 23:02:22 +02:00
Bendegúz Nagy b092e74be9 DM: Fix broken ChampionMan::f303_getSkillLevel 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 5602d07f96 DM: Fix Timeline _g370_events initialization 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 0f107cead2 DM: Add f70_mouseProcessCommands125To128_clickOnChampionIcon 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 4d3c9d99f1 DM: Add f367_commandProcessTypes12to27_clickInChampionStatusBox 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 42cbf35b0b DM: Clean up f380_processCommandQueue, add _g318_waitForInputMaxVerticalBlankCount 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 0f76448e57 DM: Fix up main loop 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 3e40cc46e3 DM: Add f255_timelineProcessEvent13_ViAltarRebirth 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 800100e2bc DM: Add f260_timelineRefreshAllChampionStatusBoxes 2016-08-26 23:02:22 +02:00
Bendegúz Nagy f7e4486d84 DM: Add f257_timelineProcessEvent70_light 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 639fd36f38 DM: Add f254_timelineProcessEvent12_hideDamageReceived 2016-08-26 23:02:22 +02:00
Bendegúz Nagy c62029211d DM: Add f259_timelineProcessEvent11Part2_moveWeaponFromQuiverToSlot 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 4818eaaf55 DM: Add f253_timelineProcessEvent11Part1_enableChampionAction 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 3b917d35c4 DM: Add f246_timelineProcesEvent65_enableGroupGenerator 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 278e0b6647 DM: Add f252_timelineProcessEvents60to61_moveGroup 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 9aa6c28fab DM: Add f245_timlineProcessEvent5_squareCorridor 2016-08-26 23:02:22 +02:00
Strangerke e8342f2d2a DM: Fix a bug in drawPanelObject, fix some casts formatting 2016-08-26 23:02:22 +02:00
Strangerke 8ae94ec075 DM: Refactor f111 and f112 2016-08-26 23:02:22 +02:00
Bendegúz Nagy 536e9c1bb9 DM: Add f248_timelineProcessEvent6_squareWall 2016-08-26 23:02:22 +02:00
Bendegúz Nagy d77ffceff9 DM: Add f250_timelineProcessEvent8_squareTeleporter 2016-08-26 23:02:22 +02:00
Bendegúz Nagy f6dea6c73e DM: Add f251_timelineProcessEvent9_squarePit 2016-08-26 23:02:22 +02:00