Fix nearly all warnings
[oweals/minetest.git] / src / collision.cpp
2013-05-20 kwolekrFix nearly all warnings
2013-04-18 WeblateMerge remote branch 'origin/master'
2013-04-09 sapierfix objects colliding with its own collision boxes 637/head
2013-04-07 WeblateMerge remote branch 'origin/master'
2013-04-03 Esteban I. Ruiz... Limit speed in collisionMoveResult for avoiding hangs
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-27 sapierClosed add object <-> object collision handling
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-01-16 sapieradd limit for steps to avoid runaway memory consumption... 431/head
2012-09-01 Perttu AholaAdd bouncy node group
2012-06-17 KahrlCustom boxy nodes (stairs, slabs) and collision changes
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-04-07 Perttu AholaFix collision code getting stuck if speed is 0
2011-11-29 Perttu AholaImprove luaentity sprite functionality (and add some...
2011-11-29 Perttu AholaRelatively snappy object-ground collision detection
2011-11-29 Perttu AholaGameDef compiles
2011-11-29 Perttu AholaMove ContentFeatures to mapnode_contentfeatures.{h...
2011-07-30 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-24 Perttu Aholamerged fix to decapitated trees; other bugs now exists
2011-07-23 Perttu Aholamerged jungle and bluish shadows
2011-07-23 Perttu Aholamerged the content type extension and delta
2011-07-23 Perttu Aholaextended content-type range
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-06-26 Perttu Aholareorganized a lot of stuff and modified mapgen and...
2011-06-01 Perttu Aholamerged an old head into main branch
2011-04-21 Perttu AholaSome work-in-progress in hp and mobs and a frightening...
2011-04-10 Perttu Aholaimplemented rats in new system to verify that it works