aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2016-08-26DM: Fix several bugs realted to dungeon thing management and item handlingBendegúz Nagy
2016-08-26DM: Replace InventoryMan::f355_toggleInventory with originalBendegúz Nagy
2016-08-26DM: Replace ChampionMan::f292_drawChampionState with originalBendegúz Nagy
2016-08-26DM: Clean up some initializationBendegúz Nagy
2016-08-26DM: Move g186_doorFrame_D1C to DisplayManStrangerke
2016-08-26DM: Make some arrays static and localStrangerke
2016-08-26DM: Fix some compilation errors using MSVC9Bendegú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: Fix some commentsBendegúz Nagy
2016-08-26DM: Revert to using byteWidths where the original does so as wellBendegúz Nagy
2016-08-26DM: Reorder fillBitmap parametersBendegúz Nagy
2016-08-26DM: Reorder blitshrink parametersBendegúz Nagy
2016-08-26DM: Box objects are not expected to conatain inclusive boundaries, blitting a...Bendegúz Nagy
2016-08-26DM: Add default parameters to DipslayMan::f132_blitToBitmapBendegúz Nagy
2016-08-26DM: Reorder DisplayMan::D24_clearScrenBox parametersBendegúz Nagy
2016-08-26DM: Reorder blitting method parametersBendegúz Nagy
2016-08-26DM: Rename functionsBendegúz Nagy
2016-08-26DM: Remove blitToBitmap overloadBendegúz Nagy
2016-08-26DM: Remove blitToScreen overloadsBendegúz Nagy
2016-08-26DM: Remove several blitting overloadsBendegúz Nagy
2016-08-26DM: Add F0097_DUNGEONVIEW_DrawViewportBendegúz Nagy
2016-08-26DM: Renaming stuffBendegú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 missing code to DisplayMan::drawSquareD3R (@F0117_DUNGEONVIEW_DrawSqu...Bendegúz Nagy
2016-08-26DM: Fix errors in DisplayMan::isDerivedBitmapInCacheBendegúz Nagy
2016-08-26DM: Reversing several modifications and adding missing code warniningsBendegúz Nagy
2016-08-26DM: Add F0115_DUNGEONVIEW_DrawObjectsCreaturesProjectilesExplosions_CPSEFBendegú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 F0147_DUNGEON_GetGroupDirectionsBendegúz Nagy
2016-08-26DM: Add F0145_DUNGEON_GetGroupCellsBendegúz Nagy
2016-08-26DM: Add GroupMan, Group, ActiveGroup, F0196_GROUP_InitializeActiveGroupsBendegúz Nagy
2016-08-26DM: Add F0142_DUNGEON_GetProjectileAspectBendegúz Nagy
2016-08-26DM: Add F0114_DUNGEONVIEW_GetExplosionBitmapBendegúz Nagy
2016-08-26DM: Add dummy blitBoxFilledWithMaskedBitmap and DisplayMan::drawFieldBendegúz Nagy
2016-08-26DM: Fix missing call to initArrays()Bendegúz Nagy
2016-08-26DM: Move two global arrays to DMEngineStrangerke
2016-08-26DM: Add F0491_CACHE_IsDerivedBitmapInCache, F0492_CACHE_GetDerivedBitmapBendegúz Nagy
2016-08-26DM: Reorder files in MK fileStrangerke
2016-08-26DM: Continue F0460_START_InitializeGraphicDataBendegúz Nagy