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-02-18
Disabled unused functions
Filippos Karapetis
2009-02-17
Removed already implemented graphic capability flags, and used CLIP inside sc...
Filippos Karapetis
2009-02-17
fixed compiler warning about potentialy uninitialized variable
Paweł Kołodziejski
2009-02-17
fixed unsigned/signed comparisons warnings
Paweł Kołodziejski
2009-02-17
shat up ARRAYSIZE redefine compiler warnings
Paweł Kołodziejski
2009-02-17
point_t -> Common::Point
Filippos Karapetis
2009-02-17
Revert changed I accidentally commited *sigh*
Max Horn
2009-02-17
SCI: Moved sfx_pcm_urat_t from include/sfx_pcm.h to sfx/mixer.h
Max Horn
2009-02-17
Update headers. engine/
Eugene Sandulenko
2009-02-17
Replaced sci_free() with free() - it's OK to free a NULL pointer, so the chec...
Filippos Karapetis
2009-02-16
Removed a lot of unused and compiler-specific debug code. Note that for MSVC,...
Filippos Karapetis
2009-02-16
Removed unused code and defines
Filippos Karapetis
2009-02-16
Use MIN with correct template <int>
Lars Persson
2009-02-16
Fixed compilation
Filippos Karapetis
2009-02-16
Replace strncasecmp by scumm_strnicmp
Max Horn
2009-02-16
SCI: Committed stuff I forgot in my last commit; changed int_hash_map_t to a ...
Max Horn
2009-02-16
SCI: Moved seg_manager.*, int_hashmap.* to sci/engine (they are only used the...
Max Horn
2009-02-16
replace one more instance of strcasecmp by scumm_stricmp
Willem Jan Palenstijn
2009-02-16
Replace strcasecmp with scumm_stricmp.
Travis Howell
2009-02-16
initialize palette buffers (compiler warning)
Paweł Kołodziejski
2009-02-16
Revert r38254 as pointed by waltervn (SCI1 games work again)
Jordi Vilalta Prat
2009-02-16
Reimplemented reg_t_hashmap using Common::HashMap
Max Horn
2009-02-16
SCI: cleanup
Max Horn
2009-02-15
Fixed more warnings
Max Horn
2009-02-15
Fixed more warnings (and at least one case of uninited data)
Max Horn
2009-02-15
SCI: Run astyle to make the code be more compliant with our Code Formatting G...
Max Horn
2009-02-15
SCI: Got rid of a nasty hack where class, delete, new were re#defined because...
Max Horn
2009-02-15
Compile fix for OS X
Oystein Eftevaag
2009-02-15
Silenced another warning (disabled an empty switch statement)
Filippos Karapetis
2009-02-15
close sound when exiting
Willem Jan Palenstijn
2009-02-15
SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuff
Max Horn
2009-02-15
SCI: Fixed more warnings
Max Horn
2009-02-15
retreive->retrieve
Willem Jan Palenstijn
2009-02-15
cleanup, fixed warnings
Max Horn
2009-02-15
SCI: Got rid of HAVE_FNMATCH_H
Max Horn
2009-02-15
consts
Willem Jan Palenstijn
2009-02-15
fix compilation
Paweł Kołodziejski
2009-02-15
Silenced more warnings
Filippos Karapetis
2009-02-15
fix string unmangling (which I broke earlier)
Willem Jan Palenstijn
2009-02-15
Fixed unused variable warnings.
Johannes Schickel
2009-02-15
typo
Willem Jan Palenstijn
2009-02-15
Yet more warning fixes
Filippos Karapetis
2009-02-15
Yet more warning fixes.
Johannes Schickel
2009-02-15
Fixed more warnings.
Johannes Schickel
2009-02-15
moving towards const-correctness of files generating savegame.cpp.
Willem Jan Palenstijn
2009-02-15
Fixed some warnings.
Johannes Schickel
2009-02-15
Fixed compilation under MSVC, and silenced some more warnings
Filippos Karapetis
2009-02-15
Fixed lots of warnings and errors (on my system) by backporting a patch I had...
Max Horn
2009-02-15
Silenced a ton of warnings, and disabled several unreferenced functions (dead...
Filippos Karapetis
2009-02-15
fixed compilation and linking with msvc9
Paweł Kołodziejski
[prev]
[next]