This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-26 12:48:16 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
sci
History
Filippos Karapetis
a4704352e4
Changed mapPointer() to accept a Common::Rect, thus removing the reference to gfx_widgets.h
...
svn-id: r45242
2009-10-19 09:56:11 +00:00
..
engine
Changed mapPointer() to accept a Common::Rect, thus removing the reference to gfx_widgets.h
2009-10-19 09:56:11 +00:00
gfx
Changed mapPointer() to accept a Common::Rect, thus removing the reference to gfx_widgets.h
2009-10-19 09:56:11 +00:00
gui
SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit
2009-10-18 19:42:56 +00:00
gui32
SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit
2009-10-18 19:42:56 +00:00
sfx
Introduced new type Common::DisposeAfterUse::Flag
2009-10-18 19:41:59 +00:00
console.cpp
SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit
2009-10-18 19:42:56 +00:00
console.h
Added a new console command, "play_video", which can play a SEQ or AVI file
2009-10-17 10:42:00 +00:00
debug.h
…
decompressor.cpp
…
decompressor.h
…
detection_tables.h
…
detection.cpp
SCI: Don't end warning() format strings with a newline or a period (a newline and an exclamation mark are automatically added)
2009-10-13 20:52:05 +00:00
module.mk
Started moving some of the old GUI code inside /gui32
2009-10-17 12:42:21 +00:00
resource.cpp
Moved sci_ffs() inside iterator.cpp, the only place where it's actually used, and removed tools.*. Also, removed all the unused includes to tools.h from several places
2009-10-16 23:29:00 +00:00
resource.h
…
sci.cpp
Removed unused references to operations.h
2009-10-18 10:50:07 +00:00
sci.h
SCI: Merge some sfx related global funcs into SfxState.
2009-10-13 18:51:59 +00:00
seq_decoder.cpp
Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics because it's only used in Sci.
2009-10-18 18:47:53 +00:00
seq_decoder.h
Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics because it's only used in Sci.
2009-10-18 18:47:53 +00:00
uinput.h
…
vocabulary.cpp
…
vocabulary.h
…