| Commit message (Collapse) | Author | Age |
|
|
|
| |
0e5e49736c0a5fa29bca257bafc02d7c7a7171c9
|
|
|
|
| |
Sometimes HUD can be modified by ServerThread and EmergeThread results in a crash on client side because the HUD is not correct
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't create and cache an extruded mesh for every (non-node) item.
Instead use a single one per image resolution.
- For cubic nodes reuse a single wield mesh too
- Improve lighting of the wielded item
- Increase far value of wield mesh scene camera, fixes #1770
- Also includes some minor refactorings of Camera and GenericCAO.
|
| |
|
| |
|
|
|
|
| |
This also cleans up settings a bit
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes camera glitch and cheating at drowning
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
with .
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Lua API.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
GPLv2/later, by agreement of major contributors
|
| |
|
|
|
|
| |
smaller collision box
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Don't set m_removed on dead players (dead players are indicated by hp == 0). Local
damage flash is shown whatever the cause was (even from Lua set_hp). PlayerCAO
damage flash matches duration of local damage flash. Fall damage is dealt much more consistently (this is done by disallowing jumping when speed.Y is very negative, up to now jumping could sometimes negate fall damage)
|
| |
|
|
|
|
| |
IACTION_CRAFT inventory action.
|
|
|
|
| |
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
|
| |
|
| |
|