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
/
drascula
/
graphics.cpp
Age
Commit message (
Expand
)
Author
2009-08-04
Cleanup
Filippos Karapetis
2009-08-04
Removed the superfluous VGA buffer, replacing it with direct writes to the vi...
Filippos Karapetis
2009-07-25
Added word-wrapping to Drascula's conversation options. Fixes bug #2826607.
Torbjörn Andersson
2009-05-13
Normalized types for several variables. Formatting
Eugene Sandulenko
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-09-16
- Fixed centerText() to print text at the correct height
Filippos Karapetis
2008-09-15
Fixed compiler warnings
Max Horn
2008-09-15
Remove a workaround in textFitsCentered(). The blind man's dialog is a bit be...
Filippos Karapetis
2008-09-15
Rewrote the very confusing centerText() function into something that makes mo...
Filippos Karapetis
2008-09-14
Slight cleanup of centerText()
Filippos Karapetis
2008-09-14
Fix for bug #2110375 - "DRASCULA: Mouse visible in screen saver", a regressio...
Filippos Karapetis
2008-09-13
Indentation.
Torbjörn Andersson
2008-09-12
- Moved more animation data inside drascula.dat
Filippos Karapetis
2008-09-11
- Merged openDoor() and closeDoor()
Filippos Karapetis
2008-09-11
Code optimizations from Fingolfin
Filippos Karapetis
2008-09-11
Cleanup
Filippos Karapetis
2008-09-11
Fixed the hotspot for the crosshair cursor
Filippos Karapetis
2008-09-11
- The game's cursor is now handled via ScummVM's cursor manager, instead of t...
Filippos Karapetis
2008-09-09
Cleanup. Simplified converse()
Filippos Karapetis
2008-08-26
Removed some unneeded sanity checks that have been introduced with the latest...
Filippos Karapetis
2008-08-26
Simplified several calls to copyBackground()
Filippos Karapetis
2008-08-17
Patch #2045543: Possible fix for Drascula's decodeRLE()
Eugene Sandulenko
2008-06-17
Removed duplicate code
Filippos Karapetis
2008-06-10
drawSurface1 -> bgSurface
Filippos Karapetis
2008-06-09
endianess fixes
Filippos Karapetis
2008-06-08
Restore apostrophe hack.
Eugene Sandulenko
2008-06-08
Removed the MiVideoSSN buffer, using screenSurface instead. Added a FIXME for...
Filippos Karapetis
2008-06-08
pointer -> memPtr
Filippos Karapetis
2008-06-08
Use mixVideo() in showFrame() and some capitalization fixes
Filippos Karapetis
2008-06-08
- Removed the AuxBuffOrg and AuxBuffDes buffers
Filippos Karapetis
2008-06-08
Removed the useless pcxBuffer buffer and auxPun pointer and fixed an off-by-o...
Filippos Karapetis
2008-06-08
Cleanup
Filippos Karapetis
2008-06-07
WIP of drascula.dat loading.
Eugene Sandulenko
2008-06-07
Shuffled around more code. Now the files look more manageable.
Eugene Sandulenko