Skip to content

Rust#2

Merged
pbisogno merged 8 commits intomainfrom
rust
Mar 2, 2026
Merged

Rust#2
pbisogno merged 8 commits intomainfrom
rust

Conversation

@pbisogno
Copy link
Owner

@pbisogno pbisogno commented Mar 2, 2026

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Behavior

Actual

Do this and that doesn't happens

Expected

Do this and that happens

Fixes

# (issue)

Type of change

Please delete options that are not relevant.

  • 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)
  • This change requires a documentation update

How Has This Been Tested

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • Server Version:
  • Client:
  • Operating System:

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I checked the PR checks reports
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

pbisogno and others added 8 commits March 1, 2026 21:58
Comprehensive plan for converting OTClient from C++ to Rust:
- 4 Bevy crates as dependencies (bevy_ecs, bevy_app, bevy_tasks, bevy_reflect)
- Other Bevy modules copied into project (render, shader, sprite, asset, etc.)
- Custom code for protocol, networking, game logic, OTML, Lua, audio
- Open-source crates (wgpu, tokio, mlua, kira, etc.) for remaining subsystems
- 7-phase migration plan with ~27 week timeline

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ainers

The WSL2 bind mount was causing CRLF line endings in the working tree.
The old .gitattributes only covered a few file types, leaving most files
unnormalized. Now all text files are normalized to LF and common binary
formats are explicitly marked.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PEM files are text and should be normalized like other text files.
The binary marker was preventing proper CRLF normalization.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@pbisogno pbisogno merged commit 98f086b into main Mar 2, 2026
2 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.

1 participant