-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes file, .gitignore, manifest. Version 0.05
- Loading branch information
zach morgan
committed
Mar 25, 2010
1 parent
9017f01
commit 4f5aebc
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ pm_to_blib* | |
cover_db | ||
pod2htm*.tmp | ||
Collision-2D-* | ||
META.yml | ||
MYMETA.yml | ||
nytprof* | ||
*.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ t/manifest.t | |
t/pod.t | ||
marble.pl | ||
typemap | ||
META.yml |