summaryrefslogtreecommitdiffstats
path: root/source/Entities/Entity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #159 from tigerw/bugfixMattes D2013-09-111-2/+32
|\ | | | | Multiple fixes and features
| * More changes [SEE DESC]Tiger Wang2013-09-111-1/+1
| | | | | | | | | | * Improved (again) pumpkin direction handling * Fixed spacing in Entity.cpp
| * Added void damageTiger Wang2013-09-111-0/+23
| |
| * Entities now maintain speed outside of worldTiger Wang2013-09-101-2/+9
| |
| * Implemented SteerVehicle packet.madmaxoft2013-09-061-6/+27
| |
* | Merged branch 'Projectiles'.madmaxoft2013-09-071-0/+33
|\ \
| * | Arrows have proper yaw and pitch when shot, and stop when they hit a block.madmaxoft2013-09-071-0/+33
| | |
* | | Implemented SteerVehicle packet.madmaxoft2013-09-061-6/+27
| |/ |/|
* | Merge remote-tracking branch 'upstream/master'Tiger Wang2013-09-021-19/+30
|\| | | | | | | | | | | | | | | Conflicts: source/Bindings.cpp source/Entities/Entity.cpp Updated from upsteam
| * Entities fall 3x slower in watermadmaxoft2013-08-271-1/+1
| |
| * Debug: arrow log their position in each tickmadmaxoft2013-08-261-19/+26
| |
| * Moved entity spawning into cEntity::Initialize().madmaxoft2013-08-251-0/+4
| | | | | | | | It has been called in every descendant anyway, so it's better this way - reduced duplicate code.
* | Physics enhancementsTiger Wang2013-08-291-6/+15
|/ | | | | Minecarts no longer glitch on flat rails Improved acceleration, speed limit, and stopping
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-0/+1292