Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/scripting/StarWorldLuaBindings.cpp
AgeCommit message (Collapse)Author
2025-05-07add world.template, world.setTemplateKae
2025-03-23block swapping lua supportchililisoup
2025-01-21add world.loungingEntities, world.loungableAnchorCount and anchor index arg ↵Kae
to loungeableOccupied
2024-10-17unify UniverseClient & WorldClient LuaRoots & let universeClient scripts ↵Kae
intercept packets can be used for intercepting chat packets, for example!
2024-06-09add Projectile::velocityKae
thanks to Bott for suggesting
2024-05-01world.entityAimPositionKae
2024-04-02improvements to universe.sendPacket and world.sendPacketKae
adds necessary clientsMutex lock, and returns false if sending failed
2024-04-02oopsErodeesFleurs
2024-04-02add world.sendPacket and fixed deadlockErodeesFleurs
2024-03-22world.id() for serverErodeesFleurs
2024-02-19Fixed a huge amount of Clang warningsKai 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-10-30Add world.isClient & isServerKae
2023-08-19Add collision cycling to Material itemsKae
2023-08-19Allow overriding placed collision kind ("""overground""") from ↵Kae
world.placeMaterial
2023-07-25Optimize entityPortrait: Drawable > LuaTable instead of Drawable > Json > ↵Kae
LuaTable
2023-07-24Proper LuaString <-> String handlingKae
Null-terminator usage is opt-in
2023-07-23world.callScriptContextKae
2023-07-23experimental universe.sendWorldMessage functionKae
2023-07-03Add client world.playersKae
2023-06-27The Formatting String CatastropheKae
2023-06-27Change formatting to use fmtlib (STILL NEED TO CHANGE TO FMT SYNTAX!)Kae
2023-06-20everything everywhereKae
all at once