Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | (client_)lua_api.txt: Rename func -> function (#7960) | ClobberXD | 2018-12-12 |
| | |||
* | Version scheme change: 0.5.0 -> 5.0.0 (#7449) | Loïc Blot | 2018-06-15 |
| | | | | * Version scheme change: 0.5.0 -> 5.0.0 | ||
* | CSM/SSM: Add on_mods_loaded callback (#7411) | Loïc Blot | 2018-06-06 |
| | | | | | * CSM/SSM: Add on_mods_loaded callback | ||
* | Fix isNan on setYaw Lua call (#7380) | Loïc Blot | 2018-05-31 |
| | | | | * Fix isNan on setYaw Lua call | ||
* | CSM: Remove screenshot API | red-001 | 2018-01-23 |
| | | | | | Reverted from commit 19960e26c672c6337f8c6ffbe27f2c6bca49750c (* [CSM] add screenshot api lua) | ||
* | [CSM] Remove `on_connect` callback (#6941) | red-001 | 2018-01-21 |
| | | | Fixes #6939 | ||
* | [CSM] Add functions to create particles and particlespawners. (#6072) | red-001 | 2018-01-20 |
| | |||
* | [CSM] Add basic HUD manipulation. (#6067) | red-001 | 2018-01-20 |
| | | | | | | * [CSM] Add basic HUD manipulation. Workaround for on_connect not working right now. | ||
* | Fix spelling mistakes in client_lua_api.txt | Bluebird | 2017-11-29 |
| | |||
* | Client lua api documentation: .md -> .txt | paramat | 2017-11-28 |
| | | | | | | | | | | | | 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. | ||
* | Add disclaimer to client_lua_api.txt (#5391) | rubenwardy | 2017-03-14 |
| | |||
* | Add `get_wielded_item` | red-001 | 2017-03-13 |
| | |||
* | [CSM] Add `on_punchnode` callback | red-001 | 2017-03-13 |
| | |||
* | [CSM] Add `get_node` and `get_node_or_nil` | red-001 | 2017-03-13 |
| | |||
* | [CSM] Add `on_dignode` callback (#5140) | red-001 | 2017-03-13 |
| | |||
* | [CSM] Add local formspecs. (#5094) | red-001 | 2017-03-13 |
| | |||
* | [CSM] sound_play & sound_stop support + client_lua_api doc (#5096) | Loïc Blot | 2017-03-13 |
* 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 |