| 2008-08-18 | Patrik Gornicz | Merge branch 'master' of ssh://pgornicz@cpu22.student... | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-18 | Patrik Gornicz | changed Makefile to use deps and objs directories | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-12 | Patrik Gornicz | added standard include to template | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-09 | Patrik Gornicz | added VALFLAGS varible | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-09 | Patrik Gornicz | changed CoR to 0.8, and implemented it for the screen... | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-09 | Patrik Gornicz | added ball to ball collisions  v0.03 | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-09 | Patrik Gornicz | fixed template headers | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-09 | Patrik Gornicz | added GPL copyrights  v0.02 | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-04 | Patrik Gornicz | permission hook working correctly, good bye temp file  v0.01 | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-04 | Patrik Gornicz | test of the public permissions hook | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-02 | Patrik Gornicz | created input, graphics and game namespaces | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-02 | Patrik Gornicz | massive cleaning of file section headers | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-02 | Patrik Gornicz | added phonies to make, added fps to debug | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-02 | Patrik Gornicz | Effect methods changed from pure virtual to defaulting... | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-02 | Patrik Gornicz | fixed a mismatced new[] with a delete[] | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-02 | Patrik Gornicz | made all the balls start moving | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-02 | Patrik Gornicz | added screen collisions using an Effect | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-02 | Patrik Gornicz | gravity working through manager | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-01 | Patrik Gornicz | effectManager created | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-01 | Patrik Gornicz | basic gravity working through effects | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-08-01 | Patrik Gornicz | Effects changed to delta system | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-21 | Patrik Gornicz | Merge branch 'master' into effects | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-21 | Patrik Gornicz | clarified default of force(0,0) | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-21 | Patrik Gornicz | added base to effects | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-21 | Patrik Gornicz | made a ball move | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-19 | Patrik Gornicz | added an interupt handler has SIGINT was being ignored... | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-19 | Patrik Gornicz | added more colors and balls | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-19 | Patrik Gornicz | added .*.swp to ignore | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-19 | Patrik Gornicz | now draws a ball, fixed top of states bug | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-19 | Patrik Gornicz | change Vector2 param to a const Vector2& | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-19 | Patrik Gornicz | echo fix in Makefile | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-19 | Patrik Gornicz | more Makefile cleaning | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-19 | Patrik Gornicz | removed pointless images | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-19 | Patrik Gornicz | created a VERBOSE mode for the Makefile | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-19 | Patrik Gornicz | cleaned Make output, added base for entity Creator... | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-19 | Patrik Gornicz | change to manager namespace, cleaned indentation in... | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-17 | Patrik Gornicz | gitignore of run_phyiscs file | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-17 | Patrik Gornicz | handled collisions | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-17 | Patrik Gornicz | moved items that a normal make doesn't create to distclean | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-17 | Patrik Gornicz | switched to a better depend system | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-17 | Patrik Gornicz | colors added | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-17 | Patrik Gornicz | prof and valgrind options added to Makefile | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-17 | Patrik Gornicz | removed tmp file ... | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-17 | Patrik Gornicz | graphics moved to folder, Make flags updated | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-17 | Patrik Gornicz | input system setup, debug header started | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-17 | Patrik Gornicz | set to ignore *.o files | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-17 | Patrik Gornicz | cleaned make file, removed allegro stuff, fixed entity... | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-17 | Patrik Gornicz | Make updated | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-07-16 | Patrik Gornicz | tmp removed + make changes | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-06-08 | Patrik Gornicz | todo for physics | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-05-01 | Patrik Gornicz | adding a new file to the repos | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
| 2008-05-01 | Patrik Gornicz | Creation of physics project | commit | commitdiff | tree | snapshot (tar.gz tar.bz2 zip) | 
|  |