]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc
Optimize vehicle impact code by only calling vlen() if damage would be taken
[xonotic/xonotic-data.pk3dir.git] / qcsrc /
2019-08-11 MarioAdd a mutator hook to append special item codes to...
2019-08-10 MarioMerge branch 'terencehill/waypoint_on_items' into ...
2019-08-10 terencehillRename some variables according to their use
2019-08-10 terencehillFix a newly added bug
2019-08-10 MarioAdd partial support for the cd loop parameter in legacy...
2019-08-10 MarioClean up some misplaced fields/globals in sv_main
2019-08-10 MarioDon't profile model/sound precaching, greatly reduces...
2019-08-10 MarioSpeed up bot bunnyhop logic a bit by using cheap distan...
2019-08-10 MarioReset swamp status on respawn
2019-08-10 MarioMake sure trigger_heal uses the .health field instead...
2019-08-10 MarioAllow personal points to save buffs
2019-08-10 MarioExclude hidden weapons from the allguns list
2019-08-09 MarioSome cleanup of the buff code revolving around timers...
2019-08-09 terencehillBot waypoints: add "wpeditor lock" command that replace...
2019-08-09 MarioClean up turret_checkpoint code a bit
2019-08-09 MarioAdd an option to configure the damage force players...
2019-08-06 MarioDisable trigger_music when the match ends, so it doesn...
2019-08-06 MarioInclude a couple more used fields in the spawnfunc...
2019-08-05 MarioDon't do jumpoff checks when the monster isn't on the...
2019-08-04 terencehillBot waypoints: add command "wpeditor hardwire crosshair...
2019-08-04 terencehillBot waypoints: "wpeditor spawn crosshair" can now detec...
2019-08-04 MarioFix allow_jumpoff code so 2D monsters can turn around...
2019-08-02 terencehillMake so that g_waypointsprite_team_here_p's trace hits... 672/head
2019-08-02 terencehillShow an explosion on waypoint removal
2019-08-02 terencehillClarify some messages
2019-08-02 MarioDon't call a menu command when running a dedicated...
2019-08-02 MarioFix a few warnings when g_maplist is empty
2019-08-02 MarioMerge branch 'martin-t/burst' into 'master'
2019-08-02 Martin Taibrs/burst_speed/burst_spread - seems to be a typo 669/head
2019-07-31 terencehillMerge branch 'master' into terencehill/bot_waypoints
2019-07-31 terencehillDelay MOTD removal a little bit in the hope it fixes...
2019-07-29 terencehillConsistently call nexball REGISTER_MUTATOR with false...
2019-07-29 terencehillRemove useless line continuation chars
2019-07-29 MarioMerge branch 'martin-t/cvar-prefixes' into 'master'
2019-07-29 MarioMerge branch 'master' into Mario/weaponarena_available
2019-07-28 Martin Taibrdefaul value for sv_name_maxlength 666/head
2019-07-28 Martin Taibrexplain cvar prefixes, rename name_maxlength
2019-07-27 MarioMerge branch 'martin-t/current-map' into 'master'
2019-07-27 Martin Taibrremove current map from welcome message 665/head
2019-07-27 terencehillLess STATIC_INIT calls in race code + small cleanup
2019-07-27 terencehillGet rid of redundant Item_ItemsTime_Init functions...
2019-07-27 terencehillFix a couple STATIC_INIT calls; compact STATIC_INIT...
2019-07-27 MarioAdd an option to ignore the player count limits on...
2019-07-27 MarioAdd a hittype for sound-based attacks that cause bleedi...
2019-07-27 MarioAllow any melee weapon to slap nades
2019-07-27 MarioApply the accurate impact effect logic to all hitscan...
2019-07-27 MarioAdd a weapon flag for weapons that don't use truaim...
2019-07-26 MarioMerge branch 'martin-t/const' into 'master'
2019-07-26 Martin Taibrmove ATTEN_LOW const to the same file as the others 661/head
2019-07-25 Martin Taibrremove local
2019-07-25 Martin Taibrremove commented out code from 2004
2019-07-25 Martin Taibrremove debug code, decide final vol and atten
2019-07-25 Martin Taibrdebug code
2019-07-25 Martin Taibruse whoosh even when hit
2019-07-25 Martin Taibrfix missing nex whoosh in overkill and insta (some...
2019-07-25 terencehillMerge branch 'martin-t/wr_init' into 'master'
2019-07-25 terencehillSmall cleanup
2019-07-25 terencehillFix too spammy vortex whoosh sound (it was ignored...
2019-07-25 terencehillReduce the item registry capacity to 24 so it matches...
2019-07-24 terencehillBump WAYPOINT_VERSION to 1.04
2019-07-24 terencehillUse a single field instead of 4 to store a team notific...
2019-07-24 terencehillComment out an unused field
2019-07-23 terencehillBot waypoints: improve backward compatibility by removi...
2019-07-23 terencehillOn second thought, removing a waypoint don't remove...
2019-07-23 terencehillReduce code thanks to the addition of a variable
2019-07-23 terencehillBot waypoints: display waypoint type in the debug messages
2019-07-21 terencehillBot waypoints: allow creation of hardwired links to...
2019-07-21 terencehillBot waypoints: remove all incoming links from waypoints...
2019-07-21 terencehillBot waypoints: implement support waypoints useful to...
2019-07-20 terencehillRestore translator-friendly messages, making sure they...
2019-07-20 MarioExperimental 'available' mode for weaponarena, includes...
2019-07-20 terencehillTemporarly use shorter messages
2019-07-20 MarioApply gravity to items dropped as loot and always preca...
2019-07-19 MarioFix error spam when winning a tic tac toe or push-pull...
2019-07-19 terencehillBot AI: fix bots occasionally jumping (dodging) when...
2019-07-16 MarioTurrets: Don't target entities with an aiment of the...
2019-07-16 MarioFix spiderbot secondary attack
2019-07-16 MarioDon't include hidden weapons in most weapons arena
2019-07-16 terencehillPrint waypoint type on waypoint creation. Add descripti...
2019-07-15 terencehillImprove crouch check. Fix compilation units
2019-07-15 Martin Taibrremove redundant call to wr_init
2019-07-15 terencehillShow count of hardwired links on save
2019-07-15 terencehillBot waypoints: implement crouch waypoints, spawn them...
2019-07-12 MarioMerge branch 'terencehill/auto-balanced_bots' into...
2019-07-12 MarioMerge branch 'morosophos/vampire-improvements' into...
2019-07-10 MorosophosReplace multiple ifs with && 657/head
2019-07-10 MorosophosVampire mutator: fix console tracebacks when damage...
2019-07-10 terencehillRemove an unused function
2019-07-07 terencehillBot waypoints: allow creating and saving hardwired...
2019-07-07 terencehillBot waypoints: fix incorrect update of hardwired links...
2019-07-06 terencehillBot waypoints: fix some ambiguities by making hardwired...
2019-07-05 terencehillBot waypoints: Improve documentation of wpeditor commands
2019-07-02 terencehillUpdate WAYPOINT_VERSION to 1.03. Do not allow to edit...
2019-06-30 terencehillBot waypoints: save jump and custom jumppad links to...
2019-06-29 terencehillBot waypoints: teach bots to jump gaps by implementing...
2019-06-24 MarioIf no client state is available, default the forced...
2019-06-24 MarioMerge branch 'martin-t/settings' into 'master'
2019-06-24 MarioMerge branch 'martin-t/watermark' into 'master'
2019-06-21 terencehillForget jumppad waypoint once destination waypoint is...
2019-06-19 terencehilltrigger_push_get_push_time: fix temporary entity not...
next