Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged branch 'Projectiles'. | madmaxoft | 2013-09-07 | 1 | -0/+33 |
|\ | |||||
| * | Arrows have proper yaw and pitch when shot, and stop when they hit a block. | madmaxoft | 2013-09-07 | 1 | -0/+33 |
| | | |||||
* | | Implemented SteerVehicle packet. | madmaxoft | 2013-09-06 | 1 | -6/+27 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' | Tiger Wang | 2013-09-02 | 1 | -19/+30 |
|\| | | | | | | | | | | | | | | | Conflicts: source/Bindings.cpp source/Entities/Entity.cpp Updated from upsteam | ||||
| * | Entities fall 3x slower in water | madmaxoft | 2013-08-27 | 1 | -1/+1 |
| | | |||||
| * | Debug: arrow log their position in each tick | madmaxoft | 2013-08-26 | 1 | -19/+26 |
| | | |||||
| * | Moved entity spawning into cEntity::Initialize(). | madmaxoft | 2013-08-25 | 1 | -0/+4 |
| | | | | | | | | It has been called in every descendant anyway, so it's better this way - reduced duplicate code. | ||||
* | | Physics enhancements | Tiger Wang | 2013-08-29 | 1 | -6/+15 |
|/ | | | | | Minecarts no longer glitch on flat rails Improved acceleration, speed limit, and stopping | ||||
* | Moved entities into the Entities subfolder. | madmaxoft | 2013-08-19 | 1 | -0/+1292 |