]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
9 years agoLinkedList: delete method cleanup parameter
TimePath [Sat, 5 Dec 2015 10:43:18 +0000 (21:43 +1100)]
LinkedList: delete method cleanup parameter

9 years agoLinkedList: delete method
TimePath [Sat, 5 Dec 2015 10:34:39 +0000 (21:34 +1100)]
LinkedList: delete method

9 years agoArrayList: pass by reference
TimePath [Sat, 5 Dec 2015 10:23:13 +0000 (21:23 +1100)]
ArrayList: pass by reference

9 years agoLinkedList: fix dangling references after pop
TimePath [Sat, 5 Dec 2015 10:06:08 +0000 (21:06 +1100)]
LinkedList: fix dangling references after pop

9 years agoWeapons: make WepSet_FromWeapon more verbose, making Weapons_from uses more obvious
TimePath [Sat, 5 Dec 2015 09:57:09 +0000 (20:57 +1100)]
Weapons: make WepSet_FromWeapon more verbose, making Weapons_from uses more obvious

9 years agoHUD_Radar: optimize
TimePath [Sat, 5 Dec 2015 06:01:51 +0000 (17:01 +1100)]
HUD_Radar: optimize

9 years agoUse a temporary hack to hide the jump sound issue
Mario [Sat, 5 Dec 2015 04:36:43 +0000 (14:36 +1000)]
Use a temporary hack to hide the jump sound issue

9 years agoi18n: cache CTX
TimePath [Sat, 5 Dec 2015 02:28:43 +0000 (13:28 +1100)]
i18n: cache CTX

9 years agoDon't override timelimit in CTS
Mario [Fri, 4 Dec 2015 12:08:12 +0000 (22:08 +1000)]
Don't override timelimit in CTS

9 years agoshownames: exit early if no origin
TimePath [Fri, 4 Dec 2015 08:13:10 +0000 (19:13 +1100)]
shownames: exit early if no origin

9 years agoPartially fix water jumping (still a bit broken on the jumping)
Mario [Fri, 4 Dec 2015 07:19:08 +0000 (17:19 +1000)]
Partially fix water jumping (still a bit broken on the jumping)

9 years agoMake water transition slightly less broken
Mario [Fri, 4 Dec 2015 06:50:36 +0000 (16:50 +1000)]
Make water transition slightly less broken

9 years agodebug: bufstr_get command
TimePath [Fri, 4 Dec 2015 06:43:41 +0000 (17:43 +1100)]
debug: bufstr_get command

9 years agoentcs: collect garbage
TimePath [Fri, 4 Dec 2015 06:32:24 +0000 (17:32 +1100)]
entcs: collect garbage

9 years agoMake a spammy warning less spammy
Mario [Fri, 4 Dec 2015 05:57:55 +0000 (15:57 +1000)]
Make a spammy warning less spammy

9 years agoentcs: use REGISTER_NET_TEMP, not REGISTER_NET_LINKED
TimePath [Fri, 4 Dec 2015 06:02:56 +0000 (17:02 +1100)]
entcs: use REGISTER_NET_TEMP, not REGISTER_NET_LINKED

9 years agoentcs: initialize with MSG_ONE, not MSG_INIT
TimePath [Fri, 4 Dec 2015 05:53:04 +0000 (16:53 +1100)]
entcs: initialize with MSG_ONE, not MSG_INIT

9 years agoMake the trigger functions handle fixing of trigger model, fixes most triggers with...
Mario [Fri, 4 Dec 2015 05:09:35 +0000 (15:09 +1000)]
Make the trigger functions handle fixing of trigger model, fixes most triggers with odd sizes and angles

9 years agoentcs: update connecting clients
TimePath [Fri, 4 Dec 2015 05:07:38 +0000 (16:07 +1100)]
entcs: update connecting clients

9 years agoDebugdraw: classname filter
TimePath [Fri, 4 Dec 2015 04:09:40 +0000 (15:09 +1100)]
Debugdraw: classname filter

9 years agoUse exact trigger hack on teleporters
Mario [Fri, 4 Dec 2015 03:32:05 +0000 (13:32 +1000)]
Use exact trigger hack on teleporters

9 years agoFix compile
Mario [Thu, 3 Dec 2015 14:53:10 +0000 (00:53 +1000)]
Fix compile

