| Commit message (Collapse) | Author | Age |
|
|
|
| |
* Version scheme change: 0.5.0 -> 5.0.0
|
|
|
|
|
| |
* CSM/SSM: Add on_mods_loaded callback
|
|
|
|
| |
* Fix isNan on setYaw Lua call
|
|
|
|
|
| |
Reverted from commit 19960e26c672c6337f8c6ffbe27f2c6bca49750c
(* [CSM] add screenshot api lua)
|
|
|
| |
Fixes #6939
|
| |
|
|
|
|
|
|
| |
* [CSM] Add basic HUD manipulation.
Workaround for on_connect not working right now.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
For consistency, and for much improved access on Github.
On Github:
.md disables being able to link to a line, needed daily when
quickly referring people to particular lines.
Search returns results in .md files, but you cannot then click
the line number to go to that line in the document, making searching
difficult.
Line numbers are not displayed for .md documents.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
* squashed: CSM: Implement register_globalstep
* Re-use fatal error mechanism from server to disconnect client on CSM error
* Little client functions cleanups
* squashed: CSM: add core.after function
* core.after is shared code between client & server
* ModApiUtil get_us_time feature enabled for client
|