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
/
drascula.cpp
Age
Commit message (
Expand
)
Author
2009-05-12
Replace verb numbers with constants in selectVerb() call
Eugene Sandulenko
2009-03-01
Engines: Fused several init&go methods into a single run method
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-03
Applied wjpalenstijn's patch to fix bug #2111826 - "DRASCULA: Inserting save ...
Filippos Karapetis
2008-11-16
Fixed various g++ warnings ("format not a string literal and no format argume...
Johannes Schickel
2008-11-14
Committed my patch #2123680 "SDL: Backend transaction / rollback support".
Johannes Schickel
2008-11-06
Switched various Engine APIs to use Common::Error
Max Horn
2008-09-28
- Renamed withVoices to _subtitlesDisabled as it reflect the true meaning.
Eugene Sandulenko
2008-09-28
Fix bug #2043489: DRASCULA: Cannot disable speech
Eugene Sandulenko
2008-09-16
- Moved some includes away from drascula.h
Filippos Karapetis
2008-09-16
Assign _lang to the appropriate enum values
Filippos Karapetis
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-09-13
Indentation.
Torbjörn Andersson
2008-09-12
- Moved more animation data inside drascula.dat
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
Removed the unused variable changeColor
Filippos Karapetis
2008-09-10
Merged all the methods to assign and set default palettes
Filippos Karapetis
2008-09-10
Reduced game memory usage by about 400KB by only loading the current language...
Filippos Karapetis
2008-09-09
- Cleanup and simplification
Filippos Karapetis
2008-08-26
Simplified several calls to copyBackground()
Filippos Karapetis
2008-08-26
Cleanup
Filippos Karapetis
2008-08-25
Fix for original game bug with the wall plug in chapter 5.
Filippos Karapetis
2008-08-24
Fix inventory.
Eugene Sandulenko
2008-08-19
Fix for bug #2057664 - "DRASCULA: No GUI warning when playing from CD"
Filippos Karapetis
2008-08-19
Fixed regression from commit #33576. Fixes bug #2056282 - "DRASCULA: can't us...
Filippos Karapetis
2008-08-10
Fixed a bunch of Valgrind warnings (mostly uninitialised variables, but also an
Torbjörn Andersson
2008-08-10
address the ignored events and bad inventory screen handling 'features'
Kostas Nakos
2008-08-03
Fix bug #2011470: "DRASCULA: slowdown when you hold mouse buttons"
Eugene Sandulenko
2008-08-02
Fix crash when drascula.dat file is missing
Eugene Sandulenko
2008-06-10
The static arrays in drascula.dat contain signed integers as well
Filippos Karapetis
2008-06-10
Fixed character walking in room 14 (the bar, right after BJ is kidnapped). Th...
Filippos Karapetis
2008-06-10
drawSurface1 -> bgSurface
Filippos Karapetis
2008-06-09
Fixed regression from commit #32636, leading to a crash
Filippos Karapetis
2008-06-09
Properly initialize and free memory for texts
Eugene Sandulenko
2008-06-09
Properly initialize and destroy the different arrays read from drascula.dat. ...
Filippos Karapetis
2008-06-09
Bugfix to read the first array element correctly by sev
Filippos Karapetis
2008-06-09
- drascula.dat is now read completely
Filippos Karapetis
2008-06-08
Load all texts from drascula.dat
Eugene Sandulenko
2008-06-08
quitGame() -> endChapter()
Filippos Karapetis
2008-06-08
The pendulumSurface pointer is only used in update_102()
Filippos Karapetis
2008-06-08
Use _system->quit() instead of exit(0).
Torbjörn Andersson
2008-06-08
Initialize _charMap to avoid crash when drascula.dat doesn't exist
Filippos Karapetis
2008-06-07
Add stubs for .dat file loading
Eugene Sandulenko
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
2008-06-07
Patch #1986992: "DRASCULA: correcting errors"
Eugene Sandulenko
2008-06-06
Fix apostrophe rendering in conversation texts.
Eugene Sandulenko
2008-06-06
Slighly modified patch #1985341: "DRASCULA: Hopefully my last batch of englis...
Eugene Sandulenko
2008-06-06
Partially reverted the changes to for loops in my last commit. It's not wise ...
Filippos Karapetis
2008-06-06
- Cleanup
Filippos Karapetis
[prev]
[next]