aboutsummaryrefslogtreecommitdiff
path: root/src/collision.cpp
AgeCommit message (Collapse)Author
2013-04-09fix objects colliding with its own collision boxessapier
2013-04-03Limit speed in collisionMoveResult for avoiding hangsEsteban I. Ruiz Moreno
2013-03-28Closed add object <-> object collision handlingsapier
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-01-16add limit for steps to avoid runaway memory consumption by collision handlingsapier
2012-09-01Add bouncy node groupPerttu Ahola
2012-06-17Custom boxy nodes (stairs, slabs) and collision changesKahrl
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-04-07Fix collision code getting stuck if speed is 0Perttu Ahola
2011-11-29Improve luaentity sprite functionality (and add some random stuff)Perttu Ahola
2011-11-29Relatively snappy object-ground collision detectionPerttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola
2011-07-23extended content-type rangePerttu Ahola
2011-06-26reorganized a lot of stuff and modified mapgen and objects slightly while ↵Perttu Ahola
doing it
2011-04-21Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola
2011-04-10implemented rats in new system to verify that it worksPerttu Ahola