summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Expand)AuthorAge
* Move games/minetest to games/minimal and update README.txtPerttu Ahola2012-03-26
* Update/fix .gitignorePerttu Ahola2012-03-25
* Add mods/mesetint/mods_here.txt to be installed on RUN_IN_PLACE buildsPerttu Ahola2012-03-20
* Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola2012-03-20
* Added Kate backup file scheme to .gitignore for Kate usersGarrosh2012-01-24
* Scripting WIPPerttu Ahola2011-11-29
* Updated .gitignore to ignore vim swap filesPerttu Ahola2011-08-12
* Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git into...Sebastian Rühl2011-06-26
|\
| * * ignore minetestmapper outputNils Dagsson Moskopp2011-06-02
| * + .gitignoreNils Dagsson Moskopp2011-05-29
* New map generator added (and SQLite, messed up the commits at that time...) (...Perttu Ahola2011-06-25
* Reorganizing stuff (import from temporary git repo)Perttu Ahola2011-06-25
[#queue+1]={t=t+timer, p=pos, e=evtdata} run=true end function iq.mainloop(dtime) timer=timer + math.min(dtime, 0.2) for i=1,#queue do local qe=queue[i] if not qe then table.remove(queue, i) i=i-1 elseif timer>qe.t then local pos, evtdata=queue[i].p, queue[i].e local node=advtrains.ndb.get_node(pos) local ndef=minetest.registered_nodes[node.name] if ndef and ndef.luaautomation and ndef.luaautomation.fire_event then ndef.luaautomation.fire_event(pos, evtdata) end table.remove(queue, i) i=i-1 end end end atlatc.interrupt=iq