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

fix/fixing-broken-shit #146

Merged
merged 6 commits into from
Dec 30, 2024
Merged

fix/fixing-broken-shit #146

merged 6 commits into from
Dec 30, 2024

Conversation

Sweattypalms
Copy link
Member

Description

Fixed the readme
Added new_packet.py (no clue why it was deleted in the first place)
Fixed ecs bench thing
Removed unneeded code from events system
Updated broadcast methods and made them faster and also a way to exclude specific entities.
And no clue about the exe_path.rs thing

Motivation and Context

To clean up some mess, and fix readme.

How has this been tested?

about that...

Screenshots (if appropriate):

n/a

Types of changes

  • [ x ] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ x ] Refactor (restructuring code, without changing its behavior)

Checklist:

  • [ x ] My code follows the code style of this project.
  • [ - ] I have added tests to cover my changes.
  • [ x ] All new and existing tests passed.
  • Clippy passes with no warnings.

@Asurar0
Copy link
Contributor

Asurar0 commented Dec 30, 2024

epic title

Usage:
```rs
some_field: bool
#[net(optional_trigger = { some_field == true })]
some_optional_field: Option<u32>
```

on whatever field you want.
# Conflicts:
#	scripts/new_packet.py
#	src/lib/net/src/utils/broadcast.rs
@Sweattypalms Sweattypalms merged commit f279f65 into master Dec 30, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants