This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
raze
Watch
0
Star
0
Fork
You've already forked raze
0
mirror of
https://github.com/ZDoom/Raze.git
synced
2025-02-21 02:51:46 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9ca0e4ccc4
raze
/
polymer
/
eduke32
/
build
History
terminx
9ca0e4ccc4
vec2f_t drawpoly()
...
git-svn-id:
https://svn.eduke32.com/eduke32@4671
1a8010ca-5511-0410-912e-c29ae57300e0
2014-10-25 03:33:26 +00:00
..
doc
Novelty: Add Ken's "todo list from the Build days" alongside his other documentation.
2014-01-12 14:04:19 +00:00
include
set_globalpos(), updates both integer (globalposx/y/z) and float (fglobalposx/y/z) representations of the current camera view position. Storing the float representation pre-converted saves us from the delay incurred on ARM when converting an integer and transferring it to the FPU, though this delay is mostly negated already by using the hardfp ABI.
2014-10-25 03:32:26 +00:00
src
vec2f_t drawpoly()
2014-10-25 03:33:26 +00:00
buildlic.txt
Moved build to a subdir underneath the eduke32 dir to avoid people trying to compile from the build src dir by mistake
2008-10-20 03:09:19 +00:00
Makefile.deps
Nuke unused lzwnew.c/h
2014-10-25 03:31:12 +00:00