Nayruden
d9434c00b8
Changelog add, separated out license
2017-03-17 21:08:07 -05:00
Nayruden
a236a79495
Blacklisting more commands from being executed from config
2017-03-08 18:08:20 -06:00
Nayruden
c0af5817d9
Potential fix for TeamUlysses/ulib#29
2017-03-08 18:00:09 -06:00
Nayruden
acf330cc81
fixed wrong name; this is what I get for eyeballing changes rather than testing 😥
2017-03-05 08:35:48 -06:00
Nayruden
3aca96a4ff
missing paren
2017-03-05 08:32:44 -06:00
Nayruden
9054f041d3
[FIX] Bad format spacing on UTF names for ulx who and and ulx debuginfo (Thanks for the code, @toxsa).
2017-03-05 08:22:47 -06:00
Brett Smith
18e38d2ef7
Merge pull request #93 from Toxsa/ulx-debuginfo-patch
...
Fix formatting issues in 'ulx debuginfo'. Fixes #81 .
2017-03-05 08:15:44 -06:00
Timmy
e7fe359ef0
Fix formatting issues in 'ulx debuginfo'
2017-02-24 10:10:01 +01:00
Nayruden
c372f1a84f
Fixes #89
2017-01-29 09:44:53 -06:00
Nayruden
592c8edbcd
[CHANGE] Can no longer kick or ban (or use the vote variants) on the listen server host.
2017-01-05 18:25:43 -06:00
Nayruden
120cb2c3dd
Fixes #86
...
[FIX] Unexpected tags passed along in a log input (Thanks, @mcNuggets1).
2017-01-05 17:58:15 -06:00
Nayruden
67aa62bac4
Fix #83 (Thanks, @mcNuggets1)
2016-12-03 13:34:24 -06:00
Nayruden
8826f27360
* [CHANGE] "ulx bring" can now bring multiple targets (Thanks for the code, Timmy).
2016-11-12 16:45:17 -06:00
Nayruden
b7adea4fed
Testing another possible fix for #59
2016-09-05 08:04:35 -05:00
Brett Smith
2036311758
Merge pull request #63 from markusmarkusz/patch-1
...
Change chat-example in Readme
2016-07-16 13:09:31 -04:00
Markus
46691fefa6
Update README.md
2016-07-16 18:52:25 +02:00
SticklyMan
ca4d1f44b8
Update Changelog & build.
2016-07-02 14:38:03 -06:00
SticklyMan
8cc8684ace
Merge pull request #24 from yupi2/yupi2-xgui-stuff
...
check if valid postinitFunc and rewrite to remove table.remove()
2016-07-02 14:32:42 -06:00
SticklyMan
6e0ec680fe
Fixes #41 . Added helper function to let us easily enable/disable UTeam on specific gamemodes. UTeam is now disabled for DarkRP gamemode.
2016-07-02 14:22:28 -06:00
Nayruden
2cd8904dc6
More fixes for reading data from addon information (Thanks, @Xylios).
...
This fixes #55 .
2016-07-02 16:07:32 -04:00
Nayruden
abb3e87a72
Back to debug mode
2016-07-02 16:05:59 -04:00
SticklyMan
5713687431
Fixes #46 . Fix error when opening showBanDetailsWindow if the ban cache data was no longer accessible.
2016-07-02 13:42:17 -06:00
Nayruden
318c4dfc7a
Release prep
2016-05-22 14:17:42 -04:00
SticklyMan
0db8007ceb
Fix is in the works- removed reference to PR but keeping saftey check as it doesn't hurt anything.
2016-03-29 11:12:02 -06:00
SticklyMan
11b3d931c6
Temporary fix for skin changes in latest update.
...
https://github.com/garrynewman/garrysmod/pull/1141
2016-03-29 10:59:59 -06:00
Nayruden
cb809a7881
[FIX] XGUI showing all commands if the UCL contained an empty string (Thanks, Steven).
2016-03-20 14:52:28 -04:00
Nayruden
c3a9fb5914
Some additional safety on top of last commit.
2016-02-28 08:19:46 -05:00
Nayruden
ddcdf53de4
[FIX] Reading information from corrupted addons (Thanks, @Jindego).
...
Fixes #32
2016-02-27 08:46:26 -05:00
Nayruden
9ec8cde347
Back to beta
2016-02-27 08:44:18 -05:00
SticklyMan
88d304f6bb
Fixed 255 character limit when adding/removing votemaps in XGUI, using net messages instead of concommands.
2016-02-26 17:39:17 -07:00
Nayruden
780a94e05a
Adding issue template
2016-02-17 20:36:02 -05:00
Nayruden
9969c62721
Getting ready for 3.70 release
2016-02-15 18:41:42 -05:00
SticklyMan
ea6f18d212
Finished MOTD Generator XGUI configuration.
...
- Moved "MOTD Preview" button to be always on bottom.
- Added UI for each section type available, added textbox for title.
- Added textbox for 'text' and list types. (Newlines create paragraphs or each item)
- Added buttons/code to add/remove sections, and move them up and down.
- Added ability to add/remove groups to the 'list of admins' section.
- Hooked up all saving/refreshing methods to backend.
2016-02-14 04:37:11 -07:00
SticklyMan
d32dfde47f
MOTD Generator: Updated backend setting saving methods to be named slightly better, more standardized.
2016-02-14 04:32:50 -07:00
SticklyMan
3ccd4de8be
Fixed error in MOTD generator when admins section is specified with a group that does not exist or has no users in it.
2016-02-14 04:30:39 -07:00
SticklyMan
5e4341a8d2
xlib: add ability to set zpos on makepanel.
2016-02-13 16:35:30 -07:00
SticklyMan
b2a22f9a2a
MOTD Generator: Added ability to set server description
...
Improved generator settings update code slightly.
2016-02-13 12:22:25 -07:00
SticklyMan
813c001f87
Updated xgui updateMotdSetting command to use net messages instead.
...
Added "XGUI.SetMotdInfo" net message to bulk update all motd INFO data.
2016-02-13 12:20:38 -07:00
SticklyMan
6b58d2beb1
Fixed previous MOTD generator code to work with recent changes, affixed items to generator panel.
...
Reorganized code slightly.
Fixed generator panel width being slightly too wide.
Fixed changing MOTD settings between generator and other things not updating the layout to account for the scrollbar.
2016-02-06 10:32:41 -07:00
yupi2
ef9965aa9f
check if valid postinitFunc and rewrite to remove table.remove()
2016-02-02 17:18:08 -06:00
SticklyMan
14a4ea179a
Merge branch 'master' into motd-generator
2016-02-01 18:44:42 -07:00
Brett Smith
506983c68d
Merge pull request #20 from doctorluk/patch-1
...
Fix votekick not reporting to chat
2016-01-31 19:19:50 -05:00
SticklyMan
c1d811bd5d
Removed unneeded statement.
2016-01-31 00:12:29 -07:00
SticklyMan
a2fd1bd70d
Merge branch 'master' into motd-generator
...
# Conflicts:
# lua/ulx/xgui/server/sv_settings.lua
# lua/ulx/xgui/settings/server.lua
# ulx.build
2016-01-30 16:38:12 -07:00
SticklyMan
cce7e16414
Fixed lua errors that pop up when motd generator settings file is invalid.
...
Fixes #16
2016-01-30 16:08:18 -07:00
Nayruden
7083fc6662
Small fix for saving to empty configs.
2016-01-30 15:04:24 -05:00
Nayruden
a4440c49bc
Change motdfile and motdurl to have "ulx " prefix.
2016-01-30 15:04:03 -05:00
SticklyMan
1ba60154b5
Updated XGUI to use new ulx_motdcvar and ulx_motdurl cvars instead of motdurl and motdfile.
2016-01-30 12:57:20 -07:00
Lukas Monka
937c967a4c
Fix votekick not reporting to chat
...
The fancyLogAdmin had a 'minutes' arguement which is not present in votekicks, resulting in the message not being shown.
2016-01-28 19:41:56 +01:00
Nayruden
893d41307d
Slight change so "ulx menu" attempts to register with the client if it can.
2016-01-26 11:22:46 -05:00