]> git.itanic.dy.fi Git - sdl-planets/shortlog
sdl-planets
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
2010-03-30 Timo Kokkonenpoll_events: Quit when requested to quit
2010-03-30 Timo Kokkonenmain.c: Switch to microsecond resolution time source
2010-03-27 Timo Kokkonenquadtree: Add support to walk through the tree
2010-03-27 Timo Kokkonenquadtree.c: Add a missing include
2010-03-27 Timo Kokkonenquadtree: Move quadtree_add function in quadtree.c
2010-03-26 Timo KokkonenQuadtree: Initial commit
2010-03-20 Timo Kokkonenmain.c: Make it possible to scale the time step at...
2010-03-20 Timo Kokkonenmain.c: Add some alternative keys for zooming
2010-03-20 Timo Kokkonenmain.c: Set window caption
2010-03-20 Timo Kokkonenplanet.c: Fix minor style issue
2010-03-20 Timo Kokkonenrandom.c: Remove unused label
2010-03-20 Timo Kokkonenrandom.c: Close file handles, even on error conditions
2010-03-20 Timo KokkonenFix some compiler warnings
2010-03-20 Timo Kokkonenmain.c: Adjust minimum time step
2010-03-20 Timo Kokkonencreate_planets: Remove unneeded debug print
2010-03-20 Timo Kokkonenmain.c: Define maximum time step
2010-03-20 Timo Kokkonenmain.c: Change the command line parameter usage
2010-03-20 Timo KokkonenGenerate plantes in a "starsystem" like form
2010-03-20 Timo Kokkonenrandom.c: Add support for generating floating point...
2010-03-20 Timo Kokkonengravitize_planets: Fix approximation from the gravity...
2010-03-20 Timo Kokkonendraw_planet: Draw circular planets
2010-03-20 Timo Kokkonenplanet.c: Size of the planet is the planet radius
2010-03-20 Timo Kokkonenmain.c: Move event handling in a separate function
2010-03-20 Timo KokkonenMake planet initialization independent from the screen...
2010-03-20 Timo Kokkonencamera: Make moving the camera relative to the zoom...
2010-03-20 Timo KokkonenAdd support for zooming the camera
2010-03-20 Timo KokkonenMove camera initialization in camera.c
2010-03-07 Timo Kokkonenmain.c: Fix minor style issue with the code
2010-03-07 Timo KokkonenImplement a moving camera
next