]> git.itanic.dy.fi Git - sdl-planets/history - quadtree.h
Merge branch 'master' into dirty_work
[sdl-planets] / quadtree.h
2011-02-07 Timo KokkonenMerge branch 'master' into dirty_work dirty_work
2010-12-24 Timo Kokkonenquadtree: Add quadtree_move() function
2010-11-06 Timo KokkonenA lot of fixes here and there
2010-10-31 Timo KokkonenMerge branch 'master' into HEAD
2010-10-31 Timo KokkonenMerge branch 'master' of git://itanic.dy.fi/sdl-planets
2010-10-30 Timo KokkonenMove quadtree comparison code inside quadtree.c
2010-10-30 Timo KokkonenMove position vector from planet to quadtree
2010-04-24 Timo KokkonenAnother optimization try..
2010-04-13 Timo Kokkonenquadtree: Allow updating other than just quadtree stats
2010-04-13 Timo KokkonenIntroduce struct quadree_ops
2010-04-11 Timo Kokkonenquadtree: Allow updating other than just quadtree stats
2010-04-11 Timo KokkonenIntroduce struct quadree_ops
2010-04-10 Timo Kokkonenquadtree: Collect tree statistics
2010-04-10 Timo KokkonenMerge branch 'master' into work
2010-04-10 Timo KokkonenStats appear to be working
2010-04-08 Timo Kokkonenadd stats, incomplete..
2010-04-08 Timo KokkonenMerge branch 'master' into quadtree
2010-04-08 Timo Kokkonenquadtree: Pass quadtree iterator structure to the callb... quadtree-dev
2010-04-05 Timo Kokkonenquadtree: Obey naming conventions
2010-04-05 Timo Kokkonenquadtree: Suppress compiler warnings
2010-04-05 Timo KokkonenMerge branch 'master' into quadtree-dev
2010-04-05 Timo Kokkonenquadtree: Implement node removing
2010-04-05 Timo Kokkonenquadtree: Implement quadtree_find_parent
2010-04-04 Timo Kokkonenquadtree: Add missing function definition to the header
2010-03-27 Timo Kokkonenquadtree: Add support to walk through the tree
2010-03-27 Timo Kokkonenquadtree: Move quadtree_add function in quadtree.c
2010-03-26 Timo KokkonenQuadtree: Initial commit