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
/
engine
Age
Commit message (
Expand
)
Author
2009-03-12
SCI: Removed some dead code
Max Horn
2009-03-11
Changed a case inside inline_lookup_node() to non-fatal, for now, to make it ...
Filippos Karapetis
2009-03-11
Fix heap corruption when assigning the save game directory
Filippos Karapetis
2009-03-11
SCI: Removed some dead code
Max Horn
2009-03-10
Added FIXME for heap corruption occurring when exiting SCI games
Filippos Karapetis
2009-03-10
SCI: Removing unused line from savegame.cfsml, fixing SongIteratorMessage -> ...
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
SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup
Max Horn
2009-03-09
SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ...
Max Horn
2009-03-09
Fix uninitialized color meta-values.
Willem Jan Palenstijn
2009-03-09
SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun...
Max Horn
2009-03-08
Use new Palette class to manager pixmap palettes.
Willem Jan Palenstijn
2009-03-08
SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...
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
Updated savegame.cfsml
Filippos Karapetis
2009-03-07
Replaced getInt16, getUInt16 and putInt16
Filippos Karapetis
2009-03-07
SCI: More cleanup in the song iterator codebase
Max Horn
2009-03-06
SCI: Reduce SFX header dependencies
Max Horn
2009-03-06
SCI: Continued C++ification of SongIterator code
Max Horn
2009-03-06
SCI: C++ifyed SongIterator and its subclasses
Max Horn
2009-03-06
SCI: Some cleanup to the SongIteratorMessage code
Max Horn
2009-03-06
SCI: Converted SongIterator::get_pcm_feed into a virtual method
Max Horn
2009-03-06
SCI: Renamed lots of classes related to song iterators; allocate song iterato...
Max Horn
2009-03-04
SCI: Replaced sfx_iterator_make_feed and associated code by Audio::makeLinear...
Max Horn
2009-03-04
SCI: Moved script.cpp from scicore/ to engine/ (because its header file is th...
Max Horn
2009-03-04
SCI: Reduce header interdeps
Max Horn
2009-03-04
SCI: cleanup
Max Horn
2009-03-03
SCI1: Improved color mapping when drawing line/box/text. Text with transparen...
Greg Frieger
2009-03-01
Partial revert of "Fix handling of parentheses in said specs" (20080705)
Willem Jan Palenstijn
2009-03-01
SCI: Forgot to commit a couple files after renaming sfx headers
Max Horn
2009-03-01
SCI: Renamed some sfx header files
Max Horn
2009-03-01
Fixed windows and text drawing problem in SCI1
Greg Frieger
2009-03-01
SCI: Start converting MessageState into a class
Jordi Vilalta Prat
2009-02-28
SCI: Use the ResourceType enum instead of integers where it makes sense
Jordi Vilalta Prat
2009-02-28
SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...
Max Horn
2009-02-28
strip trailing newline in SCI debugger
Willem Jan Palenstijn
2009-02-28
resource_t struct replaced with stub Resource class for future objectifying. ...
Greg Frieger
2009-02-28
Turned ResourceManager into a class, along with all related functions
Greg Frieger
2009-02-28
clean up some warnings
Andre Heider
2009-02-28
SCI: Renamed some kernel types and general cleanup
Jordi Vilalta Prat
2009-02-28
Add support for saving Common::String objects.
Willem Jan Palenstijn
2009-02-28
Make CFSML writers take const arguments
Willem Jan Palenstijn
[prev]
[next]