Skip to content

Commit

Permalink
Changes file, .gitignore, manifest. Version 0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
zach morgan committed Mar 25, 2010
1 parent 9017f01 commit 4f5aebc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pm_to_blib*
cover_db
pod2htm*.tmp
Collision-2D-*
META.yml
MYMETA.yml
nytprof*
*.c
Expand Down
11 changes: 8 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
Revision history for Collision-Dynamic
Revision history for Collision::2D

0.01 Date/time
First version, released on an unsuspecting world.
0.02 Mar 5, 2010
2nd version, rewrite and rename from Collision::Util to Collision::2D
0.03 Mar 9, 2010
Lots of circle-rect bugfixes, bounce vectors, & the marble demo


0.04 Mar 11, 2010
File::Slurp dependancy was making fail. Taking out grid for 0.04. (It does nothing atm)
0.05 Mar 25, 2010
Collision::Grid added,
Mouse taken away,
moving to an XS struct backend,
normalize and vaxis ported to xs.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ t/manifest.t
t/pod.t
marble.pl
typemap
META.yml

0 comments on commit 4f5aebc

Please sign in to comment.