Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
863 contributions in the last year
Contribution activity
November 2020
Created 27 commits in 5 repositories
Created a pull request in minetest/minetest that received 1 comment
Opened 2 other pull requests in 2 repositories
mpv-player/mpv
1
open
minetest/minetest
1
merged
Reviewed 26 pull requests in 3 repositories
minetest/minetest 21 pull requests
- Improve sky rendering performance
- Fix camera panning glitches (partially revert #10489)
- Remove MapSector completely.
- Supersede motley c_converter.cpp functions with templated LuaHelper functions
- Increase limit for simultaneous blocks sent per client and the meshgen cache.
- Avoid generating the same chunk more than once with multiple emerge threads
- Increase default emerge queue limits and limit enqueue requests for active blocks.
- PlayerSAO: Run on_player_hpchange raw change values
- Revert "Replace MyEventReceiver KeyList with std::unordered_set"
- Fix falling image of torchlike if paramtype2="none"
- Joystick: Fix dig and place buttons
- Revert #10495 and simplify.
- Clean up l_object.cpp
- ObjectRef: Re-add legacy code for set_physics_override
- ObjectRef: fix some v3f checks
- Fix object interaction distance not being checked
- Do not set a default for description in itemdef table
- Block attempts to connect to the client.
- Add open user data button to main menu
- Auto build client appimage
- Fix warnings about an unused variables and implicit conversion.