Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-27 | fix item inventoryFilters handling | Kae | |
2024-12-26 | items can now override inventory filters | Kae | |
2024-10-04 | PlayerInventory: fix bag loading issue | Kae | |
2024-07-27 | Update StarPlayerInventory.cpp | Kae | |
2024-07-26 | fix possible segfault in PlayerInventory::retrieve | Kae | |
2024-05-02 | fix directives stitching bug when parsing scale | Kae | |
2024-05-01 | fix inventory hotbar links breaking when moving an item | Kae | |
2024-03-11 | Tile Prediction: make refunds silent | Kae | |
2024-03-09 | minor code polish | Kae | |
2024-03-07 | inventory and hotbar size mismatch fixes | WasabiRaptor | |
I realized why that was there checking patch arrays in a more clean manner also support for checking values in other files using a string in the patch arrays Revert "checking patch arrays in a more clean manner" sorry that wasn't supposed to be in this one | |||
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-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-02 | Fix (vanilla): Item disappearing from action bar after stacking identical ↵ | Kae | |
item into it | |||
2023-10-31 | WebHook test againnn | Kae | |
2023-10-31 | WebHook test | Kae | |
2023-10-31 | Simplify new player inventory functions | Kae | |
2023-10-30 | more graceful failure mode for item bag functions | Zithia Satazaki | |
2023-07-22 | Add character swapping (no GUI yet) | Kae | |
2023-06-20 | everything everywhere | Kae | |
all at once |