]> git.itanic.dy.fi Git - sdl-planets/shortlog
sdl-planets
2011-02-07 Timo KokkonenMerge branch 'master' into dirty_work dirty_work
2011-02-07 Timo KokkonenMakefile: Better output beautifier
2011-02-03 Timo KokkonenMakefile: More advanced dependency tracking
2010-12-24 Timo Kokkonenplanet.c: merge_planet: Keep quadtree spatially sorted
2010-12-24 Timo Kokkonenplanet.c: Use the quadtree_move function from quadtree lib
2010-12-24 Timo Kokkonenquadtree: Add quadtree_move() function
2010-12-24 Timo Kokkonenquadtree: Fix compiler warnings
2010-12-07 Timo Kokkonenquadtree: Implement proper rebalancing
2010-12-07 Timo Kokkonenquadtree: validator: Catch missing leaf node
2010-12-07 Timo Kokkonenquadtree: tree validator: Add spatial validation
2010-12-07 Timo Kokkonenquadtree.c: Print line number when trap is caught
2010-12-07 Timo Kokkonenquadtree.c: Compare vectors, not quadtrees
2010-12-06 Timo KokkonenMakefile: Reduce wildcard usage
2010-11-17 Timo KokkonenMake the tree gravitation calculation work better
2010-11-17 Timo Kokkonenplanet.c: Always remove the smallest planet
2010-11-17 Timo KokkonenRemove explicit debug prints
2010-11-16 Timo KokkonenDoes not appear to crash anymore
2010-11-16 Timo KokkonenSome different approach..
2010-11-14 Timo KokkonenRefactor and debug
2010-11-14 Timo Kokkonensome more debug
2010-11-06 Timo KokkonenA lot of fixes here and there
2010-11-03 Timo KokkonenAdd debug and improve tree validation
2010-11-03 Timo Kokkonenquadtree.c: Fix a lot of bugs
2010-11-02 Timo KokkonenOptimized quadtree, non-working version
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-09-28 Timo Kokkonenquadtree: Suppress compiler warning
2010-06-13 Timo Kokkonenmain.c: Use getopt_long() for reading cmd line arguments
2010-06-13 Timo Kokkonenmain.c: Skip simulation when time step is zero
2010-06-04 Timo Kokkonendoes not crash anymore
2010-05-23 Timo KokkonenContinuing..
2010-05-23 Timo KokkonenWork in proggress, will crash and burn
2010-05-01 Esko Kokkonenmerge_planets: Calculate new color for the remaining...
2010-04-24 Timo KokkonenAnother optimization try..
2010-04-24 Timo KokkonenMerge branch 'master' into work
2010-04-24 Timo Kokkonenquadtree: Try to keep the tree in better balance.
2010-04-24 Timo Kokkonenquadtree_add: Zero child pointers when a new node is...
2010-04-24 Timo Kokkonenquadtree.c: Improve debuggin capabilities
2010-04-24 Timo KokkonenBetter optimization perhaps
2010-04-19 Timo Kokkonencontinuing..
2010-04-18 Timo Kokkonenpoll_events: Add support for stopping the simulation
2010-04-18 Timo Kokkonenmove_planet: Optimize the tree topology change detection
2010-04-18 Timo Kokkonenplanet.c: Add support for drawing the planet tree structure
2010-04-17 Timo KokkonenOptimization, work in proggress..
2010-04-17 Timo Kokkonendraw_planet: Add support for drawing the tree area
2010-04-17 Timo Kokkonenplanet.c: Make line drawing conditional
2010-04-17 Timo KokkonenWhen repositioning a subtree, move nodes in random...
2010-04-14 Timo KokkonenRevert "Revert "Revert "Try to optimze"""
2010-04-14 Timo KokkonenRevert "Draw also the area planet tree affects"
2010-04-14 Timo Kokkonenoops, fix bug..
2010-04-13 Timo Kokkonendraw_planet: Separate circle drawing into its own function
2010-04-13 Timo Kokkonenquadtree: quadtree_del: Fix tree integrity bug
2010-04-13 Timo Kokkonenplanet: Add tree statistics
2010-04-13 Timo Kokkonenquadtree: Allow updating other than just quadtree stats
2010-04-13 Timo KokkonenIntroduce struct quadree_ops
2010-04-13 Timo KokkonenDraw also the area planet tree affects
2010-04-13 Timo KokkonenSeparate circle drawing into its own function
2010-04-13 Timo KokkonenRevert "Revert "Try to optimze""
2010-04-13 Timo KokkonenRemove excess status prints
2010-04-13 Timo KokkonenOptimize tree handling
2010-04-12 Timo KokkonenDraw lines
2010-04-12 Timo Kokkonenmain.c: Prune planets correctly
2010-04-12 Timo KokkonenPrint different stats
2010-04-12 Timo Kokkonenquadtree: Fix bugs
2010-04-12 Timo KokkonenRevert "Try to optimze"
2010-04-11 Timo Kokkonensome more stuff
2010-04-11 Timo KokkonenCrash and burn
2010-04-11 Timo Kokkonenplanet: Add tree statistics
2010-04-11 Timo Kokkonenquadtree: Allow updating other than just quadtree stats
2010-04-11 Timo KokkonenIntroduce struct quadree_ops
2010-04-11 Timo KokkonenTry to optimze
2010-04-11 Timo KokkonenMerge branch 'master' into work
2010-04-11 Timo Kokkonensync with master
2010-04-11 Timo Kokkonenquadtree: Fix minor coding convention issue
2010-04-11 Timo Kokkonenplanet.c: Optimize moving of planets within thetree
2010-04-11 Timo KokkonenSeems to be working..
2010-04-10 Timo Kokkonenmove_planet: Remove debug code
2010-04-10 Timo Kokkonencontinuing..
2010-04-10 Timo KokkonenCrash and burn
2010-04-10 Timo Kokkonenmain.c: Print tree statistics
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-10 Timo Kokkonenmain.c: Do not allow creating zero planets
2010-04-08 Timo Kokkonenadd stats, incomplete..
2010-04-08 Timo KokkonenMakefile: Enable DEBUG definition in debug build
2010-04-08 Timo Kokkonenquadtree: Fix style issues
2010-04-08 Timo Kokkonenmain.c: Use quadtrees to draw only visible planets
2010-04-08 Timo Kokkonenplanets: Add support for spatial search from quadtree
2010-04-08 Timo Kokkonenplanets: Add quadtrees in use
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 Kokkonen.gitignore: Add debug-planet
2010-04-05 Timo KokkonenMakefile: Add debug-planet to the clean target
2010-04-05 Timo KokkonenMakefile: rename debug target to obey naming convention
2010-04-05 Timo KokkonenMerge branch 'master' of git://itanic.dy.fi/sdl-planets
2010-04-05 Timo Kokkonenmain loop: Fade correctly when simulation runs fast
2010-04-05 Timo Kokkonenquadtree: Obey naming conventions
next