Веб-сайт самохостера Lotigara
главная|main page
журнал|journal
файлы|files
программы|software
архив|archive
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
game
/
scripting
/
StarPlayerLuaBindings.cpp
Age
Commit message (
Expand
)
Author
2025-06-03
add player.nametag, player.setNametag, world.entityNametag
Kae
2025-06-02
Change type of markRead to Maybe<bool>
emmaker
2025-06-02
Include missing header
emmaker
2025-06-02
Syntax fix (oops)
emmaker
2025-06-02
Add codex bindings to player table
emmaker
2025-04-23
Add player.questObjectives; fix player.setTrackedQuest to stop tracking quest...
emmaker
2024-11-05
questPortrait callback
Kae
2024-10-25
Update StarPlayerLuaBindings.cpp
Kae
2024-10-21
player.callQuest
Kae
2024-10-21
Merge pull request #131 from KrashV/main
Kae
2024-10-21
Update StarPlayerLuaBindings.cpp
Kae
2024-10-21
change to trackedQuestId, add currentQuestId
Kae
2024-10-21
Move teamMembers impl to Lua bindings
Kae
2024-10-21
add player.trackedQuest
Kae
2024-10-19
Player teammembers
Degranon
2024-10-15
add new quest Lua bindings to player
Kae
2024-09-02
Rename Keypad enums
Kae
2024-07-30
add player.favoriteColor and setFavoriteColor
Kae
2024-07-02
add missing return statement
Kae
2024-07-01
return values for bookmark Lua callbacks
Kilkenni
2024-06-03
player.availableRecipes and root.allRecipes
Kae
2024-04-13
add player.mode, player.setMode
Kae
2023-11-01
quick pickupToActionBar manipulation
Zithia Satazaki
2023-10-31
Simplify new player inventory functions
Kae
2023-10-30
more graceful failure mode for item bag functions
Zithia Satazaki
2023-10-30
player functions for direct item bag manipulation
Zithia Satazaki
2023-10-29
add `player.actionBarItem` and `player.setActionBarItem` (still needs a bit o...
Zithia Satazaki
2023-10-29
fix `player.description` being `player[" description"]` instead
Zithia Satazaki
2023-10-25
Add player Lua functions from SE
Kae
2023-08-20
player.aimPosition
Kae
2023-08-02
Player: Make interaction radius scriptable
Kae
2023-07-22
Add character swapping (no GUI yet)
Kae
2023-07-02
more Input work
Kae
2023-06-29
Update StarPlayerLuaBindings.cpp
Kae
2023-06-29
Lua: player.* identity getters and setters
Kae
2023-06-20
everything everywhere
Kae