9 years agoFix a silly mistake
Mario [Thu, 3 Dec 2015 14:49:23 +0000 (00:49 +1000)]
Fix a silly mistake

9 years agoFix a missing mutator hook call
Mario [Thu, 3 Dec 2015 14:28:36 +0000 (00:28 +1000)]
Fix a missing mutator hook call

9 years agoRevert to the old method in hopes to catch a command spam issue
Mario [Thu, 3 Dec 2015 14:26:19 +0000 (00:26 +1000)]
Revert to the old method in hopes to catch a command spam issue

9 years agoUnpredict warpzones until angle rolling can be fixed
Mario [Thu, 3 Dec 2015 10:30:26 +0000 (20:30 +1000)]
Unpredict warpzones until angle rolling can be fixed

9 years agoPredict warpzones
Mario [Thu, 3 Dec 2015 09:54:36 +0000 (19:54 +1000)]
Predict warpzones

9 years agoFix race and CTS modicons panel
Mario [Thu, 3 Dec 2015 09:16:16 +0000 (19:16 +1000)]
Fix race and CTS modicons panel

9 years agoMerge branch 'terencehill/strzone_fixes' into 'master'
Mario [Thu, 3 Dec 2015 09:03:41 +0000 (09:03 +0000)]
Merge branch 'terencehill/strzone_fixes' into 'master'

strzone fixes

See merge request !261

9 years agoPlayer_Footsteps: move to physics
TimePath [Thu, 3 Dec 2015 08:22:39 +0000 (19:22 +1100)]
Player_Footsteps: move to physics

9 years agoAssert harder
TimePath [Thu, 3 Dec 2015 07:39:05 +0000 (18:39 +1100)]
Assert harder

9 years agoRemove a now useless check
Mario [Thu, 3 Dec 2015 07:34:01 +0000 (17:34 +1000)]
Remove a now useless check

9 years agoStrip some player-only stuff out of the main CreatureFrame loop
Mario [Thu, 3 Dec 2015 07:33:17 +0000 (17:33 +1000)]
Strip some player-only stuff out of the main CreatureFrame loop

9 years agoRip CreatureFrame apart
Mario [Thu, 3 Dec 2015 07:03:20 +0000 (17:03 +1000)]
Rip CreatureFrame apart

9 years agoGlobalsound: assert source is a player
TimePath [Thu, 3 Dec 2015 07:05:00 +0000 (18:05 +1100)]
Globalsound: assert source is a player

9 years agoFix a mistake that potentially causes jump sounds where they shouldn't be
Mario [Thu, 3 Dec 2015 06:08:04 +0000 (16:08 +1000)]
Fix a mistake that potentially causes jump sounds where they shouldn't be

9 years agoApply a temporary fix for superweapons
Mario [Wed, 2 Dec 2015 11:47:22 +0000 (21:47 +1000)]
Apply a temporary fix for superweapons

9 years agoMake the WeaponModel hook common
Mario [Wed, 2 Dec 2015 09:52:08 +0000 (19:52 +1000)]
Make the WeaponModel hook common

9 years agoSound: always send .wav strings
TimePath [Wed, 2 Dec 2015 01:52:04 +0000 (12:52 +1100)]
Sound: always send .wav strings

9 years agoDon't show doublejump in running mutators
Mario [Wed, 2 Dec 2015 00:54:19 +0000 (10:54 +1000)]
Don't show doublejump in running mutators

9 years agoFix it more cleanly
Mario [Wed, 2 Dec 2015 00:41:17 +0000 (10:41 +1000)]
Fix it more cleanly

9 years agoFix projectiles on jumppads
Mario [Wed, 2 Dec 2015 00:37:15 +0000 (10:37 +1000)]
Fix projectiles on jumppads

9 years agoSound8: potentially fix player sound issue
TimePath [Wed, 2 Dec 2015 00:11:16 +0000 (11:11 +1100)]
Sound8: potentially fix player sound issue

9 years agoDebugdraw: hide more entities
TimePath [Tue, 1 Dec 2015 23:29:17 +0000 (10:29 +1100)]
Debugdraw: hide more entities

9 years agoShownames: fade when moving to spectate
TimePath [Tue, 1 Dec 2015 22:54:21 +0000 (09:54 +1100)]
Shownames: fade when moving to spectate

9 years agoMutators: network
TimePath [Tue, 1 Dec 2015 22:20:59 +0000 (09:20 +1100)]
Mutators: network
Overkill: fix viewmodels

