Christoph Oelckers
cad2be46ac
- fixed several Destroy methods which blanketly assumed that the object's pointers were valid to use without checks.
...
This is not the case if deserialization prematurely aborts. The entire object may be invalid if something in the deserializer I_Error's out.
2016-09-23 08:49:30 +02:00
Randy Heit
55142078d8
Normalize line endings
2016-03-01 09:47:10 -06:00
Teemu Piippo
2f027504b6
Show sector action boundaries on the automap like line specials are.
2015-09-12 04:47:49 +03:00
Christoph Oelckers
e49e926bd9
- added option to ASectorAction to remove itself upon triggering by setting the STANDSTILL flag on the map thing.
2014-05-13 21:26:51 +02:00
Christoph Oelckers
1ea5cc8bd8
- added a function to execute action specials and changed all calls to use this function. This was done to make it easier to check such calls.
...
SVN r3152 (trunk)
2011-02-13 10:18:28 +00:00
Christoph Oelckers
14e94b86e2
- Replaced the ActorInfo definitions of several internal classes with DECORATE definitions
...
SVN r1133 (trunk)
2008-08-08 22:52:04 +00:00
Randy Heit
f2660dc336
- Merged the GC branch back into the trunk, so now it can receive more
...
testing from the people who download SVN trunk builds.
SVN r795 (trunk)
2008-03-12 02:56:11 +00:00
Randy Heit
e2179d5c2d
Guess what. It's not 2005 anymore.
...
SVN r184 (trunk)
2006-06-11 01:37:00 +00:00
Randy Heit
90b5130db0
- Fixed: The C code in AltSoundRenderer::CopyAndClip() did not shift the sample
...
data enough (2 bits instead of 8), so it was super loud and aliased.
- Fixes for GCC 4.1: Several type-punned pointer warnings, but more
importantly, declaring a friend function inside a class body is no longer
enough to declare that function globally; you must declare it again outside
the class.
- Upgraded FArchive::SerializePointer so that it can store 32-bit indices.
- ACS printing pcodes now build their string in an FSttring instead of a fixed
sized buffer on the stack.
SVN r145 (trunk)
2006-05-26 04:38:22 +00:00
Christoph Oelckers
da51ac7446
SVN r49 (trunk)
2006-04-16 13:29:50 +00:00
Randy Heit
cf11cbdb30
Directory restructuring to make it easier to version projects that don't build zdoom.exe.
...
SVN r4 (trunk)
2006-02-24 04:48:15 +00:00