Added client features of Unlagged to rtcwPro#455
Open
IlJuniorlI wants to merge 2 commits intortcwmp-com:developfrom
Open
Added client features of Unlagged to rtcwPro#455IlJuniorlI wants to merge 2 commits intortcwmp-com:developfrom
IlJuniorlI wants to merge 2 commits intortcwmp-com:developfrom
Conversation
Contributor
Author
|
@krazykaze81 debugged and tested all features. Everything is working as intended. One small QOL bug still present (doesn't affect gameplay) which is ONLY present with cg_delag enabled on the attackers end. When a player is downed and the attacking player is shooting the downed player waiting to be revived the hits do not show the smoke puffs or blood splatters. This is due to CG_Trace() not working with CONTENTS_CORPSE. |
fix tracer spread Update cg_unlagged.c disabled support for sten and sniper Update cg_ents.c Update cg_ents.c Update cg_ents.c Update cg_ents.c Update cg_event.c Update cg_unlagged.c cleanup CG_PredictedWeapon added qboolean to check for weapons allowed to be attack predicted Update cg_ents.c rollback venom prediction was unused anyway Update cg_unlagged.c Update cg_predict.c fix for grenade clicking when standing still after priming nade Update cg_unlagged.c added alternate way to get the aimSpreadScale Update cl_cgame.c decreased max timenudge allowed code cleanup Update q_shared.h added missing void Update q_shared.h removed unused define Update cg_weapons.c removed multiple definition of `SnapVectorTowards' Update q_shared.c moved SnapVectorTowards() Update cg_predict.c commented out cg_latentCmds cg_unlagged added client side support for unlagged
latest version of libunwind fails to build due to error in src code includes cg_unlagged.c Update rtcwpro-compile-18 fix to build on ubuntu 18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added client side attack prediction of mp40, thompson, luger, and colt ( cg_delag 0 or 1 )
added optimized prediction ( cg_optimizePrediction 0 or 1 )
added early transitioning
added projectile nudge
removed unused unlagged code
removed unlagged lag simulation and debug code