9 years agoAlways draw ladders (reduces amount of bandwidth wasted when player enters & leaves...
Mario [Tue, 1 Dec 2015 16:30:25 +0000 (02:30 +1000)]
Always draw ladders (reduces amount of bandwidth wasted when player enters & leaves pvs)

9 years agoLink ladders (landing on them is rough, unfixable currently)
Mario [Tue, 1 Dec 2015 15:43:49 +0000 (01:43 +1000)]
Link ladders (landing on them is rough, unfixable currently)

9 years agoAllow any height value
Mario [Tue, 1 Dec 2015 12:53:55 +0000 (22:53 +1000)]
Allow any height value

9 years agoHopefully fix issues with vaporizer beam
Mario [Tue, 1 Dec 2015 12:28:34 +0000 (22:28 +1000)]
Hopefully fix issues with vaporizer beam

9 years agoFix spawn near teammates
Mario [Tue, 1 Dec 2015 09:24:33 +0000 (19:24 +1000)]
Fix spawn near teammates

9 years agoFix intermission track for reals
Mario [Mon, 30 Nov 2015 10:59:31 +0000 (20:59 +1000)]
Fix intermission track for reals

9 years agoViewmodels: fix white
TimePath [Mon, 30 Nov 2015 10:57:47 +0000 (21:57 +1100)]
Viewmodels: fix white

9 years agoAdd a few checks
TimePath [Mon, 30 Nov 2015 10:48:54 +0000 (21:48 +1100)]
Add a few checks

9 years agoMerge branch 'TimePath/csqc_viewmodels' into 'master'
TimePath [Mon, 30 Nov 2015 06:16:39 +0000 (06:16 +0000)]
Merge branch 'TimePath/csqc_viewmodels' into 'master'

Clientside viewmodels

Known issues:
- [x] appears when dead
- [x] appears during intermission
- [x] does not take on effects from powerups like strength
- [x] no switch animation
- [x] vortex does not display charge
    - [x] spectating players: weapons have wrong glow
- [x] arc animates in a strange way noticeable with higher ping
- [x] cl_bobmodel (really? yeah really)
- [x] weapons not visible from spectate until you have spawned at least once
- [x] origin is wrong with cl_followmodel
- [x] muzzleflashes are missing

See merge request !250

9 years agoFix prediction of jumping onto ledges
Mario [Mon, 30 Nov 2015 06:07:04 +0000 (16:07 +1000)]
Fix prediction of jumping onto ledges

9 years agoViewmodels: call wr_glow on activeweapon, not switchingweapon 250/head
TimePath [Mon, 30 Nov 2015 05:56:50 +0000 (16:56 +1100)]
Viewmodels: call wr_glow on activeweapon, not switchingweapon

9 years agoViewmodels: fix muzzleflashes
TimePath [Mon, 30 Nov 2015 05:52:40 +0000 (16:52 +1100)]
Viewmodels: fix muzzleflashes

9 years agoViewmodels: match engine cl_followmodel and cl_bobmodel
TimePath [Mon, 30 Nov 2015 05:16:47 +0000 (16:16 +1100)]
Viewmodels: match engine cl_followmodel and cl_bobmodel

9 years agoUse a temporary hack to fix teleporters and jumppads not finding their targets
Mario [Mon, 30 Nov 2015 03:44:45 +0000 (13:44 +1000)]
Use a temporary hack to fix teleporters and jumppads not finding their targets

9 years agoViewmodels: network weaponrate factor
TimePath [Mon, 30 Nov 2015 02:03:12 +0000 (13:03 +1100)]
Viewmodels: network weaponrate factor

9 years agoViewmodels: network switchdelays
TimePath [Mon, 30 Nov 2015 01:55:56 +0000 (12:55 +1100)]
Viewmodels: network switchdelays

9 years agoViewmodels: smooth switch with high latency
TimePath [Mon, 30 Nov 2015 01:25:28 +0000 (12:25 +1100)]
Viewmodels: smooth switch with high latency

9 years agoViewmodels: clientside Vortex glow
TimePath [Sun, 29 Nov 2015 23:58:59 +0000 (10:58 +1100)]
Viewmodels: clientside Vortex glow

9 years agoMerge branch 'master' into TimePath/csqc_viewmodels
TimePath [Sun, 29 Nov 2015 22:59:11 +0000 (09:59 +1100)]
Merge branch 'master' into TimePath/csqc_viewmodels

# Conflicts:
# qcsrc/client/weapons/projectile.qc
# qcsrc/common/stats.qh
# qcsrc/common/weapons/all.qc
# qcsrc/common/weapons/weapon.qh
# qcsrc/server/defs.qh
# qcsrc/server/g_subs.qh
# qcsrc/server/g_world.qc

9 years agoAdd a hook to team change function, will come in handy soon
Mario [Sun, 29 Nov 2015 15:37:59 +0000 (01:37 +1000)]
Add a hook to team change function, will come in handy soon

9 years agoPredict teleporters (yay)
Mario [Sun, 29 Nov 2015 14:24:23 +0000 (00:24 +1000)]
Predict teleporters (yay)

9 years agoViewmodels: cl_bobmodel: check onground for other players too
TimePath [Sun, 29 Nov 2015 10:53:10 +0000 (21:53 +1100)]
Viewmodels: cl_bobmodel: check onground for other players too

9 years agoClean up hacks a bit
Mario [Sun, 29 Nov 2015 10:42:38 +0000 (20:42 +1000)]
Clean up hacks a bit

9 years agoViewmodels: cl_bobmodel: not in the air
TimePath [Sun, 29 Nov 2015 10:41:50 +0000 (21:41 +1100)]
Viewmodels: cl_bobmodel: not in the air

9 years agoViewmodels: attempt to smooth out teleporting
TimePath [Sun, 29 Nov 2015 10:25:08 +0000 (21:25 +1100)]
Viewmodels: attempt to smooth out teleporting

9 years agoViewmodels: support cl_bobmodel, cl_leanmodel, cl_followmodel
TimePath [Sun, 29 Nov 2015 10:11:49 +0000 (21:11 +1100)]
Viewmodels: support cl_bobmodel, cl_leanmodel, cl_followmodel

9 years agoFix some issues with movetype prediction, also make jumppads predicted
Mario [Sun, 29 Nov 2015 10:01:59 +0000 (20:01 +1000)]
Fix some issues with movetype prediction, also make jumppads predicted

9 years agoFix some issues with QC movetypes
Mario [Sun, 29 Nov 2015 07:07:56 +0000 (17:07 +1000)]
Fix some issues with QC movetypes

9 years agoMerge branch 'TimePath/stats' into 'master'
TimePath [Sun, 29 Nov 2015 05:32:13 +0000 (05:32 +0000)]
Merge branch 'TimePath/stats' into 'master'

Register stats

* drastically simplifies common physics code
* amortizes stat cost, each stat is read at most once per frame instead of as many times as it is used, saving on `getstat` calls

See merge request !262

9 years agoentcs: de-jitter
TimePath [Sun, 29 Nov 2015 05:24:51 +0000 (16:24 +1100)]
entcs: de-jitter

9 years agoMultijump: fix 262/head
TimePath [Sun, 29 Nov 2015 04:19:35 +0000 (15:19 +1100)]
Multijump: fix

9 years agoThis commit is dedicated to TimePath
Mario [Sun, 29 Nov 2015 03:49:04 +0000 (13:49 +1000)]
This commit is dedicated to TimePath

# Conflicts:
# qcsrc/common/movetypes/movetypes.qc
# qcsrc/common/movetypes/toss.qc
# qcsrc/common/mutators/mutator/dodging/dodging.qc
# qcsrc/common/mutators/mutator/multijump/multijump.qc
# qcsrc/common/physics.qc
# qcsrc/common/physics.qh
# qcsrc/common/stats.qh
# qcsrc/server/autocvars.qh

9 years agoMerge branch 'master' into TimePath/stats
TimePath [Sun, 29 Nov 2015 02:45:20 +0000 (13:45 +1100)]
Merge branch 'master' into TimePath/stats

# Conflicts:
# qcsrc/client/hud/panel/ammo.qc
# qcsrc/client/hud/panel/powerups.qc
# qcsrc/client/view.qc
# qcsrc/common/mutators/mutator/nades/nades.qc
# qcsrc/common/physics.qc
# qcsrc/common/physics.qh
# qcsrc/common/weapons/weapon/vortex.qc
# qcsrc/lib/registry.qh
# qcsrc/lib/stats.qh

9 years agoStats: port vectors
TimePath [Sun, 29 Nov 2015 00:32:01 +0000 (11:32 +1100)]
Stats: port vectors

9 years agoStats: port gamemodes
TimePath [Sat, 28 Nov 2015 06:35:15 +0000 (17:35 +1100)]
Stats: port gamemodes

9 years agoStats: port remaining movevars
TimePath [Sat, 28 Nov 2015 03:39:52 +0000 (14:39 +1100)]
Stats: port remaining movevars

9 years agoFix some SVQC and CSQC string leaks.
Rudolf Polzer [Fri, 27 Nov 2015 21:19:31 +0000 (22:19 +0100)]
Fix some SVQC and CSQC string leaks.

9 years agoFix memory leaks in ATTRIB(..., strzone(...)) calls.
Rudolf Polzer [Fri, 27 Nov 2015 20:56:11 +0000 (21:56 +0100)]
Fix memory leaks in ATTRIB(..., strzone(...)) calls.

These calls don't free the previously allocated string in the same
field, causing a leak.

9 years agoinit.bsp: Properly shutdown the mapinfo subsystem.
Rudolf Polzer [Fri, 27 Nov 2015 20:46:26 +0000 (21:46 +0100)]
init.bsp: Properly shutdown the mapinfo subsystem.

9 years agoFix most menuqc leaks.
Rudolf Polzer [Fri, 27 Nov 2015 20:40:01 +0000 (21:40 +0100)]
Fix most menuqc leaks.

9 years agoFinish off the last of the stats
Mario [Fri, 27 Nov 2015 14:48:44 +0000 (00:48 +1000)]
Finish off the last of the stats

9 years agoDo another bunch of stats
Mario [Fri, 27 Nov 2015 14:13:42 +0000 (00:13 +1000)]
Do another bunch of stats

9 years agoAdd an option to burn the player when they enter lava
Mario [Fri, 27 Nov 2015 13:55:23 +0000 (23:55 +1000)]
Add an option to burn the player when they enter lava

9 years agoMake sure self is set on the PlayerJump mutator hook
Mario [Thu, 26 Nov 2015 10:43:07 +0000 (20:43 +1000)]
Make sure self is set on the PlayerJump mutator hook

9 years agoKill use of self in player physics code
Mario [Thu, 26 Nov 2015 10:39:12 +0000 (20:39 +1000)]
Kill use of self in player physics code

9 years agoRemove 2 useless strzone calls; also clear 2 unzoned strings 261/head
terencehill [Thu, 26 Nov 2015 10:33:55 +0000 (11:33 +0100)]
Remove 2 useless strzone calls; also clear 2 unzoned strings

9 years agoDon't pass zoned strings to SLIST_CATEGORY, SLIST_CATEGORY takes care of zoning them
terencehill [Thu, 26 Nov 2015 09:56:32 +0000 (10:56 +0100)]
Don't pass zoned strings to SLIST_CATEGORY, SLIST_CATEGORY takes care of zoning them

9 years agoKill the use of self in movetype code, to make it usable from the player physics...
Mario [Thu, 26 Nov 2015 09:19:49 +0000 (19:19 +1000)]
Kill the use of self in movetype code, to make it usable from the player physics code

9 years agoentcs: cleanup
TimePath [Wed, 25 Nov 2015 23:13:23 +0000 (10:13 +1100)]
entcs: cleanup

9 years agoPotentially fix an issue with buff times and vehicle entering/exiting
Mario [Wed, 25 Nov 2015 12:30:42 +0000 (22:30 +1000)]
Potentially fix an issue with buff times and vehicle entering/exiting

9 years agoArrayList: free on shutdown
TimePath [Wed, 25 Nov 2015 05:16:26 +0000 (16:16 +1100)]
ArrayList: free on shutdown

9 years agoFix memory leak in counting.qh.
Rudolf Polzer [Tue, 24 Nov 2015 15:05:08 +0000 (16:05 +0100)]
Fix memory leak in counting.qh.

9 years agoStats: port 5 more
TimePath [Tue, 24 Nov 2015 11:42:29 +0000 (22:42 +1100)]
Stats: port 5 more

9 years agoStats: remove dependence on engine assigned stats
TimePath [Tue, 24 Nov 2015 11:16:50 +0000 (22:16 +1100)]
Stats: remove dependence on engine assigned stats