]>
git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
FruitieX [Sat, 28 Aug 2010 22:01:42 +0000 (01:01 +0300)]
campingrifle refire to 0.7, electro primary ammo usage halved, shotgun melee damage calculation changed a bit
Rudolf Polzer [Fri, 27 Aug 2010 19:10:29 +0000 (21:10 +0200)]
sv_gameplayfix_stepmultipletimes 1
Rudolf Polzer [Fri, 27 Aug 2010 19:01:46 +0000 (21:01 +0200)]
telefrag: force telefragging when using portals even if telefrags are off (but teamplay restriction still applies)
Rudolf Polzer [Fri, 27 Aug 2010 18:55:14 +0000 (20:55 +0200)]
simplify telefrag logic so e.g. gibs cannot telefrag players; option g_telefrag_teamplay (if set, team mates cannot be telefragged)
Rudolf Polzer [Fri, 27 Aug 2010 18:10:29 +0000 (20:10 +0200)]
document g_telefrags, g_telefrags_avoid; default g_telefrags_avoid to 1
Rudolf Polzer [Thu, 26 Aug 2010 05:33:35 +0000 (07:33 +0200)]
give grenades a size too (6x6x6) like rockets;
fix visual issue with grenade explosion appearing on the wrong side of a wall
Rudolf Polzer [Tue, 24 Aug 2010 07:35:06 +0000 (09:35 +0200)]
one step towards making the rifle the "standard sniper gun" instead of the Nex: on Q3 maps, turn Railgun into Rifle instead of into Nex (at least for now)
Rudolf Polzer [Tue, 24 Aug 2010 07:19:02 +0000 (09:19 +0200)]
no need to hard limit health and armor, as they are soft limited on item pickup anyway... let's make impulse 99 stronger ;)
Rudolf Polzer [Tue, 24 Aug 2010 03:33:55 +0000 (05:33 +0200)]
Merge remote branch 'refs/remotes/origin/mrbougo/dragcheat_fix'
MrBougo [Mon, 23 Aug 2010 15:06:15 +0000 (17:06 +0200)]
fix the dragging cheat for visible nonsolid entities
Rudolf Polzer [Fri, 20 Aug 2010 21:00:15 +0000 (23:00 +0200)]
realowner to the right place
Rudolf Polzer [Fri, 20 Aug 2010 18:36:43 +0000 (20:36 +0200)]
also set realowner if an entity asplodes because of someone's damage
Rudolf Polzer [Fri, 20 Aug 2010 18:33:11 +0000 (20:33 +0200)]
func_breakable: unset owner after successfully exploding
Rudolf Polzer [Fri, 20 Aug 2010 17:30:56 +0000 (19:30 +0200)]
fix origin of func_breakable too
Rudolf Polzer [Fri, 20 Aug 2010 17:27:12 +0000 (19:27 +0200)]
Merge remote branch 'refs/remotes/origin/mrbougo/breakable_fix'
MrBougo [Fri, 20 Aug 2010 14:58:47 +0000 (16:58 +0200)]
fix origin bug in func_breakable
Rudolf Polzer [Thu, 19 Aug 2010 19:50:34 +0000 (21:50 +0200)]
switch back viewport properly. Now it WORKS! Zoomwindow MOSTLY works (no selectable fov), letterbox works perfectly, sidebyside stereo works perfectly
Rudolf Polzer [Thu, 19 Aug 2010 05:55:25 +0000 (07:55 +0200)]
fix 2D coordinate system of console (stupid workaround)
Rudolf Polzer [Thu, 19 Aug 2010 05:38:23 +0000 (07:38 +0200)]
csqc-only workaround (mostly by terencehill) to work around for engine csqc bugs with view size; waypointsprites still draw wrong though
Rudolf Polzer [Thu, 19 Aug 2010 04:42:50 +0000 (06:42 +0200)]
Fix some of the fixes
Rudolf Polzer [Thu, 19 Aug 2010 04:21:10 +0000 (06:21 +0200)]
Merge remote branch 'refs/remotes/origin/terencehill/misc_bugfixes'
terencehill [Wed, 18 Aug 2010 22:46:37 +0000 (00:46 +0200)]
Merge remote branch 'remotes/origin/terencehill/misc_bugfixes' into terencehill/misc_bugfixes
Rudolf Polzer [Wed, 18 Aug 2010 18:52:26 +0000 (20:52 +0200)]
remove some stupid setsize calls from func_breakable, Someple please test this.
Rudolf Polzer [Wed, 18 Aug 2010 18:44:31 +0000 (20:44 +0200)]
fix electro beam drawing through warpzone
Rudolf Polzer [Wed, 18 Aug 2010 18:44:54 +0000 (20:44 +0200)]
optimize more warpzone functions if no WZs exist
Rudolf Polzer [Wed, 18 Aug 2010 18:44:48 +0000 (20:44 +0200)]
fix compile errors
Rudolf Polzer [Wed, 18 Aug 2010 12:49:20 +0000 (14:49 +0200)]
fix some hardcoded ticrates
Rudolf Polzer [Tue, 17 Aug 2010 16:52:09 +0000 (18:52 +0200)]
oh no! more crlf-mings
terencehill [Sun, 15 Aug 2010 22:04:51 +0000 (00:04 +0200)]
Remove unnecessary checks...
Now that match_pattern on the engine works well on *.* patterns too, for now on we can trust search_begin.
terencehill [Sun, 15 Aug 2010 21:35:34 +0000 (23:35 +0200)]
Minor cleanups:
- add ... to the Waypoints Setup button label
- remove unneeded TDempty and TR
- place the frequency textlabel in a more "standard" way
terencehill [Sun, 15 Aug 2010 21:01:36 +0000 (23:01 +0200)]
Reflect cvar name change in the menu too: host_sleep --> cl_maxfps_alwayssleep
Rudolf Polzer [Sun, 15 Aug 2010 18:51:28 +0000 (20:51 +0200)]
Merge remote branch 'refs/remotes/origin/fruitiex/newpanelhud_stable'
FruitieX [Sun, 15 Aug 2010 18:42:53 +0000 (21:42 +0300)]
Merge branch 'fruitiex/newpanelhud' into fruitiex/newpanelhud_stable
FruitieX [Sun, 15 Aug 2010 18:42:33 +0000 (21:42 +0300)]
use the cvar values instead of "1" :P
FruitieX [Sun, 15 Aug 2010 18:31:08 +0000 (21:31 +0300)]
always draw the vote panel
FruitieX [Sun, 15 Aug 2010 18:27:35 +0000 (21:27 +0300)]
draw voteprogress pics with RGB '1 1 1'
Rudolf Polzer [Sun, 15 Aug 2010 12:55:45 +0000 (14:55 +0200)]
remove lots of useless Nexuiz junk from the makefile
Rudolf Polzer [Sun, 15 Aug 2010 12:51:52 +0000 (14:51 +0200)]
also properly calc WarpZone_TraceToss_velocity
Rudolf Polzer [Sun, 15 Aug 2010 12:48:21 +0000 (14:48 +0200)]
fix calculation of WarpZone_TraceToss_time if no warpzones exist
Rudolf Polzer [Sun, 15 Aug 2010 12:40:39 +0000 (14:40 +0200)]
try negative push on CL secondary instead :P
Rudolf Polzer [Sun, 15 Aug 2010 12:35:08 +0000 (14:35 +0200)]
Merge remote branch 'origin/fruitiex/fruitbalance'
FruitieX [Sun, 15 Aug 2010 11:59:08 +0000 (14:59 +0300)]
woops let the scoreboard fade out the team radar as well
FruitieX [Sun, 15 Aug 2010 11:53:34 +0000 (14:53 +0300)]
add num_leading back to the old skin, and fix the maximized chat panel bg
FruitieX [Sun, 15 Aug 2010 11:38:48 +0000 (14:38 +0300)]
old hud skin updates
FruitieX [Sun, 15 Aug 2010 11:25:43 +0000 (14:25 +0300)]
fix another dock related quirk, update the new luminos icons in default
FruitieX [Sun, 15 Aug 2010 11:18:55 +0000 (14:18 +0300)]
clear up the dock naming
FruitieX [Sun, 15 Aug 2010 11:15:51 +0000 (14:15 +0300)]
bugfix
FruitieX [Sun, 15 Aug 2010 10:59:09 +0000 (13:59 +0300)]
some cleaning up
FruitieX [Sun, 15 Aug 2010 10:20:57 +0000 (13:20 +0300)]
add fade stuff to the menu, make default fade at 3 sec
FruitieX [Sun, 15 Aug 2010 08:45:01 +0000 (11:45 +0300)]
Merge remote branch 'origin/master' into fruitiex/newpanelhud
FruitieX [Sun, 15 Aug 2010 06:47:26 +0000 (09:47 +0300)]
Merge remote branch 'origin/master' into fruitiex/fruitbalance
Rudolf Polzer [Sat, 14 Aug 2010 20:43:54 +0000 (22:43 +0200)]
more stepheight again
Rudolf Polzer [Sat, 14 Aug 2010 20:33:26 +0000 (22:33 +0200)]
also reset average tracking if warpzoning
Rudolf Polzer [Sat, 14 Aug 2010 20:30:35 +0000 (22:30 +0200)]
when teleporting, clear the "speed averaging" for multijump
Rudolf Polzer [Sat, 14 Aug 2010 20:22:43 +0000 (22:22 +0200)]
fix v_angle handling
Rudolf Polzer [Sat, 14 Aug 2010 20:17:08 +0000 (22:17 +0200)]
fix inverse logic bug :P
Rudolf Polzer [Sat, 14 Aug 2010 20:11:42 +0000 (22:11 +0200)]
multijump: merge FruitieX's newest improvements
Rudolf Polzer [Sat, 14 Aug 2010 19:53:24 +0000 (21:53 +0200)]
fix the prevtopspeed handling of multijump
Rudolf Polzer [Sat, 14 Aug 2010 19:53:03 +0000 (21:53 +0200)]
add a new antilag_takebackavgvelocity function to return the average velocity over some time interval
Rudolf Polzer [Sat, 14 Aug 2010 19:52:43 +0000 (21:52 +0200)]
add a new function vec2(v) returning only the xy components
Rudolf Polzer [Sat, 14 Aug 2010 19:26:09 +0000 (21:26 +0200)]
multijump: fix velocity_x and _y calculation
Rudolf Polzer [Sat, 14 Aug 2010 19:20:37 +0000 (21:20 +0200)]
Merge remote branch 'origin/fruitiex/multijump'
FruitieX [Sat, 14 Aug 2010 18:10:11 +0000 (21:10 +0300)]
crylink nerf
FruitieX [Sat, 14 Aug 2010 16:55:23 +0000 (19:55 +0300)]
erm, little "workaround" ;)
Rudolf Polzer [Sat, 14 Aug 2010 16:27:00 +0000 (18:27 +0200)]
Merge remote branch 'refs/remotes/origin/fruitiex/multijump'
FruitieX [Sat, 14 Aug 2010 16:24:59 +0000 (19:24 +0300)]
Merge remote branch 'origin/master' into fruitiex/multijump
FruitieX [Sat, 14 Aug 2010 15:56:58 +0000 (18:56 +0300)]
disable multijump by default
FruitieX [Sat, 14 Aug 2010 15:46:51 +0000 (18:46 +0300)]
positive push force on crylink primary
FruitieX [Sat, 14 Aug 2010 15:30:23 +0000 (18:30 +0300)]
some updates that i apparently forgot to commit
Rudolf Polzer [Sat, 14 Aug 2010 00:58:59 +0000 (02:58 +0200)]
fix a typo in mapinfo code
Rudolf Polzer [Fri, 13 Aug 2010 18:47:17 +0000 (20:47 +0200)]
Merge remote branch 'refs/remotes/origin/divVerent/rising-of-the-phoenix'
terencehill [Fri, 13 Aug 2010 18:20:21 +0000 (20:20 +0200)]
fix captured dom cp message
terencehill [Fri, 13 Aug 2010 18:06:55 +0000 (20:06 +0200)]
Fix wrong cvar name...
autocvar_hud_color_bg_team --> autocvar_scoreboard_color_bg_team
terencehill [Fri, 13 Aug 2010 17:33:44 +0000 (19:33 +0200)]
Use hud_color_bg_team only in team games
Small indentation corrections
terencehill [Fri, 13 Aug 2010 15:27:03 +0000 (17:27 +0200)]
Fix incorrect scoreboard layout with certain configs
Examples:
scoreboard_columns_set name ping | score --> the fields ping and score overlap
scoreboard_columns_set name ping score | --> the field score goes beyond the scoreboard table
This bug was introduced by the utf8 related changes.
terencehill [Fri, 13 Aug 2010 14:56:49 +0000 (16:56 +0200)]
Merge branch 'master' into terencehill/misc_bugfixes
terencehill [Fri, 13 Aug 2010 14:56:04 +0000 (16:56 +0200)]
Merge commit '
aa4c896acf8088d26fcbd5ff4e3f6e7a0acb0600 ' into terencehill/misc_bugfixes
Conflicts:
qcsrc/common/util.qc
I didn't merge directly master as I get this error:
too many files (created: 234 deleted: 1239), skipping inexact rename detection
I _HOPE_ the next merge won't fail...
Rudolf Polzer [Fri, 13 Aug 2010 13:00:56 +0000 (15:00 +0200)]
I HATE THIS CRLF MESS
Rudolf Polzer [Fri, 13 Aug 2010 12:03:33 +0000 (14:03 +0200)]
let's try Q3A's stepheight and see what breaks
Rudolf Polzer [Fri, 13 Aug 2010 10:05:54 +0000 (12:05 +0200)]
menu track := rising-of-the-phoenix
Rudolf Polzer [Thu, 12 Aug 2010 06:52:42 +0000 (08:52 +0200)]
make use of sv_aircontrol a bit easier again, maybe less "sliding" now?
Rudolf Polzer [Tue, 10 Aug 2010 07:11:27 +0000 (09:11 +0200)]
warpzones: optimize tracing if no warpzones exist (less extra work)
FruitieX [Mon, 9 Aug 2010 13:04:32 +0000 (16:04 +0300)]
remove unused cvar
FruitieX [Mon, 9 Aug 2010 12:54:21 +0000 (15:54 +0300)]
remove debug print
FruitieX [Mon, 9 Aug 2010 12:53:00 +0000 (15:53 +0300)]
various improvements
FruitieX [Mon, 9 Aug 2010 12:01:25 +0000 (15:01 +0300)]
allow "dodging" at a multijump
FruitieX [Mon, 9 Aug 2010 11:27:26 +0000 (14:27 +0300)]
Merge branch 'master' into mirceakitsune/multijump
Conflicts:
qcsrc/server/cl_physics.qc
Rudolf Polzer [Sun, 8 Aug 2010 19:39:21 +0000 (21:39 +0200)]
Merge remote branch 'refs/remotes/origin/terencehill/quick_cvar_revert'
Rudolf Polzer [Sat, 7 Aug 2010 14:09:55 +0000 (16:09 +0200)]
name changes ;)
Rudolf Polzer [Fri, 6 Aug 2010 23:17:14 +0000 (01:17 +0200)]
add MooKow to active contributors list
Rudolf Polzer [Fri, 6 Aug 2010 22:59:52 +0000 (00:59 +0200)]
more textures in wrong directory
Rudolf Polzer [Fri, 6 Aug 2010 18:46:18 +0000 (20:46 +0200)]
Merge branch 'master' of ssh://git.xonotic.org/xonotic-data.pk3dir
Rudolf Polzer [Fri, 6 Aug 2010 18:46:07 +0000 (20:46 +0200)]
DDS loading workaround
Rudolf Polzer [Fri, 6 Aug 2010 12:28:36 +0000 (14:28 +0200)]
declared variables work better
Rudolf Polzer [Fri, 6 Aug 2010 12:07:11 +0000 (14:07 +0200)]
texture compression: add a checkbox for the new cvars
Rudolf Polzer [Fri, 6 Aug 2010 10:00:05 +0000 (12:00 +0200)]
NEX_BUILDSYSTEM -> XON_BUILDSYSTEM
Rudolf Polzer [Thu, 5 Aug 2010 18:31:28 +0000 (20:31 +0200)]
disable grunting noise, at least until we have better sounds for it
Rudolf Polzer [Thu, 5 Aug 2010 18:14:28 +0000 (20:14 +0200)]
svn -> git
Rudolf Polzer [Thu, 5 Aug 2010 18:11:31 +0000 (20:11 +0200)]
version := 0.1.0 for now (string = "git")
Rudolf Polzer [Thu, 5 Aug 2010 17:53:52 +0000 (19:53 +0200)]
simplify the assault fix