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-21 09:26:26 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
sci
History
Eugene Sandulenko
efa3d244fa
Sync with adlib.cpp rename
...
svn-id: r40354
2009-05-06 11:01:58 +00:00
..
engine
SCI: Fix my previous changes to internal_stringfrag_strcmp (side remark: Another bonus when using git resp. git-svn, and not SVN: you can commit stuff and test it some time before going public, thus avoid stupid screw ups like this one ;)
2009-05-05 12:28:12 +00:00
gfx
SCI: Work around an 'Array used after being disposed' bug that occurs when a GfxVisual gets disposed
2009-05-05 12:33:11 +00:00
scicore
SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio
2009-04-25 23:31:03 +00:00
sfx
Sync with adlib.cpp rename
2009-05-06 11:01:58 +00:00
console.cpp
…
console.h
…
detection.cpp
- Moved the extra information (like executable version, VERSION file contents or floppy label versions) into comments with a common format, in anticipation of engine versions being removed to use feature flags
2009-05-02 15:35:57 +00:00
exereader.cpp
…
exereader.h
…
module.mk
Sync with adlib.cpp rename
2009-05-06 11:01:58 +00:00
sci_memory.cpp
SCI: moved sci_strndup to menubar.cpp
2009-03-24 12:14:22 +00:00
sci_memory.h
SCI: moved sci_strndup to menubar.cpp
2009-03-24 12:14:22 +00:00
sci.cpp
SCI: Removed unused vars; doxygenified some comments; cleanup
2009-04-27 12:29:51 +00:00
sci.h
…
tools.cpp
…
tools.h
SCI: Mapped BREAKPOINT macro to error() for now
2009-04-20 19:27:32 +00:00
uinput.h
…