forked from TeamUlysses/ulx
ULX 3.81 release prep
This commit is contained in:
parent
e47a3b2254
commit
4f823a9b02
@ -1,6 +1,6 @@
|
|||||||
# ULX Changelog
|
# ULX Changelog
|
||||||
|
|
||||||
## v3.81 - *(00/00/0000)*
|
## v3.81 - *(03/24/24)*
|
||||||
* [ADD] Added chat commands to both banid and unban. (Thanks, TheByKotik)
|
* [ADD] Added chat commands to both banid and unban. (Thanks, TheByKotik)
|
||||||
* [ADD] Added convar (ulx_motdDisabledMessage <0/1>) to disable the MOTD Disabled on server message if desired.
|
* [ADD] Added convar (ulx_motdDisabledMessage <0/1>) to disable the MOTD Disabled on server message if desired.
|
||||||
* [ADD] XGUI: Support new sandbox and server settings in the Server and Sandbox settings tabs, removed deprecated settings.
|
* [ADD] XGUI: Support new sandbox and server settings in the Server and Sandbox settings tabs, removed deprecated settings.
|
||||||
@ -17,7 +17,7 @@
|
|||||||
* [ADD] XLIB: New helper element "Scrollable panel".
|
* [ADD] XLIB: New helper element "Scrollable panel".
|
||||||
* [ADD] XLIB: Some helper elements now suport DOCK layout.
|
* [ADD] XLIB: Some helper elements now suport DOCK layout.
|
||||||
|
|
||||||
## v3.80 - *(08/04/2022)*
|
## v3.80 - *(08/04/22)*
|
||||||
* [CHANGE] Muted players can no longer use psay (thanks, PixeLInc).
|
* [CHANGE] Muted players can no longer use psay (thanks, PixeLInc).
|
||||||
* [FIX] Don't respawn when done spectating if the user was not alive to start with (Thanks, PixeLInc).
|
* [FIX] Don't respawn when done spectating if the user was not alive to start with (Thanks, PixeLInc).
|
||||||
* [FIX] XGUI: Some CAMI-registered accesses may not have shown up in the menus.
|
* [FIX] XGUI: Some CAMI-registered accesses may not have shown up in the menus.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"name" "ULX"
|
"name" "ULX"
|
||||||
"version" "3.81"
|
"version" "3.81"
|
||||||
"up_date" "00/00/00"
|
"up_date" "03/24/24"
|
||||||
"author_name" "Team Ulysses"
|
"author_name" "Team Ulysses"
|
||||||
"author_email" "teamulysses@ulyssesmod.net"
|
"author_email" "teamulysses@ulyssesmod.net"
|
||||||
"author_url" "https://www.ulyssesmod.net/"
|
"author_url" "https://www.ulyssesmod.net/"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
ulx.LOW_ARGS = "You did not specify enough arguments for this command. Type 'ulx help' in console for help."
|
ulx.LOW_ARGS = "You did not specify enough arguments for this command. Type 'ulx help' in console for help."
|
||||||
|
|
||||||
ulx.version = 3.81 -- Current release version. Don't access directly, use ULib.pluginVersionStr( "ULX" ) instead.
|
ulx.version = 3.81 -- Current release version. Don't access directly, use ULib.pluginVersionStr( "ULX" ) instead.
|
||||||
ulx.release = false -- Is this the release?
|
ulx.release = true -- Is this the release?
|
||||||
|
|
||||||
ulx.ID_ORIGINAL = 1
|
ulx.ID_ORIGINAL = 1
|
||||||
ulx.ID_PLAYER_HELP = 2
|
ulx.ID_PLAYER_HELP = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user