Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed friction for entities | Tiger Wang | 2013-09-16 | 1 | -13/+13 |
| | | | | Due to a misplaced else, other entities weren't getting friction | ||||
* | Merge branch 'pickups' of git://github.com/tigerw/MCServer into tigerw-pickups | madmaxoft | 2013-09-15 | 1 | -25/+80 |
|\ | | | | | | | | | | | Conflicts: source/BlockID.cpp source/Entities/Entity.cpp | ||||
| * | Added break | Tiger Wang | 2013-09-15 | 1 | -0/+1 |
| | | |||||
| * | Even better pickup physics | Tiger Wang | 2013-09-13 | 1 | -18/+23 |
| | | |||||
| * | Even more fixes [SEE DESC] | Tiger Wang | 2013-09-13 | 1 | -14/+35 |
| | | | | | | | | | | | | | | * Fixed minecarts breaking completely due to stuff * Rails are now non solid again + Added IsRail inline bool - Removed Herobrine | ||||
| * | Fixed water speed issues | Tiger Wang | 2013-09-13 | 1 | -5/+6 |
| | | |||||
| * | Implemented xoft's suggestions again | Tiger Wang | 2013-09-12 | 1 | -19/+16 |
| | | |||||
| * | Implemented xoft's suggestions | Tiger Wang | 2013-09-11 | 1 | -5/+22 |
| | | | | | | | | | | | | I totally didn't copy this from the fire simulator... (I did, but I changed it quite a bit :P) | ||||
| * | Fixed two bugs | Tiger Wang | 2013-09-11 | 1 | -6/+6 |
| | | |||||
| * | Fixed formatting and removed gravity thing | Tiger Wang | 2013-09-07 | 1 | -1/+2 |
| | | |||||
| * | Further physics improvements [SEE DESC] | Tiger Wang | 2013-09-05 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | This was mainly focused on pickups, but it works for other things too. * Entities no longer clip through blocks positive-vertically (this fixes pickup issues as well). * Entities lie flat against a block when they hit it. * Reduced entity (mainly pickup) block clipping in non vertical directions. | ||||
| * | Pickups spawn with correct speed and position | Tiger Wang | 2013-09-04 | 1 | -1/+1 |
| | | | | | | | | Added a comment-space as well. | ||||
| * | Added better push out of entities | Tiger Wang | 2013-09-04 | 1 | -1/+8 |
| | | |||||
* | | Merge pull request #159 from tigerw/bugfix | Mattes D | 2013-09-11 | 1 | -2/+32 |
|\ \ | | | | | | | Multiple fixes and features | ||||
| * | | More changes [SEE DESC] | Tiger Wang | 2013-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * Improved (again) pumpkin direction handling * Fixed spacing in Entity.cpp | ||||
| * | | Added void damage | Tiger Wang | 2013-09-11 | 1 | -0/+23 |
| | | | |||||
| * | | Entities now maintain speed outside of world | Tiger Wang | 2013-09-10 | 1 | -2/+9 |
| | | | |||||
| * | | Implemented SteerVehicle packet. | madmaxoft | 2013-09-06 | 1 | -6/+27 |
| |/ | |||||
* | | 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 |