projects
/
xonotic
/
xonotic-data.pk3dir.git
/ shortlog
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
xonotic/xonotic-data.pk3dir.git
2014-12-11
TimePath
Move dodging macros into mutator
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
TimePath
Remove physics macro includes
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
TimePath
Extract physics macro definitions
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
Mario
Use the common definition to set movement
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
Mario
Use TRUE and FALSE instead of 1 and 0
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
Mario
Make dead check common (don't really need it, as physic...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
Mario
Move some dodging stuff into dodging file
commit
|
commitdiff
|
tree
|
snapshot
2014-12-11
Mario
Rough support for dodging prediction
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
TimePath
Fix air acceleration the same way
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
TimePath
Fix slope sliding
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
Mario
Predict jetpack
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
TimePath
Fix crazy walk speed
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
TimePath
Sync air physics with engine
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
TimePath
Sync walk physics with engine
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
TimePath
Sync water move physics with engine
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
Mario
Move stat updates to a function for easier access
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
TimePath
Improve water movement prediction
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
TimePath
Use more constants
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
Mario
Move physics stats loading into physics file
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
Mario
Failed attempt to make CheckWaterJump work with CSQC
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
Mario
Fix water movement and add a networked stat for the...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
Mario
Fix water prediction by using a legacy function
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
Mario
Fix a couple of missing stats
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
Mario
Prepare for predicted jetpack and swimming
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
Mario
Bring it back (apparently, pmove_flags is not set by...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
Mario
Get rid of CSQC_ClientMovement_UpdateStatus (the stuff...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
TimePath
Remove the last self parameter
commit
|
commitdiff
|
tree
|
snapshot
2014-12-09
TimePath
Clean up code
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
TimePath
Use global self
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
TimePath
Merge client and server physics routines
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
TimePath
Remove the weird old hack that only increases bandwidth...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
TimePath
Delete server/cl_physics.qc, we no longer need it
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
TimePath
Interleave server/cl_physics.qc with common/physics...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Mario
Remove a weird old hack that only increases bandwidth...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Mario
Also set the stat
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
TimePath
Simplify SV_PlayerPhysics
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
TimePath
Split SV_PlayerPhysics
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Mario
Use client side crouch prediction
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
TimePath
Partially merge server and client physics
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
TimePath
Extract movement prediction into its own module and...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Mario
Remove an evil clone of makevectors
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Mario
Copy some stuff from the server side implementation...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-08
Mario
Port AirAccelerate function (doesn't fix air control...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-07
TimePath
Fix movement prediction
commit
|
commitdiff
|
tree
|
snapshot
2014-12-07
Mario
Clean up the cl_movement switch a bit
commit
|
commitdiff
|
tree
|
snapshot
2014-12-07
TimePath
Xonotic is PROTOCOL_DARKPLACES7, not PROTOCOL_QUAKEWORLD
commit
|
commitdiff
|
tree
|
snapshot
2014-12-07
TimePath
Switch from cvar() to getstatf()
commit
|
commitdiff
|
tree
|
snapshot
2014-12-07
TimePath
Initial translation
commit
|
commitdiff
|
tree
|
snapshot
2014-12-05
Mario
Temporary fix for missing alternate flag textures ...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-05
Mario
Merge branch 'terencehill/ca_fixes_and_more'
commit
|
commitdiff
|
tree
|
snapshot
2014-12-05
Mario
Merge branch 'master' into terencehill/ca_fixes_and_more
commit
|
commitdiff
|
tree
|
snapshot
2014-12-05
Mario
Add a few quick checks to ensure dead/frozen players...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-05
Mario
Merge branch 'Mario/ctf_fixes'
commit
|
commitdiff
|
tree
|
snapshot
2014-12-05
Mario
Fix flags passing through clips and becoming unreachabl...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-04
Mario
Update credits
commit
|
commitdiff
|
tree
|
snapshot
2014-12-04
Mario
Merge branch 'terencehill/scoreboard_fixes'
commit
|
commitdiff
|
tree
|
snapshot
2014-12-02
terencehill
In the first frame set up a temporary scoreboard layout...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-02
terencehill
score labels must be strunzoned as the server sends...
commit
|
commitdiff
|
tree
|
snapshot
2014-12-01
terencehill
Fix gametype names in default scoreboard column layout
commit
|
commitdiff
|
tree
|
snapshot
2014-11-28
terencehill
Make HUD_DefaultColumnLayout into a macro to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-28
terencehill
Fix broken defaut layout caused by recently added tdm...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-28
Mario
Merge branch 'Mario/random_spawns'
commit
|
commitdiff
|
tree
|
snapshot
2014-11-28
Mario
Default g_spawn_furthest to 0.5 (1 is too non-random...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-28
Mario
Merge branch 'terencehill/notification_cvars'
commit
|
commitdiff
|
tree
|
snapshot
2014-11-28
Mario
Update notifications.cfg
commit
|
commitdiff
|
tree
|
snapshot
2014-11-28
Mario
Merge branch 'terencehill/aim_shake_fix'
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Mario
Merge branch 'Mario/hitsound_pitch'
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Mario
Merge branch 'master' into Mario/hitsound_pitch
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Mario
Apply new pitch settings by TimePath
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Mario
Fix crash with new compatibility aliases
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Mario
Variable hitsound pitch based on damage, disabled by...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Mario
Merge branch 'nyov/instagib-rename'
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Mario
Merge branch 'master' into nyov/instagib-rename
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Mario
Merge branch 'TimePath/xonotic-data.pk3dir-TimePath...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Mario
Merge branch 'TimePath/xonotic-data.pk3dir-TimePath...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
TimePath
Rename weapon aliases, retain backwards compatibility...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Mario
Merge branch 'nyov/combined_updates/effects'
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
Mario
Merge branch 'master' into nyov/combined_updates/effects
commit
|
commitdiff
|
tree
|
snapshot
2014-11-27
TimePath
Regenerate simple items textures
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
terencehill
More human readable cvar descriptions
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
terencehill
Shorten descriptions for most notification cvars
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
terencehill
Clearer description of notification_allow_chatboxprint
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
terencehill
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
Rudolf Polzer
Improve deadflag handling.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
Rudolf Polzer
Merge remote-tracking branch 'origin/Mario/old_tutorial'
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
nyov
Merge branch 'nyov/samual/combined_updates' into nyov...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
nyov
Renaming MinstaGib mode to InstaGib, as per xonvote...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
terencehill
Bound vertical view angle to sane values
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
terencehill
Fix shake effect being applied only on the first damage...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
terencehill
Reset view angles whenever a bot respawns
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
terencehill
Don't apply aim shake effect whenever a bot dies
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
nyov
Merge branch 'master' into samual/combined_updates
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
Mario
Merge remote-tracking branch 'origin/nyov/remove-player...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
Mario
Merge remote-tracking branch 'origin/terencehill/verbos...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
terencehill
Darken eliminated player's row instead of showing an...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-22
Mario
Merge branch 'master' into terencehill/verbose_notifica...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
terencehill
Mark eliminated players on the scoreboard in freezetag too
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
terencehill
Make available networking mechanism for reporting elimi...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-19
terencehill
CA: mark eliminated players in the scoreboard
commit
|
commitdiff
|
tree
|
snapshot
2014-11-18
nyov
remove playermodel descriptions
commit
|
commitdiff
|
tree
|
snapshot
next