aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.cpp
AgeCommit message (Expand)Author
2016-08-26DM: Add f444_endGame and checks for Common::EVENT_QUITBendegúz Nagy
2016-08-26DM: Adjust idle delay when renaming championBendegúz Nagy
2016-08-26DM: Debug loading savegames, add missing save loading partsBendegúz Nagy
2016-08-26DM: Rename mapTime in dm.cppStrangerke
2016-08-26DM: Refactor f318_dropAllObjects, f319_championKill and f323_unpoison. Rename...Strangerke
2016-08-26DM: refact f293_drawAllChampionStates, f283_viAltarRebirth, f327_isProjectile...Strangerke
2016-08-26DM: Add DialogManBendegúz Nagy
2016-08-26DM: Refactor f304_addSkillExperience, change _g313_gameTime to int32Strangerke
2016-08-26DM: Fix compilation using MSVC9Strangerke
2016-08-26DM: Add code for loading the save filesBendegúz Nagy
2016-08-26DM: Add entrance processingBendegúz Nagy
2016-08-26DM: Add savegame functionsBendegúz Nagy
2016-08-26DM: Fix pressure plate on level 0Bendegúz Nagy
2016-08-26DM: Fix missing messages at the bottom of the screenBendegúz Nagy
2016-08-26DM: Add ChampionMan::f331_applyTimeEffectsBendegúz Nagy
2016-08-26DM: Add ChampionMan::f320_applyAndDrawPendingDamageAndWounds()Bendegúz Nagy
2016-08-26DM: Add input timeout and fix movement after throwing a projectileBendegúz Nagy
2016-08-26DM: Clean up f380_processCommandQueue, add _g318_waitForInputMaxVerticalBlank...Bendegúz Nagy
2016-08-26DM: Fix up main loopBendegúz Nagy
2016-08-26DM: Add f248_timelineProcessEvent6_squareWallBendegúz Nagy
2016-08-26DM: Add f219_processEvents48To49_projectileBendegúz Nagy
2016-08-26DM: Complete main gameloopBendegúz Nagy
2016-08-26DM: Add F0239_TIMELINE_ExtractFirstEventBendegúz Nagy
2016-08-26DM: Add missing code to command move partyBendegúz Nagy
2016-08-26DM: Add warning with repeat parameterBendegúz Nagy
2016-08-26DM: Add proper keyboard input handlingBendegúz Nagy
2016-08-26DM: Fix several bugs realted to dungeon thing management and item handlingBendegúz Nagy
2016-08-26DM: Clean up some initializationBendegúz Nagy
2016-08-26DM: Add some missing codeBendegúz Nagy
2016-08-26DM: Add missing code to several display functionsBendegúz Nagy
2016-08-26DM: Add paritial drawing of doorsBendegúz Nagy
2016-08-26DM: Add F0108_DUNGEONVIEW_DrawFloorOrnamentBendegúz Nagy
2016-08-26DM: Revert to using byteWidths where the original does so as wellBendegúz Nagy
2016-08-26DM: Box objects are not expected to conatain inclusive boundaries, blitting a...Bendegúz Nagy
2016-08-26DM: Rename functionsBendegúz Nagy
2016-08-26DM: Remove blitToScreen overloadsBendegúz Nagy
2016-08-26DM: Add F0097_DUNGEONVIEW_DrawViewportBendegúz Nagy
2016-08-26DM: Refactor DisplayMan::_walsetBitmapsBendegúz Nagy
2016-08-26DM: Refactor DungeonManBendegúz Nagy
2016-08-26DM: More constant and global variable renamingBendegúz Nagy
2016-08-26DM: More renamingBendegúz Nagy
2016-08-26DM: More renamingBendegúz Nagy
2016-08-26DM: Renaming in champion.c/hBendegúz Nagy
2016-08-26DM: Massive renameing in gfx.cppBendegúz Nagy
2016-08-26DM: Massive renaming in gfx.hBendegúz Nagy
2016-08-26DM: Add dependencies for F0115_DUNGEONVIEW_DrawObjectsCreaturesProjectilesExp...Bendegúz Nagy
2016-08-26DM: Add creature masks/types, F0176_GROUP_GetCreatureOrdinalInCellBendegúz Nagy
2016-08-26DM: Add GroupMan, Group, ActiveGroup, F0196_GROUP_InitializeActiveGroupsBendegúz Nagy
2016-08-26DM: Fix missing call to initArrays()Bendegúz Nagy
2016-08-26DM: Move two global arrays to DMEngineStrangerke