Activity
Update to WGPU v24
Update to WGPU v24
Pull request merge
Migrate to kira 0.10
Migrate to kira 0.10
Pull request merge
Increase the texture wrapping cutoff point
Increase the texture wrapping cutoff point
Pull request merge
Add font fallback functionality
Add font fallback functionality
Pull request merge
Remove sync map load on map disconnect
Remove sync map load on map disconnect
Pull request merge
Simplify the string decode logic
Simplify the string decode logic
Pull request merge
Make ByteReader string encoding aware
Make ByteReader string encoding aware
Pull request merge
Fix texture wrapping
Fix texture wrapping
Pull request merge
Fix the profiler for the loader and frame selection
Fix the profiler for the loader and frame selection
Pull request merge
Rework the ClientInfo XML parsing
Rework the ClientInfo XML parsing
Pull request merge
Refactor ScriptLoader into Library
Refactor ScriptLoader into Library
Pull request merge
Implement async loading
Implement async loading
Pull request merge
Update screenshots
Update screenshots
Pull request merge
Use zlib-rs as primary deflate backend
Use zlib-rs as primary deflate backend
Pull request merge
Make loader Send and Sync
Make loader Send and Sync
Pull request merge
Fix naming of time synchronization struct
Fix naming of time synchronization struct
Pull request merge
Properly handle and smooth client ticks
Properly handle and smooth client ticks
Pull request merge
Fix background music playback
Fix background music playback
Pull request merge
Implement a PID regulator to smoothly adjust the ClientTick
Implement a PID regulator to smoothly adjust the ClientTick
Pull request merge
Improve first map server connect
Improve first map server connect
Pull request merge
Properly handle when ClientTick is wrapping
Properly handle when ClientTick is wrapping
Pull request merge
Separate sprite and entity animations
Separate sprite and entity animations
Pull request merge
Change the direction of the entities
Change the direction of the entities
Pull request merge
Add entity animation sounds
Add entity animation sounds
Pull request merge
Fix model offsets for entities
Fix model offsets for entities
Pull request merge
Prefer "from" trait instead of "into" trait
Prefer "from" trait instead of "into" trait
Pull request merge
Bulk update dependencies minor and patch version
Bulk update dependencies minor and patch version
Pull request merge
Implement custom path finding
Implement custom path finding
Pull request merge
Set the encoding to UTF-8 when reading string with FromBytes
Set the encoding to UTF-8 when reading string with FromBytes
Pull request merge
Implement MSDF font rendering and change default font
Implement MSDF font rendering and change default font
Pull request merge