Age | Commit message (Collapse) | Author |
|
|
|
Prepare CheatMenu::draw function for easier UI changes.
|
|
|
|
starts at 1 now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #10526
|
|
(#10485)
|
|
property (#10443)
|
|
- Avoid calculating isBlockInSight for blocks without meshes.
- Add metric for how many blocks the client has currently loaded.
- Make some variables constant.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
client.
|
|
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
|
|
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
|
|
|
|
|
|
|
|
|
|
|
|
Fixes a regression of #8676.
|
|
|
|
Add more detailed light detection functions, a function to get the artificial light (torches) and a function to get the sunlight as seen by the player (you can specify timeofday).
Co-authored-by: rubenwardy <rw@rubenwardy.com>
|
|
|
|
|
|
|
|
|
|
Run unused functions reported by cppcheck
This change removes a few (but not all) unused functions.
Some unused helper functions were not removed due to their complexity and potential of future use.
|
|
|
|
|
|
|
|
|