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
/
queen
/
talk.h
Age
Commit message (
Expand
)
Author
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-01-01
Updated copyright
Max Horn
2004-12-31
added some comments and re-indented some parts of code
Gregory Montoir
2004-08-24
Rewrote the way strings are extracting from the datafiles, now it should be '...
Gregory Montoir
2004-04-03
patch #910779 (with minor tweaks), fotaq hebrew support :
Gregory Montoir
2004-03-17
Added PalmOS support
Chris Apers
2004-03-07
cleanup (removed irrevelant comments and useless XXX'ed code)
Gregory Montoir
2004-02-21
Fixed arrow dialogue glitches (partial display) in non-english versions. This...
Gregory Montoir
2004-01-10
new Talk::splitOption() code (same value for text margins, word width is comp...
Gregory Montoir
2004-01-10
enabled arrows in dialogue (non english versions)
Gregory Montoir
2004-01-06
updated copyright notice
Max Horn
2004-01-02
- added missing MOVE_SPEAK code (only CHEF.DOG seems to use that)
Gregory Montoir
2003-12-29
- hack to read patched .dog files (french & italian versions) from game data ...
Gregory Montoir
2003-12-11
constructors cleanup
Gregory Montoir
2003-12-01
cleanup header includes
Gregory Montoir
2003-11-24
fix 'anderson replying twice the same sentence before taking off' issue
Gregory Montoir
2003-11-15
- Talk clean-up
David Eriksson
2003-11-09
Moved _talkSelected to Logic.
David Eriksson
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-06
- Improved talking
David Eriksson
2003-11-06
The more I implement, the more I need to implement.
David Eriksson
2003-10-29
A commit that has it all:
David Eriksson
2003-10-29
only one RandomSource for the engine
Gregory Montoir
2003-10-23
Make it possible to quit cutaways!
David Eriksson
2003-10-23
Initial version of the Input class. Some things still missing.
David Eriksson
2003-10-21
add Sound class + call it from Talk::speakSegment
Joost Peters
2003-10-18
Moved function from Talk to Graphics because Cutaway need it too.
David Eriksson
2003-10-16
Now we're talking!
David Eriksson
2003-10-16
Don't talk too much.
David Eriksson
2003-10-15
Moving heads when talking, but where is the text? :-)
David Eriksson
2003-10-15
Improved talking.
David Eriksson
2003-10-15
- Make Cutaway use Walk object from Logic
David Eriksson
2003-10-12
- Integrate with Joost's and Gregory's latest implementations.
David Eriksson
2003-10-10
Improved Talk class.
David Eriksson
2003-10-07
Improved Queen::Talk class
David Eriksson
2003-10-07
- Added a debug stub for the selectSentence method
David Eriksson
2003-10-07
- Add Talk class and begin to use it from Cutaway class
David Eriksson