Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-26 | DM: Fix torch, lever bug and fix several Sensor methods | Bendegúz Nagy | |
2016-08-26 | DM: Debug loading savegames, add missing save loading parts | Bendegúz Nagy | |
2016-08-26 | DM: Finish f433_processCommand140_saveGame | Bendegúz Nagy | |
2016-08-26 | DM: refact f293_drawAllChampionStates, f283_viAltarRebirth, ↵ | Strangerke | |
f327_isProjectileSpellCast and f326_championShootProjectile. Rename Direction. | |||
2016-08-26 | DM: Refactor f322_championPoison, f284_setPartyDirection, f316_deleteScent, ↵ | Strangerke | |
f317_addScentStrength, f310_getMovementTicks and f294_isAmmunitionCompatibleWithWeapon | |||
2016-08-26 | DM: Add savegame functions | Bendegúz Nagy | |
2016-08-26 | DM: Fix pressure plate on level 0 | Bendegúz Nagy | |
2016-08-26 | DM: Add ChampionMan::f320_applyAndDrawPendingDamageAndWounds() | Bendegúz Nagy | |
2016-08-26 | DM: Add f371_commandProcessType111To115_ClickInActionArea and it's dependencies | Bendegúz Nagy | |
2016-08-26 | DM: Add f370_commandProcessType100_clickInSpellArea | Bendegúz Nagy | |
2016-08-26 | DM: Add f255_timelineProcessEvent13_ViAltarRebirth | Bendegúz Nagy | |
2016-08-26 | DM: Add f246_timelineProcesEvent65_enableGroupGenerator | Bendegúz Nagy | |
2016-08-26 | DM: Add f245_timlineProcessEvent5_squareCorridor | Bendegúz Nagy | |
2016-08-26 | DM: Add f248_timelineProcessEvent6_squareWall | Bendegúz Nagy | |
2016-08-26 | DM: Add f241_timelineProcessEvent1_doorAnimation | Bendegúz Nagy | |
2016-08-26 | DM: Add F0239_TIMELINE_ExtractFirstEvent | Bendegúz Nagy | |
2016-08-26 | DM: Add missing code to command move party | Bendegúz Nagy | |
2016-08-26 | DM: Fix several bugs realted to dungeon thing management and item handling | Bendegúz Nagy | |
2016-08-26 | DM: Clean up some initialization | Bendegúz Nagy | |
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: Rename functions | Bendegúz Nagy | |
2016-08-26 | DM: Refactor DisplayMan::_walsetBitmaps | Bendegúz Nagy | |
2016-08-26 | DM: Refactor DungeonMan | Bendegúz Nagy | |
2016-08-26 | DM: More renaming | 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 GroupMan, Group, ActiveGroup, F0196_GROUP_InitializeActiveGroups | Bendegúz Nagy | |
2016-08-26 | DM: Add F0142_DUNGEON_GetProjectileAspect | Bendegúz Nagy | |
2016-08-26 | DM: Add F0301_CHAMPION_AddObjectInSlot | Bendegúz Nagy | |
2016-08-26 | DM: F0342_INVENTORY_DrawPanel_Object, F0031_OBJECT_LoadNames | Bendegúz Nagy | |
2016-08-26 | DM: Add F0341_INVENTORY_DrawPanel_Scroll | Bendegúz Nagy | |
2016-08-26 | DM: Add G0426_T_OpenChest, F0334_INVENTORY_CloseChest | Bendegúz Nagy | |
2016-08-26 | DM: Add F0163_DUNGEON_LinkThingToList | Bendegúz Nagy | |
2016-08-26 | DM: Fix compilation on GCC | Strangerke | |
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 Cell enum, F0275_SENSOR_IsTriggeredByClickOnWall | Bendegúz Nagy | |
2016-08-26 | DM: Add standard GPLv2 header | Bendegúz Nagy | |
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 | DM: Fix some GCC warnings | Strangerke | |
2016-08-26 | DM: Move junkInfo to getObjectWeight, make it static and const. | Strangerke | |
2016-08-26 | DM: Some renaming | Bendegúz Nagy | |
2016-08-26 | DM: Add F0280_CHAMPION_AddCandidateChampionToParty | Bendegúz Nagy | |
2016-08-26 | DM: Replace WeaponClass enum with #defines | Bendegúz Nagy | |
2016-08-26 | DM: Add F0033_OBJECT_GetIconIndex and several getters for object types | Bendegúz Nagy | |