scummvm/engines/saga2
2021-07-10 13:30:58 +02:00
..
actor.cpp SAGA2: Fix GCC Signed vs. Unsigned Comparison Warnings 2021-07-09 04:36:30 +01:00
actor.h SAGA2: Implement PlayerActor save/loading 2021-07-09 02:31:52 +09:00
annoy.h
arrowptr.cpp
assign.cpp SAGA2: Imlement Assignment saving 2021-07-08 04:34:39 +09:00
assign.h SAGA2: Imlement Assignment saving 2021-07-08 04:34:39 +09:00
audio.cpp SAGA2: Move mixer assignment to constructor. CID 1457855 2021-07-06 15:01:22 +02:00
audio.h SAGA2: Cleanup audio code 2021-07-06 00:37:07 +02:00
automap.cpp SAGA2: Move mouseInfo to Saga2Engine 2021-07-01 01:37:44 +02:00
automap.h
band.cpp SAGA2: Implement Bands save/loading 2021-07-08 23:04:49 +09:00
band.h SAGA2: Implement Bands save/loading 2021-07-08 23:04:49 +09:00
beegee.cpp SAGA2: Merge audtweak.h into beegee.cpp 2021-07-04 15:08:19 +02:00
beegee.h SAGA2: Move Deejay to beegee.h 2021-07-02 16:35:14 +02:00
bitarray.h
blitters.cpp SAGA2: Fix funciton prototype inconsistency 2021-07-01 13:26:29 +02:00
blitters.h
button.cpp SAGA2: Initialize button.cpp classes 2021-07-06 21:14:56 +02:00
button.h SAGA2: Initialize button.cpp classes 2021-07-06 21:14:56 +02:00
calender.cpp SAGA2: Fix size calculation. CID 1458091 2021-07-07 14:39:34 +02:00
calender.h SAGA2: Implement Timers and Calender saveloading 2021-07-07 00:13:15 +09:00
cmisc.h
code.h SAGA2: Fix more warnings 2021-07-01 01:37:40 +02:00
combat.h SAGA2: Fix more warnings with enumarations 2021-07-01 01:37:40 +02:00
configure.engine
contain.cpp SAGA2: Fix COntainerNode creation. CID 1458090 2021-07-07 19:58:06 +02:00
contain.h SAGA2: Properly initialize ContainerNode on instantiation. CID 1457922 2021-07-06 21:50:58 +02:00
detection.cpp SAGA2: Use Common::String for SaveFileHeader 2021-07-06 08:47:09 +09:00
detection.h
dice.h SAGA2: Change abs to ABS 2021-07-04 11:54:29 -07:00
display.cpp SAGA2: Move mouseInfo to Saga2Engine 2021-07-01 01:37:44 +02:00
display.h SAGA2: Cleanup Win32-specific code 2021-07-01 01:37:42 +02:00
dispnode.cpp SAGA2: Properly initialize DisplayNode on instantiation. CID 1457922 2021-07-06 21:54:05 +02:00
dispnode.h SAGA2: Fix more global constructor warnings 2021-07-02 00:06:55 +09:00
document.cpp SAGA2: Un-stub openBook/openParchment 2021-07-07 05:45:45 +09:00
document.h SAGA2: Fix global constructors in document.cpp 2021-07-01 01:37:42 +02:00
effects.cpp
effects.h SAGA2: Fix more warnings with enumarations 2021-07-01 01:37:40 +02:00
enchant.cpp
enchant.h SAGA2: Fix more warnings 2021-07-01 01:37:40 +02:00
floating.cpp SAGA2: Fixed side effect in assertion. CID 1457988 2021-07-06 16:28:22 +02:00
floating.h SAGA2: Remove unused variable. CID 1457999 2021-07-10 00:56:07 +02:00
fontlib.h
fta.h SAGA2: Properly initialize alarm class. CID 1457913 2021-07-10 13:30:34 +02:00
gamemode.cpp
gamerate.h SAGA2: Fix GCC Signed vs. Unsigned Warning 2021-07-10 01:21:57 +01:00
gbevel.h SAGA2: More enum warnings fixed 2021-07-01 01:37:41 +02:00
gblitter.h
gdraw.cpp
gdraw.h SAGA2: Fix gPort instantiation. CID 1458031 2021-07-10 00:56:14 +02:00
gpointer.cpp
gpointer.h
grabinfo.cpp SAGA2: Initialize GrabInfo on instantiation. CID 1457996 2021-07-10 00:56:14 +02:00
grabinfo.h SAGA2: Move mouseInfo to Saga2Engine 2021-07-01 01:37:44 +02:00
grequest.cpp SAGA2: Use safer string copy function 2021-07-06 16:48:00 +02:00
grequest.h
gtext.cpp
gtextbox.cpp SAGA2: Init text blinking on creation. CID 1457865 2021-07-10 00:56:14 +02:00
gtextbox.h
hresmgr.cpp SAGA2: Init hResource on failed read. CID 1458092 2021-07-10 13:09:57 +02:00
hresmgr.h SAGA2: Cleanup hResMgr 2021-07-06 16:36:31 +02:00
idtypes.h SAGA2: Properly initialize MetaTileID and ActiveItemID. CID 1457892, 1458029 2021-07-10 13:18:29 +02:00
imagcach.cpp SAGA2: Fix CImageNode initialization. CID 1457944 2021-07-10 13:23:34 +02:00
imagcach.h SAGA2: Move _imagaCache constructor to Saga2Engine 2021-07-09 02:17:19 +09:00
input.h SAGA2: Fix more warnings with enumarations 2021-07-01 01:37:40 +02:00
interp.cpp SAGA2: Remove placement-new for threadList 2021-07-09 12:59:42 +09:00
intrface.cpp SAGA2: Class initialization fixes. CID 1457913, 1457897 2021-07-10 13:30:58 +02:00
intrface.h SAGA2: Fix more warnings with enumarations 2021-07-01 01:37:40 +02:00
loadmsg.cpp
loadmsg.h
loadsave.cpp SAGA2: Implement TaskStack save/loading 2021-07-09 22:01:26 +09:00
loadsave.h SAGA2: Add game save stub 2021-07-05 20:23:07 +09:00
localize.h
magic.cpp SAGA2: Fix out-of-bounds read.. CID 1457984 2021-07-06 17:49:36 +02:00
magic.h
main.cpp SAGA2: Fix frameSmoother initialization. CID 1458020 2021-07-10 00:56:14 +02:00
mainmap.cpp
mainmap.h SAGA2: Cleanup Win32-specific code 2021-07-01 01:37:42 +02:00
mapfeatr.cpp SAGA2: Use safer string copy function 2021-07-06 16:37:44 +02:00
mapfeatr.h
messager.cpp
messager.h
metaengine.cpp
methods.r
mission.cpp
mission.h
modal.cpp SAGA2: Clean more global constructors in tile.cpp 2021-07-04 15:44:10 +09:00
modal.h
module.mk SAGA2: Fix linking 2021-07-07 03:09:59 +02:00
motion.cpp SAGA2: Implement MotionTasks save/loading 2021-07-09 12:59:41 +09:00
motion.h SAGA2: Implement MotionTasks save/loading 2021-07-09 12:59:41 +09:00
mouseimg.cpp
mouseimg.h
msgbox.cpp SAGA2: Use safer string copy function 2021-07-06 16:48:00 +02:00
msgbox.h
music.cpp SAGA2: Attempt to fix MIDI volume setting 2021-07-06 00:37:07 +02:00
music.h SAGA2: Attempt to fix MIDI volume setting 2021-07-06 00:37:07 +02:00
objects.cpp SAGA2: Implement objects save/loading 2021-07-08 07:09:21 +09:00
objects.h SAGA2: Implement objects save/loading 2021-07-08 07:09:21 +09:00
objproto.cpp SAGA2: Move globalContainerList to Saga2Engine 2021-07-06 21:34:48 +02:00
objproto.h SAGA2: Implement objects save/loading 2021-07-08 07:09:21 +09:00
oncall.h
palette.h
panel.cpp SAGA2: Change abs to ABS 2021-07-04 11:54:29 -07:00
panel.h SAGA2: Kill DList 2021-07-03 10:54:53 +09:00
path.cpp SAGA2: Change abs to ABS 2021-07-04 11:54:29 -07:00
patrol.cpp SAGA2: Fix more global constructors warnings 2021-07-02 03:33:13 +09:00
patrol.h SAGA2: Fix more global constructors warnings 2021-07-02 03:33:13 +09:00
pclass.r
player.cpp SAGA2: Fix GCC Signed vs. Unsigned Comparison Warnings 2021-07-09 04:36:30 +01:00
player.h SAGA2: Implement CenterActor save/loading 2021-07-09 06:23:32 +09:00
playmode.cpp SAGA2: Get rid of tileRect 2021-07-01 22:59:44 +02:00
priqueue.h
program.h
property.cpp SAGA2: Fix codacy warnings 2021-07-01 01:37:43 +02:00
property.h SAGA2: Fix more warnings with enumarations 2021-07-01 01:37:40 +02:00
pt2angle.cpp
rect.cpp SAGA2: Implement Actor saving 2021-07-07 12:36:51 +09:00
rect.h SAGA2: Implement Actor saving 2021-07-07 12:36:51 +09:00
saga2.cpp SAGA2: Move mTaskList to Saga2Engine 2021-07-09 12:59:41 +09:00
saga2.h SAGA2: Move mTaskList to Saga2Engine 2021-07-09 12:59:41 +09:00
sagafunc.cpp SAGA2: Move globalContainerList to Saga2Engine 2021-07-06 21:34:48 +02:00
savefile.cpp SAGA2: Use safer string copy function 2021-07-06 16:48:00 +02:00
savefile.h SAGA2: Implement Globals saving and loading 2021-07-06 08:47:09 +09:00
script.h SAGA2: Implement SAGA Threads save/loading 2021-07-09 08:51:08 +09:00
sensor.cpp SAGA2: Fix Sensor/SensorList cleanup 2021-07-06 08:47:09 +09:00
sensor.h SAGA2: Remove commas at ends of enumerations 2021-07-01 01:37:40 +02:00
setup.h SAGA2: Get rid of tileRect 2021-07-01 22:59:44 +02:00
shorten.cpp SAGA + SAGA2: Fix build 2021-07-01 15:57:05 +02:00
shorten.h SAGA2: Initial code for voice playback 2021-07-01 01:37:37 +02:00
speech.cpp SAGA2: Change abs to ABS 2021-07-04 11:54:29 -07:00
speech.h SAGA2: Kill DList 2021-07-03 10:54:53 +09:00
spelcast.cpp SAGA2: Clean global constructors in speldata.cpp 2021-07-04 16:35:24 +09:00
speldata.cpp SAGA2: Clean global constructors in speldata.cpp 2021-07-04 16:35:24 +09:00
speldefs.h SAGA2: Fix initialization of SpellTarget. CID 1457848, CID 1457849 2021-07-06 14:40:29 +02:00
speldraw.cpp SAGA2: Another fix to make AmigaOS happier 2021-07-01 11:34:01 +02:00
spellbuk.h SAGA2: Fix more warnings 2021-07-01 01:37:40 +02:00
spellini.cpp
spellio.cpp SAGA2: Clean global constructors in speldata.cpp 2021-07-04 16:35:24 +09:00
spellio.h
spellloc.cpp
spells.h SAGA2: Fix more warnings with enumarations 2021-07-01 01:37:40 +02:00
spellsiz.cpp
spellspr.cpp
spellsta.cpp
spelshow.h SAGA2: Clean global constructors in speldata.cpp 2021-07-04 16:35:24 +09:00
spelvals.h SAGA2: Fix more global constructors 2021-07-02 02:31:36 +09:00
sprite.cpp SAGA2: Fix for GCC Warnings from 64-bit Stream API Changes 2021-07-09 04:22:49 +01:00
sprite.h SAGA2: Implement Actor loading partially 2021-07-07 12:36:51 +09:00
stimtype.h SAGA2: Remove commas at ends of enumerations 2021-07-01 01:37:40 +02:00
tagnoise.h
target.cpp SAGA2: Imlement Assignment saving 2021-07-08 04:34:39 +09:00
target.h SAGA2: Imlement Assignment saving 2021-07-08 04:34:39 +09:00
task.cpp SAGA2: Implement TaskStack save/loading 2021-07-09 22:01:26 +09:00
task.h SAGA2: Implement TaskStack save/loading 2021-07-09 22:01:26 +09:00
tcoords.h SAGA2: Imlement Assignment saving 2021-07-08 04:34:39 +09:00
terrain.cpp
terrain.h
tile.cpp SAGA2: Implement TileCyclingState save/loading 2021-07-09 08:51:08 +09:00
tile.h SAGA2: Implement TileCyclingState save/loading 2021-07-09 08:51:08 +09:00
tileline.cpp SAGA2: Get rid of tileRect 2021-07-01 22:59:44 +02:00
tileline.h
tileload.cpp
tileload.h SAGA2: Cleanup Win32-specific code 2021-07-01 01:37:42 +02:00
tilemode.cpp SAGA2: Get rid of tileRect 2021-07-01 22:59:44 +02:00
tilemode.h SAGA2: Fix MSVC compilation 2021-07-01 01:37:42 +02:00
tilevect.h
timers.cpp SAGA2: Implement SAGA Threads save/loading 2021-07-09 08:51:08 +09:00
timers.h SAGA2: Kill DList 2021-07-03 10:54:53 +09:00
tower.cpp
tower.h
towerfta.cpp SAGA2: Move mainPort to Saga2Engine 2021-07-01 01:37:44 +02:00
towerfta.h SAGA2: Re-enable audio 2021-07-01 01:37:38 +02:00
towerwin.h SAGA2: Fix more enum warnings 2021-07-01 01:37:41 +02:00
transit.cpp
transit.h
tromode.cpp SAGA2: Cleanup Win32-specific code 2021-07-01 01:37:42 +02:00
tromode.h
uidialog.cpp SAGA2: Use safer string copy function 2021-07-06 16:48:00 +02:00
uidialog.h SAGA2: Fix more warnings 2021-07-01 01:37:40 +02:00
uimetrcs.h SAGA2: Remove some global constructors in intrface.cpp 2021-07-01 01:37:39 +02:00
uitext.h
vbacksav.cpp SAGA2: Stubbed musicBuffer methods 2021-07-01 01:37:42 +02:00
vbacksav.h
vdraw.h SAGA2: Move mainPort to Saga2Engine 2021-07-01 01:37:44 +02:00
version.h
video.cpp
videobox.cpp SAGA2: Move mainPort to Saga2Engine 2021-07-01 01:37:44 +02:00
videobox.h SAGA2: Fix more enum warnings 2021-07-01 01:37:41 +02:00
vpage.h SAGA2: Fix more global constructor warnings 2021-07-02 04:06:46 +09:00
vpal.cpp
vpal.h
vwdraw.cpp SAGA2: Fix more global constructor warnings 2021-07-02 04:06:46 +09:00
weapons.cpp
weapons.h