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
/
converse.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
DRASCULA: Make GPL headers consistent in themselves.
Johannes Schickel
2013-10-17
DRASCULA: Fix build
Willem Jan Palenstijn
2013-10-17
DRASCULA: Fix potential buffer overrun. CID 1003311
Eugene Sandulenko
2013-08-19
DRASCULA: Some renaming. Also, get rid of some extraneous globals
Filippos Karapetis
2013-01-04
DRASCULA: Merge some animation functions and document all animations
Filippos Karapetis
2011-11-13
DRASCULA: Allow faster quit when in the mid of a conversation.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-09-21
DRASCULA: Keep keyboard buffer flushed while waiting for conversation
Torbjörn Andersson
2010-09-21
DRASCULA: Fix bug #3069977 ("Grafic Glitches in text")
Torbjörn Andersson
2010-06-15
Drascula: Fix bug #2827166.
Eugene Sandulenko
2010-06-15
Drascula: Restore cursors before automated converse responses
Eugene Sandulenko
2010-06-15
Drascula: Fix bug #2929931.
Eugene Sandulenko
2010-06-15
Drascula: added more debug output
Eugene Sandulenko
2010-02-09
Moved text parsing to a new class.
Nicola Mettifogo
2010-02-08
Renamed ArjFile to ArchiveMan, and _arj to _archives.
Nicola Mettifogo
2010-02-08
Let ArjFile return a SeekableReadStream instead of implementing
Nicola Mettifogo
2010-02-08
Pass the input stream to text parser functions.
Nicola Mettifogo
2010-02-08
The text parser functions can create their temporary buffers on the stack.
Nicola Mettifogo
2009-07-26
78 bytes isn't enough for some of the longer conversation options. 128 might
Torbjörn Andersson
2009-07-25
Don't hog the CPU while waiting for the player to pick a conversation option.
Torbjörn Andersson
2009-07-25
Added word-wrapping to Drascula's conversation options. Fixes bug #2826607.
Torbjörn Andersson
2009-05-12
Replace verb numbers with constants in selectVerb() call
Eugene Sandulenko
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-09-13
Indentation.
Torbjörn Andersson
2008-09-12
- Moved more animation data inside drascula.dat
Filippos Karapetis
2008-09-11
Cleanup
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-09-09
- Cleanup and simplification
Filippos Karapetis
2008-09-09
Cleanup. Simplified converse()
Filippos Karapetis
2008-06-07
Shuffled around more code. Now the files look more manageable.
Eugene Sandulenko