Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update CraftBukkit to Minecraft 1.4(.2). | Travis Watkins | 2012-10-27 | -16/+26 |
| | ||||
* | CraftBukkit comment fixes | Wesley Wolfe | 2012-09-14 | -1/+1 |
| | ||||
* | [Bleeding] Change Vec3DPool to a stack based pool | Mike Primm | 2012-08-19 | -9/+54 |
| | | | | | | | 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. | |||
* | Fix Vec3DPool; don't pool objects indefinitely or O(n^2) clear() | Wesley Wolfe | 2012-08-05 | -6/+10 |
| | ||||
* | Add Vec3DPool for diff visibility | Wesley Wolfe | 2012-08-05 | -0/+53 |