Nayruden
89643e283d
Version bumps and changeling.
2015-03-18 17:07:29 -06:00
Nayruden
cb109dcf6c
Removed testing file
2015-03-18 06:32:58 -06:00
Nayruden
eb8ce08e93
Naming changes
2015-03-17 20:49:50 -06:00
Nayruden
f73bb88c6c
Fixes #407
2015-03-17 20:43:44 -06:00
Nayruden
bf5b7dca4a
Merge branch 'master' into hook-update
...
Conflicts:
ulib/lua/ulib/shared/hook.lua
2015-03-17 19:36:33 -06:00
SticklyMan
583d4c2652
Fix typo in invis code.
...
Fixes weapons staying hidden after switching and uncloaking.
Closes #417 . Thanks TheRealAyCe!
2015-03-14 09:10:39 -06:00
Nayruden
b0da4e8e4f
Release prep
2015-03-09 19:04:07 -06:00
Nayruden
97b9bb412c
@Divran's suggested change for ~20% performance increase on hook run.
2015-03-09 18:47:05 -06:00
SticklyMan
bc67be182b
Merge bugfixes on branch 'master' into hook-update
2015-03-07 23:21:19 -07:00
SticklyMan
b7dc0509c6
Merge branch 'master' into hook-update
2015-03-07 12:57:31 -07:00
SticklyMan
5d9eaad2ec
Changed ULib's HOOK_LOCALPLAYERREADY to be called on InitPostEntity instead of OnEntityCreated.
...
Fixes LocalPlayer() sometimes being null when called.
2015-03-07 12:29:10 -07:00
Nayruden
d6a13755fa
Implementing suggested changes + performance enhancements
2015-02-10 19:54:38 -07:00
Nayruden
6878da326f
Conforms more to gmod development version of hook.lua
2015-02-10 19:32:23 -07:00
Nayruden
616b4af919
new way of doing hooks
2015-02-03 19:25:23 -07:00
SticklyMan
bb0c8a8bd6
Security fix for executing server-side commands via ban reasons.
2015-01-04 01:52:05 -07:00
Nayruden
27af3dce92
getUser changes and some case-sensitivity changes. Fixes #338 and fixes #318 .
...
* [ADD] A list of players is presented when a target string for getUser matches more than one player (Thanks, @RhapsodySL).
* [FIX] Some fiddly-bits with group case-sensitivity (Thanks, @BryanFlannery).
2014-10-25 17:48:02 -06:00
Nayruden
b6d1dc1efc
Further updates to last pull request.
...
[ADD] Admin parameter to ULib.unban for overriding purposes (Thanks for the idea, @MStruntze).
2014-10-25 14:05:05 -06:00
Brett Smith
f3cb937fbc
Merge pull request #352 from MStruntze/master
...
Added second parameter in ULib.unban (Thanks, @MStruntze)
2014-10-25 13:59:04 -06:00
SticklyMan
41f462e1b5
Fixed cloak and weapon visibility bug. Fixes #331 .
2014-10-25 13:54:18 -06:00
Nayruden
ad2faae98f
Reverting some changes from 9e410214dd
(Sorry, @SticklyMan). Also made a minor change to hook.lua IAW Garry's changes.
2014-10-25 12:22:19 -06:00
Mikkel Struntze
5509cae152
Added admin parameter in ULib.unban
2014-09-13 02:03:18 +02:00
SticklyMan
60a6029f0c
Added new fix to prevent crash on kicking/banning self, removed the old one.
...
Should be more robust now. Fixes #325 .
Removed debug code that accidentally got committed.
2014-08-02 11:07:20 -06:00
SticklyMan
6b47d49b26
General fixes to accommodate group names with uppercase characters:
...
- Changed "ulx groupallow" to no longer lowercase access tags.
- Changed ULib's ucl.groupAllow to also no longer lowercase access tag.
- Changed ULib to not lowercase groups' allows upon reading groups.txt.
- Changed ULib's targeting system to only lowercase when matching player names.
Spelling fixes in comments in XGUI!
2014-07-23 01:26:37 -06:00
Brett Smith
0d3ba578fe
Readme update.
2014-02-22 10:19:28 -07:00
NoBrainCZ
58f9c9564a
don't break if called hook changes v
2014-02-22 15:33:36 +01:00
Brett Smith
cf6103293b
* [CHANGE] Logging now prints how long a user took to join the server.
2014-01-14 15:45:19 -07:00
Nayruden
bf54aa1543
[FIX] Several incorrect file I/O calls (Thanks, Q4-Bi).
2013-09-05 18:50:35 -06:00
Nayruden
65c7afb53f
[FIX] ULib.ucl.registerAccess not allowing an access tag to be registered to no groups.
2013-08-31 21:32:24 -06:00
Nayruden
900febcab8
Prepping for release
2013-08-30 16:29:35 -06:00
Nayruden
001522a047
Quick fix for a capitalization problem (Thanks, razmo99).
2013-08-09 09:30:26 -06:00
SticklyMan
6c50bf0797
*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
24812cdcb4
Using this commit as a flimsy excuse to test document updating for #127 .
2013-07-27 17:01:29 -06:00
Nayruden
9d03c8ad68
[FIX] A bug with being able to update replicated variables after running a listen server and then joining another server.
2013-07-27 16:16:14 -06:00
Nayruden
545d4f191b
Fixes #222
...
[FIX] A problem with self-target restrictions breaking commands under certain conditions (Thanks, iSnipeu).
2013-07-27 13:29:17 -06:00
Nayruden
add98ca82d
Fixes #200
...
[FIX] A problem with targeting in single player (Effected XGUI. Thanks, bender180).
2013-07-27 13:07:20 -06:00
Nayruden
c11aa1327b
Fixes #216
...
[FIX] Invalid time restrictions throwing an error (Thanks, Scratch).
2013-07-27 12:14:55 -06:00
Nayruden
d2b645a430
Trying to account for more possible Garry breakage in misc.lua
2013-07-20 14:38:03 -06:00
iSnipeu
0f9baf01b8
Update misc.lua
2013-07-15 10:11:08 +10:00
iSnipeu
d2bfbbe857
Update misc.lua
...
If the _G metatable is protected then that code will error, so I've put a check to see if it is and stops the code from running.
2013-07-14 22:49:50 +10:00
Nayruden
90eb800b35
Fixes #179
2013-06-01 17:38:28 -04:00
Nayruden
f41d7df07a
New cvar to disable admin player pickups.
...
Stickly's work on this is documented in #214 .
2013-06-01 16:58:16 -04:00
Nayruden
c53613992f
More for #175 (needless case insensitivity)
2013-05-29 16:58:16 -04:00
Nayruden
b6f808b59c
Fix #185
2013-04-14 16:17:12 -04:00
Nayruden
15ae6f3cb5
Fixed #187
2013-03-30 11:15:15 -04:00
Nayruden
d2a51aafe6
Temporary fix for ULib and #185 . This will be rolled back when we get a more permanent solution.
2013-03-26 10:39:07 -04:00
Nayruden
f884e806d2
Removed a patch we had for fixing Garry's file reading flub. Pretty sure this fixes #181 .
...
Also changed how clients received version numbers to be a little more intelligent.
2013-03-24 21:41:00 -04:00
Nayruden
dd9645819a
Fixes #175
2013-03-23 18:59:25 -04:00
Nayruden
ee7af8cbf6
Back in beta mode and fixes #152
2013-03-23 18:15:43 -04:00
Nayruden
b9b5aa7b56
Finishing touches for release.
2013-01-27 21:56:38 -05:00
Nayruden
35a27c4012
Prepping for release
2013-01-27 20:34:48 -05:00