SticklyMan
a8894effaf
Alllow dock mode for comboboxes
2024-02-22 10:28:35 -07:00
SticklyMan
7156c1a64e
Fix wigging out sliders on listen servers for replicated settings on the server tab
2024-02-22 09:50:18 -07:00
SticklyMan
bef6fda7e3
Make max slider value for most sbox limits 200 to better conform to the gmod admin menu
2024-02-22 09:50:17 -07:00
SticklyMan
67a332977a
Improve sandbox settings menu:
...
- Add missing sandbox settings from the Gmod admin menu (new replicated cvars), reorder and rename to make them more consistent
- Improve layout, general sandbox settings are now laid out with dock and now scrollable, sandbox limits are more spaced out so longer limit names can be visible
- Fix sbox_persist being a string, not an on/off setting. (Sorry for making your persisted props to always save to a "<map>_1.txt" file)
- Attempting fix for sandbox settings wigging out when edited from the gmod admin menu
2024-02-22 09:50:17 -07:00
SticklyMan
3b957bef5e
xlib: Add helpers for bypassing some replicated cvars when listen server host
...
- Will help resolve issues where replicated cvar sliders on the gmod admin menu spaz out
2024-02-22 09:50:17 -07:00
SticklyMan
97203ca256
Added ability to create a scrollable panel in xlib
2024-02-22 09:50:17 -07:00
SticklyMan
7a0bf4e86c
Use correct comments
2024-02-22 09:50:17 -07:00
SticklyMan
a4345943b4
Update sbox limit definitions for vanilla sandbox and wiremod
2024-02-22 09:50:17 -07:00
SticklyMan
dd74755478
Added Dock support to some elements in xlib
2024-02-22 09:50:17 -07:00
SticklyMan
061bec4a90
Merge pull request #217 from CFC-Servers/fix/fix-global
...
Fix global declaration
2024-02-22 09:45:10 -07:00
Brandon Sturgeon
5b0a3d83f5
Fix global declaration
2023-09-29 17:49:54 -07:00
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