Fixed movement stuttering, which was due to unsynchronized fixed triggering of players. Renamed M_CheckTrigger to M_RunTrigger, and created a new M_CheckTrigger for const trigger_t* usage. This will allow sharing a single trigger for many users.
Fixed compiler warnings in drOpenGL on UNIX builds.
Fixed movement stuttering, which was due to unsynchronized fixed triggering of players. Renamed M_CheckTrigger to M_RunTrigger, and created a new M_CheckTrigger for const trigger_t* usage. This will allow sharing a single trigger for many users.
Fixed compiler warnings in drOpenGL on UNIX builds.
Renamed P_AddPlayerControl to P_NewPlayerControl.
Updated Xcode project.