dhewm3/neo/d3xp/gamesys
dhewg fad995722c 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.
2011-12-27 21:27:27 +01:00
..
Callbacks.cpp Fix event callbacks for x86_64 2011-12-10 15:36:09 +01:00
Class.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
Class.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
DebugGraph.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
DebugGraph.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
Event.cpp Implement saving and restoring of event strings 2011-12-27 21:27:27 +01:00
Event.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
NoGameTypeInfo.h Fix -Wunused-variable warnings 2011-12-10 15:36:03 +01:00
SaveGame.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
SaveGame.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
SysCmds.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
SysCmds.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
SysCvar.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
SysCvar.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
TypeInfo.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00
TypeInfo.h Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00