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

summaryrefslogtreecommitdiff
path: root/source/game/scripting/StarPlayerLuaBindings.cpp
AgeCommit message (Collapse)Author
2025-04-23Add player.questObjectives; fix player.setTrackedQuest to stop tracking ↵emmaker
quest if ID matches current quest
2024-11-05questPortrait callbackKae
2024-10-25Update StarPlayerLuaBindings.cppKae
2024-10-21player.callQuestKae
2024-10-21Merge pull request #131 from KrashV/mainKae
player.teamMembers callback
2024-10-21Update StarPlayerLuaBindings.cppKae
2024-10-21change to trackedQuestId, add currentQuestIdKae
2024-10-21Move teamMembers impl to Lua bindingsKae
avoiding including UniverseClient.hpp and TeamClient.hpp in StarPlayer
2024-10-21add player.trackedQuestKae
2024-10-19Player teammembersDegranon
2024-10-15add new quest Lua bindings to playerKae
2024-09-02Rename Keypad enumsKae
noticed keypad binds were named like this in SE (probably due to using the names given by SDL there) and it's nicer anyway. better do this sooner than later.
2024-07-30add player.favoriteColor and setFavoriteColorKae
2024-07-02add missing return statementKae
2024-07-01return values for bookmark Lua callbacksKilkenni
2024-06-03player.availableRecipes and root.allRecipesKae
2024-04-13add player.mode, player.setModeKae
removed two unnecessary (not from vanilla) functions, use root.(get/get)ConfigurationPath instead.
2023-11-01quick pickupToActionBar manipulationZithia Satazaki
2023-10-31Simplify new player inventory functionsKae
2023-10-30more graceful failure mode for item bag functionsZithia Satazaki
2023-10-30player functions for direct item bag manipulationZithia Satazaki
2023-10-29add `player.actionBarItem` and `player.setActionBarItem` (still needs a bit ↵Zithia Satazaki
of work)
2023-10-29fix `player.description` being `player[" description"]` insteadZithia Satazaki
2023-10-25Add player Lua functions from SEKae
2023-08-20player.aimPositionKae
2023-08-02Player: Make interaction radius scriptableKae
2023-07-22Add character swapping (no GUI yet)Kae
2023-07-02more Input workKae
2023-06-29Update StarPlayerLuaBindings.cppKae
2023-06-29Lua: player.* identity getters and settersKae
2023-06-20everything everywhereKae
all at once