Commit Graph

434 Commits

Author SHA1 Message Date
SticklyMan
583b5db0c9 Fix server crash when kicking/banning yourself via a chat command.
Fixes #320.
2014-07-14 23:49:13 -06:00
SticklyMan
ab4faea285 Fixed votebans not adding the ban due to gmod update.
Fixes #315
2014-07-09 21:47:10 -06:00
SticklyMan
5c6a2f1cdb Merge branch 'master' of github.com:Nayruden/Ulysses 2014-07-09 01:19:12 -06:00
SticklyMan
bf0238aa20 Changed ulx ban logging to fancylog first, then perform the ban.
Should fix #310
2014-07-09 00:59:04 -06:00
SticklyMan
bc8fcfccf1 Update ulx_readme.txt 2014-06-17 10:51:18 -06:00
SticklyMan
bd1fc60228 Fixed JailTP not remembering previous position.
Now allows "ulx return" to work with JailTP.
Thanks jakej78b!
2014-06-17 10:49:18 -06:00
SticklyMan
12d534fd4d Fixed banreasons not being displayed for admins who didn't have access to xgui_svsettings, now relies on having access to "ulx ban" which should be more accurate.
Thanks ChosenOne!
2014-05-21 22:04:24 -06:00
SticklyMan
3e89eba212 Fixes #292. Thanks Mechanical Mind! 2014-04-19 16:09:04 -06:00
SticklyMan
64a9607459 Fixes #291. Thanks Fuzzik! 2014-04-19 15:57:32 -06:00
SticklyMan
2e3c7ca176 Fix for #295, updated ULX readme changelog. 2014-04-19 15:38:29 -06:00
LuaTenshi
c958791944 Added ulx overrule.
Added ulx overrule to stop a vote (that is not a map vote) that is currently in progress.
---
I have not tested this so please double check for errors.
2014-03-02 22:02:21 -05:00
NoBrainCZ
22a2dab865 Add 'PlayerSay' hooks only serverside. 2014-02-24 03:27:50 +01:00
SticklyMan
271b86dedd Removed extra space around min/max numbers for NumArg restrictions 2014-01-14 19:02:56 -07:00
SticklyMan
1a4ac24c91 Updated sandbox cvarlist with sandbox and wiremod limits.
Added sandbox checkboxes for prop persistence and bonemanip cvars.
2014-01-14 16:14:53 -07:00
Brett Smith
8ff4ef3bfc * [CHANGE] Logging now prints how long a user took to join the server. 2014-01-14 15:45:19 -07:00
Nayruden
cc72f30222 Fixes #255
[FIX] An API change causing an error to be thrown at the end of "ulx maul" (Thanks @Decicus).
2013-10-12 11:01:01 -06:00
Nayruden
52b5f95b47 This may fix an error I've noticed coming from users in DarkRP 2013-09-20 18:28:56 -06:00
Nayruden
463f8737ba Documentation updates 2013-09-07 11:13:20 -06:00
iSnipeu
41865bea0d Networked gimp, mute and gag
This is useful for scoreboards and other gui
2013-09-08 02:38:46 +10:00
Nayruden
5b2e6b2753 Grammatical change, thanks @zack6849. 2013-09-01 13:48:40 -06:00
Nayruden
047a0cdab2 Merge branch 'master' of https://github.com/Nayruden/Ulysses 2013-08-30 18:42:02 -06:00
Nayruden
b6f5b82608 Fixes #233. Setup new version for ULX.
[ADD] "ulx return" to return target to previous location they were in before a teleport command was used (Thanks for the idea, @ludalex).
2013-08-30 18:37:27 -06:00
iSnipeu
555e17897f Update vote.lua
Forgot that 3rd arg was the reason, not admin/caller.
2013-08-31 10:02:09 +10:00
iSnipeu
a502cfb429 Fixes #243
Votebans now attribute the ban to whoever started the voteban
2013-08-31 09:58:18 +10:00
Nayruden
5f777e0eb3 Prepping for release 2013-08-30 16:29:35 -06:00
Nayruden
e03ce01a03 Fixes #235
[FIX] No longer able to physgun frozen players (Thanks @ms333).
2013-08-30 16:07:45 -06:00
SticklyMan
9b9cf483de Made some improvements to iSnipeu's search box on the ban menu. 2013-08-27 23:09:35 -06:00
SticklyMan
a3e4335cb7 Merge pull request #241 from iSnipeu/master
Added search box to ban list.
2013-08-27 20:37:09 -07:00
iSnipeu
5ddc1027de Reverted the "Networked gimp/mute and gag" commit 2013-08-28 11:06:58 +10:00
SticklyMan
ef3b33a84b Fixed admins being able edit bans past their allowed constraints. (Fixes #242, Thanks Zaph!) 2013-08-27 18:39:59 -06:00
SticklyMan
6ec11841a4 Formatting adjustments
Nothing to see here!
2013-08-27 15:48:48 -06:00
iSnipeu
c3590a4ab9 Networked gimp/mute and gag
This is useful for showing if someone is gagged/gimped/muted on the
scoreboard (or other vgui).
2013-08-27 23:03:04 +10:00
iSnipeu
24f6335a39 Added search box to ban list.
Having a search box for the ban list is useful to communities with a
large ban list.
2013-08-27 21:48:26 +10:00
SticklyMan
07e3396fbf Fixed errors when editing bans. (Fixes #238)
Fixed bug where XGUI showed incorrect ban duration.
Fixed visual bug where bans occasionally would not disappear when removed.
Fixed error when editing a ban that had a greater ban length than the user had permission to ban.
Fixed number min/max limits on permissions editor showing the incorrect state.
Added "Weeks" to the ban details page.
2013-08-24 14:03:05 -06:00
SticklyMan
3f9bff560f Fixed map images not loading correctly. 2013-07-28 21:17:01 -06:00
Nayruden
9592856cde Setting jail walls to MOVETYPE_NONE 2013-07-27 21:01:36 -06:00
SticklyMan
3c4ef0f358 *Updated Add Ban Window to obey ulx ban command restrictions.
=Fixed issue with XGUI handling reading/saving of min/max number restictions.
=Fixed lua errors when min value was greater than max value on a number restriction.
2013-07-27 17:30:44 -06:00
Nayruden
da7ee86ada Fixed another issue involved in #223. 2013-07-27 15:48:18 -06:00
Nayruden
ac5291bee4 Quick fix for UTeam in case players are dropped when joining. 2013-07-27 15:32:21 -06:00
Nayruden
672bd83431 Fixes #213
[ADD] %curmap% and %steamid% variables in "ulx showMotd" URL for custom-served MOTDs (Thanks, @Mors-Quaedam).
Also, random new additions to default gimps.
2013-07-27 15:20:29 -06:00
Nayruden
67054ae9cb Fixes #141
[CHANGE] "ulx gag" now uses a server-side hook (much more robust).
2013-07-27 14:36:21 -06:00
SticklyMan
9ff6bbfaa0 Added cl_pickupplayers to XGUI. Fulfills #214 2013-07-27 13:15:32 -06:00
Nayruden
c2ee70b1e8 Fixes #223
* [FIX] Reserved slot mode 3 not kicking the shortest connected player as it is supposed to (Thanks @monkstick).
2013-07-27 11:46:36 -06:00
Nayruden
e963542727 Merge branch 'pr/224' 2013-07-20 14:13:40 -06:00
Nayruden
e23188448a * [CHANGE] Updated PvP damage cvar to reflect Garry's changes (Thanks Mors-Quadam). 2013-07-20 14:11:35 -06:00
Nayruden
76238b7583 Fix #231 2013-07-20 13:49:47 -06:00
Mors-Quaedam
11839386ce Fix "Disable PvP Damage" not working in settings tab
This was long overdue. Not sure how you missed this.
2013-07-03 17:27:15 +01:00
Nayruden
a53346124d Fix #220
At least for logging… other things are not working quite right, but I'm hesitant to fix them until I know that Garry didn't make this change on accident.
2013-06-20 15:42:42 -06:00
Nayruden
865e14aa4d Fixes #179 2013-06-01 17:38:28 -04:00
Nayruden
688fcb7332 New cvar to disable admin player pickups.
Stickly's work on this is documented in #214.
2013-06-01 16:58:16 -04:00