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
/
interface.cpp
Age
Commit message (
Expand
)
Author
2017-11-15
Revert "DRASCULA: Revert range 4dbed774..1f1d8607"
Filippos Karapetis
2017-11-14
DRASCULA: Revert range 4dbed774..1f1d8607
Willem Jan Palenstijn
2017-11-11
DRASCULA: Clean up room variables, and simplify some related checks
Filippos Karapetis
2016-04-16
DRASCULA: Swap extraSurface and tableSurface use in chapter 6 for Spanish ver...
Thierry Crozat
2016-04-12
DRASCULA: Fix wrong background for inventory in chapter 6
Thierry Crozat
2014-02-18
DRASCULA: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-19
DRASCULA: Some renaming. Also, get rid of some extraneous globals
Filippos Karapetis
2013-05-14
DRASCULA: Remove superfluous strcpy()
Filippos Karapetis
2013-01-06
DRASCULA: Fix shadowing warnings (thanks LordHoto), and rename some variables
Filippos Karapetis
2013-01-04
DRASCULA: Add advanced savegame functionality
Filippos Karapetis
2012-06-16
DRASCULA: Get rid of casts on CursorManager::replaceCursor calls.
Johannes Schickel
2012-02-15
ALL: Avoid using is* macros from ctype.h
Max Horn
2011-11-13
DRASCULA: Improve confirm quit screen.
Johannes Schickel
2011-06-23
ANALYSIS: Add static casts to is* functions
Littleboy
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-01-31
DRASCULA: Fixed a warning
Filippos Karapetis
2011-01-28
DRASCULA: Fixed Code to allow Quit/RTL Function and avoid Memory Leakage.
David Turner
2010-09-21
DRASCULA: Fix invalid memory access on inventory screen
Torbjörn Andersson
2010-06-15
Drascula: Move more cursor-related blits to cursorSurface.
Eugene Sandulenko
2010-06-15
Drascula: Fixed bug #2826608.
Eugene Sandulenko
2010-06-15
Drascula: added more debug output
Eugene Sandulenko
2010-01-07
The default keycolor for mouse pointers used to be 255.
Marcus Comstedt
2009-05-13
Normalized types for several variables. Formatting
Eugene Sandulenko
2009-05-12
Replace verb numbers with constants in selectVerb() call
Eugene Sandulenko
2008-12-03
Removed unused variable.
Torbjörn Andersson
2008-12-03
Applied wjpalenstijn's patch to fix bug #2111826 - "DRASCULA: Inserting save ...
Filippos Karapetis
2008-09-16
- Moved some includes away from drascula.h
Filippos Karapetis
2008-09-13
Indentation.
Torbjörn Andersson
2008-09-11
- Merged openDoor() and closeDoor()
Filippos Karapetis
2008-09-11
- The game's cursor is now handled via ScummVM's cursor manager, instead of t...
Filippos Karapetis
2008-09-10
Reduced game memory usage by about 400KB by only loading the current language...
Filippos Karapetis
2008-08-03
Fix bug #2017432: "DRASCULA: Typing is slow when you save a game"
Eugene Sandulenko
2008-08-02
Fix bug #2007170: "DRASCULA: No Spaces in SaveGames Names"
Eugene Sandulenko
2008-06-10
verbo -> verb
Filippos Karapetis
2008-06-10
drawSurface1 -> bgSurface
Filippos Karapetis
2008-06-09
- drascula.dat is now read completely
Filippos Karapetis
2008-06-07
Shuffled around more code. Now the files look more manageable.
Eugene Sandulenko