Commit Graph

287 Commits

Author SHA1 Message Date
Nayruden
074940338f Remove old file 2015-12-12 11:52:35 -05:00
Nayruden
c4a60c7ef7 Fixed an issue with accessStrings not being repopulated correctly if the data files got removed. 2015-12-12 09:54:52 -05:00
Nayruden
6c496ff084 ULib.getUser(s) do not proceed if passed an empty string (Thanks, @timmyws).
This addresses #4
2015-12-06 11:58:51 -05:00
Nayruden
65adbf0689 Be more explicit about a group inheriting from "user" for DarkRP. 2015-12-06 09:41:04 -05:00
Nayruden
53abb9d6dd Fixed a feedback loop in ULib's CAMI implementation 2015-11-25 12:42:52 -06:00
SticklyMan
70dbf863e8 Very minor fixes. 2015-11-22 00:47:15 -07:00
Nayruden
8eadece319 More robust update checks, workaround Garry-issues 2015-11-21 16:14:37 -05:00
Nayruden
24cd1506e8 Add update notification and some ignores for workshop 2015-11-19 21:28:12 -06:00
Nayruden
56e64c770b ULib now deploys data files as needed and does not contain any within the repository.
This is to comply to Workshop rules.
2015-11-19 18:29:33 -06:00
Nayruden
c29c4edba8 Added ULib.getVersion()
Changed beta version numbers to be backwards-looking (beta version number is the same as the current release).
2015-11-19 17:21:44 -06:00
Nayruden
67e7f6abbb Made hooks executable 2015-11-19 08:15:33 -06:00
Nayruden
34952639c5 Admin 2015-11-18 21:35:51 -06:00
SticklyMan
0dbc672ba1 Added local commit hooks for easy version tracking. 2015-11-17 15:02:28 -07:00
Nayruden
822b3ec2dd Add editor config -- editorconfig.org 2015-11-08 15:50:04 -05:00
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