index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
dm
/
champion.cpp
Age
Commit message (
Expand
)
Author
2016-08-26
DM: Fix broken display of the leftmost champion
Bendegúz Nagy
2016-08-26
DM: Add missing code to command move party
Bendegúz Nagy
2016-08-26
DM: Add warning with repeat parameter
Bendegúz Nagy
2016-08-26
DM: Add proper keyboard input handling
Bendegúz Nagy
2016-08-26
DM: Remove some more extra parenthesis, remove a useless call to c_str()
Strangerke
2016-08-26
DM: Some soft refactoring in champion.cpp
Bendegúz Nagy
2016-08-26
DM: Fix style used for pointer casts
Strangerke
2016-08-26
DM: Fix several bugs realted to dungeon thing management and item handling
Bendegúz Nagy
2016-08-26
DM: Replace ChampionMan::f292_drawChampionState with original
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: Revert to using byteWidths where the original does so as well
Bendegúz Nagy
2016-08-26
DM: Box objects are not expected to conatain inclusive boundaries, blitting a...
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 blitToScreen overloads
Bendegúz Nagy
2016-08-26
DM: Remove several blitting overloads
Bendegúz Nagy
2016-08-26
DM: Refactor DungeonMan
Bendegúz Nagy
2016-08-26
DM: More constant and global variable renaming
Bendegúz Nagy
2016-08-26
DM: More renaming
Bendegúz Nagy
2016-08-26
DM: More renaming
Bendegúz Nagy
2016-08-26
DM: Renaming in champion.c/h
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: Add F0142_DUNGEON_GetProjectileAspect
Bendegúz Nagy
2016-08-26
DM: Move two global arrays to DMEngine
Strangerke
2016-08-26
DM: Add F0301_CHAMPION_AddObjectInSlot
Bendegúz Nagy
2016-08-26
DM: Add F0296_CHAMPION_DrawChangedObjectIcons
Bendegúz Nagy
2016-08-26
DM: Add F0295_CHAMPION_HasObjectIconInSlotBoxChanged, F0039_OBJECT_GetIconInd...
Bendegúz Nagy
2016-08-26
DM: Add F0299_CHAMPION_ApplyObjectModifiersToStatistics
Bendegúz Nagy
2016-08-26
DM: Add F0303_CHAMPION_GetSkillLevel
Bendegúz Nagy
2016-08-26
DM: Add F0393_MENUS_DrawSpellAreaControls
Bendegúz Nagy
2016-08-26
DM: Add renameChampion stub, fix wrong inputArray EventManager::commandProces...
Bendegúz Nagy
2016-08-26
DM: Add missing load display in ChampionMan::drawChampionState
Bendegúz Nagy
2016-08-26
DM: Add F0390_MENUS_RefreshActionAreaAndSetChampionDirectionMaximumDamageRece...
Bendegúz Nagy
2016-08-26
DM: Add F0282_CHAMPION_ProcessCommands160To162_ClickInResurrectReincarnatePanel
Bendegúz Nagy
2016-08-26
DM: Fix some GCC warnings
Strangerke
2016-08-26
DM: Fix compilation on GCC
Strangerke
2016-08-26
DM: Move gSlotBoxes to ObjectMan
Bendegúz Nagy
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 View...
Bendegúz Nagy
2016-08-26
DM: Add several functions realted to text display
Bendegúz Nagy
2016-08-26
DM: Initialize some variables
Bendegúz Nagy
2016-08-26
DM: Fix code formatting
Strangerke
2016-08-26
DM: Add missing code setting champion mana in ChampionMan::addCandidateChampi...
Bendegúz Nagy
2016-08-26
DM: Fix several inclusive boundary errors with Box types
Bendegúz Nagy
2016-08-26
DM: Fix box coordinates in drawChampionState
Bendegúz Nagy
2016-08-26
DM: Add F0292_CHAMPION_DrawState, G0407_s_Party, M26_CHAMPION_ICON_INDEX, se...
Bendegúz Nagy
[next]