]> git.itanic.dy.fi Git - sdl-planets/shortlog
sdl-planets
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
2010-02-21 Timo KokkonenLarger window is better
2010-02-21 Timo KokkonenMerge branch 'master' of /home/git/sdl-planets
2010-02-21 Timo KokkonenStyle fixes
2010-02-21 Timo KokkonenMakefile: Add suport for sparse and checkpatch.pl
2010-02-21 Timo KokkonenMakefile: Hide compiler commands
2010-02-21 Timo KokkonenMakefile: Enable debug symbols
2010-02-06 Timo KokkonenInitialize last_fps variable before using it
2010-02-06 Timo KokkonenMerge branch 'remote'
2010-02-06 Timo KokkonenOnly exit when esc key is pressed
2010-02-06 Timo KokkonenAdd FPS counter
2010-02-06 Timo KokkonenMakefile: Also clean dependencies
2010-02-06 Timo KokkonenMakefile: Prettify compiling messages
2010-02-01 Timo KokkonenMoving colourful planets, whoo
2010-01-31 Timo KokkonenMoving colorful planets, whoo!