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
/
sci
Age
Commit message (
Expand
)
Author
2009-03-11
...
Max Horn
2009-03-11
SCI: Restored code to triger debugger console by Ctrl-d (accidentally removed...
Max Horn
2009-03-11
SCI: Formatting changes (using astyle)
Max Horn
2009-03-11
SCI: Fix warning
Max Horn
2009-03-11
Some clean-up of DecompressorComp3 class
Greg Frieger
2009-03-10
Yet another few tiny formatting fixes.
Johannes Schickel
2009-03-10
Formatting.
Johannes Schickel
2009-03-10
Made Decompressor's destructor virtual. (fixes compilation and should fix pos...
Johannes Schickel
2009-03-10
Added FIXME for heap corruption occurring when exiting SCI games
Filippos Karapetis
2009-03-10
Resource decompression functions moved to scicore\decompressor.cpp and turned...
Greg Frieger
2009-03-10
SCI: Moved cfsml.pl from tools/ to tools/sci/; also fixed circular dependency
Max Horn
2009-03-10
SCI: EVIL temporary hack to ensure savegame.cpp is rebuilt when any of the he...
Max Horn
2009-03-10
SCI: Removing unused line from savegame.cfsml, fixing SongIteratorMessage -> ...
Max Horn
2009-03-10
SCI: Memory 'ref counting' code is only used by song iterators -> move it the...
Max Horn
2009-03-10
- Fix code indentation
Johannes Schickel
2009-03-10
Added missing SVN keywords
Filippos Karapetis
2009-03-10
Formatted code to conform to our coding standards. Also, added parentheses to...
Filippos Karapetis
2009-03-10
- Fix warning
Johannes Schickel
2009-03-10
Add missing file.
Lars Skovlund
2009-03-10
Minor fix to deallocate STRING_FRAG segments properly
Lars Skovlund
2009-03-10
Fixed warnings
Filippos Karapetis
2009-03-10
String fragments support
Lars Skovlund
2009-03-10
Fix compile of SCI engine.
Travis Howell
2009-03-10
Reverted some of the changes of commit #39192. The cursor reading code has be...
Filippos Karapetis
2009-03-10
- Renamed files inside gfx/resource
Filippos Karapetis
2009-03-10
SCI: SongIterator::Message only needs to transfer a single argument, so get r...
Max Horn
2009-03-10
SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup
Max Horn
2009-03-10
SCI: More SongIterator refactoring.
Max Horn
2009-03-09
SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ...
Max Horn
2009-03-09
Don't adjust data pointer in makeStream.
Willem Jan Palenstijn
2009-03-09
Fix uninitialized color meta-values.
Willem Jan Palenstijn
2009-03-09
SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_incref
Max Horn
2009-03-09
Reset child iterators on deletion.
Willem Jan Palenstijn
2009-03-09
SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun...
Max Horn
2009-03-08
Added more missing NULLing
Sven Hesse
2009-03-08
Formatting.
Johannes Schickel
2009-03-08
Fix warning.
Johannes Schickel
2009-03-08
Fix missing return.
Willem Jan Palenstijn
2009-03-08
Use new Palette class to manager pixmap palettes.
Willem Jan Palenstijn
2009-03-08
Restore potentially useful info deleted in r39188
Willem Jan Palenstijn
2009-03-08
Fix boxes not blocking control/priority map.
Willem Jan Palenstijn
2009-03-08
SCI: Fixed regression in new_fast_forward_iterator
Max Horn
2009-03-08
SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...
Max Horn
2009-03-08
SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header file
Max Horn
2009-03-08
SCI: replaced get_int_16 by READ_LE_UINT16, and got rid of inverse_16
Max Horn
2009-03-08
SCI: Added new header gfx/font.h and removed some dead code
Max Horn
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-03-07
SCI: Reduced header interdependencies some more
Max Horn
2009-03-07
SCI: Moved scummvm_get_event to operations.cpp (the only place where it is us...
Max Horn
2009-03-07
Updated savegame.cfsml
Filippos Karapetis
[next]