Commit Graph

399 Commits

Author SHA1 Message Date
SticklyMan
b3f3f4bb2a Team modifier add/remove buttons should be disabled after removing a team 2023-07-12 23:39:00 -06:00
SticklyMan
ecf80c325e Prevent error when trying to add/remove a team modifier without a team selected 2023-07-12 23:38:01 -06:00
SticklyMan
4ea0f288d8
Merge pull request #211 from wrefgtzweve/patch-1
Remove useless print
2023-06-16 16:53:30 -06:00
Redox
5ca9bb80c5
Remove useless print 2023-06-16 18:12:07 +02:00
Zach P
86b84a37c7
Merge pull request #206 from Aws0mee/patch-1
Update sv_groups.lua
2022-09-21 10:14:29 -07:00
Aws0me
79b190ab66
Update sv_groups.lua
change pairs to ipairs
2022-09-21 13:06:59 -04:00
Zach P
62a16ef6c5
Update CHANGELOG.md 2022-08-13 18:54:54 -07:00
Zach P
72c4f55fe4
Merge pull request #204 from CFC-Servers/feature/expose-ragdoll-functions
Expose ragdoll functions
2022-08-13 18:53:05 -07:00
Brandon Sturgeon
b13d6a3f2f
Unbump version 2022-08-13 17:08:44 -07:00
Brandon Sturgeon
4b707a3ed4
Expose ragdoll functions 2022-08-07 01:58:06 -07:00
Zach P
90364bfe0a
Update CHANGELOG.md 2022-08-05 20:39:36 -07:00
Zach P
2e02293bb8
Added convar to disable MOTD Disabled message 2022-08-05 20:38:25 -07:00
Zach P
f2f5602c7c
Update CHANGELOG.md 2022-08-05 19:27:52 -07:00
Zach P
af5dcdb8a1
Refactored player teleport eye trace
#108 issue should be fixed
2022-08-05 19:27:03 -07:00
Zach P
64bcdaf26a
Update addon.txt 2022-08-04 21:29:13 -07:00
Zach P
b77eed6847
Added drop table for users too 2022-08-04 21:26:47 -07:00
Zach P
8c2c5d3ebf
Update CHANGELOG.md 2022-08-04 21:25:23 -07:00
Zach P
c95969a766
Add drop table for bans when resettodefaults 2022-08-04 21:24:23 -07:00
Zach P
c9fa7e9a0c
Update CHANGELOG.md 2022-08-04 21:01:01 -07:00
Zach P
d92ce683b7
Merge pull request #196 from CFC-Servers/bug/fix-vote-confirming
only send vote to people in recipient filter
2022-08-04 21:00:04 -07:00
Zach P
6bf4b52cc4
Update sh_defines.lua 2022-08-04 20:44:50 -07:00
Zach P
ab47d243f0
Update ulx.build 2022-08-04 20:43:09 -07:00
Zach P
b47b8e19c4
Update CHANGELOG.md 2022-08-04 20:42:48 -07:00
Zach P
1eb7516b5e
Merge pull request #202 from TheByKotik/chat-commands
Add chat commands for banid and unban
2022-08-04 20:42:47 -07:00
Zach P
0eb7ebeb72
Update CHANGELOG.md 2022-08-04 19:10:30 -07:00
Ҝờţأķ
3ee5a8edea Add chat commands for banid and unban 2022-06-15 10:19:45 +05:00
Zach P
fc12a010e4
Update sh_defines.lua
Update version number
2022-02-10 17:06:59 -08:00
Zach P
a8521bb8af
Update ulx.build
Update build number
2022-02-10 17:06:17 -08:00
Pierce
975e1cc21e
only send vote to people in recipient filter 2021-12-21 23:18:41 -05:00
Zach P
371a4fba62
Merge pull request #170 from Timmy/fix-adduserid
Prevent `ulx adduserid` from resetting user allows/denies
2021-07-15 16:47:46 -07:00
Zach P
2c72305403
Merge pull request #189 from MrAkitaman/patch-1
Optimization
2021-07-15 16:40:41 -07:00
MrAkitaman
e6013e7aa6
Optimization
Little optimization of bans.getSortTable function
2021-07-05 04:14:12 +02:00
Zach P
a636dd3af8
Merge pull request #185 from Karlend/master
Exploit fix
2021-06-23 12:55:06 -07:00
Zach P
9493fcaf88
Update fun.lua
Swapped out umsg for net library
2021-06-12 16:07:57 -07:00
Zach P
58bb943d05
Update vote.lua
Swapped out umsg for net library
2021-06-12 16:07:23 -07:00
Zach P
1dca6d0a34
Update cl_lib.lua
Swapped out umsg for net library
2021-06-12 16:06:27 -07:00
Johnny
4955c73697
Fixed error
Forgot it's using console command
2021-04-01 03:47:24 +03:00
Johnny
7beb92b10e
exploit fix 2021-04-01 03:20:33 +03:00
Timmy
afca346273
Fix typos (#160) 2020-08-19 13:28:14 -04:00
Timmy
7b67567690
Prevent ulx adduserid from resetting user allows/denies 2020-07-24 22:58:49 +02:00
pack
a8b31ffb3e Remote whitespace 2019-05-15 08:51:37 -05:00
SticklyMan
630f936d18
Merge pull request #146 from realpack/master
Make pure lua
2019-04-17 22:44:05 -06:00
realpack
c41408c832 Make pure lua 2019-04-18 11:09:58 +10:00
SticklyMan
8d41a87628 Improve look of close button.
Should fix #129
2018-05-20 18:08:30 -06:00
SticklyMan
cc601339e2 Update changelog 2018-02-11 02:45:07 -07:00
SticklyMan
3d393f5d96 XGUI: Implement hook to update client's UI when new accesses are registered. 2018-02-04 17:34:19 -07:00
SticklyMan
8f93008b83 Added some (commented out) helpful server-side debug messages for the data sending system.
.. Mostly to help keeping me from going insane again later.
2018-02-04 17:21:01 -07:00
SticklyMan
64d6afdc31 XGUI: UCLChange hook was causing an extra refreshData to be called, causing the server to send down potentially two sets of data on join.
- The main culprit is the code that ensures that the user gets any new data they they may have just been given access to.
- Fixed by added special flag to note when the first download of data has been completed. client will not request for additional code until the first set is downloaded).
2018-02-04 17:18:16 -07:00
SticklyMan
ac76283a8b XGUI: Process inbound data before progressing onward
(Sanity change, this likely doesn't affect anything)
2018-02-04 17:09:50 -07:00
SticklyMan
70c544f879 Fix occasional error on Cmds tab when dealing with time-based inputs with odd restrictions.
- Fixes TeamUlysses/ulib#10
2018-02-04 03:20:26 -07:00