SticklyMan
fbe37716c5
Updated sv_alltalk to (hopefully) align with new valid sv_alltalk choices.
2012-11-23 22:23:03 -07:00
Nayruden
f97039f40a
Fixes #72 (Thanks @hopkinskong!)
2012-11-19 20:55:25 -05:00
SticklyMan
3a3dfb40a0
Update ulx/lua/ulx/xgui/server/sv_settings.lua
...
Disabled sv_alltalk replicated cvar until fixed.
2012-11-13 09:53:23 -07:00
FPtje
8985884060
Removed two redundant kicks in the ULib.addBan function
...
Added time and admin name to kick/ban reason, so clients know for how long they're banned:
Various kick/ban situations and the messages that the clients see:
ulx kick FPtje test
> Kicked by FPtje(STEAM_0:0:8944068) (test)
ulx ban FPtje 0 minge
> Kicked by FPtje(STEAM_0:0:8944068) (Banned permanently: minge)
ulx ban FPtje 1 minge
> Kicked by FPtje(STEAM_0:0:8944068) (Banned for 1 minute(s): minge)
lua_run ULib.kick(Player(12))
> [ULX] Kicked from server
lua_run ULib.kick(Player(12), 'Vote kick successful.')
> Vote kick successful.
2012-11-10 23:09:33 +01:00
Nayruden
a1f8810962
Fixed #43
2012-11-03 15:17:32 -04:00
SticklyMan
a0185446bd
Minor changes to XGUI startup code to allow a complete initialization of XGUI manually and easily from console.
2012-11-01 22:13:04 -06:00
SticklyMan
d557542849
Minor code cleanup, rearrangements. No real fixes here.
2012-11-01 21:30:38 -06:00
SticklyMan
defdc5b635
Fixed not being able to access arguments list on most commands. Fixes #34
...
Fixed error occuring in some parts of XGUI. Fixes #29 #33
Fixed error when typing in slider textboxes
Disabled variable arguments (ulx vote choices) in the commands menu for now.
2012-10-27 17:03:38 -06:00
SticklyMan
8de0f4a140
Sliders associated with Convars should be working now. Fixes #17
...
Fixed some panels in the server settings tab not showing anything.
2012-10-27 14:31:00 -06:00
SticklyMan
f1d1555976
Fixed scrollbars overlapping some important content
...
ColorPickers should be working 100% properly now
2012-10-27 13:28:13 -06:00
Nayruden
89ebc53913
Changed ULib data folder references to all be lower case, fixed some convar help strings.
2012-10-27 15:26:04 -04:00
SticklyMan
7f0cca984e
XGUI: Fixed panels that require scrollbars to now have scrollbars.
...
Fixed some fonts being difficult to read.
Fixed spewing of Lua errors when using any color picker.
Fixed model panel in UTeam section not lining up the icons correctly.
2012-10-27 04:29:08 -06:00
Nayruden
2eba95efb2
Version bump since it's a a major change with GM13...
2012-10-24 20:47:18 -04:00
Nayruden
398e0aa10b
Fixes for last minute changes at GM13 launch
2012-10-24 20:39:33 -04:00
Nayruden
e18f502a9f
Merge commit 'd432673d0168a96bd3798d0687068ea98c7f5c9a'
2012-10-24 20:10:40 -04:00
Nayruden
66ce664820
Merge branch 'GM13'
...
Conflicts:
.gitignore
2012-10-24 19:12:38 -04:00
SticklyMan
022ac2cde5
Categories are now expandable in XGUI
...
MOTD has been re-enabled now that HTML is working properly
Maps menu now shows the correct map icon, or shows noicon.png correctly
Fixed miscellaneous XGUI errors
2012-10-18 22:12:06 -06:00
Nayruden
4054e02757
Disabled the MOTD less stupidly, fixed voting, and commented out some non-functional code for the mean time.
2012-10-13 13:39:36 -04:00
Nayruden
1412cb1675
MOTD is crashing clients in latest GM13 update
...
Didn't have time to look into it, but I'm disabling the MOTD temporarily
2012-10-13 07:43:50 -04:00
Nayruden
32167193c1
Fix for garry's removal of PCallError
2012-10-12 17:35:12 -04:00
Nayruden
6b536f6f82
GM13 API change
...
Fixes #16
2012-10-08 13:37:40 -04:00
Nayruden
ae9f2d0996
Kick message + GM13 changes
...
Added a new function to the hook library to match Garry's API.
Better deal with blank reasons when kicking users, fixes #13 (Thanks Cpt. David)
2012-10-07 19:02:50 -04:00
SticklyMan
bc2c6ff2c4
The ulx map command now works properly.
...
file.Find returns two tables-- One for files and one for directories. Fixed getting list of addons for ulx debuginfo and list of gamemodes for ulx map.
--Stickly Man!
2012-10-07 16:05:57 -06:00
SticklyMan
639f586175
Fixed breakage in latest update (LUA_PATH replaced with "LUA" for second file.Find argument)
...
XGUI is visible again!
Removed some unnecessary XGUI debug print statements.
2012-10-06 22:29:56 -06:00
SticklyMan
fb274e363a
Some more GM13 changes for XGUI
2012-10-05 11:43:32 -04:00
Brett Smith
411a809907
Tons of fixes for latest garry GM13 breakages
2012-09-23 23:22:41 -04:00
SticklyMan
62f924a756
Normalize line endings
2012-08-01 20:23:30 -06:00
Brett Smith
01eebe1f1f
Merge branch 'master' into GM13
...
Conflicts:
ulib/ULib_readme.txt
ulib/info.txt
ulib/lua/ulib/shared/commands.lua
ulx/lua/ulx/xgui/bans.lua
2012-08-01 19:41:29 -06:00
Brett Smith
909e2ceb8d
"ulx ban" as a natural number type again
...
This fixes #4 . Other supporting mechanisms were updated to reflect these changes.
2012-08-01 18:38:09 -06:00
Brett Smith
456fdd7ec8
This fixes #6 except when the system time jumps days between map changes. I'm not going to worry about that exception happening...
2012-05-10 17:27:42 -04:00
SticklyMan
43d2f16f3a
Forgot to update ULX version in sh_defines.
...
Also, the previous commit fixes issue #2 .
2012-04-27 18:01:03 -06:00
unknown
ece506c837
XGUI: =Fixed: Hard crash with the os.date function when bans have an extremely long unban time.
...
--Stickly Man!
2012-04-27 17:21:12 -06:00
Brett Smith
a21657d4e9
Committing all work done so far for GM13
...
There's some debug stuff in here still.
2012-04-23 14:20:37 -04:00
Brett Smith
2874aa7ac3
Bringing in ULX 3.53, ULib 2.42
2012-04-23 14:05:19 -04:00