edit changelog and launcher info for 11.2021.2 patch
This commit is contained in:
parent
5a5b20aea4
commit
6554e62089
|
|
@ -1,4 +1,4 @@
|
||||||
GNU GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
Version 3, 29 June 2007
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,26 @@
|
||||||
1.3 v12.2021.1
|
1.3 v11.2021.2
|
||||||
Changes from v11.2021.1:
|
Changes from v11.2021.1:
|
||||||
|
New Features:
|
||||||
|
- The Asset SDK Asset Localizer is now known as the Asset Fixer!
|
||||||
|
- Added the ability to "fix" all asset URLs by changing them to a URL of your choice!
|
||||||
|
|
||||||
|
Enhancements:
|
||||||
- Added an additional warning about certain GUI elements being disabled in later clients when No3D is selected.
|
- Added an additional warning about certain GUI elements being disabled in later clients when No3D is selected.
|
||||||
- Novetus no longer requires the Script MD5 when generating a clientinfo.nov.
|
- Novetus no longer requires the Script MD5 when generating a clientinfo.nov.
|
||||||
- Placed the %port% ClientScript variable into the Server category.
|
- Placed the %port% ClientScript variable into the Server category.
|
||||||
- Fixed the URL Override box in the Asset SDK not working.
|
- The server browser no longer requires a server to be the same exact version as the current running version of Novetus.
|
||||||
- The Asset SDK Asset Localizer is now known as the Asset Fixer!
|
- The server browser now displays versions in red if they're not the same exact version.
|
||||||
- Added the ability to "fix" all asset URLs by changing them to a URL of your choice!
|
- The master server security warning will now show up once for every Novetus session.
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
- Fixed the URL Override box in the Asset SDK not being functional.
|
||||||
- The Bootstrapper now creates error logs of its own.
|
- The Bootstrapper now creates error logs of its own.
|
||||||
- Fixed logging for most Novetus applications.
|
- Fixed logging for most Novetus applications.
|
||||||
- Fixed a bug in all clients where kicking a player would kick the entire server.
|
- Fixed a bug in all clients where kicking a player would kick the entire server.
|
||||||
- Fixed a crash that occured in 2010L after kicking a player.
|
- Fixed a crash that occured in 2010L after kicking a player.
|
||||||
- Fixed small decoding issues with the splash system.
|
- Fixed small decoding issues with the splash system.
|
||||||
|
- Fixed the Stylish interface not showing a warning when hosting a seperate master server.
|
||||||
|
- Fixed the Stylish interface not pinging the master server.
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
1.3 v11.2021.1
|
1.3 v11.2021.1
|
||||||
Changes from Pre-Release 5:
|
Changes from Pre-Release 5:
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ UserAgentRegisterClient1=2007M
|
||||||
UserAgentRegisterClient2=2010L
|
UserAgentRegisterClient2=2010L
|
||||||
ExtendedVersionNumber=True
|
ExtendedVersionNumber=True
|
||||||
ExtendedVersionEditChangelog=False
|
ExtendedVersionEditChangelog=False
|
||||||
ExtendedVersionTemplate=%version% v12.2021.%extended-revision%%lite%
|
ExtendedVersionTemplate=%version% v11.2021.%extended-revision%%lite%
|
||||||
ExtendedVersionRevision=1
|
ExtendedVersionRevision=2
|
||||||
IsLite=False
|
IsLite=False
|
||||||
Loading…
Reference in New Issue