]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/shortlog
xonotic/xonotic-data.pk3dir.git
2013-01-29 Rudolf Polzeradd a nospectator flag to rank sorting
2013-01-29 Rudolf PolzerMerge branch 'master' into divVerent/rank-change
2013-01-29 Rudolf Polzerundo accidental commit of these files
2013-01-29 Rudolf Polzerbump version
2013-01-25 Rudolf Polzerfix some bad uses of "var"
2013-01-25 Rudolf PolzerUSE GMQCC
2013-01-25 Rudolf Polzerfix crouching :)
2013-01-25 Rudolf Polzermake crouch handling serverside again, for g_bloodloss
2013-01-23 Rudolf Polzerfix a waypoint loading issue
2013-01-23 Rudolf Polzersimplify spectating detection logic, fixes #1383 again too
2013-01-23 Rudolf Polzerfix how alivetime is queried, fixes #1383 again
2013-01-23 Rudolf PolzerArena, LMS, CA: fix real vs spectator detection in...
2013-01-23 Rudolf Polzer_lerpanim_fixbone 2: only affect yaw
2013-01-23 Rudolf Polzerundo debug print
2013-01-23 Rudolf Polzeranimdecide: don't reload model info every frame, only...
2013-01-23 Rudolf Polzer_animblend_fixbone: try fixing the animations when...
2013-01-23 Rudolf PolzerMerge branch 'master' into divVerent/csad
2013-01-22 Rudolf Polzerremove outdated comment
2013-01-19 terencehillMerge branch 'master' into terencehill/ca_arena_freezet...
2013-01-16 Rudolf PolzerRevert "add also a teamrank field (non strict order...
2013-01-15 Rudolf Polzeradd also a teamrank field (non strict order of teams)
2013-01-15 Rudolf Polzer-1 in non-teamgames shall mean 0
2013-01-15 Rudolf Polzerxonstat rank field: make this an actual player-only...
2013-01-15 Rudolf Polzervisual-rank -> scoreboardpos
2013-01-14 Rudolf Polzerprojectiles: properly distinguish slime and lava damage
2013-01-14 Rudolf Polzerfix setorigin use in CSQC
2013-01-14 Rudolf PolzerFix some !s related bugs (thanks, mixxx)
2013-01-14 Rudolf Polzeradd visual-rank
2013-01-14 Rudolf Polzerfix rank indexes
2013-01-10 Rudolf PolzerNicePrint: use strict order
2013-01-10 Rudolf Polzerscores sorting: use strict and nonstrict sorting where...
2013-01-10 Rudolf Polzeroops :) fix argument order
2013-01-10 Rudolf Polzerfix CSQC scoreboard sorting by applying the same rules...
2013-01-05 Rudolf Polzerbalance teams: try a better score factor for "productio...
2013-01-04 terencehillCleanup: move stuff from .qh into .qc files
2013-01-04 terencehillMake use of ClientConnect hook in Arena and CA
2013-01-21 terencehillAdd roundStart function to round_handler, useful in...
2013-01-21 terencehillSmall cleanup, get rid of a redundant check, an unused...
2013-01-03 Rudolf Polzermore !string fixes
2013-01-03 Rudolf Polzerfix some more bad !string uses
2013-01-03 Rudolf Polzerfix some !string uses
2013-01-03 Rudolf Polzerfix menuqc and csqc regarding !STRING
2013-01-03 Rudolf Polzerfix one more if(!s)
2013-01-03 Rudolf Polzerget rid of some NOT_S, far from all done yet
2013-01-02 Rudolf Polzermapinfo: fix use of !string
2013-01-02 terencehillMove reset_map code in a better place (old arena file...
2013-01-02 terencehillArena: centerprint "Waiting for players to join......
2013-01-02 terencehillAdd Arena to the mutator system, making use of round_ha...
2013-01-01 Rudolf Polzerremove SoundEntity support - it's a waste of bandwidth
2013-01-01 Rudolf Polzerjetpack: move sound to client
2013-01-01 Samual LenksRe-write a bit of how weapons panel fading animation...
2012-12-31 Samual LenksEnable voting for shuffleteams by default- popular...
2012-12-31 Samual LenksAvoid division by zero on latency calculation (real...
2012-12-31 Samual LenksLets ACTUALLY CALL the MatchEnd mutator hook, this...
2012-12-31 Rudolf Polzerbots: fix some bad uses of nextthink instead of bot_nex...
2012-12-31 Rudolf Polzerfteqcc sucks
2012-12-31 Rudolf Polzerget rid of Draw_Not
2012-12-31 Rudolf Polzermore noref
2012-12-31 Rudolf Polzerfix uninitialized globals
2012-12-31 Rudolf Polzer-std=gmqcc
2012-12-31 Rudolf Polzermake it compile with gmqcc; strict function types YEAH
2012-12-30 Samual LenksMerge remote-tracking branch 'origin/Mario/vote_mapchan...
2012-12-29 Rudolf Polzerenable untyped nil
2012-12-29 Rudolf Polzergmqcc fixes
2012-12-29 Rudolf Polzer-Wno-uninitialized-global
2012-12-27 Rudolf Polzermapinfo: don't spam errors when there is no maps
2012-12-26 terencehillCA: make use of mutator hook MakePlayerObserver (code...
2012-12-26 terencehillAdd mutator hook PutClientInServer
2012-12-25 Rudolf Polzerfix a typo
2012-12-25 terencehillRemove also this redundant check since classname is...
2012-12-25 terencehillFix commit a4226f7e2fa44bb63541258d1ad1f16f3ba0df2b...
2012-12-25 terencehillAdd ForbidThrowCurrentWeapon hook to CA and cleanup...
2012-12-25 terencehillRestore functionality of g_ca_round_timelimit and add...
2012-12-25 terencehillAdd Clan Arena to the mutator system
2012-12-24 Rudolf Polzeraudit some .think use
2012-12-22 Rudolf PolzerRevert "work around tiny gmqcc bug ;)" because blub...
2012-12-22 Rudolf Polzerwork around tiny gmqcc bug ;)
2012-12-22 terencehillFull support for 3 and 4 teams in CA and Freezetag
2012-12-22 MarioAlso add cvar to commands.cfg
2012-12-22 MarioAdd a cvar to enable/disable voting before the match...
2012-12-21 Rudolf PolzerMerge branch 'master' of http://nl.git.xonotic.org...
2012-12-21 Rudolf PolzerMSG_ALL, SVC_TEMPENTITY is bad
2012-12-21 MarioA fix for voting during map change sometimes causing...
2012-12-21 Rudolf Polzerproper string handling
2012-12-20 Rudolf Polzerfix lots of uninitialized
2012-12-19 Rudolf PolzerMerge branch 'master' of http://nl.git.xonotic.org...
2012-12-19 Rudolf Polzerwrite compiler options more explicitly
2012-12-19 Rudolf Polzerget rid of SUB_Null
2012-12-19 Rudolf Polzerget rid of broken AND stupid SUB_Nullpointer
2012-12-19 terencehillround_handler: be sure to reset the countdown when...
2012-12-18 terencehillSome1 created ITEM_DAMAGE_NEEDKILL, why not use it...
2012-12-18 terencehillFreezetag: update HUD of spectators too (frozen gfx...
2012-12-18 Rudolf Polzerfix gmqcc use by ./all
2012-12-18 Rudolf Polzerfix a superweapons offset bug
2012-12-18 Rudolf Polzerfix some empty if blocks
2012-12-18 Rudolf Polzerfix no-op jump
2012-12-18 Rudolf Polzermore uninitialized
2012-12-18 Rudolf Polzermore uninitialized fixes
2012-12-18 terencehillFreezetag: finally enable rounds in warmup stage as...
2012-12-18 Rudolf Polzerfix lots of more uninitialized stuff
next