Skip to content

Releases: edunad/rawrbox

v2.2.0

25 Apr 09:12
9e126a9
Compare
Choose a tag to compare

What’s Changed

v2.1.0

16 Apr 11:44
9f0eb78
Compare
Choose a tag to compare

What's Changed

  • Particle packing improvements by @edunad in #152
  • Add skybox post-processing + general post process improvements by @edunad in #154
  • Use texture array slices for animated textures by @edunad in #156

Full Changelog: v2.0.0...v2.1.0

v2.0.0

08 Apr 08:03
7c88e93
Compare
Choose a tag to compare

What’s Changed

v1.0.0

28 Mar 20:31
df66b71
Compare
Choose a tag to compare

What’s Changed

v0.2.0

26 Mar 15:52
7d08d94
Compare
Choose a tag to compare

What's Changed

  • [BUG] Fix GPU crashing on DX12 with clustered rendering by @edunad in #142
  • Fix SPARSE & GPU crashes on steam deck / windows by @edunad in #144

Full Changelog: v0.1.1...v0.2.0

v0.1.1

21 Mar 13:05
7dbbab0
Compare
Choose a tag to compare

Thanks to @dependabot, @dependabot[bot] and @edunad

What's Changed

  • Bump cpp-linter/cpp-linter-action from 2.10.0 to 2.10.2 by @dependabot in #140
  • General improvements / bugfixes by @edunad in #137

Full Changelog: v0.1.0...v0.1.1

v0.1.0

17 Mar 14:53
b7a01b4
Compare
Choose a tag to compare
  • #109 Packet::read/writeLength: optimize bytes written to stream to reduce bandwidth
  • #60 Update README.md

RAWRBOX.ASSIMP

  • #116 Add luau scripting plugins
  • #90 General improvements / bugfixes
  • #88 Add assimp embedded texture support

RAWRBOX.BASS

  • #116 Add luau scripting plugins
  • #79 Missing scripting wrappers
  • #71 Networking lib
  • #58 Split assimp & webm to seperate libs
  • #53 Fix warnings
  • #16 Improve async threading

RAWRBOX.ENGINE

  • #116 Add luau scripting plugins
  • #90 General improvements / bugfixes
  • #22 Improve 3d text rendering
  • #16 Improve async threading

RAWRBOX.MATH

  • #136 General improvements
  • #130 Improve barrier calls
  • #116 Add luau scripting plugins
  • #105 add std::min/max to vector classes
  • #88 Add assimp embedded texture support
  • #53 Fix warnings
  • #27 Spline
  • #23 Shader improvements & fixes
  • #12 UI & RESOURCE LOADING
  • #11 Mesh & Assimp improvements
  • #10 WIP: Matrix 4x4
  • #9 Particles
  • #7 Add audio support & general improvements
  • #6 Add BBOX support to meshes
  • #5 Testing & Improvements
  • #3 Add assimp animation support
  • #1 General improvements

RAWRBOX.RENDERER

  • #136 General improvements
  • #130 Improve barrier calls
  • #116 Add luau scripting plugins
  • #107 Add grid mode to virtual list
  • #106 GPU Picking improvements
  • #101 some private/public changes and small fixes
  • #100 Add rawrbox intro
  • #99 Animated WEBP support
  • #98 Add svg support
  • #97 Improve mesh generation as it contained invalid indices
  • #95 Cleanup
  • #94 Shader & UI improvements
  • #90 General improvements / bugfixes
  • #88 Add assimp embedded texture support
  • #79 Missing scripting wrappers
  • #78 Add network packet
  • #75 Add missing cpp files
  • #71 Networking lib
  • #66 Add atlas support to meshes
  • #57 Bugfixes & Improvements
  • #58 Split assimp & webm to seperate libs
  • #53 Fix warnings
  • #50 FOG support
  • #40 Decals
  • #46 Clustered spot light
  • #30 Convert particles to use TextureAtlas
  • #29 Add getSkeleton & getBone
  • #27 Spline
  • #26 Fix lights
  • #23 Shader improvements & fixes
  • #22 Improve 3d text rendering
  • #20 Fix stencil not respecting draw order
  • #16 Improve async threading
  • #13 Replace freetype2 with stl_freetype
  • #12 UI & RESOURCE LOADING
  • #11 Mesh & Assimp improvements
  • #10 WIP: Matrix 4x4
  • #9 Particles
  • #8 Add orbital camera
  • #7 Add audio support & general improvements
  • #6 Add BBOX support to meshes
  • #5 Testing & Improvements
  • #4 Add text 3d support
  • #3 Add assimp animation support
  • #2 Add post-processing
  • #1 General improvements

