summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/Vec3D.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-59/+57
|
* [Bleeding] Change Vec3DPool to a stack based poolMike Primm2012-08-19-0/+1
| | | | | | | Avoid overhead of using an ArrayList and resizing it. Also allows for reuse of objects in the pool during the same tick by explicitly releasing them back to the pool. This allows for much better cache performance as well as reduced cache footprint.
* Add files from mc-dev for diff visibilityMike Primm2012-08-19-0/+154