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
/
gfx.h
Age
Commit message (
Collapse
)
Author
2016-09-16
DM: Fix some more warnings
Strangerke
2016-09-16
DM: Refactor Box()
Strangerke
2016-09-16
DM: More renaming in gfx enums
Strangerke
2016-09-16
DM: More renaming in Gfx enums
Strangerke
2016-09-15
DM: Fix compilation
Eugene Sandulenko
2016-09-15
DM: Renaming of enums in gfx, some refactoring
Strangerke
2016-09-15
DM: Some renaming and refactoring in Gfx
Strangerke
2016-09-14
DM: Add DoorButton enum, fix a bug in drawSquareD3C
Strangerke
2016-09-14
DM: Add DoorOrnament enum, some refactoring in drawDoorOrnament to make use ↵
Strangerke
of it
2016-09-14
DM: Add DoorState enum, make use of it
Strangerke
2016-09-14
DM: Add an enum (ViewFloor), enforce its use, fix a bug in the case of ↵
Strangerke
kDMElementTypeDoorFront
2016-09-13
DM: Silence some GCC warnings
Strangerke
2016-09-11
DM: Make some functions private, move 2 functions to more specific classes
Strangerke
2016-09-04
DM: Remove a variant of blitToScreen, refactor drawActionDamage
Strangerke
2016-09-03
DM: Fix the style used for some pointers and casts
Strangerke
2016-09-03
DM: Fix include headers
Bendegúz Nagy
Add DM_ prefix Add missing include guards
2016-09-03
DM: Clean up includes
Bendegúz Nagy
Swap <> to "" with scummvm files Add dm/ prefix to dm files Reorder includes to system files, dm files
2016-08-27
DM: Remove custom warning function
Strangerke
2016-08-26
DM: Rename variables and functions of DisplayMan
Strangerke
2016-08-26
DM: Fix some more GCC warnings
Strangerke
2016-08-26
DM: Complete f437_STARTEND_drawTittle
Bendegúz Nagy
2016-08-26
DM: Pull K0016_aui_Palette_FadeTemporary into a class vaiable
Bendegúz Nagy
2016-08-26
DM: Some refactoring, get rid of some more globals
Strangerke
2016-08-26
DM: Add support for LZW compresssed graphics.dat
Bendegúz Nagy
2016-08-26
DM: Get rid the last globals of gfx.cpp
Strangerke
2016-08-26
DM: More work on globals in gfx.cpp
Strangerke
2016-08-26
DM: More work on globals
Strangerke
2016-08-26
DM: Get rid of more globals
Strangerke
2016-08-26
DM: More work on globals in gfx.cpp
Strangerke
2016-08-26
DM: Move some globals in DisplayMan, renaming
Strangerke
2016-08-26
DM: Remove default parameters from blitToBitmap
Bendegúz Nagy
2016-08-26
DM: Start moving globals to DisplayMan
Strangerke
2016-08-26
DM: Add missing code related to palettes
Bendegúz Nagy
2016-08-26
DM: Complete DisplayMan::f436_STARTEND_fadeToPalette
Bendegúz Nagy
2016-08-26
DM: Deprecate DisplayMan::loadPalette
Bendegúz Nagy
2016-08-26
DM: Add partial fix of color palette
Bendegúz Nagy
2016-08-26
DM: Fill stub method f438_STARTEND_OpenEntranceDoors
Bendegúz Nagy
2016-08-26
DM: Change Box's member fields from uint16 to int16
Bendegúz Nagy
2016-08-26
DM: Add stub methods, clean up warnings and some comments
Bendegúz Nagy
2016-08-26
DM: Fix item display in the dungeon, add f480_releaseBlock
Bendegúz Nagy
2016-08-26
DM: Partially fix drawing of shrunk bitmaps
Bendegúz Nagy
2016-08-26
DM: Refactor f427_dialogDraw
Strangerke
2016-08-26
DM: Add a stub for f436_STARTEND_FadeToPalette
Bendegúz Nagy
2016-08-26
DM: Add f444_endGame and checks for Common::EVENT_QUIT
Bendegúz Nagy
2016-08-26
DM: Add f385_drawActionDamage
Bendegúz Nagy
2016-08-26
DM: refact f293_drawAllChampionStates, f283_viAltarRebirth, ↵
Strangerke
f327_isProjectileSpellCast and f326_championShootProjectile. Rename Direction.
2016-08-26
DM: Add f427_dialogDraw, f425_printCenteredChoice, f426_isMessageOnTwoLines
Bendegúz Nagy
2016-08-26
DM: Add entrance processing
Bendegúz Nagy
2016-08-26
DM: Add ChampionMan::f320_applyAndDrawPendingDamageAndWounds()
Bendegúz Nagy
2016-08-26
DM: Replace ChampionMan::f292_drawChampionState with original
Bendegúz Nagy
[next]