Nightlies

The latest and greatest code. 30 of the most recent commits, in download form!

PSP: Don't test near plane and let GPU handle that instead

Majorly cuts down on number of quads that go through slower clipping path

Merge pull request #1543 from SpiralP/add-commands-unregister

Commands: Add Commands_Unregister API

Commands: Add Commands_Unregister API

Allows plugins to remove a previously registered chat command from the global cmds_head linked list.