]> git.itanic.dy.fi Git - sdl-planets/shortlog
sdl-planets
2010-04-07 Timo KokkonenNon-optimized version of quadtree is now working fully quadtree-test
2010-04-06 Timo KokkonenWork in proggress, continuing
2010-04-06 Timo KokkonenWork in proggress, continuing, no more crashes
2010-04-06 Timo KokkonenMerge branch 'master' into quadtree-test
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 Kokkonenwork in proggress
2010-04-05 Timo KokkonenMerge branch 'quadtree-dev' into quadtree-test
2010-04-05 Timo Kokkonenquadtree: Obey naming conventions
2010-04-05 Timo Kokkonenquadtree: Suppress compiler warnings
2010-04-05 Timo KokkonenMerge branch 'quadtree-dev' into quadtree-test
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 KokkonenMerge branch 'master' into quadtree-test
2010-04-05 Timo KokkonenMerge branch 'quadtree-dev' into quadtree-test
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 Kokkonenplanets: First attemt to keep quadtree in order while...
2010-04-05 Timo KokkonenMerge branch 'quadtree-dev' into quadtree-test
2010-04-05 Timo Kokkonenquadtree: Implement node removing
2010-04-05 Timo Kokkonenquadtree: Implement quadtree_find_parent
2010-04-04 Timo Kokkonenplanets: Firt quadtree adoption
2010-04-04 Timo KokkonenMerge branch 'quadtree-dev' into quadtree-test
2010-04-04 Timo Kokkonenquadtree: Add missing function definition to the header
2010-04-04 Timo KokkonenMerge branch 'master' into quadtree-test
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
2010-03-07 Timo Kokkonenmain.c: Make the window resizable
2010-03-07 Timo Kokkonenmain.c: Simplify the list access a bit
2010-03-07 Timo Kokkonendraw_planet: Use Better size for the drawing the planet
2010-03-07 Timo Kokkonenreshape_planet: Better size estimation for the planet
2010-03-07 Timo Kokkonenmain.c: Read some parameters from the command line
2010-03-07 Timo Kokkonenmerge_planets: Don't move the heavier planet when they...
2010-03-07 Timo Kokkonendraw_planet: Minimum size for a planet should be one...
2010-03-07 Timo Kokkonenmain.c: Print some white space at the end of the status...
2010-03-07 Timo Kokkonenmain.c: Merge two planets into one at collision point
2010-03-07 Timo Kokkonenplanets: Add function to merge two planets at one
2010-03-07 Timo Kokkonenplanet.c: Add function to reshape the size of the planet
2010-03-07 Timo Kokkonengravitize_planets: Return true in even of a collision
2010-03-07 Timo KokkonenMakefile: Re-enable optimizations
2010-03-07 Timo KokkonenStore the planets in a linked list
2010-03-07 Timo Kokkonenprint_planet: Also print the size of the planet
2010-03-07 Timo KokkonenUtilize lists correctly
2010-03-07 Timo Kokkonenlist.h: Make it compile outside of the linux kernel...
2010-03-06 Timo KokkonenPrepare for having planets in linked list
2010-03-06 Timo KokkonenAdd list.h
2010-03-06 Timo KokkonenDraw rectangular planets
2010-03-06 Timo Kokkonenmain.c: Clear the window instead of fading it
2010-03-06 Timo KokkonenAdd utils.h
next