RAWRBOX.RESOURCES

  • #116 Add luau scripting plugins
  • #106 GPU Picking improvements
  • #79 Missing scripting wrappers
  • #76 Add settings utils
  • #71 Networking lib
  • #53 Fix warnings
  • #16 Improve async threading

RAWRBOX.SCRIPTING

  • #130 Improve barrier calls
  • #116 Add luau scripting plugins
  • #114 Bindless improvements
  • #105 add std::min/max to vector classes
  • #79 Missing scripting wrappers
  • #76 Add settings utils
  • #71 Networking lib

RAWRBOX.UI

  • #136 General improvements
  • #107 Add grid mode to virtual list
  • #94 Shader & UI improvements
  • #79 Missing scripting wrappers
  • #71 Networking lib
  • #57 Bugfixes & Improvements
  • #53 Fix warnings
  • #28 Add onFocusChange
  • #22 Improve 3d text rendering
  • #20 Fix stencil not respecting draw order
  • #13 Replace freetype2 with stl_freetype
  • #12 UI & RESOURCE LOADING
  • #7 Add audio support & general improvements

RAWRBOX.UTILS

  • #116 Add luau scripting plugins
  • #106 GPU Picking improvements
  • #95 Cleanup
  • #90 General improvements / bugfixes
  • #84 Fix timer crashing
  • #79 Missing scripting wrappers
  • #76 Add settings utils
  • #71 Networking lib
  • #58 Split assimp & webm to seperate libs
  • #53 Fix warnings
  • #16 Improve async threading
  • #13 Replace freetype2 with stl_freetype
  • #12 UI & RESOURCE LOADING
  • #10 WIP: Matrix 4x4
  • #9 Particles
  • #7 Add audio support & general improvements
  • #5 Testing & Improvements
  • #3 Add assimp animation support
  • #1 General improvements

RAWRBOX.WEBM

  • #136 General improvements
  • #116 Add luau scripting plugins
  • #101 some private/public changes and small fixes
  • #71 Networking lib

RAWRBOX.3D_PHYSICS

  • #16 Improve async threading

Bug fixes

  • #92 Fix zlib warnings
  • #84 Fix timer crashing
  • #72 Fix github cache
  • #53 Fix warnings
  • #30 Convert particles to use TextureAtlas
  • #29 Add getSkeleton & getBone
  • #28 Add onFocusChange
  • #26 Fix lights
  • #23 Shader improvements & fixes
  • #22 Improve 3d text rendering
  • #20 Fix stencil not respecting draw order

Development

  • #136 General improvements
  • #130 Improve barrier calls
  • #116 Add luau scripting plugins
  • #114 Bindless improvements
  • #113 Add bindless textures support
  • #107 Add grid mode to virtual list
  • #106 GPU Picking improvements
  • #105 add std::min/max to vector classes
  • #101 some private/public changes and small fixes
  • #99 Animated WEBP support
  • #98 Add svg support
  • #97 Improve mesh generation as it contained invalid indices
  • #95 Cleanup
  • #94 Shader & UI improvements
  • #90 General improvements / bugfixes
  • #88 Add assimp embedded texture support
  • #87 Add zlib utils
  • #86 Add socket server / client to network
  • #79 Missing scripting wrappers
  • #78 Add network packet
  • #76 Add settings utils
  • #71 Networking lib
  • #66 Add atlas support to meshes
  • #58 Split assimp & webm to seperate libs
  • #50 FOG support
  • #40 Decals
  • #46 Clustered spot light
  • #27 Spline

Thanks to @Bromvlieg, @dependabot, @dependabot[bot], @edunad and Alexander Brouwer