Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bundled fixes [SEE DESC] | Tiger Wang | 2013-11-10 | 1 | -2/+3 |
| | | | | | | * Fixed compiler warning in Monster.cpp * Future proofed particle effects * Improved pickups, made less jittery | ||||
* | Bundled fixes [SEE DESC] | Tiger Wang | 2013-11-10 | 1 | -0/+2 |
| | | | | | | | | | | * Fixed pickups spawning in an incorrect position from a JukeBox * Pickups make a popping sound in Prtcl1.7 * Arrows make a *what sort of sound does an arrow make anyway‽* when hitting a block, and a popping sound when fired * Mobs again have metadata * Fixed Prtcl1.7 not using valid JSON to kick a client * Minecarts and arrows again have metadata | ||||
* | Fixed cPickup's constructor's parameter naming. | madmaxoft | 2013-10-24 | 1 | -2/+2 |
| | |||||
* | Pickups now have collection delay when vomited | Tiger Wang | 2013-10-24 | 1 | -3/+4 |
| | | | | Implements FS#394. | ||||
* | Implemented xoft's suggestions | Tiger Wang | 2013-09-19 | 1 | -2/+2 |
| | |||||
* | Fixed pickups | Tiger Wang | 2013-09-18 | 1 | -2/+2 |
| | |||||
* | Fixed formatting and removed gravity thing | Tiger Wang | 2013-09-07 | 1 | -1/+0 |
| | |||||
* | Pickups are a little less jittery | Tiger Wang | 2013-09-04 | 1 | -2/+2 |
| | | | | They also spawn closer to player mouth. | ||||
* | Moved entity spawning into cEntity::Initialize(). | madmaxoft | 2013-08-25 | 1 | -14/+0 |
| | | | | It has been called in every descendant anyway, so it's better this way - reduced duplicate code. | ||||
* | Fixed pickup behavior outside the world. | madmaxoft | 2013-08-24 | 1 | -3/+4 |
| | | | | One part of #131. | ||||
* | Moved entities into the Entities subfolder. | madmaxoft | 2013-08-19 | 1 | -0/+176 |