]> git.xonotic.org Git - xonotic/netradiant.git/commit
tools/heretic2: move heretic2 stuff to its own directory
authorThomas Debesse <dev@illwieckz.net>
Fri, 5 Jul 2019 22:33:50 +0000 (00:33 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sat, 13 Jul 2019 17:57:15 +0000 (19:57 +0200)
commit0a780d5e3586c9116b7d8bacaee711853931367a
tree25316ba090ed5f1ed68fd4b3c88a60ad7925ceac
parent5bacc7d8743f0ac892d0c19b9265174ea038be5c
tools/heretic2: move heretic2 stuff to its own directory
134 files changed:
Makefile
tools/CMakeLists.txt
tools/heretic2/CMakeLists.txt [new file with mode: 0644]
tools/heretic2/common/bspfile.c [new file with mode: 0644]
tools/heretic2/common/bspfile.h [new file with mode: 0644]
tools/heretic2/common/cmdlib.c [new file with mode: 0644]
tools/heretic2/common/cmdlib.h [new file with mode: 0644]
tools/heretic2/common/her2_threads.h [new file with mode: 0644]
tools/heretic2/common/inout.c [new file with mode: 0644]
tools/heretic2/common/inout.h [new file with mode: 0644]
tools/heretic2/common/l3dslib.c [new file with mode: 0644]
tools/heretic2/common/l3dslib.h [new file with mode: 0644]
tools/heretic2/common/lbmlib.c [new file with mode: 0644]
tools/heretic2/common/lbmlib.h [new file with mode: 0644]
tools/heretic2/common/mathlib.c [new file with mode: 0644]
tools/heretic2/common/mathlib.h [new file with mode: 0644]
tools/heretic2/common/md4.c [new file with mode: 0644]
tools/heretic2/common/md4.h [new file with mode: 0644]
tools/heretic2/common/path_init.c [new file with mode: 0644]
tools/heretic2/common/polylib.c [new file with mode: 0644]
tools/heretic2/common/polylib.h [new file with mode: 0644]
tools/heretic2/common/qfiles.c [new file with mode: 0644]
tools/heretic2/common/qfiles.h [new file with mode: 0644]
tools/heretic2/common/scriplib.c [new file with mode: 0644]
tools/heretic2/common/scriplib.h [new file with mode: 0644]
tools/heretic2/common/threads.c [new file with mode: 0644]
tools/heretic2/common/token.c [new file with mode: 0644]
tools/heretic2/common/token.h [new file with mode: 0644]
tools/heretic2/common/trilib.c [new file with mode: 0644]
tools/heretic2/common/trilib.h [new file with mode: 0644]
tools/heretic2/h2data/adpcm.h [new file with mode: 0644]
tools/heretic2/h2data/animcomp.c [new file with mode: 0644]
tools/heretic2/h2data/animcomp.h [new file with mode: 0644]
tools/heretic2/h2data/anorms.h [new file with mode: 0644]
tools/heretic2/h2data/book.c [new file with mode: 0644]
tools/heretic2/h2data/fmodels.c [new file with mode: 0644]
tools/heretic2/h2data/h2data.rc [new file with mode: 0644]
tools/heretic2/h2data/images.c [new file with mode: 0644]
tools/heretic2/h2data/jointed.c [new file with mode: 0644]
tools/heretic2/h2data/jointed.h [new file with mode: 0644]
tools/heretic2/h2data/joints.h [new file with mode: 0644]
tools/heretic2/h2data/models.c [new file with mode: 0644]
tools/heretic2/h2data/pics.c [new file with mode: 0644]
tools/heretic2/h2data/qd_fmodel.h [new file with mode: 0644]
tools/heretic2/h2data/qd_skeletons.c [new file with mode: 0644]
tools/heretic2/h2data/qd_skeletons.h [new file with mode: 0644]
tools/heretic2/h2data/qdata.c [new file with mode: 0644]
tools/heretic2/h2data/qdata.h [new file with mode: 0644]
tools/heretic2/h2data/resource.h [new file with mode: 0644]
tools/heretic2/h2data/sprites.c [new file with mode: 0644]
tools/heretic2/h2data/svdcmp.c [new file with mode: 0644]
tools/heretic2/h2data/tables.c [new file with mode: 0644]
tools/heretic2/h2data/tmix.c [new file with mode: 0644]
tools/heretic2/h2data/video.c [new file with mode: 0644]
tools/heretic2/qcommon/angles.h [new file with mode: 0644]
tools/heretic2/qcommon/arrayedlist.h [new file with mode: 0644]
tools/heretic2/qcommon/flex.h [new file with mode: 0644]
tools/heretic2/qcommon/fmodel.h [new file with mode: 0644]
tools/heretic2/qcommon/h2common.h [new file with mode: 0644]
tools/heretic2/qcommon/placement.h [new file with mode: 0644]
tools/heretic2/qcommon/q_typedef.h [new file with mode: 0644]
tools/heretic2/qcommon/qfiles.h [new file with mode: 0644]
tools/heretic2/qcommon/reference.c [new file with mode: 0644]
tools/heretic2/qcommon/reference.h [new file with mode: 0644]
tools/heretic2/qcommon/resourcemanager.c [new file with mode: 0644]
tools/heretic2/qcommon/resourcemanager.h [new file with mode: 0644]
tools/heretic2/qcommon/skeletons.c [new file with mode: 0644]
tools/heretic2/qcommon/skeletons.h [new file with mode: 0644]
tools/quake2/qdata_heretic2/CMakeLists.txt [deleted file]
tools/quake2/qdata_heretic2/adpcm.h [deleted file]
tools/quake2/qdata_heretic2/animcomp.c [deleted file]
tools/quake2/qdata_heretic2/animcomp.h [deleted file]
tools/quake2/qdata_heretic2/anorms.h [deleted file]
tools/quake2/qdata_heretic2/book.c [deleted file]
tools/quake2/qdata_heretic2/common/bspfile.c [deleted file]
tools/quake2/qdata_heretic2/common/bspfile.h [deleted file]
tools/quake2/qdata_heretic2/common/cmdlib.c [deleted file]
tools/quake2/qdata_heretic2/common/cmdlib.h [deleted file]
tools/quake2/qdata_heretic2/common/her2_threads.h [deleted file]
tools/quake2/qdata_heretic2/common/inout.c [deleted file]
tools/quake2/qdata_heretic2/common/inout.h [deleted file]
tools/quake2/qdata_heretic2/common/l3dslib.c [deleted file]
tools/quake2/qdata_heretic2/common/l3dslib.h [deleted file]
tools/quake2/qdata_heretic2/common/lbmlib.c [deleted file]
tools/quake2/qdata_heretic2/common/lbmlib.h [deleted file]
tools/quake2/qdata_heretic2/common/mathlib.c [deleted file]
tools/quake2/qdata_heretic2/common/mathlib.h [deleted file]
tools/quake2/qdata_heretic2/common/md4.c [deleted file]
tools/quake2/qdata_heretic2/common/md4.h [deleted file]
tools/quake2/qdata_heretic2/common/path_init.c [deleted file]
tools/quake2/qdata_heretic2/common/polylib.c [deleted file]
tools/quake2/qdata_heretic2/common/polylib.h [deleted file]
tools/quake2/qdata_heretic2/common/qfiles.c [deleted file]
tools/quake2/qdata_heretic2/common/qfiles.h [deleted file]
tools/quake2/qdata_heretic2/common/scriplib.c [deleted file]
tools/quake2/qdata_heretic2/common/scriplib.h [deleted file]
tools/quake2/qdata_heretic2/common/threads.c [deleted file]
tools/quake2/qdata_heretic2/common/token.c [deleted file]
tools/quake2/qdata_heretic2/common/token.h [deleted file]
tools/quake2/qdata_heretic2/common/trilib.c [deleted file]
tools/quake2/qdata_heretic2/common/trilib.h [deleted file]
tools/quake2/qdata_heretic2/fmodels.c [deleted file]
tools/quake2/qdata_heretic2/h2data.rc [deleted file]
tools/quake2/qdata_heretic2/images.c [deleted file]
tools/quake2/qdata_heretic2/jointed.c [deleted file]
tools/quake2/qdata_heretic2/jointed.h [deleted file]
tools/quake2/qdata_heretic2/joints.h [deleted file]
tools/quake2/qdata_heretic2/models.c [deleted file]
tools/quake2/qdata_heretic2/pics.c [deleted file]
tools/quake2/qdata_heretic2/qcommon/angles.h [deleted file]
tools/quake2/qdata_heretic2/qcommon/arrayedlist.h [deleted file]
tools/quake2/qdata_heretic2/qcommon/flex.h [deleted file]
tools/quake2/qdata_heretic2/qcommon/fmodel.h [deleted file]
tools/quake2/qdata_heretic2/qcommon/h2common.h [deleted file]
tools/quake2/qdata_heretic2/qcommon/placement.h [deleted file]
tools/quake2/qdata_heretic2/qcommon/q_typedef.h [deleted file]
tools/quake2/qdata_heretic2/qcommon/qfiles.h [deleted file]
tools/quake2/qdata_heretic2/qcommon/reference.c [deleted file]
tools/quake2/qdata_heretic2/qcommon/reference.h [deleted file]
tools/quake2/qdata_heretic2/qcommon/resourcemanager.c [deleted file]
tools/quake2/qdata_heretic2/qcommon/resourcemanager.h [deleted file]
tools/quake2/qdata_heretic2/qcommon/skeletons.c [deleted file]
tools/quake2/qdata_heretic2/qcommon/skeletons.h [deleted file]
tools/quake2/qdata_heretic2/qd_fmodel.h [deleted file]
tools/quake2/qdata_heretic2/qd_skeletons.c [deleted file]
tools/quake2/qdata_heretic2/qd_skeletons.h [deleted file]
tools/quake2/qdata_heretic2/qdata.c [deleted file]
tools/quake2/qdata_heretic2/qdata.h [deleted file]
tools/quake2/qdata_heretic2/resource.h [deleted file]
tools/quake2/qdata_heretic2/sprites.c [deleted file]
tools/quake2/qdata_heretic2/svdcmp.c [deleted file]
tools/quake2/qdata_heretic2/tables.c [deleted file]
tools/quake2/qdata_heretic2/tmix.c [deleted file]
tools/quake2/qdata_heretic2/video.c [deleted file]