Commit Graph

123 Commits

Author SHA1 Message Date
Nayruden
34339bfc85 Add git meta files 2015-11-08 15:36:44 -05:00
Nayruden
7170aceb0a Normalizing line endings 2015-11-07 17:08:41 -05:00
Nayruden
5a393ca6fd Implements #332 2015-11-07 16:56:00 -05:00
Nayruden
27cd8afbf9 Fixes #510. 2015-11-07 15:50:00 -05:00
Nayruden
8ddeb6d581 Somewhat implemented CAMI.SteamIDHasAccess 2015-11-07 15:43:49 -05:00
SticklyMan
549e60a0b0 Merge pull request #454 from yupi2/saycmd_pull
Allow a table of say-commands to be passed for command opposites (Thanks yupi2!)
2015-11-07 12:48:32 -07:00
Nayruden
f74e04a3e7 Fixes #516 2015-11-07 14:32:57 -05:00
Nayruden
63c27e8fdd Fixes #509. 2015-11-07 14:06:18 -05:00
Nayruden
f0bee6be45 Fixes #505. Sorry this took so long, the solution ended up being a lot simpler than I initially expected. 2015-11-07 13:50:30 -05:00
Nayruden
fca9c263e3 Update CAMI shared library 2015-11-07 13:49:25 -05:00
Nayruden
f725751a0a Merge branch 'master' of https://github.com/Nayruden/Ulysses 2015-10-02 20:30:16 -04:00
Nayruden
05ff22f3b8 Fixes #523 2015-10-02 20:29:29 -04:00
SticklyMan
842d42726a Fix command opposites sometimes not executing due to case sensitivity.
(See http://forums.ulyssesmod.net/index.php/topic,8933.msg45885.html#msg45885)
2015-09-29 23:16:56 -06:00
Nayruden
38e243a6b4 Fixed an exploit involving filesystem mounting. 2015-09-27 11:29:15 -04:00
Nayruden
2e7d06958d Update CAMI, and ignored some bad data passed by other addons. This addresses #504, but won't fix the underlying issue of another addon trying to do something bad. 2015-08-23 10:17:24 -04:00
Nayruden
d24b8e48f3 Fixes #503. 2015-08-23 07:55:49 -04:00
Nayruden
158ec52197 CAMI support. Implemented #497. 2015-08-22 16:09:44 -04:00
Nayruden
ba5d949ea3 [FIX] The usual random slew of Garry-breakages (Thanks, @Fuzzik). 2015-08-20 13:14:21 -04:00
SticklyMan
a9c6ec1356 Fix various lua errors on the Cmds tab with NumArgs that do or don't have a min, max, or default set.
Fixes #478. Fixes #487.
ULib/ULX readme updates.
2015-08-01 02:16:10 -06:00
zpetty33
a68a187213 Changed table.Count to #
Made this change to the recent update for better performance.
2015-07-30 14:32:47 -07:00
zpetty33
718877470d Fixed a crash exploit in console commands 2015-07-30 13:47:38 -07:00
SticklyMan
7be994f805 Merge branch 'master' of https://github.com/Nayruden/Ulysses 2015-05-31 20:22:27 -06:00
SticklyMan
40175de814 XGUI autorefresh improvements
Serverside modules will now remove the old module and reinitialize the new one if a duplicate was found.
Clientside modules will properly destroy the old module, create the new, and call processModules to get everything up-to-date.
Version bump and ULib/ULX readme updates.
2015-05-31 20:22:13 -06:00
Nayruden
d28166c060 Merge branch 'master' of https://github.com/Nayruden/Ulysses 2015-05-31 15:57:06 -06:00
Nayruden
cae8805649 Should fix #468, thanks @MStruntze 2015-05-31 15:56:48 -06:00
SticklyMan
9b82bea316 Fixes to ULib to better support autorefresh. 2015-05-25 14:27:06 -06:00
Nayruden
4be103fc80 Fix for Garry's freakish handling of NextBot players. Fixes #447. Thanks, @BurgerLUA 2015-05-20 20:00:12 -06:00
Nayruden
4797fc4880 Readme updates 2015-05-09 15:25:56 -06:00
MrPresident
71ae36fa6b UCL Helper Function
Adding a helper function to UCL to grab information about a player entry
by steamid/ip/uid.
2015-05-07 12:53:31 -07:00
Nayruden
6690bba964 Fix for Garry API change for ULib.findinDir (Thanks, @ascentechit)
Fixes #459
2015-04-21 17:32:49 -06:00
yupi2
22e4b402bb Allow a table of say-commands to be passed 2015-04-13 02:45:13 -05:00
Nayruden
014f69b07c Added GetULibTable() to hook module. 2015-04-10 18:07:48 -06:00
Nayruden
0e5cb38d25 Text updates 2015-04-07 16:32:43 -06:00
SticklyMan
93e131efd3 Fix hook not being removed from BackwardsHooks table.
Bump XGUI version date.
Closes #445
2015-04-04 02:53:12 -06:00
Nayruden
dce2b14dc4 Fixes #396 2015-03-18 18:49:32 -06:00
Nayruden
42e74e367b Fixed ranks resetting if the player entity is removed. This should close #302 and close #346. 2015-03-18 18:02:49 -06:00
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