The latest and greatest code. 30 of the most recent commits, in download form!
Dreamcast: Try to avoid clipping path when possible
Revert "Dreamcast: Avoid clipflags calculation when possible"
This reverts commit f775a0e7e2b19e397aa216d312197fea4624f7e2.
Dreamcast: Avoid clipflags calculation when possible
Dreamcast: tidy up assembly
Simplify virtual cursor support a bit
Dreamcast: Try to fix key releases not being detected sometimes
PSP: Use VFPU for matrix multiply
Merge pull request #1547 from ClassiCube/PSPClipFix
PSP clipping fixes part 1
PSP: write a few GPU commands directly
PSP: Avoid setting base command for clipped polygons
PSP: Don't break run if quad is culled by visible frustum
PSP: Refactor plane clipping function to do the loop there
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
PSP: Most chunks skip clipping path
PSP: also clip against Z planes
PSP: Split up checking assembly
PSP: Fix quad needs clipping function
PSP: only call ConvertTexturedQuad once
Merge pull request #1543 from SpiralP/add-commands-unregister
Commands: Add Commands_Unregister API
Merge pull request #1538 from shinovon/18
Symbian: Improve input
PSP: Fallover to next net profile after 10 seconds
Commands: Add Commands_Unregister API
Allows plugins to remove a previously registered chat command from the global cmds_head linked list.