summaryrefslogtreecommitdiffstats
path: root/source/Entities (follow)
Commit message (Expand)AuthorAgeFilesLines
* cIniFile doesn't store filename internally anymore.madmaxoft2013-10-251-4/+4
* cPickup cleanup.madmaxoft2013-10-241-1/+1
* Fixed cPickup's constructor's parameter naming.madmaxoft2013-10-242-3/+3
* Cleanup in cPlayer.madmaxoft2013-10-241-2/+4
* Unified cPlayer's Heal() function with cEntity's.madmaxoft2013-10-242-11/+11
* Pickups now have collection delay when vomitedTiger Wang2013-10-243-5/+11
* Merge branch 'metadata' of git://github.com/tigerw/MCServer into tigerw-metadata.madmaxoft2013-10-133-13/+82
|\
| * Eight round of fixesTiger Wang2013-10-131-13/+8
| * Second round of fixesTiger Wang2013-10-093-69/+4
| * Initial round of fixesTiger Wang2013-10-081-17/+27
| * Initial Metadata Commit [SEE DESC]Tiger Wang2013-10-083-6/+128
* | Moved cMakeDir::MakeDir to cFile::CreateFolder.madmaxoft2013-10-091-2/+1
* | Cleaned up cEntity's enums.madmaxoft2013-10-081-23/+20
* | Fixed a typo in cEntity doxycomments.madmaxoft2013-09-271-4/+4
* | Fixed a few compiler warningsmadmaxoft2013-09-221-21/+34
* | Merge pull request #186 from tigerw/bugfixesMattes D2013-09-222-2/+0
|\|
| * Removed some unneeded includesTiger Wang2013-09-222-2/+0
* | Merge branch 'bugfixes' of git://github.com/tigerw/MCServer into tigerw-bugfixesmadmaxoft2013-09-202-3/+3
|\|
| * Implemented xoft's suggestionsTiger Wang2013-09-191-2/+2
| * Fixed pickupsTiger Wang2013-09-182-3/+3
* | Fixed a crash in cEntity when the entity was at BlockY == 0.madmaxoft2013-09-191-3/+2
|/
* Fixed friction for entitiesTiger Wang2013-09-161-13/+13
* Attempt at fixing linux crash on player login.Matyas Dolak2013-09-161-1/+11
* Merge branch 'pickups' of git://github.com/tigerw/MCServer into tigerw-pickupsmadmaxoft2013-09-155-42/+109
|\
| * Added breakTiger Wang2013-09-151-0/+1
| * Even better pickup physicsTiger Wang2013-09-131-18/+23
| * Even more fixes [SEE DESC]Tiger Wang2013-09-133-22/+61
| * Fixed water speed issuesTiger Wang2013-09-131-5/+6
| * Implemented xoft's suggestions againTiger Wang2013-09-121-19/+16
| * Implemented xoft's suggestionsTiger Wang2013-09-111-5/+22
| * Fixed two bugsTiger Wang2013-09-111-6/+6
| * A few Minecart fixesTiger Wang2013-09-091-6/+1
| * Fixed formatting and removed gravity thingTiger Wang2013-09-072-2/+2
| * Further physics improvements [SEE DESC]Tiger Wang2013-09-051-12/+12
| * Pickups spawn with correct speed and positionTiger Wang2013-09-041-1/+1
| * Players toss a little furtherTiger Wang2013-09-041-1/+1
| * Pickups are a little less jitteryTiger Wang2013-09-041-2/+2
| * Added better push out of entitiesTiger Wang2013-09-041-1/+8
* | Merge pull request #159 from tigerw/bugfixMattes D2013-09-113-5/+44
|\ \
| * | More changes [SEE DESC]Tiger Wang2013-09-111-1/+1
| * | Better player gamemode detectionTiger Wang2013-09-111-1/+1
| * | Added player void damageTiger Wang2013-09-111-3/+6
| * | Added void damageTiger Wang2013-09-112-0/+29
| * | Entities now maintain speed outside of worldTiger Wang2013-09-101-2/+9
* | | Merge branch 'boats' of git://github.com/tigerw/MCServer.madmaxoft2013-09-093-0/+127
|\ \ \
| * | | Fixed a bunch of stuffTiger Wang2013-09-083-4/+6
| * | | Initial boat supportTiger Wang2013-09-082-0/+118
| |/ /
| * / Implemented SteerVehicle packet.madmaxoft2013-09-062-6/+29
| |/
* | Removed the "charging bow" debug message.madmaxoft2013-09-081-1/+0
* | Merged branch 'Projectiles'.madmaxoft2013-09-075-48/+443
|\ \
| * | Added a (disabled) block logging to projectile path-tracing.madmaxoft2013-09-071-0/+10
| * | Implemented loading more projectiles from MCA.madmaxoft2013-09-071-2/+5
| * | Implemented ghast fireball and firecharge projectilesmadmaxoft2013-09-072-9/+161
| * | Renamed cWorld::DoExplosiontAt() to cWorld::DoExplosionAt()madmaxoft2013-09-071-1/+1
| * | Arrows have proper yaw and pitch when shot, and stop when they hit a block.madmaxoft2013-09-074-8/+70
| * | Added cEntity's gravity to the Lua API.madmaxoft2013-09-031-0/+4
| * | Implemented exact block hit position.madmaxoft2013-09-032-26/+31
| * | Added cArrowEntity's criticalness to the API.madmaxoft2013-09-031-0/+6
| * | Arrows deal damage based on their speed.madmaxoft2013-09-032-4/+13
| * | Projectiles slow down in water and lava.madmaxoft2013-09-021-3/+14
| * | Projectiles don't collide with their creators.madmaxoft2013-09-021-2/+6
| * | Arrows deal damage.madmaxoft2013-09-012-4/+127
| * | Thrown ender pearls now teleport and hurt.madmaxoft2013-08-301-1/+7
* | | Implemented SteerVehicle packet.madmaxoft2013-09-062-6/+29
| |/ |/|
* | Fixed inconsistent meta namingTiger Wang2013-09-031-10/+10
* | Merge remote-tracking branch 'upstream/master'Tiger Wang2013-09-0214-87/+728
|\|
| * Basic support for thrown items - eggs, snowballs and ender pearls.madmaxoft2013-08-302-5/+179
| * Moved throw pos and speed calculation from cProjectileEntity into cPlayer.madmaxoft2013-08-304-38/+38
| * Merged in the Projectiles branch.madmaxoft2013-08-3014-90/+482
| |\
| | * Shooting a bow kinda works.madmaxoft2013-08-304-0/+109
| | * Implemented basic physics for projectiles.madmaxoft2013-08-272-21/+135
| | * Entities fall 3x slower in watermadmaxoft2013-08-272-2/+2
| | * Debug logging for arrows improvedmadmaxoft2013-08-261-1/+8
| | * Debug: arrow log their position in each tickmadmaxoft2013-08-263-19/+39
| | * Added a few API accessors to cArrowEntity.madmaxoft2013-08-252-0/+25
| | * Moved entity spawning into cEntity::Initialize().madmaxoft2013-08-259-61/+4
| | * Merged branch 'master' into Projectiles.madmaxoft2013-08-251-3/+4
| | |\ | | |/ | |/|
| | * Added a few basic fields to cProjectileEntity and cArrowEntity.madmaxoft2013-08-222-4/+73
| | * Arrows can spawn on the client.madmaxoft2013-08-221-1/+2
| | * Added skeleton code for projectile spawning.madmaxoft2013-08-223-6/+105
| * | Fixed pickup behavior outside the world.madmaxoft2013-08-241-3/+4
| * | Removed unwanted VirtualHooks remnants.madmaxoft2013-08-221-2/+1
| |/
| * Hotfix for #83.madmaxoft2013-08-201-0/+6
| * Started work on the cProjectileEntity class.madmaxoft2013-08-201-0/+69
* | Minecart enhancements [SEE DESC]Tiger Wang2013-09-022-113/+242
* | Physics enhancementsTiger Wang2013-08-292-29/+37
* | Corrected comment TypeTypeTiger Wang2013-08-291-1/+1
* | Implemented xoft's suggestions [SEE DESC]Tiger Wang2013-08-292-35/+17
* | Fixed Minecart spawning issuesTiger Wang2013-08-281-9/+10
* | Preliminary Minecart physics handling [SEE DESC]Tiger Wang2013-08-272-4/+199
|/
* Debuggers: Added continuous hunger reporting.madmaxoft2013-08-192-4/+7
* Added cPickup:IsCollected() to the Lua API.madmaxoft2013-08-191-0/+3
* Added cPickup:GetAge() the the Lua API.madmaxoft2013-08-191-3/+2
* Moved entities into the Entities subfolder.madmaxoft2013-08-1914-0/+4480