aboutsummaryrefslogtreecommitdiff
path: root/src/voxelalgorithms.cpp
Commit message (Collapse)AuthorAge
* Remove emerge and speedup addArea by using memcopy instead of one by one ↵sapier2014-06-23
| | | | assignment
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-11
|
* Update Copyright YearsSfan52013-02-24
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
|
* The new mapgen, noise functions, et al.kwolekr2013-01-21
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05
| | | | GPLv2/later, by agreement of major contributors
* voxalgo::clearLightAndCollectSourcesPerttu Ahola2012-03-27
|
* Implement propagateSunlight for VoxelManipulatorPerttu Ahola2012-03-27
pan> --gameid minetest_game --config ~/minetest.conf --world ~/.minetest/worlds/advtrains_testworld --logfile ~/minetest.log - test_po_files : | cd advtrains/advtrains for f in po/*.po; do luajit -e 'require("poconvert").from_string("advtrains", io.input():read("*a"))' < $f done