finished changes to deps directory building
[physics.git] / src / main.cpp
2009-07-01 Patrik Gorniczfixed non-used argument, compiler warnings
2009-05-28 Patrik Gorniczrenamed libpg to libbear
2009-05-18 Patrik Gorniczmoved ticks to lib
2009-05-18 Patrik Gorniczrenamed Mutex to Lock
2009-05-16 Patrik Gorniczchanges needed due to library cleaning
2009-05-02 Patrik Gorniczadded using namespace pg to relavent files ... will...
2009-05-01 Patrik GorniczMerge branch 'master' into libpg
2009-04-28 Patrik Gorniczchanged src so the libpg headers are now used
2009-02-19 Patrik Gorniczadded target fps
2009-01-22 Patrik Gorniczrefactored main
2008-12-07 Patrik Gorniczchanges to how configs react to input
2008-12-07 Patrik Gorniczreworked ups/fps/paused logic
2008-12-07 Patrik Gorniczmoved event pumping onto the draw thread, should fix... v0.08
2008-11-22 Patrik Gorniczadded some thread safty ... much more still needed
2008-11-17 Patrik Gorniczupdate thread setup with a good cap
2008-11-17 Patrik Gorniczcreated basic threads
2008-11-16 Patrik GorniczMerge branch 'master' of ssh://pgornicz@cpu22.student...
2008-11-16 Patrik Gorniczmore debug changes
2008-11-15 Patrik Gorniczcreated DPF
2008-11-15 Patrik Gorniczstarting windows cross compiling
2008-08-22 Patrik Gornicz.
2008-08-22 Patrik Gornicztime step fixed
2008-08-22 Patrik GorniczMerge branch 'master' into mainloop
2008-08-22 Patrik Gorniczwip: main testing
2008-08-22 Patrik GorniczMerge branch 'master' into mainloop
2008-08-22 Patrik Gorniczadded rolling times
2008-08-21 Patrik Gorniczcleaned how balls are added
2008-08-21 Patrik Gorniczsetup config to be one file
2008-08-09 Patrik Gorniczadded GPL copyrights v0.02
2008-08-02 Patrik Gorniczcreated input, graphics and game namespaces
2008-08-02 Patrik Gorniczmassive cleaning of file section headers
2008-08-02 Patrik Gorniczadded phonies to make, added fps to debug
2008-07-19 Patrik Gorniczadded an interupt handler has SIGINT was being ignored...
2008-07-19 Patrik Gornicznow draws a ball, fixed top of states bug
2008-07-19 Patrik Gorniczcleaned Make output, added base for entity Creator...
2008-07-17 Patrik Gorniczhandled collisions
2008-07-17 Patrik Gorniczgraphics moved to folder, Make flags updated
2008-07-17 Patrik Gorniczinput system setup, debug header started
2008-05-01 Patrik GorniczCreation of physics project