smallmodel
3c1500002b
Implement the destructor for the World class to free up the target list
2024-10-25 20:44:00 +02:00
smallmodel
3d454c90cb
Rework the target list, use a container instead of an hash set so the target list gets archived correctly
...
This fixes an issue when loading from a save. A variable referencing target list container would have random entities in it, which would cause errors and crashes when trying to do an action on the array of entities
2024-10-22 20:05:53 +02:00
smallmodel
61e9146385
Moved con_set entry to the header file
...
This fixes compilation issue with GCC (fixes #288 )
2024-03-05 18:30:31 +01:00
smallmodel
cebb351505
Added and implemented TargetList
2024-03-04 23:08:22 +01:00
smallmodel
f1d76a042d
Added WithinFarplaneDistance
2023-10-14 20:23:35 +02:00
smallmodel
d757fa6306
Renamed world.cpp and world.h to worldspawn.cpp and worldspawn.h
2023-10-08 00:08:47 +02:00