]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/shortlog
xonotic/xonotic-data.pk3dir.git
2017-05-06 MarioFix unregistering of rockets (player doesn't have lastr...
2017-05-06 MarioOptimization: replace a resource intensive vlen() call...
2017-05-06 MarioClean up the locals in FireRailgunBullet a little bit
2017-05-06 MarioMinor optimization: use pointcontents to check if an...
2017-05-06 MarioOptimization: use a findchain to loop through hit targe...
2017-05-06 MarioMinor optimization: don't bother checking if bots have...
2017-05-06 Rudolf PolzerTransifex autosync
2017-05-05 MarioOnly show playing message if the client is actually...
2017-05-05 MarioPrevent bots from updating spectatee (they use .enemy...
2017-05-05 Rudolf PolzerTransifex autosync
2017-05-04 MarioFix arc appearing in most weapons arena instead of...
2017-05-04 Rudolf PolzerTransifex autosync
2017-05-03 terencehillBot navigation: slighltly improve ladder detection
2017-05-03 terencehillFix link cost calculation formula
2017-05-03 MarioLower the spam a bit from autoskill by using debug...
2017-05-03 Rudolf PolzerTransifex autosync
2017-05-02 Rudolf PolzerTransifex autosync
2017-05-02 MarioSet default buff cooldown to 0.1 in defrag config
2017-05-01 terencehillFix bots sometimes getting stuck in front of certain...
2017-05-01 terencehillFix sv_cmd bbox output (missing newlines)
2017-05-01 MarioRevert compat hack
2017-05-01 MarioCompat hack: set target4 to target on info_player_start...
2017-05-01 terencehillApply hud_dynamic effects to nade and frost timers too
2017-05-01 MarioDisable screen blurring when low on health (the blood...
2017-05-01 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-05-01 MarioReset dual weapons when spawning
2017-04-30 terencehillyay! Fix bug causing bots to ignore teleports and warpzones
2017-04-30 Martin Taibrsplit damagetext into cl_, sv_ and ui_ files 438/head
2017-04-30 Martin Taibruse genmod.sh
2017-04-30 Rudolf PolzerTransifex autosync
2017-04-29 MarioDon't count quit_* cvars as purity changers
2017-04-28 terencehillFix cost of path from the nearest waypoint to the goal...
2017-04-28 terencehillAvoid a tracewalk call by creating links from waypoints...
2017-04-28 terencehillAssume bot can walk from wp A to item X if wp A is...
2017-04-28 terencehillShow links from other waypoints to the current waypoint...
2017-04-28 terencehillSnap waypoint to item's origin if close enough (can...
2017-04-28 terencehillFix a bug in botframe_updatedangerousobjects; simplify...
2017-04-28 terencehillMore work was needed to complete transition to travel...
2017-04-28 MarioMerge branch 'Lyberta/con_textsize_' into 'master'
2017-04-28 LybertaSet default con_textsize to 10. 436/head
2017-04-28 MarioAdd a mutator hook to the view model drawing function
2017-04-28 MarioAdd a field to handle dual wielding status of a player...
2017-04-27 MarioMark target_items spawnfunc as already checked when...
2017-04-27 Rudolf PolzerTransifex autosync
2017-04-26 MarioFix sv_db_saveasdump affecting purity
2017-04-24 MarioComment out the debugdraw stuff (allows cheating on...
2017-04-22 LybertaBigger con_textsize.
2017-04-18 terencehillMerge branch 'master' into terencehill/bot_waypoints
2017-04-18 Rudolf Polzerqcc.sh: fix the contents of the dependencies file.
2017-04-18 terencehillWaypoint link cost: take into account height difference
2017-04-18 terencehillExpress cost of normal waypoint links in time needed...
2017-04-18 terencehillCorrect estimation of time needed to reach jumppad...
2017-04-18 terencehillTest of jumppad trajectories: fix jumppad offset, check...
2017-04-17 terencehillSimplify waypoint distance calculation a little bit
2017-04-17 MarioAlso reset oldorigin when exiting vehicle
2017-04-17 MarioMake sure raptor can't give fall damage when exiting...
2017-04-17 MarioDon't bother trying to remove and give back the buff...
2017-04-17 MarioUpdate oldorigin when setting player's new position...
2017-04-16 terencehillFix incorrect distance calculation between 2 waypoints...
2017-04-16 terencehillImprove linking of normal waypoints to ladders by autog...
2017-04-15 terencehillVery small cleanup + comment
2017-04-15 terencehillBetter estimation of time needed to reach jumppad desti...
2017-04-15 terencehillImprove automatic generation of jumppad waypoints;...
2017-04-15 Rudolf PolzerTransifex autosync
2017-04-13 Rudolf PolzerTransifex autosync
2017-04-12 Rudolf PolzerTransifex autosync
2017-04-10 Rudolf PolzerFix some more shell madness. ./all compile now works...
2017-04-10 MarioFix some references to the 'other' global
2017-04-07 MarioMerge branch 'Lyberta/PlayerDied' into 'master'
2017-04-07 MarioMerge branch 'Lyberta/DebugPrintToChat' into 'master'
2017-04-07 MarioMerge branch 'amade/small-fixes' into 'master'
2017-04-06 Rudolf PolzerTransifex autosync
2017-04-05 Rudolf PolzerTransifex autosync
2017-04-04 terencehillFix g_waypointeditor_unreachable command not showing...
2017-04-04 MarioMerge branch 'master' into Mario/cts_respawn_clear
2017-04-04 terencehillMove remaining waypoint code from impulse.qc to waypoin...
2017-04-04 terencehillMove some waypoint code from impulse.qc to waypoints.qc
2017-04-04 terencehillRemove an unused function
2017-04-03 MarioFix typo
2017-04-03 MarioMake rockets spin
2017-04-03 MarioAdd Jeff to the credits as an active contributor (donat...
2017-04-03 Rudolf PolzerTransifex autosync
2017-04-02 MirioLonger benchmark demo
2017-04-02 MirioFix #1903
2017-04-02 LybertaAdded [Debug]PrintToChatTeam.
2017-04-02 LybertaMerge branch 'master' into Lyberta/DebugPrintToChat
2017-04-02 Rudolf PolzerTransifex autosync
2017-04-02 MarioAllow spawning with both weapons in debug mode 1
2017-04-01 MarioUpdate hash again (someone keeps fiddling with bot AI)
2017-04-01 terencehillFreeze Tag bot AI: avoid gathering all teammates in...
2017-04-01 MarioGive client access to the WeaponSound mutator hook
2017-04-01 MarioFix projectile glowmod support xonotic-v0.8.2
2017-04-01 Rudolf PolzerTransifex autosync
2017-04-01 MarioAdd new mortar model by Morphed
2017-04-01 MarioUpdate hash
2017-03-31 MarioFix projectile colormap support
2017-03-31 Rudolf PolzerFix comment about -N use.
2017-03-31 Rudolf PolzerDisable fuzzy translation matching for Transifex use.
2017-03-31 Rudolf Polzercheck-translations.sh: Output whether the translations...
2017-03-30 Rudolf PolzerTransifex sync (trying po-only mode).
next