Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-07 | darkened wall button sides texture a bit, for better contrast. | Vanessa Ezekowitz | |
2012-08-07 | Better textures for mesecons delayer: Redrew my previously-submitted ones at a | Vanessa Ezekowitz | |
larger size to properly fit in with the new nodebox-based delayers, and added a "sides" texture to go with them. Fixed deprecated tile_images lines. | |||
2012-08-07 | use normal piston textures on sides of sticky piston plunger. Also fixes | Vanessa Ezekowitz | |
deprecated tile_images bits. | |||
2012-08-07 | Better wall button nodeboxes. Also fixed the deprecated time_images lines (now | Vanessa Ezekowitz | |
"tiles"). This also restores the textures I added a few months ago, since the ones I made are needed for a nodebox of this sort. | |||
2012-08-05 | Make lamps and pressure plates walkable | Jeija | |
2012-08-02 | Solar panel | Kotolegokot | |
2012-08-01 | Merge pull request #7 from Kotolegokot/master | Jeija | |
Torch selection box and lamp node box | |||
2012-08-01 | Meselamp nodebox | Kotolegokot | |
2012-08-01 | Mesecon Torch | Kotolegokot | |
2012-08-01 | Merge pull request #6 from Kotolegokot/master | Jeija | |
Some modifications and fixed. | |||
2012-08-01 | Power Plant | Kotolegokot | |
2012-08-01 | Blinky Plant | Kotolegokot | |
2012-08-01 | Fix battery nodebox | Kotolegokot | |
2012-08-01 | not_in_creative_inventory | Kotolegokot | |
2012-07-22 | Add (still experimental) better textures for the battery | Jeija | |
2012-07-22 | Remove debug output, Fix Bugs | Jeija | |
2012-07-21 | Continue/Finish Battery | Jeija | |
2012-07-21 | Experimental battery - not finished yet | Jeija | |
2012-07-20 | Fix off-by-one error in piston length calculation and change the node ↵ | Anthony Zhang | |
pushing to make use of the fact that minetest.env:place_node() is apparently a no-op if the node is not air or liquid. | |||
2012-07-20 | Nodebox piston pushers! Fix a few piston bugs such as pistons pushing ↵ | Anthony Zhang | |
pistons, pistons pushing blocks into pushers causing blocks to get deleted, and many more. As a side effect, players can no longer simply walk through piston pushers. Additionally, pistons will only remove their own pushers, and not those of neighboring pistons as well. Remove ENABLE_PISTON_ANIMATION option (not compatible with nodebox piston pushers). | |||
2012-07-20 | Change Water Turbine to the new nodebox model | Jeija | |
2012-07-19 | Fix stone pressure plate nodebox | Jeija | |
2012-07-19 | Make solar panels diggable (instead of pull request) | Jeija | |
2012-07-18 | Fix piston duplication bug, simplify piston handling, limit piston push ↵ | Anthony Zhang | |
distance to 15 blocks. Remove deprecated object:get_entity_name() call, and some obselete settings. | |||
2012-06-23 | Several bugfixes and cleanups for movestones | Jeija | |
2012-06-23 | Fix detector player name lookup | Jeija | |
2012-06-22 | Fix wall lever bug. | Anthony Zhang | |
2012-06-22 | AND block changed! Now in its own dir. Also, auto power on (NOT off) has ↵ | Whiskers75 - | |
been added. | |||
2012-06-21 | Experimental 3D plugs and sockets/inverters, fix a few things with ↵ | Anthony Zhang | |
Whiskers75's code. | |||
2012-06-21 | Use minetest.env:place_node and minetest.env:dig_node to enable usage of the ↵ | Anthony Zhang | |
on_place and on_dig callbacks. | |||
2012-06-21 | Experimental 3D Delayer | Jeija | |
2012-06-21 | Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons | Whiskers75 - | |
2012-06-21 | AND block works! (YIPPEE!!!) See WHISKERS75_README. | Whiskers75 - | |
2012-06-21 | Improve pressure plate 3D Model (Smaller) | Jeija | |
2012-06-21 | Merge branch 'master' of https://github.com/Jeija/minetest-mod-mesecons | Jeija | |
2012-06-21 | Fix Bug: Apply Rules on removal | Jeija | |
2012-06-21 | Added AND block textures and code - it works! No functionality though... | Whiskers75 - | |
2012-06-21 | Added AND block basic code + textures | Whiskers75 - | |
2012-06-21 | Tune Buttons to work together with Door | Jeija | |
2012-06-21 | Add mesecon-controlled 3D door | Jeija | |
2012-06-21 | Replace old wall button with a fancy new 3d button | Jeija | |
2012-06-21 | Merge branch 'master' of https://github.com/Jeija/minetest-mod-mesecons | Jeija | |
2012-06-21 | Add 3d pressure plates | Jeija | |
2012-06-20 | Added some starting code for an AND block - look in mesecons_whiskers75. | whiskers75 | |
2012-06-20 | Fix Bug: Mesecons cannot be digged due to a collisionbox failure | Jeija | |
2012-06-16 | Fix crash in sticky movestones (thanks MarkTraceur), cleanup movestoen code ↵ | Anthony Zhang | |
significantly. | |||
2012-06-15 | Fix movestones (thanks MarkTraceur). | Anthony Zhang | |
2012-06-04 | Remove deprecated API functions "register_on_placenode" and ↵ | Anthony Zhang | |
"register_on_dignode" where possible. | |||
2012-05-21 | Add modpack.txt as modpack support has been added to MineTest dev around an ↵ | Anthony Zhang | |
hour ago: https://github.com/celeron55/minetest/commit/747ff7daf875652be1063fa49316125977b0ba79 This allows the user to simply copy the entire modpack folder into the mods/ directory, rather than copy every individual mod there instead. | |||
2012-05-21 | Update README. | Anthony Zhang | |