Nightlies

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

Revert "Dreamcast: Avoid clipflags calculation when possible"

This reverts commit f775a0e7e2b19e397aa216d312197fea4624f7e2.

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.