SticklyMan
4f823a9b02
ULX 3.81 release prep
2024-03-23 21:29:43 -06:00
SticklyMan
e47a3b2254
Update URLs
2024-03-23 18:22:55 -06:00
SticklyMan
e2514db207
Fix editing or creating adverts in XGUI causing server errors
2024-03-09 18:34:23 -07:00
SticklyMan
be79765d36
Update changelog
2024-02-22 11:55:39 -07:00
SticklyMan
06f36bb57a
Fix color picker alpha bar oddness- no decimals, temporarily reversed while typing in a value
2024-02-22 11:42:00 -07:00
SticklyMan
511e865d3d
Support more server settings, as compared to the server settings tab in Gmod's spawn menu.
2024-02-22 11:41:20 -07:00
SticklyMan
a61f8128e5
Replace ai_keepragdolls with ai_serverragdolls
...
- Seems like the original setting no longer works, even in single player
- Named "Keep Corpses" to be consistent with Gmod labeling
2024-02-22 11:40:49 -07:00
SticklyMan
0b3794a441
Improve server side panel setting width and overall spacing
2024-02-22 11:38:27 -07:00
SticklyMan
0af353cd55
Fix slider knob clipping
2024-02-22 10:33:48 -07:00
SticklyMan
8c73481faa
Move server settings to be on a scrollable panel. Use human readable names for gravity and timescale settings
2024-02-22 10:32:33 -07:00
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
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
Zach P
ab47d243f0
Update ulx.build
2022-08-04 20:43:09 -07:00
Zach P
a8521bb8af
Update ulx.build
...
Update build number
2022-02-10 17:06:17 -08: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
SticklyMan
7e9438d9ba
[FIX] XGUI: Player list on the Cmds tab was not sorted alphabetically.
2018-02-04 02:34:47 -07:00
Nayruden
4c91096172
No longer necessary to load the ban config
2017-11-05 13:57:19 -06:00
Nayruden
27fcff6afd
Spelling fix
2017-11-05 13:56:52 -06:00
Nayruden
60b0d90002
Tasks left from merge
2017-11-05 13:56:18 -06:00
Nayruden
10cb7bdf36
Back to development mode
2017-03-21 15:39:11 -05:00
Nayruden
9e5de9290b
Release prep
2017-03-21 15:22:46 -05:00
Nayruden
e470f8f76e
Setting an ULX cvar now no longer needless routes the cvar change through the console.
2017-03-21 14:45:21 -05:00
Nayruden
0ff7bb365b
Back to dev mode
2017-03-19 13:49:16 -05:00
Nayruden
721a26cd23
Release prep
2017-03-19 13:19:51 -05:00
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
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