aboutsummaryrefslogtreecommitdiff
path: root/src/content_cao.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-12Remove goto from Environment::removePlayerSelat1-10/+8
2014-03-11Fix error when calling minetest.node_punch without a pointed_thingShadowNinja1-1/+1
2014-03-11Fix generating winresource.o with build dir != source dirSfan51-1/+1
2014-03-09Correct misleading detached inventory error messageCiaran Gultnieks1-1/+1
Looks like a bit of hasty copying and pasting from s_item.cpp.
2014-03-09Update ABM object counts when triggers add objectsCiaran Gultnieks2-16/+37
Also fixes long-standing accuracy issue due to unknown wider object count not being incremented.
2014-03-09Fix race condition on exit to menusapier1-4/+4
2014-03-08Update set_mapgen_params and set_gen_notify Lua API to use new flag formatkwolekr3-27/+43
2014-03-06Stop wasting time in abm - performance improvementCiaran Gultnieks1-23/+23
Unless I'm mistaken, the chunk of code I'm moving there is potentially executed hundreds of times inside the loop to get the exact same result every time
2014-03-05Replace pause and message menu by formspec onessapier14-711/+273
2014-03-04Fix rendering glitches when far from the center of the mapNovatux17-35/+112
2014-03-03Document CMake options in READMESfan51-0/+67
2014-03-02Improved win32 file version informationsapier5-2/+77
2014-03-02Fix for unloaded but active block problemCiaran Gultnieks1-0/+8
2014-03-02Fix translation name.Selat1-3/+2