aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-08-26DM: Fix another GCC warning and a bugStrangerke
2016-08-26DM: Fix some more GCC warningsStrangerke
2016-08-26DM: Fix some GCC warningsStrangerke
2016-08-26DM: Add missing code setting champion mana in ↵Bendegúz Nagy
ChampionMan::addCandidateChampionToParty
2016-08-26DM: Fix several inclusive boundary errors with Box typesBendegúz Nagy
2016-08-26DM: Fix box coordinates in drawChampionStateBendegúz Nagy
2016-08-26DM: Add fix gDungeonViewport, some commentsBendegúz Nagy
2016-08-26DM: Add missing F0292_CHAMPION_DrawState functions, fix error in toggleInventoryBendegúz Nagy
2016-08-26DM: Add F0292_CHAMPION_DrawState, G0407_s_Party, M26_CHAMPION_ICON_INDEX, ↵Bendegúz Nagy
several graphic indices, fix missing kPanelResurectReincaranteIndice value
2016-08-26DM: Add F0347_INVENTORY_DrawPanelBendegúz Nagy
2016-08-26DM: Add G0423_i_InventoryChampionOrdinal and related enum, PanelContentBendegúz Nagy
2016-08-26DM: Move junkInfo to getObjectWeight, make it static and const.Strangerke
2016-08-26DM: Some renamingStrangerke
2016-08-26DM: Add F0345_INVENTORY_DrawPanel_FoodWaterPoisonedBendegúz Nagy
2016-08-26DM: Add F0344_INVENTORY_DrawPanel_FoodOrWaterBarBendegúz Nagy
2016-08-26DM: Add F0343_INVENTORY_DrawPanel_HorizontalBarBendegúz Nagy
2016-08-26DM: Add G0032_s_Graphic562_Box_Panel, G0035_s_Graphic562_Box_Food, ↵Bendegúz Nagy
G0036_s_Graphic562_Box_Water, G0037_s_Graphic562_Box_Poisoned
2016-08-26DM: Add F0309_CHAMPION_GetMaximumLoadBendegúz Nagy
2016-08-26DM: Add F0306_CHAMPION_GetStaminaAdjustedValueBendegúz Nagy
2016-08-26DM: Add F0287_CHAMPION_DrawBarGraphBendegúz Nagy
2016-08-26DM: Add F0354_INVENTORY_DrawStatusBoxPortraitBendegúz Nagy
2016-08-26DM: Add blitToScreen using BoxBendegúz Nagy
2016-08-26DM: Add G0048_s_Graphic562_Box_Mouth, G0049_s_Graphic562_Box_Eye, ↵Bendegúz Nagy
G0054_ai_Graphic562_Box_ChampionIcons, G0046_auc_Graphic562_ChampionColor
2016-08-26DM: Add PARTY and SCENT typesBendegúz Nagy
2016-08-26DM: Remove demo code from ToggleInventory, add dummy code setting ↵Bendegúz Nagy
_inventoryChampionOrdinal, fix error in InventoryToggle getting champion pointer
2016-08-26DM: Add champion reset, fix ChampionMan::addCandidateChampionToPart while ↵Bendegúz Nagy
loop condition
2016-08-26DM: Some renamingBendegúz Nagy
2016-08-26DM: Add dummy test code for chmpion selectionBendegúz Nagy
2016-08-26DM: Add F0280_CHAMPION_AddCandidateChampionToPartyBendegúz Nagy