This website requires JavaScript.
Explore
Help
Register
Sign In
quick
/
netradiant-custom
Watch
1
Star
0
Fork
You've already forked netradiant-custom
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
turn quake3 tools to cpp
Browse Source
...
This commit is contained in:
Garux
2021-01-15 01:37:23 +03:00
parent
2734cbd1e0
commit
fafa271a46
72 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
0
tools/quake3/common/aselib.c → tools/quake3/common/aselib.cpp
Unescape
Escape
View File
0
tools/quake3/common/bspfile.c → tools/quake3/common/bspfile.cpp
Unescape
Escape
View File
0
tools/quake3/common/cmdlib.c → tools/quake3/common/cmdlib.cpp
Unescape
Escape
View File
0
tools/quake3/common/imagelib.c → tools/quake3/common/imagelib.cpp
Unescape
Escape
View File
0
tools/quake3/common/inout.c → tools/quake3/common/inout.cpp
Unescape
Escape
View File
0
tools/quake3/common/jpeg.c → tools/quake3/common/jpeg.cpp
Unescape
Escape
View File
0
tools/quake3/common/l3dslib.c → tools/quake3/common/l3dslib.cpp
Unescape
Escape
View File
0
tools/quake3/common/md4.c → tools/quake3/common/md4.cpp
Unescape
Escape
View File
0
tools/quake3/common/miniz.c → tools/quake3/common/miniz.cpp
Unescape
Escape
View File
0
tools/quake3/common/mutex.c → tools/quake3/common/mutex.cpp
Unescape
Escape
View File
0
tools/quake3/common/polylib.c → tools/quake3/common/polylib.cpp
Unescape
Escape
View File
0
tools/quake3/common/scriplib.c → tools/quake3/common/scriplib.cpp
Unescape
Escape
View File
0
tools/quake3/common/threads.c → tools/quake3/common/threads.cpp
Unescape
Escape
View File
0
tools/quake3/common/trilib.c → tools/quake3/common/trilib.cpp
Unescape
Escape
View File
0
tools/quake3/common/unzip.c → tools/quake3/common/unzip.cpp
Unescape
Escape
View File
0
tools/quake3/common/vfs.c → tools/quake3/common/vfs.cpp
Unescape
Escape
View File
0
tools/quake3/q3data/3dslib.c → tools/quake3/q3data/3dslib.cpp
Unescape
Escape
View File
0
tools/quake3/q3data/compress.c → tools/quake3/q3data/compress.cpp
Unescape
Escape
View File
0
tools/quake3/q3data/images.c → tools/quake3/q3data/images.cpp
Unescape
Escape
View File
0
tools/quake3/q3data/md3lib.c → tools/quake3/q3data/md3lib.cpp
Unescape
Escape
View File
0
tools/quake3/q3data/models.c → tools/quake3/q3data/models.cpp
Unescape
Escape
View File
0
tools/quake3/q3data/oldstuff.c → tools/quake3/q3data/oldstuff.cpp
Unescape
Escape
View File
0
tools/quake3/q3data/p3dlib.c → tools/quake3/q3data/p3dlib.cpp
Unescape
Escape
View File
0
tools/quake3/q3data/polyset.c → tools/quake3/q3data/polyset.cpp
Unescape
Escape
View File
0
tools/quake3/q3data/q3data.c → tools/quake3/q3data/q3data.cpp
Unescape
Escape
View File
0
tools/quake3/q3data/stripper.c → tools/quake3/q3data/stripper.cpp
Unescape
Escape
View File
0
tools/quake3/q3data/video.c → tools/quake3/q3data/video.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/autopk3.c → tools/quake3/q3map2/autopk3.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/brush.c → tools/quake3/q3map2/brush.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/brush_primit.c → tools/quake3/q3map2/brush_primit.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/bsp.c → tools/quake3/q3map2/bsp.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/bspfile_abstract.c → tools/quake3/q3map2/bspfile_abstract.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/bspfile_ibsp.c → tools/quake3/q3map2/bspfile_ibsp.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/bspfile_rbsp.c → tools/quake3/q3map2/bspfile_rbsp.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/convert_ase.c → tools/quake3/q3map2/convert_ase.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/convert_bsp.c → tools/quake3/q3map2/convert_bsp.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/convert_map.c → tools/quake3/q3map2/convert_map.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/convert_obj.c → tools/quake3/q3map2/convert_obj.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/decals.c → tools/quake3/q3map2/decals.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/exportents.c → tools/quake3/q3map2/exportents.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/facebsp.c → tools/quake3/q3map2/facebsp.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/fog.c → tools/quake3/q3map2/fog.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/help.c → tools/quake3/q3map2/help.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/image.c → tools/quake3/q3map2/image.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/leakfile.c → tools/quake3/q3map2/leakfile.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/light.c → tools/quake3/q3map2/light.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/light_bounce.c → tools/quake3/q3map2/light_bounce.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/light_shadows.c → tools/quake3/q3map2/light_shadows.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/light_trace.c → tools/quake3/q3map2/light_trace.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/light_ydnar.c → tools/quake3/q3map2/light_ydnar.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/lightmaps.c → tools/quake3/q3map2/lightmaps.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/lightmaps_ydnar.c → tools/quake3/q3map2/lightmaps_ydnar.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/main.c → tools/quake3/q3map2/main.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/map.c → tools/quake3/q3map2/map.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/mesh.c → tools/quake3/q3map2/mesh.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/minimap.c → tools/quake3/q3map2/minimap.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/model.c → tools/quake3/q3map2/model.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/patch.c → tools/quake3/q3map2/patch.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/path_init.c → tools/quake3/q3map2/path_init.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/portals.c → tools/quake3/q3map2/portals.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/prtfile.c → tools/quake3/q3map2/prtfile.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/shaders.c → tools/quake3/q3map2/shaders.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/surface.c → tools/quake3/q3map2/surface.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/surface_extra.c → tools/quake3/q3map2/surface_extra.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/surface_foliage.c → tools/quake3/q3map2/surface_foliage.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/surface_fur.c → tools/quake3/q3map2/surface_fur.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/surface_meta.c → tools/quake3/q3map2/surface_meta.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/tjunction.c → tools/quake3/q3map2/tjunction.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/tree.c → tools/quake3/q3map2/tree.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/vis.c → tools/quake3/q3map2/vis.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/visflow.c → tools/quake3/q3map2/visflow.cpp
Unescape
Escape
View File
0
tools/quake3/q3map2/writebsp.c → tools/quake3/q3map2/writebsp.cpp
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
quick/netradiant-custom
Title
Body
Create Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block