gzdoom-gles/src/maploader
Christoph Oelckers a38633aa22 - moved the file name management out of the single resource lumps.
This is now being managed by the main file system class. The single lumps should only concern themselves with the actual data they manage, not with how the file system presents them to the outside.
The IWAD detection code was also switched to use a file system wrapper instead of looking at the single files directly.
2020-04-11 14:00:16 +02:00
..
compatibility.cpp - added generic level post-processing script class 2019-11-10 11:37:02 +02:00
edata.cpp - moved the tag manager into FLevelLocals 2019-01-24 01:53:05 +01:00
glnodes.cpp - moved the file name management out of the single resource lumps. 2020-04-11 14:00:16 +02:00
maploader.cpp - moved more code to 'common'. 2020-04-11 14:00:12 +02:00
maploader.h - added generic level post-processing script class 2019-11-10 11:37:02 +02:00
polyobjects.cpp - fix polyobject init 2019-02-04 13:10:53 +01:00
postprocessor.cpp - removed the implicit conversion operators from FName. 2020-04-11 14:00:13 +02:00
renderinfo.cpp - fixed a few issues pointed out by the assert in the TArray [] operator. 2020-04-11 14:00:10 +02:00
slopes.cpp - moved the combined compatibility flags into FLevelLocals. 2019-01-29 19:28:22 +01:00
specials.cpp - compatibility workaround for using Scroll_Texture_Model with a line id of 0. 2020-01-12 13:21:15 +01:00
strifedialogue.cpp - removed erroneous assignment of dialog reply 2019-06-07 17:40:36 +03:00
udmf.cpp - removed the implicit conversion operators from FName. 2020-04-11 14:00:13 +02:00
udmf.h - removed the implicit conversion operators from FName. 2020-04-11 14:00:13 +02:00
usdf.cpp - removed the implicit conversion operators from FName. 2020-04-11 14:00:13 +02:00