.. |
animation.cpp
|
Now clipping frame # to avoid crashes because of bad behavior of game scripts.
|
2007-06-23 21:42:45 +00:00 |
archive.cpp
|
Made changeCharacter restore the previous open Archive after completing its duties: this fixes known crash when mini-Dino activates robot, and possibly many unknown others.
|
2007-06-23 21:53:13 +00:00 |
callables.cpp
|
Full screen updates aren't automatic after palette changes anymore now. Traded some code pollution with SPEED!
|
2007-07-13 20:50:57 +00:00 |
commands.cpp
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
|
2007-05-30 21:56:52 +00:00 |
commands.h
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
|
2007-05-30 21:56:52 +00:00 |
debug.cpp
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
|
2007-05-30 21:56:52 +00:00 |
debug.h
|
Added new debugger commands.
|
2007-05-13 12:38:29 +00:00 |
defs.h
|
Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies.
|
2007-07-07 19:42:06 +00:00 |
detection.cpp
|
Add GF_LANG_MULT game flag, for detecting differences between the two Amiga versions.
|
2007-06-16 02:43:31 +00:00 |
dialogue.cpp
|
Changed inventory graphics update from synchronous to lazy.
|
2007-07-08 20:15:43 +00:00 |
disk.cpp
|
Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies.
|
2007-07-07 19:42:06 +00:00 |
disk.h
|
DLTA tags in multi-frame images are now supported.
|
2007-07-07 14:56:30 +00:00 |
font.cpp
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
|
2007-05-30 21:56:52 +00:00 |
graphics.cpp
|
Screen update is no more triggered automatically when performing full screen-size blits on Front buffer. Menu code has been changed accordingly to retain consistency.
|
2007-07-15 10:10:48 +00:00 |
graphics.h
|
Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup.
|
2007-07-09 19:19:56 +00:00 |
intro.cpp
|
Mouse is now properly hidden during dialogues, and is restored after load/save dialog boxes are closed. Moreover, kEngineMouse constant has been renamed to better match its meaning.
|
2007-06-18 20:11:49 +00:00 |
inventory.cpp
|
Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup.
|
2007-07-09 19:19:56 +00:00 |
inventory.h
|
Moved mouse cursor tampering from inventory.cpp to Gfx class, and some cleanup.
|
2007-07-09 19:19:56 +00:00 |
location.cpp
|
Full screen updates aren't automatic after palette changes anymore now. Traded some code pollution with SPEED!
|
2007-07-13 20:50:57 +00:00 |
menu.cpp
|
Refactored selectCharacter so that menu code doesn't need auxiliary buffer kBit2 anymore.
|
2007-07-15 16:04:34 +00:00 |
menu.h
|
Refactored selectCharacter so that menu code doesn't need auxiliary buffer kBit2 anymore.
|
2007-07-15 16:04:34 +00:00 |
module.mk
|
Changed some filenames to adhere to standard.
|
2007-05-01 16:18:40 +00:00 |
parallaction.cpp
|
Changed inventory graphics update from synchronous to lazy.
|
2007-07-08 20:15:43 +00:00 |
parallaction.h
|
Full screen updates aren't automatic after palette changes anymore now. Traded some code pollution with SPEED!
|
2007-07-13 20:50:57 +00:00 |
parser.cpp
|
Yet another fix for broken parsing/displaying of strings. Now quotes are properly considered when they are needed, and ignored when they aren't.
|
2007-07-08 13:39:23 +00:00 |
parser.h
|
Yet another fix for broken parsing/displaying of strings. Now quotes are properly considered when they are needed, and ignored when they aren't.
|
2007-07-08 13:39:23 +00:00 |
saveload.cpp
|
Changed inventory graphics update from synchronous to lazy.
|
2007-07-08 20:15:43 +00:00 |
sound.cpp
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
|
2007-05-30 21:56:52 +00:00 |
sound.h
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
|
2007-05-30 21:56:52 +00:00 |
staticres.cpp
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
|
2007-05-30 21:56:52 +00:00 |
walk.cpp
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
|
2007-05-30 21:56:52 +00:00 |
walk.h
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
|
2007-05-30 21:56:52 +00:00 |
zone.cpp
|
Screen update is no more triggered automatically when performing full screen-size blits on Front buffer. Menu code has been changed accordingly to retain consistency.
|
2007-07-15 10:10:48 +00:00 |
zone.h
|
Changed Dialogue from a typedef for an implicit n-tree of Questions to a plain-vanilla array. This greatly simplify management and doesn't require obscure flagging of tree leaves.
|
2007-07-03 19:44:31 +00:00 |