18 Commits

Author SHA1 Message Date
Sirrobzeroone
18de64dd2e In game help letter
Added a quick 1 page "letter" which tries to show functionality using pictures only
2022-06-15 20:27:22 +10:00
Sirrobzeroone
d7e97ae263 Protection check for swap
Protection check for Combo node swap lines 475/512
Trailing white space removal
2022-06-14 17:55:25 +10:00
Sirrobzeroone
2a32c94ff1 Targetted slab is removed/dug
Whichever slab your targeting in a Comboblock will now be the one removed.
Drops are handled outside the default node.drop definition so the correct slab can be returned to the player.
2022-06-12 19:28:29 +10:00
Sirrobzeroone
617ff811b2 Slab place rewrite
Complete rewrite of slab placement code.
Simplification of code so hopefully more understandable and dropped a further 200 lines.
2022-06-12 08:45:57 +10:00
Sirrobzeroone
af19c6745f Initial cleanup of main code WIP
~ Added truth tables to try and make the place code more readable
~ Slimed down the tile image code to make more understandable
~ Made the max node counter more informative and work correctly
2022-06-09 22:45:59 +10:00
Sirrobzeroone
d078ea1ee3 Testing and confirmed 5.4 working 2021-06-06 09:05:04 +10:00
Sirrobzeroone
0be4ae8c4e Resolve merge issue 2020-12-15 11:57:20 +11:00
Sirrobzeroone
0b3d272aa1 Increment version
5.4.0.1
2020-12-15 07:13:28 +11:00
Sirrobzeroone
d59a997083 Minor: Lower node limit warning 2020-12-15 06:57:31 +11:00
Sirrobzeroone
d46b4a2786 Add Warning at 32768 nodes
Adds a warning at 32768 nodes and wont try to register nodes beyond 32768.
Allowing game to load although without all comboblock combo's

Warning is node specific so can generate significant volume to error file
2020-12-15 06:51:00 +11:00
SirrobZeroone
279a5e24b6 version increment 2020-05-29 19:21:29 +10:00
SirrobZeroone
e48e422d42 Added Support Multiple Resolutions across mods
- If mods have different res to base they will resize to base texture pack, this is configured under settings
- Changed from using Depends.txt to mod.conf
- Started to add localization support
- Adjust screenshot name
2020-05-29 19:15:32 +10:00
SirrobZeroone
6fd14e4337 Improved handling of vertical slabs
~ Improved handling of vertical slabs
~ Restricted overlayed images to their half of the slab
~ Checked protection works with nil additional code
~ Initial go at supporting moreblocks mod
2020-05-21 18:47:32 +10:00
SirrobZeroone
387b189161 Top/Bottom Node slab placement added (Stairs mod functionality)
~ Added function to auto-retireve list registered slabs, using slab group
~ Split glass slabs and normal slabs so these no longer combine - reason buggy
~ Added back the ability to place slab at top of node next too or at the bottom of node next too.
~ Insured slabs only place over other slabs,air and flora very explicit groups to try and increase compatability with other mods that might add small nodes and decrease potential conflicts
~ Added stairs mod "rotate and place" function to maintain identiucal functionality as stairs mod
~ Cleaned up placing behaviour so its more consistant with base game/what user might expect.
~ Added some error checking and messages to user
2020-05-16 16:31:55 +10:00
SirrobZeroone
6a915d5a50 Updated to work with Minetest 5.2
Made some minor updates to the orginal archived code so it will now work with minetest_game included with Minetest engine 5.2.

Changes
added farming as a dependancy
added snowblock
added iceblock
adjusted a few lines of code to allow comboblock to work with the current version of the stairs mod.
2020-05-06 19:35:18 +10:00
pithydon
3f24b2b5ee ooo lowpart 2016-12-19 18:43:58 -07:00
pithydon
d83bb22d9d fix the bug 2016-07-29 18:17:53 -06:00
pithydon
0db5651d2d um bug 2016-07-25 16:20:06 -06:00