Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-26 | DM: Add ChampionMan::f320_applyAndDrawPendingDamageAndWounds() | Bendegúz Nagy | |
2016-08-26 | DM: Replace ChampionMan::f292_drawChampionState with original | Bendegúz Nagy | |
2016-08-26 | DM: Move g186_doorFrame_D1C to DisplayMan | Strangerke | |
2016-08-26 | DM: Add some missing code | Bendegúz Nagy | |
2016-08-26 | DM: Add missing code to several display functions | Bendegúz Nagy | |
2016-08-26 | DM: Add paritial drawing of doors | Bendegúz Nagy | |
2016-08-26 | DM: Add F0108_DUNGEONVIEW_DrawFloorOrnament | Bendegúz Nagy | |
2016-08-26 | DM: Fix some comments | Bendegúz Nagy | |
2016-08-26 | DM: Revert to using byteWidths where the original does so as well | Bendegúz Nagy | |
2016-08-26 | DM: Reorder fillBitmap parameters | Bendegúz Nagy | |
2016-08-26 | DM: Reorder blitshrink parameters | Bendegúz Nagy | |
2016-08-26 | DM: Box objects are not expected to conatain inclusive boundaries, blitting ↵ | Bendegúz Nagy | |
and other methods adapted | |||
2016-08-26 | DM: Add default parameters to DipslayMan::f132_blitToBitmap | Bendegúz Nagy | |
2016-08-26 | DM: Reorder DisplayMan::D24_clearScrenBox parameters | Bendegúz Nagy | |
2016-08-26 | DM: Reorder blitting method parameters | Bendegúz Nagy | |
2016-08-26 | DM: Rename functions | Bendegúz Nagy | |
2016-08-26 | DM: Remove blitToBitmap overload | Bendegúz Nagy | |
2016-08-26 | DM: Remove blitToScreen overloads | Bendegúz Nagy | |
2016-08-26 | DM: Remove several blitting overloads | Bendegúz Nagy | |
2016-08-26 | DM: Add F0097_DUNGEONVIEW_DrawViewport | Bendegúz Nagy | |
2016-08-26 | DM: Renaming stuff | Bendegúz Nagy | |
2016-08-26 | DM: Refactor DisplayMan::_walsetBitmaps | Bendegúz Nagy | |
2016-08-26 | DM: Massive renameing in gfx.cpp | Bendegúz Nagy | |
2016-08-26 | DM: Massive renaming in gfx.h | Bendegúz Nagy | |
2016-08-26 | DM: Reversing several modifications and adding missing code warninings | Bendegúz Nagy | |
Add missing code warnings to DisplayMan::drawSquareD3L (@F0116_DUNGEONVIEW_DrawSquareD3L) Add missing annotations to SquareAspectIndice. Add several Frame globals. Remove StairIndex, replace DisplayMan::_stairIndices with direct class members. Refactor Frame into class, make it use Box type. Add several entries to GraphicIndices type. | |||
2016-08-26 | DM: Add F0115_DUNGEONVIEW_DrawObjectsCreaturesProjectilesExplosions_CPSEF | Bendegúz Nagy | |
2016-08-26 | DM: Add dependencies for ↵ | Bendegúz Nagy | |
F0115_DUNGEONVIEW_DrawObjectsCreaturesProjectilesExplosions_CPSEF | |||
2016-08-26 | DM: Add creature masks/types, F0176_GROUP_GetCreatureOrdinalInCell | Bendegúz Nagy | |
2016-08-26 | DM: Add F0114_DUNGEONVIEW_GetExplosionBitmap | Bendegúz Nagy | |
2016-08-26 | DM: Add dummy blitBoxFilledWithMaskedBitmap and DisplayMan::drawField | Bendegúz Nagy | |
2016-08-26 | DM: Add F0491_CACHE_IsDerivedBitmapInCache, F0492_CACHE_GetDerivedBitmap | Bendegúz Nagy | |
2016-08-26 | DM: Continue F0460_START_InitializeGraphicData | Bendegúz Nagy | |
2016-08-26 | DM: F0342_INVENTORY_DrawPanel_Object, F0031_OBJECT_LoadNames | Bendegúz Nagy | |
2016-08-26 | DM: Add F0339_INVENTORY_DrawPanel_ArrowOrEye, G0033_s_Graphic562_Box_ArrowOrEye | Bendegúz Nagy | |
2016-08-26 | DM: Add F0333_INVENTORY_OpenAndDrawChest | Bendegúz Nagy | |
2016-08-26 | DM: Add F0341_INVENTORY_DrawPanel_Scroll | Bendegúz Nagy | |
2016-08-26 | DM: Add MenuMan::setMagicCasterAndDrawSpellArea | Bendegúz Nagy | |
2016-08-26 | DM: Add F0392_MENUS_BuildSpellAreaLine | Bendegúz Nagy | |
2016-08-26 | DM: Add F0387_MENUS_DrawActionArea | Bendegúz Nagy | |
2016-08-26 | DM: Add renameChampion stub, fix wrong inputArray ↵ | Bendegúz Nagy | |
EventManager::commandProcess81ClickInPanel | |||
2016-08-26 | DM: Add F0157_DUNGEON_GetSquareFirstThingData, ↵ | Bendegúz Nagy | |
F0377_COMMAND_ProcessType80_ClickInDungeonView Also add ElementType enum and G0462_as_Graphic561_Box_ObjectPiles, refactor DungeonMan::_dungeonViewClickableBoxes into Box type | |||
2016-08-26 | DM: Add standard GPLv2 header | Bendegúz Nagy | |
2016-08-26 | DM: Add F0291_CHAMPION_DrawSlot, G0425_aT_ChestSlots and constructor to ↵ | Bendegúz Nagy | |
Viewport, swap some warnings for code | |||
2016-08-26 | DM: Add several functions realted to text display | Bendegúz Nagy | |
Add F0290_CHAMPION_DrawHealthStaminaManaValues, F0289_CHAMPION_DrawHealthOrStaminaOrManaValue, F0288_CHAMPION_GetStringFromInteger, F0052_TEXT_PrintToViewport, swap warning for real code, expand viewport fields with width, height, remove self-inclusion in dungeonman.h, remove extra black line when loading fonts, fix alignment error in TextMan::printTextToBitmap | |||
2016-08-26 | DM: Silent some CppCheck warnings | Strangerke | |
2016-08-26 | Add: TextMan, font loading and basic text display | Bendegúz Nagy | |
2016-08-26 | DM: Fix some GCC warnings | Strangerke | |
2016-08-26 | DM: Add F0292_CHAMPION_DrawState, G0407_s_Party, M26_CHAMPION_ICON_INDEX, ↵ | Bendegúz Nagy | |
several graphic indices, fix missing kPanelResurectReincaranteIndice value | |||
2016-08-26 | DM: Add G0423_i_InventoryChampionOrdinal and related enum, PanelContent | Bendegúz Nagy | |
2016-08-26 | DM: Add F0345_INVENTORY_DrawPanel_FoodWaterPoisoned | Bendegúz Nagy | |