Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Engine to v228.0.0 #444

Merged
merged 5 commits into from
Dec 31, 2024
Merged

Update Engine to v228.0.0 #444

merged 5 commits into from
Dec 31, 2024

Conversation

Fansana
Copy link
Owner

@Fansana Fansana commented Dec 30, 2024

Breaking changes

  • The Color struct's equality methods now check for exact equality. Use MathHelper.CloseToPercent(Color, Color) for the previous functionality.
  • Added a toolshed.nearby_limit cvar to limit the maximum range of the nearby command. Defaults to 200.

New features

  • Added command usage with types to Toolshed command help.
  • Add Text property to RichTextLabel.
  • Whitelist System.Net.IPEndPoint.
  • Add event for mass & angular inertia changes.
  • Add SpriteSystem.IsVisible for layers.
  • Add TryQueueDeleteEntity that checks if the entity is already deleted / queuedeleted first.

Bugfixes

  • Clients connecting to a server now always load prototype uploads after resource uploads, fixing ordering bugs that could cause various errors.

@github-actions github-actions bot added Status: Needs Review Someone please review this Changes: YML Changes any yml files and removed Status: Needs Review Someone please review this labels Dec 30, 2024
@Floof-Station-Bot Floof-Station-Bot changed the title update engine to v228.0.0 Update Engine to v228.0.0 Dec 30, 2024
@github-actions github-actions bot added the Changes: C# Changes any cs files label Dec 31, 2024
@Fansana Fansana merged commit 396594b into master Dec 31, 2024
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: C# Changes any cs files Changes: YML Changes any yml files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant