.. |
engine
|
SCI/newgui: K_CONTROL_* renamed to SCI_CONTROLS_TYPE_*
|
2009-10-13 18:49:10 +00:00 |
gfx
|
Removed the now unused code in gfx/res_cursor.cpp
|
2009-10-13 17:57:03 +00:00 |
gui
|
SCI/newgui: K_CONTROL_* renamed to SCI_CONTROLS_TYPE_*
|
2009-10-13 18:49:10 +00:00 |
gui32
|
Merged the rest of the cursor code
|
2009-10-13 17:09:32 +00:00 |
sfx
|
SCI: commenting out music warnings
|
2009-10-12 16:00:30 +00:00 |
console.cpp
|
Merged the rest of the cursor code
|
2009-10-13 17:09:32 +00:00 |
console.h
|
SCI: debug command undither implemented
|
2009-10-07 21:47:34 +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
|
Removed the now unused GF_SCI0_OLDGETTIME flag and simplified all of the game entries in the detector
|
2009-10-09 23:19:53 +00:00 |
detection.cpp
|
Fixed a warning, ironically inside a warning().
|
2009-10-11 16:00:16 +00:00 |
module.mk
|
Removed the now unused code in gfx/res_cursor.cpp
|
2009-10-13 17:57:03 +00:00 |
resource.cpp
|
Introduced a new debug level, kDebugLevelResMan, and reduced some of the messages printed to the console
|
2009-10-10 00:07:19 +00:00 |
resource.h
|
Change doxygen inline comments from "//!" to "///" as proposed on -devel
|
2009-10-08 21:28:57 +00:00 |
sci.cpp
|
Merged the cursor manipulation code - cursor views are still not done
|
2009-10-13 16:22:07 +00:00 |
sci.h
|
Implemented some advanced savegame functionality - loading and deleting savegames from the GMM is now possible, and new saved games will also have thumbnails. Saving from the GMM creates corrupted saved games, so it has been disabled for now
|
2009-10-11 15:51:43 +00:00 |
tools.cpp
|
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
|
2009-07-06 10:39:22 +00:00 |
tools.h
|
Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls
|
2009-07-06 10:39:22 +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
|
- Moved the list of synonyms and parser nodes inside the vocabulary class
|
2009-09-30 12:17:38 +00:00 |
vocabulary.h
|
- Moved the list of synonyms and parser nodes inside the vocabulary class
|
2009-09-30 12:17:38 +00:00 |