Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-31 | simple support for animated parallax textures | Kae | |
2025-05-16 | UB trying to dereference end of string view | FalseIlyu | |
2024-12-05 | add sky setting overrides to celestial.flyShip, pass net rules to packet ↵ | Kae | |
read/write | |||
2024-11-07 | Add camera bindings | Kae | |
override missing, but it's a start | |||
2024-06-02 | directive-based color variants for materials | Kae | |
2024-06-02 | further MaterialDatabase checks | Kae | |
2024-05-03 | catch image processing errors in font rendering | Kae | |
think this was done before and accidentally undone | |||
2024-05-01 | fix inventory hotbar links breaking when moving an item | Kae | |
2024-04-25 | reduce some Directives exceptions down to error strings for perf | Kae | |
additionally, image operations that don't exist simply pass through now | |||
2024-04-24 | slight font directives changes | Kae | |
invalid font directives stopped checkerboarding the glyph texture at some point, fixed that too | |||
2024-04-24 | feat: unicode emoji support + other stuff | Kae | |
2024-04-23 | Fix text after an unclosed ^ tag not wrapping | Kae | |
2024-04-22 | Add UnifontEx fallback for glyphs that are missing from the current font | Kae | |
2024-04-22 | Lua chat callbacks + better font styling | Kae | |
golly gee whiz!! i hope i didn't fuck something up | |||
2024-04-15 | only round vertices if AA is on | Kae | |
[skip ci] | |||
2024-04-15 | Fix text wrapping bug that only happened under a specific scenario | Kae | |
was causing a broken string view if there was a line that had any space in it followed by a forced newline and then a line that had no spaces but was long enough to wrap. example: A B\nThisLastLineHasNoSpacesButIsLongEnoughToWrapAnyways!!!!!!!!!!!! | |||
2024-04-15 | new object lighting toggle, log non-master entity render/update exceptions | Kae | |
2024-04-08 | fix: slightly jittery zoom level transitions | Kae | |
2024-04-08 | 2 features: multi-sample anti-aliasing & Lua patches for images | Kae | |
2024-04-04 | fix: last minor text wrapping bug | Kae | |
2024-04-03 | fix rare text wrapping bug in the chat box | Kae | |
also removed unnecessary leftover variables from when text wrapping used to always create a StringList | |||
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-25 | change fonts to woff2 | Kae | |
2024-03-20 | Update StarWorldPainter.cpp | Kae | |
2024-03-20 | cursed point lights everywhere (but god it looks good) | Kae | |
2024-03-20 | experiment: unclamped lighting | Kae | |
2024-03-19 | Async lighting improvements | Kae | |
2024-03-14 | Game window respects Windows theme setting | Kae | |
2024-03-08 | Merge launcher branch | 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-28 | Fixed remaining compiler warnings | Kai Blaschke | |
Some warnings (e.g. in Opus and the tests) can't be fixed, only suppressed. | |||
2024-02-25 | Use "#pragma once" instead of include guards | Kai Blaschke | |
2024-02-20 | Merge branch 'main' into small-fixes | Kae | |
2024-02-19 | Fixed some uninitialized members | Kai Blaschke | |
May have caused undefined behavior in few cases, as most of the fixed members were used before being initialized. | |||
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-11-01 | Skip generating tile pieces if a color variant is invalid | Kae | |
2023-10-12 | Add vertical speed support to parallax layers | Kae | |
2023-08-20 | Hook tile meshing up to Material Item drop and preview | Kae | |
2023-08-20 | Add ItemDrop glow | Kae | |
2023-08-19 | Fix parallax and space dust jitter when lerping zoom level on very old universes | Kae | |
2023-08-04 | Add optional alpha threshold option for fonts | Kae | |
2023-08-03 | More default fonts | Kae | |
barcode is Libre Barcode | |||
2023-07-22 | Add character swapping (no GUI yet) | Kae | |
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-04 | Cache font directives | Kae | |
2023-07-04 | Fix terrain chunk meshes constantly being removed from the cache because the ↵ | Kae | |
default time smear is the exact same as the timeout | |||
2023-07-03 | Add 1-px padding around font and round to fix jitter | Kae | |
2023-07-03 | Fix horizontal alignment with font, add new fonts | Kae | |