added usages of trim to lists
[physics.git] / src / Entities /
2009-07-01 Patrik Gorniczcreated function include varibles F_
2009-07-01 Patrik Gorniczcreated stackpush/pop include functions
2009-07-01 Patrik Gorniczfixed non-used argument, compiler warnings
2009-06-23 Patrik Gorniczremoved srcpath
2009-06-23 Patrik Gorniczmake system changed to be a subset of the library make...
2009-05-28 Patrik Gorniczrenamed libpg to libbear
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-01-21 Patrik Gorniczrefactored Vector2
2009-01-21 Patrik Gorniczfixed polygon penitration due to CoR
2009-01-21 Patrik Gorniczadded color to polygons
2009-01-21 Patrik Gorniczadded suport for ballxpolygon collision ... VERY hacky
2009-01-20 Patrik Gorniczhacks that make a polygon draw
2009-01-19 Patrik Gorniczremoved all ../ entries and made a basic inc path ...
2009-01-19 Patrik Gorniczgiving more control to dir.mk files
2009-01-19 Patrik Gorniczrenamed to dir.mk files
2008-09-28 Patrik Gorniczcorrect mistake
2008-09-28 Patrik Gorniczstarted smart includes
2008-08-09 Patrik Gorniczchanged CoR to 0.8, and implemented it for the screen...
2008-08-09 Patrik Gorniczadded ball to ball collisions v0.03
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 GorniczEffect methods changed from pure virtual to defaulting...
2008-08-02 Patrik Gorniczadded screen collisions using an Effect
2008-08-01 Patrik GorniczeffectManager created
2008-08-01 Patrik Gorniczbasic gravity working through effects
2008-07-21 Patrik GorniczMerge branch 'master' into effects
2008-07-21 Patrik Gorniczclarified default of force(0,0)
2008-07-21 Patrik Gorniczmade a ball move
2008-07-19 Patrik Gorniczchange Vector2 param to a const Vector2&
2008-07-17 Patrik Gorniczhandled collisions
2008-07-17 Patrik Gorniczgraphics moved to folder, Make flags updated
2008-07-17 Patrik Gorniczcleaned make file, removed allegro stuff, fixed entity...
2008-07-17 Patrik GorniczMake updated
2008-05-01 Patrik GorniczCreation of physics project