Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-03 | revert networked animator changes for now | Kae | |
2025-05-25 | put this back where it should be now that netgroup is fixed | WasabiRaptor | |
2025-05-25 | fix for net element ordering bug | WasabiRaptor | |
2025-05-21 | potential fixes | WasabiRaptor | |
2025-05-18 | apply part tags callback | WasabiRaptor | |
2025-05-18 | make next frame property accessible to script | WasabiRaptor | |
2025-05-18 | that was using the wrong key | WasabiRaptor | |
2025-05-18 | fixes after testing | WasabiRaptor | |
2025-05-18 | big feature expansion | WasabiRaptor | |
2024-04-23 | micro-opt NetworkedAnimator drawables | Kae | |
sort before creating drawables | |||
2024-03-26 | experiment: auto-conversion of object spread lights to hybrid spread/point ↵ | Kae | |
lights | |||
2024-03-20 | experiment: unclamped lighting | Kae | |
2024-02-19 | Fixed a huge amount of Clang warnings | Kai Blaschke | |
On Linux and macOS, using Clang to compile OpenStarbound produces about 400 MB worth of warnings during the build, making the compiler output unreadable and slowing the build down considerably. 99% of the warnings were unqualified uses of std::move and std::forward, which are now all properly qualified. Fixed a few other minor warnings about non-virtual destructors and some uses of std::move preventing copy elision on temporary objects. Most remaining warnings are now unused parameters. | |||
2023-07-12 | Initial work | Kae | |
2023-07-02 | Fix immediateSound pool logic | Kae | |
2023-07-02 | immediateSound and persistentSound now supports random sound pools | Kae | |
2023-06-27 | The Formatting String Catastrophe | Kae | |
2023-06-27 | Lazy-loading of ImageOperation inside Directives | Kae | |
also fixed cases of drawables not staying centered after adding directives that scale | |||
2023-06-26 | Update StarNetworkedAnimator.cpp | Kae | |
2023-06-26 | cache NetworkedAnimator drawables | Kae | |
could use a LruCache later | |||
2023-06-26 | slight NetworkedAnimator drawables optimization | Kae | |
2023-06-25 | More directives optimization | Kae | |
2023-06-20 | everything everywhere | Kae | |
all at once |