·
14 commits
to main
since this release
What's Changed
- Fix lint workflow by @hasenbanck in #292
- Remove useless Arc'ing of the adapter by @hasenbanck in #300
- Update dependencies by @hasenbanck in #299
- Update dependencies by @hasenbanck in #301
- Use better multi threading for 7z archives by @hasenbanck in #303
- Make loading the mapskydata.lub optional by @hasenbanck in #304
- Document how to create SDF icons by @hasenbanck in #305
- Rework UI system by @vE5li in #288
- Rename crates by @vE5li in #307
- Fix rustdoc json filename to upload artifact by @aleDsz in #308
- Update seven-zip2 crate to v18.0 by @hasenbanck in #309
- Add button to log out of the character server by @vE5li in #310
- Improve user experience by @vE5li in #313
- Improve dialog system by @vE5li in #317
- Move wiki to the repository by @vE5li in #312
- Resolve #315: remove dependency on derive-new by @nmeylan in #318
- Update WGPU to v26 by @hasenbanck in #319
- Replace LRU with S3-FIFO by @hasenbanck in #320
- Rework scroll area to use a
ScrollHandlerby @vE5li in #321 - Add example to rescue characters stuck on broken maps by @vE5li in #322
- Fix multiple audio engine bugs by @hasenbanck in #323
- Check language files in the pipeline by @vE5li in #324
- Use the EffectId enum in
ragnarok-packetsby @vE5li in #326 - Cache text layout by @hasenbanck in #329
- Start adding support for multiple packet versions by @vE5li in #328
- Increased the cache limit of layouts to 2048 by @hasenbanck in #330
- Fixe the S3-FIFO bug by @hasenbanck in #331
- Remove the index rendering workaround for DX12 by @hasenbanck in #332
- Implement cache statistics window by @hasenbanck in #333
- Give scroll views the ability to follow by @vE5li in #334
- Add problem matchers and improve pipeline by @vE5li in #316
- Update rav1d to fix aarch64 builds by @hasenbanck in #335
- Update dependencies in bulk by @hasenbanck in #337
- Implement shader based shadows for solid rectangles by @hasenbanck in #338
- Use lld linker under windows to fix compilation by @hasenbanck in #339
- Fix hover check and cleanup by @vE5li in #341
- Make themes selectable in the interface settings by @vE5li in #336
- Reduce shadow memory usage and better clamp planes by @hasenbanck in #345
- Fix GAT tile height assignment by @kokosha in #347
- Cascaded Shader based on SDSM by @hasenbanck in #346
- Upgrade sevenz_rust2 dependency by @hasenbanck in #349
- Remove mut from gat tile iterator by @hasenbanck in #350
- Switch shader language to Slang by @hasenbanck in #351
- Add stats window by @vE5li in #344
- Fix sending based on packet version by @vE5li in #352
- Remove
korangar-utilcrate by @vE5li in #353 - Port more shaders to slang by @hasenbanck in #354
- Remove client side day night cycle by @vE5li in #355
- Improve combat by @vE5li in #343
- Improve safety by using safe alternatives by @hasenbanck in #356
- Port more shader from WGSL to Slang by @hasenbanck in #357
- Target WGPU 27 by @hasenbanck in #358
- Rework the library API by @hasenbanck in #362
- Implement fade-in / fade-out for entities by @hasenbanck in #361
- Move functionality of Kira into korangar_audio by @hasenbanck in #363
- Use cpu target x86-64-v3 instead of hand rolled target features by @hasenbanck in #364
- Update cosmic-text dependency and rand_aes by @hasenbanck in #365
- Fix MSAA by @hasenbanck in #366
- Let slang emit SPIR-V v1.3 by @hasenbanck in #368
- Target WGPU v28 and update dependencies by @hasenbanck in #369
- Improve login after account creation by not saving the suffix by @vE5li in #370
- Move
SelectedServicePathtostatemodule by @vE5li in #371 - Update Rust toolchain by @vE5li in #374
- Fix transcend job names from 4015 to 4021 by @eleriaqueen in #373
- Job names fixes by @eleriaqueen in #375
- Add ground items and item pickup by @vietlubu in #372
- Implement new skill tree by @vE5li in #359
- Add visual distinction between normal and baby jobs by @vE5li in #376
- Bump version to
v0.1.1by @vE5li in #380 - Use
rust-lldinstead oflldfor macOS by @dpl0 in #381 - Try to fix the release workflow on Windows by @vE5li in #382
New Contributors
- @nmeylan made their first contribution in #318
- @vietlubu made their first contribution in #372
- @dpl0 made their first contribution in #381
Full Changelog: v0.1.0-20250608...v0.1.1-20260220