Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-01 | fix inventory hotbar links breaking when moving an item | Kae | |
2024-03-27 | remove redundant logMap, now that lighting is 100% asynchronous | Kae | |
2024-03-25 | Fix animated particle discrepancies vs vanilla | Kae | |
2024-03-20 | Update StarWorldPainter.cpp | Kae | |
2024-03-19 | Async lighting improvements | Kae | |
2024-03-01 | Dynamic sun image | Niffe | |
Also adds access to sun scale, ray color, and fixes sun rendering in front of satellites | |||
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-21 | Support for changing the game's timescale | Kae | |
Context-specific (like per-world) timescales can also be added later | |||
2023-07-06 | Render the world in its own framebuffer | Kae | |
2023-07-03 | Prevent particle copy, tweak debugging some more | Kae | |
probably not too time-saving | |||
2023-07-03 | Use more portable encoding for Unicode character in debug strfs | Kae | |
2023-07-03 | Change debug render time logging to use microseconds | Kae | |
2023-06-30 | Change how the game renders the world backdrops | Kae | |
2023-06-30 | RenderPrimitive micro-optimizations | Kae | |
2023-06-29 | Move lightmap wait into WorldPainter to fix single-frame lightmap lag-behind | Kae | |
unfortunate | |||
2023-06-29 | Move lighting calculation to separate thread | Kae | |
2023-06-29 | Decimal zoom with lerp | Kae | |
2023-06-26 | Fix particles finally | Kae | |
2023-06-26 | fix Particles not being drawn with the new image member | Kae | |
2023-06-25 | Fix up new Object directives handling, more directives rendering ↵ | Kae | |
improvements, fix chat bubbles and nametags only moving every 2px | |||
2023-06-21 | custom fonts!! | Kae | |
2023-06-20 | everything everywhere | Kae | |
all at once |