]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/common/physics.qc
Convert some more floats to ints/bools
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics.qc
2015-05-01 MarioConvert some more floats to ints/bools
2015-04-25 MarioMerge some changes from combined updates branch
2015-04-14 MarioMerge branch 'master' into Mario/qc_physics_prehax
2015-03-16 MarioAllow true flight with flight buff
2015-03-16 MarioAdd movetype updates from QC physics branch
2015-03-16 MarioMerge some changes from prediction branch
2015-03-16 MarioMerge branch 'master' into Mario/qc_physics_prehax
2015-02-22 MarioTest hax
2015-02-20 MarioNetwork dphitcontentsmask for accurate prediction on...
2015-02-19 MarioA few trillion lines of untested junk, committing now...
2015-02-17 MarioMerge branch 'TimePath/experiments/csqc_prediction...
2015-02-17 MarioMerge branch 'master' into TimePath/experiments/csqc_pr...
2015-02-17 MarioMerge branch 'TimePath/experiments/csqc_prediction...
2015-02-02 TimePathMerge remote-tracking branch 'origin/TimePath/experimen...
2015-02-02 TimePathMerge branch 'master' into TimePath/experiments/csqc_pr...
2015-01-30 TimePathMerge branch 'Mario/qc_updates' into TimePath/csqc_pred...
2015-01-30 MarioMove swamps across (as with all physics related stuff...
2015-01-29 MarioIt actually compiles
2015-01-27 MarioMerge branch 'master' into TimePath/experiments/csqc_pr...
2015-01-21 TimePathMerge branch 'master' into TimePath/experiments/csqc_pr...
2015-01-11 MarioMerge branch 'master' into TimePath/experiments/csqc_pr...
2015-01-05 MarioAdd slick surface support
2015-01-05 MarioPredict conveyors
2015-01-05 TimePathMerge branch 'master' into TimePath/experiments/csqc_pr...
2014-12-16 MarioMerge branch 'master' into TimePath/experiments/csqc_pr...
2014-12-15 TimePathBegin porting SV_WalkMove for the stair jump fix
2014-12-14 TimePathMerge branch 'master' into TimePath/experiments/csqc_pr...
2014-12-14 TimePathFix schrödinger's IS_ONGROUND bug
2014-12-12 MarioReorder jumppad file a little and get rid of dotproduct...
2014-12-12 MarioRemove some old comments
2014-12-12 MarioMake CSQC use PlayerJump
2014-12-12 MarioHandle client frames same as server
2014-12-12 MarioMove client side jump calculation into CheckPlayerJump
2014-12-12 MarioAdd a hack to fix track_canjump (using client cvar...
2014-12-12 MarioClient side multijump (broken due to physics issues)
2014-12-12 MarioBroken jumppad prediction
2014-12-12 TimePathMerge branch 'master' into TimePath/experiments/csqc_pr...
2014-12-11 MarioAttempt to make ladders predicted (currently quite...
2014-12-11 TimePathCreate button macros
2014-12-11 MarioCall the setpressedkeys functions in the right place...
2014-12-11 TimePathRemove physics macro includes
2014-12-11 TimePathExtract physics macro definitions
2014-12-11 MarioMove some dodging stuff into dodging file
2014-12-11 MarioRough support for dodging prediction
2014-12-10 TimePathFix air acceleration the same way
2014-12-10 TimePathFix slope sliding
2014-12-10 MarioPredict jetpack
2014-12-10 TimePathFix crazy walk speed
2014-12-10 TimePathSync air physics with engine
2014-12-10 TimePathSync walk physics with engine
2014-12-10 TimePathSync water move physics with engine
2014-12-10 MarioMove stat updates to a function for easier access
2014-12-10 TimePathImprove water movement prediction
2014-12-10 TimePathUse more constants
2014-12-10 MarioMove physics stats loading into physics file
2014-12-10 MarioFailed attempt to make CheckWaterJump work with CSQC
2014-12-09 MarioFix water movement and add a networked stat for the...
2014-12-09 MarioFix water prediction by using a legacy function
2014-12-09 MarioFix a couple of missing stats
2014-12-09 MarioPrepare for predicted jetpack and swimming
2014-12-09 MarioBring it back (apparently, pmove_flags is not set by...
2014-12-09 MarioGet rid of CSQC_ClientMovement_UpdateStatus (the stuff...
2014-12-09 TimePathRemove the last self parameter
2014-12-09 TimePathClean up code
2014-12-08 TimePathUse global self
2014-12-08 TimePathMerge client and server physics routines
2014-12-08 TimePathRemove the weird old hack that only increases bandwidth...
2014-12-08 TimePathInterleave server/cl_physics.qc with common/physics...
2014-12-08 TimePathPartially merge server and client physics
2014-12-08 TimePathExtract movement prediction into its own module and...