]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/shortlog
xonotic/xonotic-data.pk3dir.git
2011-06-27 terencehillMerge branch 'master' into terencehill/scoreboard_finea...
2011-06-27 terencehillMerge branch 'master' into terencehill/centerprint_stuff
2011-06-27 Rudolf Polzerupdate other translations
2011-06-27 Rudolf Polzerupdate german again
2011-06-27 terencehillOptimize centerprint panel code: if there is nothing...
2011-06-27 terencehillNo need to reset drawfontscale after each drawn msg...
2011-06-26 terencehillPut wrapped msgs at the correct position when hud_panel...
2011-06-26 Rudolf Polzerfunny feature: cl_lerpexcess
2011-06-26 Rudolf Polzerfix hook throwing through warpzone
2011-06-26 Rudolf PolzerMerge branch 'master' of git://git.xonotic.org/xonotic...
2011-06-26 Rudolf Polzerfix another warning
2011-06-26 Rudolf Polzerfix a stupid fteqcc warning
2011-06-26 terencehillDo not wrap differently the msg while fading out
2011-06-26 terencehillDon't forget to reset drawscale!
2011-06-26 terencehillTrim trailing and leading newlines from every msg befor...
2011-06-26 Rudolf Polzeralso trigger targets by impactfilter
2011-06-26 Rudolf PolzerRevert "remove now useless code; be more robust with...
2011-06-26 Rudolf Polzerremove now useless code; be more robust with projectiles
2011-06-26 Rudolf Polzerprevent player from warping out of the warpzone
2011-06-26 Rudolf Polzermore warpzone improvements
2011-06-26 Rudolf Polzermake warpzonelib work even if warpzone's .touch gets...
2011-06-26 Rudolf Polzermore warpzonelib consistency
2011-06-26 Rudolf Polzerwarpzonelib: more consistent projectile handling code...
2011-06-26 terencehillAlso remove useless constant NEWLINES
2011-06-26 terencehillCleanup: remove unneeded strcats, leading and trailing...
2011-06-26 Rudolf Polzermake CheckProjectileImpact more consistent
2011-06-26 Rudolf Polzerremove useless variables from warpzonelib
2011-06-26 Rudolf Polzerfix a typo in warpzonelib breaking the hook
2011-06-26 Rudolf Polzeror maybe just 0.07 (2 to 3 server frames)
2011-06-26 Rudolf Polzerwe have to bump inputtimeout to 0.1 if we do that ...
2011-06-26 Rudolf Polzerreduce sys_ticrate to 30Hz
2011-06-26 Rudolf Polzerwarpzonelib: don't teleport MOVETYPE_FOLLOW stuff
2011-06-25 terencehillDefault duration for active weapon msg in NIX mode
2011-06-25 terencehillRemove an outdated comment
2011-06-25 terencehillFix typo
2011-06-25 terencehillMenu dialog for the centerprint panel
2011-06-25 terencehillNow that all the centerprint msgs are cleared entering...
2011-06-25 terencehillTweak centerprint msgs in hud config mode
2011-06-25 terencehillBetter (shorter) spacing in between msgs and lines
2011-06-25 terencehillProperly apply the alpha to the text
2011-06-25 Rudolf Polzerchange "did the impossible" suicide messages to "is...
2011-06-25 Rudolf PolzerEXPERIMENTAL change: make projectiles able to hit yours...
2011-06-24 Rudolf Polzermake new menuqc strings translatable
2011-06-24 Rudolf PolzerMerge remote branch 'origin/mirceakitsune/hud_postproce...
2011-06-24 Rudolf Polzerit looks like eventchase is sufficiently stable, and...
2011-06-24 terencehillShow correctly the messages when hud_panel_centerprint_...
2011-06-24 terencehillCenterprint something when configuring the hud
2011-06-24 terencehillPut hud_panel_centerprint* cvars in all the cfgs
2011-06-24 terencehillRemove a comment
2011-06-24 Rudolf Polzertry to make all weapons fit in weapon priority list
2011-06-24 Rudolf Polzeradd a missing SpectateUpdate call
2011-06-24 Rudolf PolzerRevert "Fix exit from vehicle warping you back to spot...
2011-06-23 terencehillRemove unused field .welcomemessage_time
2011-06-23 Rudolf Polzerfix potential crash of vehicle code (doesn't happen...
2011-06-23 Rudolf Polzerhit sounds for vehicles
2011-06-23 terencehillMin value 1 as default msg duration
2011-06-23 terencehillDuration -1 makes the centerprint msg last for ever...
2011-06-23 terencehillSet the appropriated duration for each centerprinted...
2011-06-23 Mircea KitsuneMerge branch 'master' into mirceakitsune/hud_postprocessing
2011-06-23 terencehillSecond merging step: remove HUD_DrawCenterPrint();...
2011-06-22 terencehillMerge branch 'master' into terencehill/centerprint_stuff
2011-06-22 Jakob MGMerge remote branch 'origin/tzork/turrets-csqc'
2011-06-22 Jakob MGmake last commit acctually work
2011-06-22 Jakob MGOnly let walker roam if TS_ROAM spawnflag is set
2011-06-22 Jakob MGDisable fancy path for ewheel too
2011-06-22 Jakob MGDiable fancy pathing for walker by default. Simply...
2011-06-22 Jakob MGTrottle target re-validation to save a bit server prefo...
2011-06-22 Jakob MGSmoke effects for damage turrets
2011-06-22 Jakob MGDynamic precache of turrets (to save memory)
2011-06-22 Rudolf Polzerexplain why jumpvelocity 260
2011-06-22 Rudolf Polzerfix "HELP ME, NEEDING HELP" bug ;)
2011-06-21 Jakob MGMake walker not roam if in a team game (assume thay...
2011-06-21 Rudolf Polzerupdate german for new texts
2011-06-21 Rudolf Polzerfix blinking for helpme too
2011-06-21 Rudolf Polzerworkaround for when a sprite is already attached: appen...
2011-06-21 Rudolf Polzernow refactor WaypointSprite_SpawnFixed() calls too
2011-06-21 Rudolf Polzersame for WaypointSprite_AttachCarrier and WaypointSprit...
2011-06-21 Rudolf PolzerSame for WaypointSprite_DeployPersonal()
2011-06-21 Jakob MGMerge remote branch 'origin/master' into tzork/turrets...
2011-06-21 Rudolf Polzeralso add the extra args to WaypointSprite_DeployFixed
2011-06-21 Rudolf Polzerwaypointsprites: always add color to WaypointSprite_Spawn()
2011-06-21 Rudolf PolzerMerge remote-tracking branch 'origin/tzork/vehicles-2'
2011-06-21 Jakob MGMerge remote branch 'origin/master' into tzork/turrets...
2011-06-21 Rudolf Polzerwaypointsprites: fix seeker and CTF waypoint display
2011-06-21 Jakob MGStop button2 from beeing zoom if you help a nex or...
2011-06-20 Jakob MGGet rid of serverside sound/partivle effects. this...
2011-06-20 terencehillClient side countdown for kicking when idle
2011-06-20 nifrekMerge branch 'master' into nifrek/longjumpanim
2011-06-20 nifrekMerge branch 'master' into nifrek/longjumpanim
2011-06-20 Rudolf PolzerMerge branch 'master' into tzork/vehicles-2
2011-06-20 Rudolf PolzerUpdate German translation
2011-06-20 terencehillClient side countdowns when suiciding / changing team...
2011-06-20 terencehillFix yet another bug, "Active weapon: X" centerprint...
2011-06-20 terencehillNow that "The Champion is X" msg is centerprinted only...
2011-06-20 Rudolf Polzeradd a fixme comment about crosshair dot drawing
2011-06-20 Rudolf Polzeronly draw crosshair if at least at 0.001 scale and...
2011-06-20 Rudolf PolzerMerge branch 'master' of git://de.git.xonotic.org/xonot...
2011-06-20 Rudolf PolzerMerge remote branch 'origin/pooga/freezetagbots' after...
2011-06-20 Paul ScottA bug remains where sometimes a bot will try to free...
2011-06-20 Paul ScottRudimentary freezetag bot ai working.
next