]> git.itanic.dy.fi Git - sdl-planets/history - main.c
planet.c: Use the quadtree_move function from quadtree lib
[sdl-planets] / main.c
2010-10-31 Timo KokkonenMerge branch 'master' of git://itanic.dy.fi/sdl-planets
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-04-18 Timo Kokkonenpoll_events: Add support for stopping the simulation
2010-04-10 Timo Kokkonenmain.c: Print tree statistics
2010-04-10 Timo Kokkonenmain.c: Do not allow creating zero planets
2010-04-08 Timo Kokkonenmain.c: Use quadtrees to draw only visible planets
2010-04-08 Timo KokkonenMerge branch 'master' into quadtree
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 KokkonenMerge branch 'master' into quadtree-dev
2010-04-04 Timo Kokkonenmain.c: Fix a typo in a comment
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 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-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-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 KokkonenFix some compiler warnings
2010-03-20 Timo Kokkonenmain.c: Adjust minimum time step
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 Kokkonenmain.c: Move event handling in a separate function
2010-03-20 Timo KokkonenMake planet initialization independent from the screen...
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 Kokkonenmain.c: Read some parameters from the command line
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 KokkonenStore the planets in a linked list
2010-03-06 Timo Kokkonenmain.c: Clear the window instead of fading it
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-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-01 Timo KokkonenMoving colourful planets, whoo
2010-01-31 Timo KokkonenMoving colorful planets, whoo!