Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-17 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-10-01 | Split liquid_viscosity to liquid_viscosity and move_resistance (#10810) | Wuzzy | |
2021-03-10 | Update .wielded command to output the entire itemstring; add ↵ | Elias Fleckenstein | |
LocalPlayer:get_hotbar_size | |||
2020-11-23 | LocalPlayer:set_physics_override; minetest.register_on_recieve_physics_override | Elias Fleckenstein | |
2020-11-05 | Run Lint Script05-11-2020 | Elias Fleckenstein | |
2020-10-27 | lua api: add set/get_pitch | corarona | |
2020-10-18 | Added the API additions from waspsaliva | Elias Fleckenstein | |
2020-10-18 | Lint is bitch | Elias Fleckenstein | |
2020-10-04 | The Robot Update | Elias Fleckenstein | |
2020-08-15 | UI Update; Added AutoTool | Elias Fleckenstein | |
2020-07-18 | Update to minetest 5.4.0-dev | Elias Fleckenstein | |
2020-06-23 | test | Elias Fleckenstein | |
2020-04-11 | Various features and fixes | sfan5 | |
2018-01-20 | [CSM] Add basic HUD manipulation. (#6067) | red-001 | |
* [CSM] Add basic HUD manipulation. Workaround for on_connect not working right now. | |||
2017-08-19 | Code modernization: subfolders (#6283) | Loïc Blot | |
* Code modernization: subfolders Modernize various code on subfolders client, network, script, threading, unittests, util * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * C++ STL header style * Make connection.cpp readable in a pointed place + typo | |||
2017-08-17 | C++ modernize: Pragma once (#6264) | Loïc Blot | |
* Migrate cpp headers to pragma once | |||
2017-06-19 | C++11 cleanup on constructors (#6000) | Vincent Glize | |
* C++11 cleanup on constructors dir script | |||
2017-05-05 | [CSM] Add camera API (#5609) | bigfoot547 | |
* [CSM] Add camera API roper rebase & squash * Address nerzhul's review | |||
2017-05-03 | Sneak: Improve and fix various things | SmallJoker | |
Remove useless `got_teleported`. Fix jitter when walking against the sneak limits. Fix damage evading on sneak ladders. | |||
2017-04-10 | Clang format: fix LINT on old PR which doesn't have LINT enabled | Loic Blot | |
2017-04-08 | LocalPlayer api lua | Vincent Glize | |