Change function call of set_physics_override to a more modern syntax so we dont get the deprecation warnings and added linting. #6
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: VoxeLibre/mcl_cozy#6
Loading…
Reference in New Issue
No description provided.
Delete Branch "Impulse/mcl_cozy:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Apparently the minetest devs wanted to get rid of your usage of the set_physics_override so to plan ahead, i changed how we call it.
Here is the relevant comment in the engine code.
Plus its pretty annoying having thousands of deprecation warnings in the logs.
Also i added a .luacheckrc, for linting.
Change function call of set_physics_override to a more modern syntax so we dont get the deprecation warnings.to Change function call of set_physics_override to a more modern syntax so we dont get the deprecation warnings and added linting.