aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2016-08-26DM: Add F0034_OBJECT_DrawLeaderHandObjectNameBendegúz Nagy
2016-08-26DM: Add F0299_CHAMPION_ApplyObjectModifiersToStatisticsBendegúz Nagy
2016-08-26DM: F0342_INVENTORY_DrawPanel_Object, F0031_OBJECT_LoadNamesBendegúz Nagy
2016-08-26DM: Add F0339_INVENTORY_DrawPanel_ArrowOrEye, G0033_s_Graphic562_Box_ArrowOrEyeBendegúz Nagy
2016-08-26DM: Add F0335_INVENTORY_DrawPanel_ObjectDescriptionStringBendegúz Nagy
2016-08-26DM: Add F0336_INVENTORY_DrawPanel_BuildObjectAttributesStringBendegúz Nagy
2016-08-26DM: Add F0332_INVENTORY_DrawIconToViewportBendegúz Nagy
2016-08-26DM: Add F0303_CHAMPION_GetSkillLevelBendegúz Nagy
2016-08-26DM: Add F0333_INVENTORY_OpenAndDrawChestBendegúz Nagy
2016-08-26DM: Add F0341_INVENTORY_DrawPanel_ScrollBendegúz Nagy
2016-08-26DM: Add F0340_INVENTORY_DrawPanel_ScrollTextLineBendegúz Nagy
2016-08-26DM: Fix bug in getIconIndexStrangerke
2016-08-26DM: Remove extra semi-columnStrangerke
2016-08-26DM: Fix a GCC warning, fix code alignment in hasPendingClickStrangerke
2016-08-26DM: Reduce scope of a couple of variables, simplify a couple of linesStrangerke
2016-08-26DM: Add G0426_T_OpenChest, F0334_INVENTORY_CloseChestBendegúz Nagy
2016-08-26DM: Fix and simplify commandProcessType80ClickInDungeonViewTouchFrontWall()Strangerke
2016-08-26DM: Add F0163_DUNGEON_LinkThingToListBendegúz Nagy
2016-08-26DM: Initial TODOsBendegúz Nagy
2016-08-26DM: Fix possible bug in MenuMan::setMagicCasterAndDrawSpellAreaBendegúz Nagy
2016-08-26DM: Add MenuMan::setMagicCasterAndDrawSpellAreaBendegúz Nagy
2016-08-26DM: Add F0392_MENUS_BuildSpellAreaLineBendegúz Nagy
2016-08-26DM: Add F0393_MENUS_DrawSpellAreaControlsBendegúz Nagy
2016-08-26DM: Add F0387_MENUS_DrawActionAreaBendegúz Nagy
2016-08-26DM: Fix unused viewport in DisplayMan::clearScreenBoxBendegúz Nagy
2016-08-26DM: Add renameChampion stub, fix wrong inputArray ↵Bendegúz Nagy
EventManager::commandProcess81ClickInPanel
2016-08-26DM: Add missing load display in ChampionMan::drawChampionStateBendegúz Nagy
2016-08-26DM: Add ↵Bendegúz Nagy
F0390_MENUS_RefreshActionAreaAndSetChampionDirectionMaximumDamageReceived
2016-08-26DM: Add F0378_COMMAND_ProcessType81_ClickInPanelBendegúz Nagy
2016-08-26DM: Add F0282_CHAMPION_ProcessCommands160To162_ClickInResurrectReincarnatePanelBendegúz Nagy
2016-08-26DM: Fix some GCC warningsStrangerke
2016-08-26DM: Fix compilation on GCCStrangerke
2016-08-26DM: Move gSlotBoxes to ObjectManBendegúz Nagy
2016-08-26DM: 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-26DM: Add F0372_COMMAND_ProcessType80_ClickInDungeonView_TouchFrontWallBendegúz Nagy
2016-08-26DM: Add Cell enum, F0275_SENSOR_IsTriggeredByClickOnWallBendegúz Nagy
2016-08-26DM: Add MovesensManBendegúz Nagy
2016-08-26DM: Add standard GPLv2 headerBendegúz Nagy
2016-08-26DM: Add F0291_CHAMPION_DrawSlot, G0425_aT_ChestSlots and constructor to ↵Bendegúz Nagy
Viewport, swap some warnings for code
2016-08-26DM: Add G0030_as_Graphic562_SlotBoxes, SLOT_BOX, F0038_OBJECT_DrawIconInSlotBoxBendegúz Nagy
2016-08-26DM: Add some default statements in switches, change the scope of namespace ↵Strangerke
DM in gfx.cpp
2016-08-26DM: Add missing explicit keywordStrangerke
2016-08-26DM: Fix linkStrangerke
2016-08-26DM: Add several functions realted to text displayBendegú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-26DM: Initialize some variablesBendegúz Nagy
2016-08-26DM: Silent some CppCheck warningsStrangerke
2016-08-26DM: Fix code formattingStrangerke
2016-08-26DM: Add color setting to TextMan::printTextToBitmapBendegúz Nagy
2016-08-26Add: TextMan, font loading and basic text displayBendegúz Nagy
2016-08-26DM: Silent two more GCC warningsStrangerke