moved event pumping onto the draw thread, should fix windows event problems
[physics.git] / src / main.cpp
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