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
/
journal.cpp
Age
Commit message (
Expand
)
Author
2004-03-25
try to track the journal issue in spanish version
Gregory Montoir
2004-03-09
Enable music volume slider in Journal
Joost Peters
2004-03-07
cleanup (removed irrevelant comments and useless XXX'ed code)
Gregory Montoir
2004-03-02
Display keyboard when saving
Nicolas Bacca
2004-02-27
Handle comic book case, enable music toggle and some minor cleanup.
Joost Peters
2004-02-21
Fixed arrow dialogue glitches (partial display) in non-english versions. This...
Gregory Montoir
2004-01-24
- Added MT32 -> GM mapping, this fixes the wrong sound for the clock in the b...
Joost Peters
2004-01-20
- fixed bug #880415 (only setup bam scene after all _vm->update() calls)
Gregory Montoir
2004-01-12
New save/load code, this *breaks* compatiblity with the previous
Gregory Montoir
2004-01-10
Never mind.
David Eriksson
2004-01-10
Correct comment
David Eriksson
2004-01-10
- Must have either subtitles or speech
David Eriksson
2004-01-09
renamed some methods and moved some code to Display
Gregory Montoir
2004-01-08
cleanup, xref update
Gregory Montoir
2004-01-08
- new Grid class to handle all zones / areas stuff
Gregory Montoir
2004-01-08
mostly cleanup :
Gregory Montoir
2004-01-06
- enabled debugger in QueenEngine::errorString
Gregory Montoir
2004-01-06
updated copyright notice
Max Horn
2004-01-06
simplified room switching code a bit
Gregory Montoir
2004-01-05
added a class to manage banks, Queen::Graphics cleanup
Gregory Montoir
2004-01-04
- added code to only redraw changed blocks in order to avoid full screen refresh
Gregory Montoir
2003-12-30
minor cleanup & add playSong() calls in Logic::handlePinnacleRoom
Gregory Montoir
2003-12-29
cleanup & follow code conventions
Gregory Montoir
2003-12-28
cleanup Resource class a bit :
Gregory Montoir
2003-12-19
handle mouse wheel in Journal screen
Gregory Montoir
2003-12-11
constructors cleanup
Gregory Montoir
2003-12-10
get rid of GameConfig, use ConfigurationManager
Gregory Montoir
2003-12-06
minor cleanup, reuse some data from intervie.exe
Gregory Montoir
2003-12-01
cleanup header includes
Gregory Montoir
2003-11-30
cleanup
Gregory Montoir
2003-11-27
- speak correct sentence when object is not usable
Gregory Montoir
2003-11-26
Use standard functions (itoa => sprintf).
Marcus Comstedt
2003-11-26
rename some methods (purely cosmetic) and fix some walking problems when clos...
Gregory Montoir
2003-11-26
preliminary journal implementation ; this should allow to save/load game stat...
Gregory Montoir