.. |
engine
|
SCI: Fix warning about unused variable
|
2009-11-02 20:33:34 +00:00 |
gfx
|
Changed some of the menu code to use new graphics functions
|
2009-10-28 23:04:56 +00:00 |
gui
|
SCI/newgui: Removed GuiCast structure
|
2009-11-02 19:50:17 +00:00 |
gui32
|
SCI: SciGuiMenu created, kMenu-related stuff now using SciGui
|
2009-11-02 17:59:19 +00:00 |
sfx
|
Fixed some cppcheck warnings.
|
2009-10-26 06:20:13 +00:00 |
console.cpp
|
- Removed status_bar_foreground and status_bar_background variables from the engine state
|
2009-10-30 14:39:26 +00:00 |
console.h
|
- Removed status_bar_foreground and status_bar_background variables from the engine state
|
2009-10-30 14:39:26 +00:00 |
debug.h
|
- Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations
|
2009-10-01 10:57:59 +00:00 |
decompressor.cpp
|
SCI: Cleanup
|
2009-08-30 01:37:27 +00:00 |
decompressor.h
|
Change doxygen inline comments from "//!" to "///" as proposed on -devel
|
2009-10-08 21:28:57 +00:00 |
detection_tables.h
|
Mark Jones CD with the CD flag and add CD in the extras field.
|
2009-10-25 00:13:08 +00:00 |
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
|
SCI: SciGuiMenu created, kMenu-related stuff now using SciGui
|
2009-11-02 17:59:19 +00:00 |
resource.cpp
|
Added proper detection and handling of transitive SCI1-SCI1.1 games, like PQ1 VGA. These used SCI1 resources and compression with a SCI1.1 kernel (thanks to waltervn's observations)
|
2009-10-26 21:41:41 +00:00 |
resource.h
|
Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (defined in sci.h)
|
2009-10-28 13:20:30 +00:00 |
sci.cpp
|
Added some default directories
|
2009-10-31 17:55:03 +00:00 |
sci.h
|
SCI: accidentally set newgui to default, reverting
|
2009-10-31 14:41:28 +00:00 |
seq_decoder.cpp
|
Fixed some cppcheck warnings.
|
2009-10-26 06:20:13 +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
|
Reordered the numpad keys so that they make more sense, and simplified the code which returns the values of shifted function keys
|
2009-06-04 08:28:20 +00:00 |
vocabulary.cpp
|
SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.cpp where possible, turn comments into doxygen format etc.
|
2009-10-19 22:13:51 +00:00 |
vocabulary.h
|
SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.cpp where possible, turn comments into doxygen format etc.
|
2009-10-19 22:13:51 +00:00 |