Fix: Debug basics I fail to remember every time and waste time on.

master
aa6 2022-02-05 16:27:32 +03:00
parent 59c40b400b
commit dd88ea77b2
3 changed files with 5 additions and 2 deletions

View File

@ -15,7 +15,10 @@ http://wiki.minetest.com/wiki/Installing_mods
**Development**
- Run `bash util/git_hook_pre_commit.bash install` after repository cloning. `./VERSION` and `./util/version.png` then will be updated automatically on every commit. To increment minor version append " 2" to `./VERSION`.
- Run `git clone https://github.com/aa6/minetest_hardcorebrix.git; cd minetest_hardcorebrix` to clone the repository.
- Run `bash util/git_hook_pre_commit.bash install` after repository cloning. `./VERSION` and `./util/version.png` then will be updated automatically on every commit. To increment minor version append " 2" to `./VERSION` file contents.
- Use `print(dump( ... ))` to print tables to console when debugging
- Use `error(123)` to stop execution when debugging
- Use manual http://dev.minetest.net/Category:Methods
**Changelog**

View File

@ -1 +1 @@
0.2.4
0.2.5

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB