Commit Graph

7 Commits

Author SHA1 Message Date
Kevin Shanahan
40d27b77d0 world: constify SV_HullPointContents
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-03-16 13:20:43 +10:30
Kevin Shanahan
989860f7fe world: remove unused function SV_TestPlayerPosition
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-01-05 16:12:33 +10:30
Kevin Shanahan
83eb2378be world: make private functions static
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-01-05 16:12:04 +10:30
Kevin Shanahan
5a6da3adf0 mathlib: create PSIDE_* define for BoxOnPlaneSide return values
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-01-02 13:34:33 +10:30
Kevin Shanahan
ed431a1658 model: use 32-bit clipnode numbers internally
Convert the in-memory clipnode_t structure to use 32-bit clipnode numbers.
Simplifies some code and will allow for larger maps to be loaded from
updated binary formats.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-12-30 10:47:55 +10:30
Kevin Shanahan
acfc75321e model: remove gl_model.h and use model.h everywhere
Gets rid of a bunch of conditionals throughout the .c files as well.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-19 13:22:30 +10:30
Kevin Shanahan
e74e08e909 world: move world.c to common directory
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2012-11-13 09:27:45 +10:30