| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Elias Fleckenstein <eliasfleckenstein@web.de>
|
|
Implement proper padding character checks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_sky: New feature, keep note about the old syntax
get_us_time: Document overflow
localplayer: Document "nil" behaviour before initialization
collision_box: Safe limit of "1.45"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ClientObjectRef:is_local_player(); Documented LocalPlayer:get_object()
|
|
starts at 1 now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allows catching a chatcommand call just after the command and the
parameters are parsed but before its existence is checked and before the
corresponding function is run. Returning `true` from a callback function
will prevent default handling of the command leaving mods to handle the
command manually.
|
|
|
|
|
|
|
|
Co-authored-by: Sam Caulfield <sam@samcaulfield.com>
|
|
plus general improvements to find_node_* functions
|
|
|
|
closes #9857
|
|
|
|
|