]>
de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/log
Samual Lenks [Sun, 1 Dec 2013 05:00:21 +0000 (00:00 -0500)]
Add back a simple playerdetail handler
Samual Lenks [Sun, 1 Dec 2013 03:42:17 +0000 (22:42 -0500)]
Fix some other things
Samual Lenks [Sun, 1 Dec 2013 03:38:51 +0000 (22:38 -0500)]
Cleanup init
Samual Lenks [Sun, 1 Dec 2013 03:05:25 +0000 (22:05 -0500)]
Cleanup endmatch/shutdown for gamereport
Samual Lenks [Sun, 1 Dec 2013 02:30:09 +0000 (21:30 -0500)]
Rename playerstats_waitforme to PlayerStats_GameReport_DelayMapVote
Samual Lenks [Sun, 1 Dec 2013 02:25:05 +0000 (21:25 -0500)]
Invert playerstats_waitforme so it's not fucking retarded
Samual Lenks [Sat, 30 Nov 2013 23:40:16 +0000 (18:40 -0500)]
Make it compile now
Samual Lenks [Sat, 30 Nov 2013 03:39:54 +0000 (22:39 -0500)]
Add comments for later reference
Samual Lenks [Sat, 30 Nov 2013 02:23:18 +0000 (21:23 -0500)]
Move scope of comment
Samual Lenks [Tue, 26 Nov 2013 06:54:13 +0000 (01:54 -0500)]
Remove comment
Samual Lenks [Tue, 26 Nov 2013 06:53:34 +0000 (01:53 -0500)]
Fix "joins" field
Samual Lenks [Tue, 26 Nov 2013 06:52:11 +0000 (01:52 -0500)]
More switching to new names
Samual Lenks [Tue, 26 Nov 2013 06:03:42 +0000 (01:03 -0500)]
More cleanup
Samual Lenks [Tue, 26 Nov 2013 04:15:52 +0000 (23:15 -0500)]
More work on cleaning up playerstats code and adding new functionality
Samual Lenks [Tue, 26 Nov 2013 02:23:29 +0000 (21:23 -0500)]
Merge remote-tracking branch 'origin/zykure/playerstats_ladders' into samual/combined_updates
Conflicts:
qcsrc/common/playerstats.qc
Samual Lenks [Mon, 25 Nov 2013 07:10:00 +0000 (02:10 -0500)]
Begin working on cleaning up playerstats code
Samual Lenks [Mon, 25 Nov 2013 04:44:39 +0000 (23:44 -0500)]
More updates to demo and screenshot tabs
Samual Lenks [Mon, 25 Nov 2013 04:20:28 +0000 (23:20 -0500)]
Update demos tab
Samual Lenks [Mon, 25 Nov 2013 03:34:32 +0000 (22:34 -0500)]
Increase height of Profile tab
Samual Lenks [Mon, 25 Nov 2013 03:30:10 +0000 (22:30 -0500)]
New organization for Create tab
Samual Lenks [Mon, 25 Nov 2013 02:09:11 +0000 (21:09 -0500)]
Remove "advanced" dialog for multiplayer create tab
Samual Lenks [Mon, 25 Nov 2013 02:02:55 +0000 (21:02 -0500)]
Add cvar for playerinfo uri
Samual Lenks [Sun, 24 Nov 2013 23:07:42 +0000 (18:07 -0500)]
Trying to fix the "custom" problem...
Samual Lenks [Sun, 24 Nov 2013 22:45:48 +0000 (17:45 -0500)]
Allow right click to open mapinfo in maplist too
Samual Lenks [Sun, 24 Nov 2013 22:42:07 +0000 (17:42 -0500)]
Get rid of "features" from the map info dialog (totally useless)
Samual Lenks [Sun, 24 Nov 2013 22:33:47 +0000 (17:33 -0500)]
Start getting rid of "advanced server settings" menu, move team slider
Samual Lenks [Sun, 24 Nov 2013 20:28:25 +0000 (15:28 -0500)]
Fix alignment of select all/select none buttons
Samual Lenks [Sun, 24 Nov 2013 20:15:51 +0000 (15:15 -0500)]
Remake fraglimit slider
Samual Lenks [Sun, 24 Nov 2013 18:47:27 +0000 (13:47 -0500)]
Check for joy_detected when displaying "Use joystick input" checkbox
Samual Lenks [Sun, 24 Nov 2013 05:06:24 +0000 (00:06 -0500)]
Merge remote-tracking branch 'origin/master' into samual/combined_updates
Samual Lenks [Sun, 24 Nov 2013 04:55:13 +0000 (23:55 -0500)]
Merge remote-tracking branch 'origin/samual/serverlist'
* origin/samual/serverlist: (63 commits)
Use new cvar check URL; kill CVAR_POPCON.
Show recommended servers when categories are disabled too
Add a compatibility stop date to the update notification info.
Fix my breaking of emergency pk3's :D
ARGH, that really was a STUPID bug.
Make APPEND_STRING behave "sane".
Some cleanup
Properly handle the cvars for serverlist categories now
Support promoted servers in the recommendations
Switch to new format for updatenotification
Switch to recommendation mode 3
Rename "Bookmark" button to "Favorite" button (it's called favorites...)
Adjustments to category rendering- left align with colon over servername
Simplify a LOT.
Refactor item position code. Should be easier to adapt to new category handling.
ONE BYTE.
Fix bug in begin handling.
Bottom align the headings.
Give the headings 1.5 rows height.
use a proper binary search
...
Conflicts:
qcsrc/menu/xonotic/serverlist.c
qcsrc/menu/xonotic/util.qc
Samual Lenks [Sun, 24 Nov 2013 04:37:50 +0000 (23:37 -0500)]
Merge remote-tracking branch 'origin/Mario/csqc_models'
# By Mario
# Via Mario
* origin/Mario/csqc_models:
Use WriteShort for mins/maxs linking
Comment out size reset (can cause crashes with some models on first load)
Use WriteChar for mins/maxs linking & WriteByte for scale linking
Network colormod to fix sandbox object colors
Add func_breakable CSQC model linking again
Remove func_breakable CSQC model linking
Allow larger model scale
Roughly link onslaught control points
Network model scale, mins & maxs, link sandbox & breakable models with CSQC
Samual Lenks [Sun, 24 Nov 2013 04:36:52 +0000 (23:36 -0500)]
Merge remote-tracking branch 'origin/Mario/respawn_delays'
# By Mario
# Via Mario
* origin/Mario/respawn_delays:
Fix some issues brought up in the tracker
Only use g_respawn_delay_max if it's higher than normal respawn delay
Add a new option for forced respawn: g_respawn_delay_max. Forces players to spawn after this many seconds or optionally respawn after normal delay
Samual Lenks [Sun, 24 Nov 2013 04:33:51 +0000 (23:33 -0500)]
Merge remote-tracking branch 'origin/Mario/arena_nuke'
* origin/Mario/arena_nuke:
Remove arena gamemode
Conflicts:
qcsrc/server/command/cmd.qc
qcsrc/server/mutators/gamemode_arena.qc
Samual Lenks [Sun, 24 Nov 2013 04:19:27 +0000 (23:19 -0500)]
Move deathchase checkbox into 1st person radiobox group
Samual Lenks [Sun, 24 Nov 2013 03:50:18 +0000 (22:50 -0500)]
Merge remote-tracking branch 'origin/master' into samual/combined_updates
Conflicts:
qcsrc/client/View.qc
qcsrc/menu/xonotic/dialog_multiplayer_create.c
qcsrc/menu/xonotic/dialog_multiplayer_media_demo.c
qcsrc/menu/xonotic/dialog_multiplayer_playersetup_crosshair.c
qcsrc/menu/xonotic/dialog_multiplayer_profile.c
qcsrc/menu/xonotic/dialog_settings_audio.c
qcsrc/menu/xonotic/dialog_settings_effects.c
qcsrc/menu/xonotic/dialog_settings_game_view.c
qcsrc/menu/xonotic/dialog_settings_input.c
qcsrc/menu/xonotic/dialog_settings_user.c
qcsrc/menu/xonotic/dialog_settings_video.c
qcsrc/menu/xonotic/mainwindow.c
qcsrc/menu/xonotic/serverlist.c
qcsrc/menu/xonotic/util.qc
Rudolf Polzer [Fri, 15 Nov 2013 10:02:30 +0000 (11:02 +0100)]
French tooltips update by Spike29.
Rudolf Polzer [Mon, 11 Nov 2013 16:18:58 +0000 (17:18 +0100)]
Kill g_antilag_bullets (always assume 1); kill bullet gravity.
Real code simplification to be done later.
Mario [Sat, 9 Nov 2013 12:41:18 +0000 (23:41 +1100)]
Use WriteShort for mins/maxs linking
Mario [Fri, 8 Nov 2013 20:42:14 +0000 (07:42 +1100)]
Comment out size reset (can cause crashes with some models on first load)
Mario [Fri, 8 Nov 2013 20:29:41 +0000 (07:29 +1100)]
Use WriteChar for mins/maxs linking & WriteByte for scale linking
Rudolf Polzer [Fri, 8 Nov 2013 16:28:36 +0000 (17:28 +0100)]
More stuff.
Rudolf Polzer [Fri, 8 Nov 2013 13:14:44 +0000 (14:14 +0100)]
pos_ done.
Rudolf Polzer [Fri, 8 Nov 2013 11:52:10 +0000 (12:52 +0100)]
Fix function types.
Rudolf Polzer [Thu, 7 Nov 2013 10:51:04 +0000 (11:51 +0100)]
Force sp_after_comma (only is inconsistent because of historic fteqcc
bug).
Rudolf Polzer [Thu, 7 Nov 2013 07:42:15 +0000 (08:42 +0100)]
Force // comment and if(cond)
Rudolf Polzer [Thu, 7 Nov 2013 07:40:46 +0000 (08:40 +0100)]
Updated.
Rudolf Polzer [Wed, 6 Nov 2013 16:33:53 +0000 (17:33 +0100)]
Ignore space-around-arithmetic-operator. Let the coder decide there.
Rudolf Polzer [Tue, 5 Nov 2013 08:18:32 +0000 (09:18 +0100)]
Update config to 0.60
Rudolf Polzer [Mon, 4 Nov 2013 19:30:42 +0000 (20:30 +0100)]
Start of uncrusticracy script, and kill trailing whitespace in all sources.
Mario [Sat, 2 Nov 2013 07:33:34 +0000 (18:33 +1100)]
Network colormod to fix sandbox object colors
Mario [Sat, 2 Nov 2013 07:32:28 +0000 (18:32 +1100)]
Merge branch 'master' into Mario/csqc_models
Rudolf Polzer [Wed, 30 Oct 2013 13:17:51 +0000 (14:17 +0100)]
A config file.
Rudolf Polzer [Wed, 30 Oct 2013 12:36:14 +0000 (13:36 +0100)]
Manual riddance of remaining "if not".
Rudolf Polzer [Wed, 30 Oct 2013 12:26:29 +0000 (13:26 +0100)]
Get rid of if not, step 1.
Rudolf Polzer [Fri, 25 Oct 2013 12:33:42 +0000 (14:33 +0200)]
inputtimeout: should be 0.066 (slightly less than 2 frames) so if one
frame was lost, it's compensated almost correctly.
Samual Lenks [Thu, 24 Oct 2013 18:38:57 +0000 (14:38 -0400)]
Merge branch 'samual/serverlist' into samual/combined_updates
Samual Lenks [Thu, 24 Oct 2013 18:38:46 +0000 (14:38 -0400)]
Merge remote-tracking branch 'origin/master' into samual/combined_updates
Samual Lenks [Thu, 24 Oct 2013 18:11:06 +0000 (14:11 -0400)]
Merge remote-tracking branch 'origin/master' into samual/serverlist
Rudolf Polzer [Thu, 24 Oct 2013 11:23:09 +0000 (13:23 +0200)]
Actually, 0.04 was always intended here, not 0.07. Now checked engine
source that 0.04 still supports cl_netrepeatinput 1.
Mario [Wed, 23 Oct 2013 08:58:54 +0000 (19:58 +1100)]
Fix some issues brought up in the tracker
Mario [Tue, 22 Oct 2013 13:46:04 +0000 (00:46 +1100)]
Merge branch 'master' into Mario/respawn_delays
Mario [Tue, 22 Oct 2013 01:31:27 +0000 (12:31 +1100)]
Add func_breakable CSQC model linking again
Mario [Mon, 21 Oct 2013 08:39:15 +0000 (19:39 +1100)]
Remove func_breakable CSQC model linking
Mario [Mon, 21 Oct 2013 08:38:12 +0000 (19:38 +1100)]
Merge branch 'master' into Mario/csqc_models
Rudolf Polzer [Fri, 18 Oct 2013 01:15:57 +0000 (03:15 +0200)]
fix g_warmup_allguns 1
Rudolf Polzer [Fri, 18 Oct 2013 00:38:07 +0000 (02:38 +0200)]
Simpler function accumulation. Thanks, graphitemaster.
Samual Lenks [Thu, 17 Oct 2013 20:31:49 +0000 (16:31 -0400)]
Merge remote-tracking branch 'origin/samual/warmup_onlyonmap'
* origin/samual/warmup_onlyonmap:
Add feature to warmup_allguns which only provides weapons in the map
Samual Lenks [Thu, 17 Oct 2013 20:25:14 +0000 (16:25 -0400)]
Add feature to warmup_allguns which only provides weapons in the map
Rudolf Polzer [Thu, 17 Oct 2013 19:50:53 +0000 (21:50 +0200)]
Fix a division by zero.
Rudolf Polzer [Thu, 17 Oct 2013 19:44:56 +0000 (21:44 +0200)]
Get rid of an useless trace and like 1000 instructions each frame and player.
Samual Lenks [Wed, 16 Oct 2013 19:25:33 +0000 (15:25 -0400)]
Updates to misc tab
Samual Lenks [Wed, 16 Oct 2013 03:08:10 +0000 (23:08 -0400)]
Fix some spacing
Samual Lenks [Wed, 16 Oct 2013 02:46:54 +0000 (22:46 -0400)]
Auto sendcvar on clippedspectating toggle
Samual Lenks [Wed, 16 Oct 2013 02:20:19 +0000 (22:20 -0400)]
Swap sides of view tab
Samual Lenks [Wed, 16 Oct 2013 01:59:46 +0000 (21:59 -0400)]
Decrease size of settings dialog, and clean up view tab
Samual Lenks [Tue, 15 Oct 2013 22:39:47 +0000 (18:39 -0400)]
Add exact same 0.5 offset to all settings tabs
Samual Lenks [Tue, 15 Oct 2013 22:29:40 +0000 (18:29 -0400)]
Massive improvements to crosshairs tab
Samual Lenks [Tue, 15 Oct 2013 19:34:09 +0000 (15:34 -0400)]
Merge remote-tracking branch 'origin/master' into samual/combined_updates
Samual Lenks [Tue, 15 Oct 2013 19:28:17 +0000 (15:28 -0400)]
Working on crosshair tab for game settings menu (plus hittest stuff)
Rudolf Polzer [Tue, 15 Oct 2013 16:43:23 +0000 (18:43 +0200)]
Use new cvar check URL; kill CVAR_POPCON.
Samual Lenks [Mon, 14 Oct 2013 21:37:20 +0000 (17:37 -0400)]
Add view tab
Samual Lenks [Mon, 14 Oct 2013 20:17:14 +0000 (16:17 -0400)]
Working game settings tab setup/spacing, as well as settings window
spacing
Rudolf Polzer [Mon, 14 Oct 2013 01:38:25 +0000 (03:38 +0200)]
fix typo
Samual Lenks [Mon, 14 Oct 2013 00:01:06 +0000 (20:01 -0400)]
Show recommended servers when categories are disabled too
Rudolf Polzer [Sun, 13 Oct 2013 22:49:15 +0000 (00:49 +0200)]
Add a compatibility stop date to the update notification info.
After this date, servers below the current minor version (second part of
version number) will not be shown any more.
Rudolf Polzer [Sun, 13 Oct 2013 22:50:32 +0000 (00:50 +0200)]
Merge branch 'master' into samual/serverlist
Rudolf Polzer [Sun, 13 Oct 2013 21:16:46 +0000 (23:16 +0200)]
OOPS. Add missing strcmp builtin defs. How could that have slipped through for ages...
Samual Lenks [Sun, 13 Oct 2013 21:23:42 +0000 (17:23 -0400)]
Working on moving these dialogs to be tabs in the game settings tab
Rudolf Polzer [Sun, 13 Oct 2013 20:34:17 +0000 (22:34 +0200)]
Hide empty servers a little bit more, making good servers stand out more.
Samual Lenks [Sun, 13 Oct 2013 19:19:31 +0000 (15:19 -0400)]
Fix my breaking of emergency pk3's :D
Rudolf Polzer [Sun, 13 Oct 2013 16:09:57 +0000 (18:09 +0200)]
Fix colormap loading, fixes #1558
Samual Lenks [Sun, 13 Oct 2013 14:55:14 +0000 (10:55 -0400)]
Whoops, forgot to commit the particle slider file.... >.>
Rudolf Polzer [Sun, 13 Oct 2013 14:23:50 +0000 (16:23 +0200)]
Menu: avoid loading font twice on resolution switch; avoid extra r_restart on resolution switch; avoid menu reload on resolution switch
Samual Lenks [Sun, 13 Oct 2013 06:35:00 +0000 (02:35 -0400)]
Merge remote-tracking branch 'origin/samual/serverlist' into samual/combined_updates
Conflicts:
qcsrc/menu/xonotic/dialog_multiplayer_join.c
Samual Lenks [Sun, 13 Oct 2013 05:43:12 +0000 (01:43 -0400)]
Fix some minor things
Samual Lenks [Sun, 13 Oct 2013 05:35:35 +0000 (01:35 -0400)]
Shrink settings window down by one row (now that settings is not so large)
Samual Lenks [Sun, 13 Oct 2013 05:26:42 +0000 (01:26 -0400)]
New slider/handling for particle effects settings
Samual Lenks [Sun, 13 Oct 2013 03:11:39 +0000 (23:11 -0400)]
Merge remote-tracking branch 'origin/master' into samual/combined_updates
Rudolf Polzer [Sun, 13 Oct 2013 01:21:45 +0000 (03:21 +0200)]
ARGH, that really was a STUPID bug.