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

Add more scripting wrappers #74

Merged
merged 8 commits into from
Aug 22, 2023
Merged

Add more scripting wrappers #74

merged 8 commits into from
Aug 22, 2023

Conversation

edunad
Copy link
Owner

@edunad edunad commented Aug 19, 2023

  • Add light wrapper
  • Disable LuaJIT for now [BUG] Fix LuaJIT leaking & crashing #73
  • Material improvements (no more template magic)
  • Fixed instancing missing color & position override on shaders
  • Add BASS wrapper
  • Add HTTP wrapper

Progress #64

@edunad edunad changed the title Add light wrapper Add more scripting wrappers Aug 19, 2023
@github-actions github-actions bot added ⚒️ UTILS RAWRBOX.UTILS related 🎺 BASS RAWRBOX.BASS related 🐲 SAMPLES Samples related 💼 RESOURCES RAWRBOX.RESOURCES related 💽 ENGINE RAWRBOX.ENGINE related 📜 SCRIPTING RAWRBOX.SCRIPTING related 📷 RENDERER RAWRBOX.RENDERER related 🧙‍♂️ ASSIMP RAWRBOX.ASSIMP related 🧪 TESTS Tests related labels Aug 22, 2023
@edunad edunad enabled auto-merge August 22, 2023 19:36
@github-actions
Copy link

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-tidy reports: 1 concern(s)
  • bass/src/sound/instance.cpp

    /bass/src/sound/instance.cpp:31:8: error: [clang-analyzer-optin.cplusplus.VirtualCall,-warnings-as-errors]

    Call to virtual method 'SoundInstance::isCreated' during destruction bypasses virtual dispatch

                    if (!this->isCreated()) return;
                         ^~~~~~~~~~~~~~~~~
    /runner/_work/rawrbox/rawrbox/bass/src/sound/instance.cpp:31:8: note: Call to virtual method 'SoundInstance::isCreated' during destruction bypasses virtual dispatch
                    if (!this->isCreated()) return;
                         ^~~~~~~~~~~~~~~~~

Have any feedback or feature suggestions? Share it here.

@edunad edunad merged commit 399f524 into master Aug 22, 2023
@edunad edunad deleted the feastures/wrappers branch August 22, 2023 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧙‍♂️ ASSIMP RAWRBOX.ASSIMP related 🎺 BASS RAWRBOX.BASS related 💽 ENGINE RAWRBOX.ENGINE related 📷 RENDERER RAWRBOX.RENDERER related 💼 RESOURCES RAWRBOX.RESOURCES related 🐲 SAMPLES Samples related 📜 SCRIPTING RAWRBOX.SCRIPTING related 🧪 TESTS Tests related ⚒️ UTILS RAWRBOX.UTILS related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant