dhewm3-sdk/game/gamesys
dhewg 92023f44ca Implement saving and restoring of event strings
Required for events with string arguments. On debug builds
an assert() is triggered when trying to save such an event,
while events could not be properly restored in any build.

This happens when going from map delta4 to hell1 and the
autosave feature kicks in. The trigger event 'selectWeapon'
with the string argument 'weapon_fists' is in the event queue.

With the binary from id a warning is issued:
WARNING: player1 is not carrying weapon ''
so the bug exists in there too, just that its a release build
and doesn't abort().

I also managed to trigger this while saving shortly after
activating an elevator switch.
2018-08-20 01:46:30 +02:00
..
Callbacks.cpp Fix event callbacks for x86_64 2018-08-20 01:46:24 +02:00
Class.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Class.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
DebugGraph.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
DebugGraph.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
Event.cpp Implement saving and restoring of event strings 2018-08-20 01:46:30 +02:00
Event.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
NoGameTypeInfo.h Fix -Wunused-variable warnings 2018-08-20 01:46:23 +02:00
SaveGame.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
SaveGame.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
SysCmds.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
SysCmds.h Fix all whitespace errors 2018-08-20 01:46:22 +02:00
SysCvar.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
SysCvar.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
TypeInfo.cpp Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00
TypeInfo.h Untangle the epic precompiled.h mess 2018-08-20 01:46:28 +02:00