Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mesecons
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
mesecons
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
24c50571f788a2d946ee905dd295124affc88d8b
Select Git revision
Branches
16
actionqueue
dispenser
improve-luacontroller
luacontroller
luacontroller_jit_functions
master
default
mesecons_in_nodedef
meshes
movestones_nodes
next
nextgen
patch_#135
patch_#85
server_step
sticky_blocks
zefram_doors
Tags
2
20130211
v0.6-stable
18 results
Begin with the selected commit
Created with Raphaël 2.2.0
10
Jan
9
5
4
3
18
Dec
2
30
Nov
29
8
Sep
7
29
Aug
27
28
27
22
Jun
20
19
15
10
6
5
2
1
26
May
25
21
15
28
Apr
27
26
27
22
21
20
21
20
15
14
13
7
2
1
27
Mar
26
24
23
16
15
14
11
7
6
5
4
2
24
Feb
22
19
18
12
11
10
8
7
6
4
30
Jan
22
20
19
14
13
9
6
31
Dec
30
28
27
26
25
23
22
21
12
21
20
19
18
16
15
13
11
10
9
8
7
3
1
28
Nov
27
11
8
28
Oct
27
13
7
2
1
27
Sep
10
9
8
7
6
5
4
3
1
30
Aug
28
25
24
25
24
21
20
19
18
17
16
15
13
12
11
12
11
10
9
10
9
10
9
8
7
5
2
1
22
Jul
21
20
19
18
23
Jun
22
21
20
16
15
4
21
May
15
12
24
Apr
22
8
7
6
2
29
Mar
27
26
25
24
22
18
9
5
2
27
Feb
23
18
17
10
9
5
4
31
Jan
30
29
28
27
26
21
9
8
7
Merge pull request #138 from ShadowNinja/split_textures
First draft of some kind of Action Queue (just like the globalstep queue in to_update), but more flexible and also including delay functionality (mesecon_delayer).
Move textures into their mods
Remove command block until #136 is fixed
Fix issue #135
patch_#135
patch_#135
Fix a few bugs that caused effectors not to turn off sometimes (rules_link is evil!)
Merge pull request #133 from Novatux/master
Use swap_node instead of add_node when replacing conductors.
Fix when there are several rules with different specials
Fix crash if metarule not found
Fixes with multi-conductors that have special connects
Fix bugs with multi-rules conductors (like crossing) that have param2
Add mesecon:register_on_mvps_move, fix mesecon:mvps_pull_all
Vertical wire update.
Change field receipt handling to work properly with Minetest 0.4.8.
Merge pull request #126 from qwrwed/master
change on_punch to on_rightclick, make disabled blinky plants drop normal ones
Update code to standards of Minetest 0.4.8.
Compat shim for minetest.swap_node, lightstone conducts from the bottom.
Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons
Remove "disabled" blinkyplant from inventory
Fix vertical wire drops.
Use minetest.swap_node() instead of mesecons' version, Minor code changes
use 'wood' group for crafting pistons, pressure plates, and noteblocks
Merge pull request #124 from qwrwed/master
Make blinkyplants toggleable
Update Microcontroller Tutorial and add .odt source for the .pdf
Add LICENSE.txt
Upgrade CC-BY-SA License to 3.0
Escape microcontroller code in formspec
Merge pull request #119 from VanessaE/master
Give crossing proper textures
Merge pull request #112 from khonkhortisan/multi_rules
Audit code for possible nil value indexing with unregistered nodes.
Merge remote-tracking branch 'refs/remotes/origin/master'
Descend µ in comment
Crossover
Add dispenser
dispenser
dispenser
Fix pistons not updating the nodes when placing them again.
mesecon:rules_link nil return rule
Loading