.. |
animseq.cpp
|
Tweaked animation frame delay to better match original game
|
2007-09-16 04:04:49 +00:00 |
animseq.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 |
debugger.cpp
|
Converted fields in data that were originally offsets (such as tick proc offsets) to use indexes, allowing for more generic handling of different language versions
|
2007-09-23 22:17:57 +00:00 |
debugger.h
|
Added extra information to some methods, and a new method to show an animation sequence
|
2007-06-22 12:26:10 +00:00 |
decode.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 |
decode.h
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
|
2007-09-19 08:40:12 +00:00 |
detection.cpp
|
Added vaildation of new lure.dat file, and added MD5 for Italian version of game
|
2007-09-23 22:16:46 +00:00 |
disk.cpp
|
Added support for the lure.dat file now containing multiple language versions
|
2007-09-23 22:15:22 +00:00 |
disk.h
|
Added support for the lure.dat file now containing multiple language versions
|
2007-09-23 22:15:22 +00:00 |
events.cpp
|
Split up the interruptableDelay method into two methods, making the version in events.cpp more generic
|
2007-09-23 22:14:45 +00:00 |
events.h
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
|
2007-09-19 08:40:12 +00:00 |
fights.cpp
|
Replaced incorrect key constants being used for fight commands
|
2007-10-07 11:07:45 +00:00 |
fights.h
|
Initial commit
|
2007-06-22 12:30:18 +00:00 |
game.cpp
|
Changed string constant name to avoid clashing with inventory display constants
|
2007-10-07 11:11:06 +00:00 |
game.h
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
|
2007-09-19 08:40:12 +00:00 |
hotspots.cpp
|
Added support for setting animations by their index rather than their offset, allowing for easier multi-language support. Also fixed translation of inventory window
|
2007-10-07 11:12:46 +00:00 |
hotspots.h
|
Added support for setting animations by their index rather than their offset, allowing for easier multi-language support. Also fixed translation of inventory window
|
2007-10-07 11:12:46 +00:00 |
intro.cpp
|
Split up the interruptableDelay method into two methods, making the version in events.cpp more generic
|
2007-09-23 22:14:45 +00:00 |
intro.h
|
Split up the interruptableDelay method into two methods, making the version in events.cpp more generic
|
2007-09-23 22:14:45 +00:00 |
lure.cpp
|
Converted fields in data that were originally offsets (such as tick proc offsets) to use indexes, allowing for more generic handling of different language versions
|
2007-09-23 22:17:57 +00:00 |
lure.h
|
Skeleton code added for restart/restore screen
|
2007-08-12 11:15:06 +00:00 |
luredefs.h
|
Added support for setting animations by their index rather than their offset, allowing for easier multi-language support. Also fixed translation of inventory window
|
2007-10-07 11:12:46 +00:00 |
memory.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 |
memory.h
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
|
2007-09-19 08:40:12 +00:00 |
menu.cpp
|
Fixed action lists to sort correctly for non-English languages
|
2007-09-30 12:35:37 +00:00 |
menu.h
|
Added cross-language handling for the top menu
|
2007-09-30 10:51:33 +00:00 |
module.mk
|
Added entries for fights.cpp and sound.cpp
|
2007-06-22 12:36:49 +00:00 |
palette.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 |
palette.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 |
res_struct.cpp
|
Added support for setting animations by their index rather than their offset, allowing for easier multi-language support. Also fixed translation of inventory window
|
2007-10-07 11:12:46 +00:00 |
res_struct.h
|
Added new string Ids used for inventory display
|
2007-10-07 11:06:48 +00:00 |
res.cpp
|
Added loading of new give talk Id list
|
2007-10-07 11:09:20 +00:00 |
res.h
|
Added loading of new give talk Id list
|
2007-10-07 11:09:20 +00:00 |
room.cpp
|
Tweaked the colour fading code so that room 4 will display correctly
|
2007-09-23 22:12:37 +00:00 |
room.h
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
|
2007-09-19 08:40:12 +00:00 |
screen.cpp
|
Lots of source code formatting corrections
|
2007-09-10 13:17:20 +00:00 |
screen.h
|
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
|
2007-09-19 08:40:12 +00:00 |
scripts.cpp
|
Converted fields in data that were originally offsets (such as tick proc offsets) to use indexes, allowing for more generic handling of different language versions
|
2007-09-23 22:17:57 +00:00 |
scripts.h
|
Initial sound implementation
|
2007-09-16 04:06:49 +00:00 |
sound.cpp
|
Wrapped access to the playing sounds list in a mutex
|
2007-09-28 07:55:02 +00:00 |
sound.h
|
Wrapped access to the playing sounds list in a mutex
|
2007-09-28 07:55:02 +00:00 |
strings.cpp
|
Shifted string decoder list to a resource, since it varies from language to language
|
2007-09-23 22:10:29 +00:00 |
strings.h
|
Shifted string decoder list to a resource, since it varies from language to language
|
2007-09-23 22:10:29 +00:00 |
surface.cpp
|
Finally tracked down a bug that sometimes caused word wrapping to fail
|
2007-10-07 11:05:09 +00:00 |
surface.h
|
Added support for original copy protection, in any anyone ever wants to see it
|
2007-09-23 22:11:14 +00:00 |