edited changelog
This commit is contained in:
parent
0f275fa1e9
commit
6aa290ceff
|
|
@ -528,7 +528,7 @@ namespace NovetusLauncher
|
||||||
|
|
||||||
if (e.KeyCode == Keys.Enter)
|
if (e.KeyCode == Keys.Enter)
|
||||||
{
|
{
|
||||||
ConsoleBox.AppendText(Environment.NewLine);
|
ConsoleBox.AppendText(Environment.NewLine, System.Drawing.Color.White);
|
||||||
ConsoleProcessCommands(lastLine);
|
ConsoleProcessCommands(lastLine);
|
||||||
e.Handled = true;
|
e.Handled = true;
|
||||||
}
|
}
|
||||||
|
|
@ -643,7 +643,7 @@ namespace NovetusLauncher
|
||||||
GlobalFuncs.ConsolePrint("= dlldelete off | Turn off the deletion of opengl32.dll when ReShade is off.", 4, ConsoleBox);
|
GlobalFuncs.ConsolePrint("= dlldelete off | Turn off the deletion of opengl32.dll when ReShade is off.", 4, ConsoleBox);
|
||||||
GlobalFuncs.ConsolePrint("= dlldelete on | Turn on the deletion of opengl32.dll when ReShade is off.", 4, ConsoleBox);
|
GlobalFuncs.ConsolePrint("= dlldelete on | Turn on the deletion of opengl32.dll when ReShade is off.", 4, ConsoleBox);
|
||||||
GlobalFuncs.ConsolePrint("---------", 1, ConsoleBox);
|
GlobalFuncs.ConsolePrint("---------", 1, ConsoleBox);
|
||||||
GlobalFuncs.ConsolePrint(LocalVars.important2, 2, ConsoleBox);
|
GlobalFuncs.ConsolePrint(LocalVars.important2, 1, ConsoleBox);
|
||||||
GlobalFuncs.ConsolePrint("---------", 1, ConsoleBox);
|
GlobalFuncs.ConsolePrint("---------", 1, ConsoleBox);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@ Changes from 1.3 Pre-Release 3:
|
||||||
- Fixed configuration file conflicts. In some clients, this will fix the WASD keys not functioning properly.
|
- Fixed configuration file conflicts. In some clients, this will fix the WASD keys not functioning properly.
|
||||||
- Re-added Teams and Spawn Locations to 2006S to fix crashes when joining a server.
|
- Re-added Teams and Spawn Locations to 2006S to fix crashes when joining a server.
|
||||||
- Clicking on "Argument Help" for Novetus CMD in the Bootstrapper will no longer close the Bootstrapper.
|
- Clicking on "Argument Help" for Novetus CMD in the Bootstrapper will no longer close the Bootstrapper.
|
||||||
|
- Added item editing to the Item Creation SDK.
|
||||||
|
- Changed the console text font.
|
||||||
- Added more items (full list at end of changelog)
|
- Added more items (full list at end of changelog)
|
||||||
Changes from 1.2.4.1:
|
Changes from 1.2.4.1:
|
||||||
- The OBJ2MeshV1GUI, The Asset Localizer, and the Item SDK have been merged to form the Asset SDK!
|
- The OBJ2MeshV1GUI, The Asset Localizer, and the Item SDK have been merged to form the Asset SDK!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue