]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/shortlog
xonotic/xonotic-data.pk3dir.git
2011-11-16 Rudolf PolzerMerge branch 'master' into divVerent/csqcmodel
2011-11-16 Rudolf PolzerMerge remote-tracking branch 'origin/nifrek/framegroupsfix'
2011-11-16 Rudolf PolzerMerge remote-tracking branch 'origin/nyov/hookfix'
2011-11-16 nyovdetach hook in intermission/endmatch
2011-11-15 Rudolf Polzerdecals on models now render a LOT faster #woxblox#
2011-11-15 Rudolf Polzeruse only 50 direction for bloodshower as a test. Maybe...
2011-11-15 Rudolf Polzerbloodshowers: change to use count instead of countabsolute
2011-11-15 Rudolf Polzeradd the license text to binaries too
2011-11-15 Rudolf Polzeradd some missing license headers
2011-11-15 Rudolf Polzerrename stuff to be less likely to conflict
2011-11-15 Rudolf Polzermove interpolation to the csqcmodel directory
2011-11-15 nifrek'wq' is not recognized as an internal or external command,
2011-11-15 nifrekFix forwardleftbad frame number in framegroups for...
2011-11-15 Rudolf Polzerremove debug print
2011-11-15 Rudolf Polzerremove EXTERNALMODEL hack
2011-11-15 Rudolf Polzerfix observing and most of spectating
2011-11-15 Rudolf Polzersupport onground flag too
2011-11-15 Rudolf Polzerdeclare it
2011-11-15 Rudolf Polzeruse DP_CSQC_V_CALCREFDEF
2011-11-15 Rudolf Polzermore signular
2011-11-15 Rudolf Polzersingular...
2011-11-15 Rudolf Polzeradd a post camera setup hook
2011-11-15 Rudolf Polzersave some fields
2011-11-15 Rudolf Polzermove player LOD clientside
2011-11-15 Rudolf Polzerdo setorigin and setmodelindex properly (preparation...
2011-11-15 Morphedfix
2011-11-15 Morphednew blood for humans, aliens and robots, new mg trail...
2011-11-14 Rudolf Polzeroops, fix a typo
2011-11-14 Rudolf Polzerplayers who wake up: count them as teleported
2011-11-14 Rudolf Polzeradd EF_TELEPORT_BIT support too
2011-11-14 Rudolf Polzersupport EF_RESTARTANIM_BIT
2011-11-14 Rudolf Polzeroops, queried the wrong player here
2011-11-14 Rudolf Polzercalculate glowmod on clientside
2011-11-14 Rudolf Polzerbetter crouch handling
2011-11-14 Rudolf Polzerinverted logic strikes back
2011-11-14 Rudolf Polzerproperly support toggling csqcplayer status
2011-11-14 Rudolf Polzerfix some typos
2011-11-14 Rudolf Polzeradd a cvar sv_use_csqc_players to toggle csqc player...
2011-11-14 Rudolf Polzeronly hide the LOCAL player!
2011-11-14 Rudolf Polzerremove TEMPHACK_origin
2011-11-14 Rudolf Polzerget out view_ofs networking, we have a stat for that
2011-11-14 Rudolf Polzerproperly DRAW the local player
2011-11-14 Rudolf Polzersupport custom properties
2011-11-14 Rudolf Polzerfix typos
2011-11-14 Rudolf PolzerMerge branch 'master' into divVerent/csqcmodel
2011-11-14 Rudolf Polzerdeclare a variable
2011-11-14 Rudolf PolzerMerge branch 'master' into divVerent/csqcmodel
2011-11-14 Rudolf Polzergive two csqc functions the proper name
2011-11-14 Rudolf Polzerproperly handle initial state of new entities
2011-11-13 Rudolf Polzerfix the no-blending case
2011-11-13 Rudolf Polzerrestructured it a lot
2011-11-13 Rudolf Polzerput csqcmodel code under the MIT license
2011-11-13 Rudolf Polzerdistinguish predicted / unpredicted local player
2011-11-13 Rudolf Polzerautomatically unset cl_movement_replay
2011-11-13 Rudolf Polzersplit csqcmodel generic and csqcplayer specific
2011-11-13 Rudolf PolzerDP networks velocity already, so we don't have to
2011-11-13 Rudolf Polzermany prediction improvements
2011-11-12 Rudolf Polzerfailed attempt to counter prediction error
2011-11-12 Rudolf Polzerdebug stuff
2011-11-12 Rudolf Polzerfor now, also send velocity
2011-11-12 Rudolf Polzercode to run engine physics (except not)
2011-11-12 Rudolf Polzerimplement chase_active
2011-11-12 Rudolf Polzeralso add colormap
2011-11-12 Rudolf Polzermore stuff
2011-11-12 Rudolf PolzerVERY simple and stupid code to make the player entity...
2011-11-12 Rudolf Polzerfix fteqcc bug
2011-11-12 Rudolf Polzeradd a simple generic CSQC model wrapper
2011-11-07 Rudolf PolzerMerge branch 'master' of git://de.git.xonotic.org/xonot...
2011-11-07 Rudolf Polzerallow sv_allow_fullbright and sv_cullentities_* cvars...
2011-11-06 Rudolf Polzerdetect whether map has vehicles/turrets in mapinfo...
2011-11-04 Samualcl_announcer_maptime 3 in autocvars.qh
2011-11-04 SamualMerge remote branch 'origin/samual/balance'
2011-11-04 SamualFix announcement/previous_announcement check -- should...
2011-11-04 SamualMany fixes for announcer code, plus FINALLY fix the...
2011-11-03 SamualMerge remote branch 'origin/master' into samual/balance
2011-11-02 Rudolf Polzeradd another checkfail
2011-11-02 Rudolf Polzerget rid of the nextafter() hack now the engine has...
2011-11-01 SamualAdd debug print
2011-11-01 SamualMerge remote branch 'origin/master' into samual/balance
2011-11-01 Rudolf Polzerrequest session locking
2011-11-01 Rudolf PolzerMerge branch 'master' of http://de.git.xonotic.org...
2011-11-01 Rudolf Polzeradd a cvar "sessionid" to make progs.db unique across...
2011-10-31 Rudolf Polzerfix warning
2011-10-31 Rudolf Polzerwarpzones: always make sure origin is changed
2011-10-31 Rudolf Polzerremove the second touch handler hack for warpzones...
2011-10-29 SamualMerge remote branch 'origin/master' into samual/balance
2011-10-28 Rudolf Polzersimplify bot-should-attack logic (PLEASE TEST)
2011-10-28 Rudolf Polzeranother debug cvar
2011-10-28 Rudolf Polzerhandle HTTP error 422: Unprocessable Entity by NOT...
2011-10-28 Rudolf PolzerMerge branch 'master' of git://de.git.xonotic.org/xonot...
2011-10-28 Rudolf Polzermore spam
2011-10-28 Rudolf Polzerrace/cts: store UID2Name info prefixed with "/uid2name...
2011-10-27 Rudolf Polzerfix missing strzoning in menu_cmd curl --cvar
2011-10-27 Rudolf Polzerhandle an entity being antilag-takenback multiple times
2011-10-27 Rudolf Polzerset proper colormap value for respawn ghosts
2011-10-27 Rudolf PolzerCopyBody: unlink the color from the player slot when...
2011-10-27 Rudolf PolzerMerge remote-tracking branch 'origin/atheros/secret'
2011-10-26 SamualAdd defaults to autocvars for announcer cvars to mainta...
2011-10-26 SamualBring back the debug prints -- working on fixing a...
2011-10-26 SamualMerge remote branch 'origin/master' into samual/balance
next