.. |
agos.cpp
|
Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,33212,33218-33220,33222,33224-33226,33229-33243,33246,33248-33250,33252,33258-33261,33263,33266,33270,33272-33283,33285,33287-33290,33295-33298,33321,33325-33330,33332-33335,33337-33340,33342,33345,33347,33349-33350,33352-33357,33359-33367,33369-33371,33373,33375-33377,33379-33380,33383-33385,33387-33389,33392-33394,33400-33402,33404-33405,33407-33410,33412-33416,33418-33419,33425-33427,33432,33436-33438,33444,33446,33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,33478,33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,33529-33530,33537,33541,33544,33546,33550,33552-33554,33556,33558,33561-33562,33565,33568,33570,33574,33576,33578-33581,33584-33587,33590,33596,33604-33611,33614-33615,33617-33618,33620-33621 via svnmerge from
|
2008-08-04 22:34:07 +00:00 |
agos.h
|
Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,33078-33079,33083,33086-33087,33089,33094-33096,33098-33099,33104,33108-33109,33114-33117,33120,33135-33146,33160,33162,33165,33167-33169 via svnmerge from
|
2008-07-21 22:46:39 +00:00 |
animation.cpp
|
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
|
2008-08-13 20:45:00 +00:00 |
animation.h
|
|
|
charset-fontdata.cpp
|
Move code to ignore invalid characters.
|
2008-03-26 03:10:40 +00:00 |
charset.cpp
|
Move code to ignore invalid characters.
|
2008-03-26 03:10:40 +00:00 |
contain.cpp
|
|
|
cursor.cpp
|
|
|
debug.cpp
|
Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing
|
2008-07-29 16:09:10 +00:00 |
debug.h
|
Minor cleanup.
|
2008-04-16 12:24:09 +00:00 |
debugger.cpp
|
|
|
debugger.h
|
|
|
detection_tables.h
|
Add patch #1928643 - Czech fan translation of Simon the Sorcerer 1.
|
2008-03-29 13:27:25 +00:00 |
detection.cpp
|
Added a MetaEngineFeature for RTL support, the RTL button is disabled in the GMM if the engine doesn't support it
|
2008-08-16 02:53:16 +00:00 |
draw.cpp
|
used memmove() instead of memcpy() to fix memory overlap error
|
2008-05-13 16:09:57 +00:00 |
event.cpp
|
Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit, shouldQuit is only set if there's an EVENT_QUIT. EVENT_RTL and EVENT_QUIT are completely separate from each other. Engine::quit() method now checks both _shouldQuit and _shouldRTL to determine if the engine should exit. There is no longer a need for resetQuit(), so it's removed
|
2008-07-16 04:22:56 +00:00 |
gfx.cpp
|
Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,33078-33079,33083,33086-33087,33089,33094-33096,33098-33099,33104,33108-33109,33114-33117,33120,33135-33146,33160,33162,33165,33167-33169 via svnmerge from
|
2008-07-21 22:46:39 +00:00 |
icons.cpp
|
AGOS: Fixed a memory leak from earlier in a better way
|
2008-05-22 23:40:36 +00:00 |
input.cpp
|
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
|
2008-08-13 20:45:00 +00:00 |
intern.h
|
AGOS: Fixed a memory leak from earlier in a better way
|
2008-05-22 23:40:36 +00:00 |
items.cpp
|
|
|
menus.cpp
|
|
|
midi.cpp
|
Merged revisions 33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,33754,33756,33758,33761,33763,33766 via svnmerge from
|
2008-08-10 21:58:18 +00:00 |
midi.h
|
AGOS: Got rid of _masterVolume and replaced with _musicVolume and _sfxVolume so that music and sfx are separately controlled via the Options menu
|
2008-07-14 22:10:04 +00:00 |
midiparser_s1d.cpp
|
Remove left over debug code.
|
2008-03-23 00:36:41 +00:00 |
module.mk
|
Allow static and dynamic plugins to be used at the same time
|
2008-05-06 03:00:26 +00:00 |
oracle.cpp
|
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
|
2008-08-13 20:45:00 +00:00 |
res_ami.cpp
|
|
|
res_snd.cpp
|
And don't attempt to play sound, when the sound file isn't loaded in The Feeble Files.
|
2008-03-26 04:07:32 +00:00 |
res.cpp
|
|
|
rooms.cpp
|
|
|
saveload.cpp
|
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
|
2008-08-13 20:45:00 +00:00 |
script_e1.cpp
|
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
|
2008-08-13 20:45:00 +00:00 |
script_e2.cpp
|
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
|
2008-08-13 20:45:00 +00:00 |
script_ff.cpp
|
|
|
script_pp.cpp
|
|
|
script_s1.cpp
|
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
|
2008-08-13 20:45:00 +00:00 |
script_s2.cpp
|
|
|
script_ww.cpp
|
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
|
2008-08-13 20:45:00 +00:00 |
script.cpp
|
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
|
2008-08-13 20:45:00 +00:00 |
sound.cpp
|
Fixed a memory leak in Agos
|
2008-08-14 00:26:57 +00:00 |
sound.h
|
|
|
string.cpp
|
|
|
subroutine.cpp
|
Remove debug leftover.
|
2008-08-08 02:49:51 +00:00 |
verb.cpp
|
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
|
2008-08-13 20:45:00 +00:00 |
vga_e2.cpp
|
|
|
vga_ff.cpp
|
|
|
vga_s1.cpp
|
Fix palette glitches in Amiga OCS version of Simon the Sorcerer 1.
|
2008-03-25 08:03:32 +00:00 |
vga_s2.cpp
|
|
|
vga_ww.cpp
|
|
|
vga.cpp
|
|
|
vga.h
|
|
|
window.cpp
|
Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate
|
2008-08-13 20:45:00 +00:00 |
zones.cpp
|
|
|