]> git.itanic.dy.fi Git - sdl-planets/shortlog
sdl-planets
2011-07-30 Timo KokkonenMakefile: honour CC variable given by user master
2011-07-30 Timo Kokkonenmain.c: Print tree rebalance events
2011-07-30 Timo Kokkonenquadtree: export rebalance statistics
2011-07-20 Timo Kokkonenquadtree: quadtree_move(): Avoid excess rebalancing
2011-07-20 Timo Kokkonenquadtree: Remove unused variable
2011-07-20 Timo Kokkonenmerge_planets: Remove planet from linked lists before...
2011-07-19 Timo Kokkonenquadtree: Optimize distance calculation
2011-07-19 Timo Kokkonenvector.h: Introduce vector_abs_squared()
2011-07-19 Timo Kokkonenquadtree: Optimize recalculate_parent_area_stats()
2011-07-19 Timo Kokkonenquadtre: Fix nearest neighborhood search
2011-07-13 Timo KokkonenAdd perf data files into .gitignore
2011-07-13 Timo Kokkonenquadtree: Reduce excess stats calculation
2011-07-13 Timo Kokkonenquadtree: Unlink parent when rebalancing a subtree
2011-07-13 Timo Kokkonenquadtree: Remove redundant validity test
2011-07-13 Timo Kokkonenquadtree: Trivial cleanup
2011-07-13 Timo Kokkonenquadtree: Add better nearest neighborhood search
2011-07-12 Timo Kokkonenquadtree: Macros with complex values should be enclosed...
2011-07-12 Timo Kokkonenquadtree: Factor out tree area stats calculation
2011-07-09 Timo Kokkonenquadtree: Use tree corners from the tree itself
2011-07-09 Timo KokkonenQuadtree: Recalculate tree statistics after a node...
2011-07-09 Timo Kokkonenquadtree: Add subtree area into tree statistics
2011-07-09 Timo Kokkonenquadtree: Move quadtree_recalculate_parent_stats()...
2011-07-08 Timo Kokkonenquadtree: Document subtree indexing
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-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-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-05-01 Esko Kokkonenmerge_planets: Calculate new color for the remaining...
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-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-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-11 Timo Kokkonenquadtree: Fix minor coding convention issue
2010-04-11 Timo Kokkonenplanet.c: Optimize moving of planets within thetree
2010-04-10 Timo Kokkonenmove_planet: Remove debug code
2010-04-10 Timo Kokkonenmain.c: Print tree statistics
2010-04-10 Timo Kokkonenquadtree: Collect tree statistics
2010-04-10 Timo Kokkonenmain.c: Do not allow creating zero planets
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
2010-04-05 Timo Kokkonenquadtree: Suppress compiler warnings
2010-04-05 Timo Kokkonenquadtree: Only use the validator when debugging is...
2010-04-05 Timo KokkonenMerge branch 'master' into quadtree-dev
2010-04-05 Timo KokkonenMakefile: Enable DEBUG definition when debugging
2010-04-05 Timo Kokkonencreate_planets: Initialize also the first planet
2010-04-05 Timo Kokkonenquadtree: Be more careful when deleting a node from...
2010-04-05 Timo Kokkonenquadtree: Use the validator
2010-04-05 Timo Kokkonenquadtree: Add a tree validator
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-04-04 Timo Kokkonenmain.c: Fix a typo in a comment
2010-04-04 Arto Heikkinencreate_planets: Modify the for-loop to start from 0.
2010-04-04 Timo Kokkonenmain.c: Coding convention fixes
2010-04-04 Timo Kokkonenfade_buf: Allow fading with very small increments
2010-04-03 Esko Kokkonenpoll_events: Add predefined time scales
2010-04-03 Timo Kokkonenmain.c: Fix typo
2010-04-03 Timo KokkonenMakefie: Add debug target
2010-04-03 Timo KokkonenMakefile: rename object variables
2010-04-03 Timo Kokkonenfade_buf: Optimizations
2010-04-02 Timo Kokkonenmain loop: Add support for tracers
2010-04-02 Timo KokkonenMain loop: Suppress a compiler warning
2010-04-02 Timo KokkonenMain loop: Collect simulation status variables into...
2010-04-02 Timo Kokkonensetup_planet: Concentrate the mass mostly in the middle...
2010-04-02 Timo KokkonenMakefile: Add missing lib
2010-03-31 Timo Kokkonenmain loop: Modify debug prints
2010-03-31 Timo Kokkonenmain loop: Separate simulation time from true time
2010-03-31 Timo Kokkonenmain loop: Limit to max 60FPS
2010-03-31 Timo Kokkonengettime fixes
next