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
/
xeen
/
sprites.h
Age
Commit message (
Expand
)
Author
2018-03-09
XEEN: Properly implement sprite flag SPRFLAG_BOTTOM_CLIPPED
Paul Gilbert
2018-02-23
XEEN: Add _filename field to SpriteResource
Paul Gilbert
2018-02-17
XEEN: Fix dice animation in Create Character dialog
Paul Gilbert
2018-01-09
XEEN: Fix opening of World of Xeen menu
Paul Gilbert
2017-12-20
XEEN: Starting to do archive access more like the original
Paul Gilbert
2017-12-17
XEEN: Correct usage of enlarging scaled drawing
Paul Gilbert
2017-12-17
XEEN: Cleanup and comments for SpriteResource class
Paul Gilbert
2017-11-29
XEEN: Refactor FontSurface as ancestors of Window, not Screen
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-09-24
XEEN: Fix display of cursor
Paul Gilbert
2016-09-18
XEEN: Extra space in sprite line decoding as workaround for bad data
Paul Gilbert
2016-09-17
XEEN: Changing file opening specifying archive to use enum
Paul Gilbert
2016-08-28
XEEN: Moved method comments from CPP to header files
Paul Gilbert
2015-10-18
XEEN: Implement SPRFLAG_SCENE_CLIPPED drawing flag
Paul Gilbert
2015-10-18
XEEN: Change sprite drawing to use the same algorithm as original
Paul Gilbert
2015-02-22
XEEN: Add horizontal placement fix for scaled sprites
Paul Gilbert
2015-02-22
XEEN: Merge scaling code from XSurface into sprite drawing code
Paul Gilbert
2015-02-21
XEEN: Restrict sprite drawing to window bounds
Paul Gilbert
2015-01-24
XEEN: Restrict drawing in windows to drawing within their bounds
Paul Gilbert
2015-01-18
XEEN: In progress work on sprite scaling
Paul Gilbert
2015-01-18
XEEN: Load sprites from the correct archive
Paul Gilbert
2015-01-17
XEEN: Add support for horizontally flipped sprites
Paul Gilbert
2015-01-09
XEEN: Added indoor/outdoor draw structure lists
Paul Gilbert
2015-01-06
XEEN: Work on loading sprites for monsters and objects in Map::load
Paul Gilbert
2015-01-05
XEEN: In progress implementing map loading
Paul Gilbert
2015-01-02
XEEN: Added checkSkill and animating indicators to assembleBorder
Paul Gilbert
2015-01-02
XEEN: Simplified SpriteResource class, char faces loading in main engine
Paul Gilbert
2015-01-01
XEEN: Reorganisation of resource, sprite, and cc file class files
Paul Gilbert