54b9eaffa2
Improve overheating ( #334 )
...
New overheating system that doesn’t use the meta.
2017-04-14 23:14:17 +04:00
967bde284a
Spell-check and clarify item names
...
* Fix inconsistent insulated mesecon names
* Clarify lightstone names
* Rename meselamp to "Mesecon Lamp"
* Use capitalization "Luacontroller" consistently
* Cleanup / improvements for logic gate naming
2017-03-07 19:04:05 +01:00
c2e3d7c4e5
Fix most of the namespace pollutions reported in #311
2017-01-15 11:53:49 +01:00
a6b28d1f11
Gates: Update nor gate craft recipe, fixes #243
2015-12-15 22:25:39 +01:00
0ec771bf7d
Major change: Documentation is now included with mesecons, the website just extracts the documentation in a more readable format
...
This makes development of new features easier, as documentation can automatically be updated on the website without modifying the website's code!
Every mod that has nodes in the mesecons modpack has a "doc" folder that contains subfolders with recipe, description and preview of the block. The website will discover which documentation is available
by reading the documentation.json file.
2015-11-20 20:14:50 +01:00
75bd081a67
Gates: Add OR and NOR gate
2015-11-20 20:13:59 +01:00
80648b6c14
Fix #198 by adding gates to the "overheat" group
2015-01-03 14:04:18 +01:00
c326dc221a
Rewrite Logic Gates: Makes it super-easy to add new gates and cleans up code
...
Fix bugs in the Luacontroller (when placing, false input pin values were given) and fix variables
leaking into the global environment in pistons.
2014-11-29 15:08:37 +01:00
5be179bf11
Replace mesecon:<some_function> with mesecon.<some_function> for greater
...
flexibility and because it was never inteded to be OOP in the first
place.
mesecon.receptor_on and mesecon.receptor_off are provided by wrappers
(mesecon:receptor_on/off) for compatibility, but will be removed. Mod
programmers that use mesecons: Please update!
Also, fix microcontroller polluting the global namespace and remove some
deprecated stuff.
2014-11-22 15:42:22 +01:00
300abcb587
Fix #155 (option 2 used). Remove non-ActionQueue system. Enable overheat for more than 20 actions per second on lua- / microcontrollers and gates.
...
Fix a bug where a burnt luacontroller didn't have the correct pin-states as the burnt controller does not register any changes from outside.
2014-04-20 21:51:17 +02:00
8a71f51b26
Merge branch 'actionqueue'
...
This introduces the ActionQueue, a new kind of MESECONS_GLOBALSTEP.
Circuits using delayers will now resume when restarting the server.
Also, large circuits should automatically resume if parts of them are
in unloaded chunks.
Old circuits e.g. using gates will not resume when mesecons is updated,
which means you have to restart them once. But after that, it should work
just like it used to.
This will fix a lot of stuff but may also introduce some new bugs.
So please report them!
2014-01-19 13:59:22 +01:00
f1ae54ed12
Try to fix gateswith serverstep code.
2014-01-11 07:24:42 +01:00
de6dd30745
Move textures into their mods
2014-01-10 13:13:02 -05:00
16b4b79c51
Update code to standards of Minetest 0.4.8.
2013-11-30 22:13:00 -05:00
f46bc329de
Use minetest.swap_node() instead of mesecons' version, Minor code changes
...
here and there to facilitate this.
2013-11-30 20:34:55 -05:00
edc10dac47
Add an ABM function which resets heat to 0, since gates/controllers won't be cooled normally if they are moved (piston, etc...) during the cooling delay.
2013-06-05 06:45:19 +02:00
3792b692aa
Digging and footstep sounds for everything that needs them! Plus, pushing buttons, punching switches, and flipping levers all make sounds.
2013-03-06 20:51:57 -05:00
841bc70b97
Fix a bug that occured when using a receptor placed directly next to a
...
gate.
We need to call a changesignal even if the gate/other effector is still
connected to a power source in a way.
2013-01-09 16:56:25 +01:00
17579a6aa1
Fix gates drop bug reported by kaeza and Kacey, avoid polluting the global namespace.
2013-01-06 14:09:54 -05:00
5904abbd79
Port gates (finally)
2012-12-10 19:46:24 +01:00
d5825f9602
Fix insulated mesecon
2012-12-10 17:19:30 +01:00
6aa330e85c
depend on mesecons_delayer's all_rules instead of getting both insulated
...
and microcontroller rules
2012-09-05 10:09:53 -07:00
9fbc4b4587
went back to large nodeboxes which agree with inventory image
2012-09-04 21:22:29 -07:00
17fc6ac1f0
FACEDIR! (among other things)
2012-09-04 21:16:32 -07:00
e65c5ca9dc
nodeboxes now show which sides connect
2012-09-03 11:50:43 -07:00
b0142a7429
flat inventory image for easy gate identification
2012-09-01 23:27:23 -07:00
845c275121
registering the on receptor makes placing a mesecon on the out port of
...
the gate update the circuitry after it
2012-09-01 22:06:25 -07:00
0f7a87538d
(oops) forgot the "out" connection
2012-09-01 18:59:10 -07:00
6f1296198c
simplified effector rules
2012-09-01 18:53:31 -07:00
dc3fc4deb5
cut set_gate in half
2012-09-01 18:26:15 -07:00
9af83593ac
added recipes
2012-09-01 17:07:00 -07:00
efd06143b1
gates overheat
2012-09-01 16:10:23 -07:00
b44f443fb2
nodeboxes
2012-09-01 13:48:16 -07:00
f93930a478
gate output works
2012-09-01 13:07:18 -07:00
6147c385cc
initial gates commit, logic behind gates works, more work to do.
2012-09-01 01:23:15 -07:00