├── CMF.txt ├── CMFView.ex_ ├── LICENSE ├── MAPFiles.pdf ├── Notes.txt ├── README.md ├── WAD3.cpp ├── WAD3.h ├── brush.cpp ├── brush.h ├── csg.cpp ├── csg.dsp ├── csg.dsw ├── csg.ex_ ├── entity.cpp ├── entity.h ├── face.cpp ├── map.cpp ├── map.h ├── math.h ├── poly.cpp ├── property.cpp └── texture.cpp /CMF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/CMF.txt -------------------------------------------------------------------------------- /CMFView.ex_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/CMFView.ex_ -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/LICENSE -------------------------------------------------------------------------------- /MAPFiles.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/MAPFiles.pdf -------------------------------------------------------------------------------- /Notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/Notes.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/README.md -------------------------------------------------------------------------------- /WAD3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/WAD3.cpp -------------------------------------------------------------------------------- /WAD3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/WAD3.h -------------------------------------------------------------------------------- /brush.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/brush.cpp -------------------------------------------------------------------------------- /brush.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/brush.h -------------------------------------------------------------------------------- /csg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/csg.cpp -------------------------------------------------------------------------------- /csg.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/csg.dsp -------------------------------------------------------------------------------- /csg.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/csg.dsw -------------------------------------------------------------------------------- /csg.ex_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/csg.ex_ -------------------------------------------------------------------------------- /entity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/entity.cpp -------------------------------------------------------------------------------- /entity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/entity.h -------------------------------------------------------------------------------- /face.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/face.cpp -------------------------------------------------------------------------------- /map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/map.cpp -------------------------------------------------------------------------------- /map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/map.h -------------------------------------------------------------------------------- /math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/math.h -------------------------------------------------------------------------------- /poly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/poly.cpp -------------------------------------------------------------------------------- /property.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/property.cpp -------------------------------------------------------------------------------- /texture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stefanha/map-files/HEAD/texture.cpp --------------------------------------------------------------------------------