Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-31 | armor: support for flipDirectives, fix activeItem arm frames with directives ↵ | Kae | |
breaking on custom armor | |||
2025-03-23 | more block swap fixes | chililisoup | |
2025-03-23 | Update StarMaterialItem.cpp | Kae | |
[skip ci] | |||
2025-03-23 | swap indicator blinks opposite to collision indicator | Kae | |
(also losslessly compressed the png) | |||
2025-03-22 | block swap indicator | chililisoup | |
2025-03-21 | block swap fixes | chililisoup | |
2025-03-21 | Block swap networking fixes | chililisoup | |
2025-03-20 | block swapping | chililisoup | |
2024-06-26 | Fix MaterialItem not entirely uninitializing | Kae | |
was causing an exception when a MaterialItem had a script on it | |||
2024-05-21 | Make blueprints stackable | SilverSokolova | |
I did not test this | |||
2024-05-02 | codex items: mark unread if already known so that it reopens | Kae | |
2024-04-25 | fix: PaintingBeamTool turning invisible after switching color | Kae | |
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-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-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-08-21 | Small cleanup | Kae | |
2023-08-21 | Store material item settings in player secret properties instead of parameters | Kae | |
2023-08-21 | Update StarMaterialItem.cpp | Kae | |
2023-08-20 | Material Item: Allow entity overlap on non-solid collision kinds | Kae | |
2023-08-20 | Hook tile meshing up to Material Item drop and preview | Kae | |
2023-08-20 | Add binds to modify material radius | Kae | |
2023-08-20 | Fix LiquidItem preview (again!) | Kae | |
2023-08-19 | Fix collision not refreshing on expired predictions and slight placement issue | Kae | |
2023-08-19 | oops: Fix sub-step material placement | Kae | |
2023-08-19 | Add collision cycling to Material items | Kae | |
2023-08-19 | Material Item equip sound | Kae | |
2023-08-19 | improve applyTileModifications to be more aggressive | Kae | |
2023-08-18 | Fix MaterialItem steps being in reverse | Kae | |
Also multiplied steps for reliability with diagonals | |||
2023-08-18 | Various improvements | Kae | |
You can now right click empty slots to insert one from swap. Added unique sounds for the swap slot count incrementing/decrementing. Material placement now plays sounds. | |||
2023-08-18 | Armor Item improvements (& other misc) | Kae | |
TODO: Make option to return to previewing with dummy | |||
2023-08-03 | Fix racial liquid descriptions not being used | Kae | |
2023-07-31 | fix last aim being held when unequipping MaterialItem while holding fire | Kae | |
2023-07-31 | Tile placement improvements | Kae | |
Placing materials is now done in a line to fix gaps at low framerates | |||
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 | Change pure string format calls to use fmt::to_string | Kae | |
2023-07-01 | Update StarInspectionTool.cpp | Kae | |
2023-06-30 | bring player inspection back! | Kae | |
2023-06-28 | Add unused support for using the actual humanoid for armor preview | Kae | |
2023-06-28 | Don't do spatial logging on the server | Kae | |
2023-06-27 | The Formatting String Catastrophe | Kae | |
2023-06-26 | resolved most of the compiler warnings/errors under gcc | LDA | |
also update xxhash and tinyformat | |||
2023-06-25 | more!! more!!!! | Kae | |
2023-06-24 | Armor optimizations | Kae | |
2023-06-24 | Pretty much working now | Kae | |
2023-06-20 | everything everywhere | Kae | |
all at once |