summaryrefslogtreecommitdiffstats
path: root/source/Entities (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-03Added cEntity:GetYaw() and cEntity:SetYaw().madmaxoft2-4/+6
2013-11-03Added cPlayer::GetEffectiveGameMode().madmaxoft1-0/+4
2013-11-02Fixed bow damage in creativeTiger Wang1-1/+1
2013-11-02Multiple fixesTiger Wang1-12/+9
2013-10-29Using tabstonibm191-2/+2
2013-10-28fixed indentationtonibm191-1/+1
2013-10-28extra linetonibm191-0/+1
2013-10-28attempt at fixing indentationtonibm191-3/+2
2013-10-28Extra linetonibm191-0/+1
2013-10-28Fixed indentationtonibm191-5/+2
2013-10-28Added random chicken spawn when throwing an eggtonibm191-2/+13
2013-10-25cIniFile doesn't store filename internally anymore.madmaxoft1-4/+4
2013-10-24cPickup cleanup.madmaxoft1-1/+1
2013-10-24Fixed cPickup's constructor's parameter naming.madmaxoft2-3/+3
2013-10-24Cleanup in cPlayer.madmaxoft1-2/+4
2013-10-24Unified cPlayer's Heal() function with cEntity's.madmaxoft2-11/+11
2013-10-24Pickups now have collection delay when vomitedTiger Wang3-5/+11
2013-10-13Eight round of fixesTiger Wang1-13/+8
2013-10-09Second round of fixesTiger Wang3-69/+4
2013-10-09Moved cMakeDir::MakeDir to cFile::CreateFolder.madmaxoft1-2/+1
2013-10-08Initial round of fixesTiger Wang1-17/+27
2013-10-08Initial Metadata Commit [SEE DESC]Tiger Wang3-6/+128
2013-10-08Cleaned up cEntity's enums.madmaxoft1-23/+20
2013-09-27Fixed a typo in cEntity doxycomments.madmaxoft1-4/+4
2013-09-22Fixed a few compiler warningsmadmaxoft1-21/+34
2013-09-22Removed some unneeded includesTiger Wang2-2/+0
2013-09-19Implemented xoft's suggestionsTiger Wang1-2/+2
2013-09-19Fixed a crash in cEntity when the entity was at BlockY == 0.madmaxoft1-3/+2
2013-09-18Fixed pickupsTiger Wang2-3/+3
2013-09-16Fixed friction for entitiesTiger Wang1-13/+13
2013-09-16Attempt at fixing linux crash on player login.Matyas Dolak1-1/+11
2013-09-15Added breakTiger Wang1-0/+1
2013-09-13Even better pickup physicsTiger Wang1-18/+23
2013-09-13Even more fixes [SEE DESC]Tiger Wang3-22/+61
2013-09-13Fixed water speed issuesTiger Wang1-5/+6
2013-09-12Implemented xoft's suggestions againTiger Wang1-19/+16
2013-09-11Implemented xoft's suggestionsTiger Wang1-5/+22
2013-09-11More changes [SEE DESC]Tiger Wang1-1/+1
2013-09-11Better player gamemode detectionTiger Wang1-1/+1
2013-09-11Fixed two bugsTiger Wang1-6/+6
2013-09-11Added player void damageTiger Wang1-3/+6
2013-09-11Added void damageTiger Wang2-0/+29
2013-09-10Entities now maintain speed outside of worldTiger Wang1-2/+9
2013-09-09A few Minecart fixesTiger Wang1-6/+1
2013-09-08Removed the "charging bow" debug message.madmaxoft1-1/+0
2013-09-08Fixed a bunch of stuffTiger Wang3-4/+6
2013-09-08Initial boat supportTiger Wang2-0/+118
2013-09-07Fixed formatting and removed gravity thingTiger Wang2-2/+2
2013-09-07Added a (disabled) block logging to projectile path-tracing.madmaxoft1-0/+10
2013-09-07Implemented loading more projectiles from MCA.madmaxoft1-2/+5
2013-09-07Implemented ghast fireball and firecharge projectilesmadmaxoft2-9/+161
2013-09-07Renamed cWorld::DoExplosiontAt() to cWorld::DoExplosionAt()madmaxoft1-1/+1
2013-09-07Arrows have proper yaw and pitch when shot, and stop when they hit a block.madmaxoft4-8/+70
2013-09-06Implemented SteerVehicle packet.madmaxoft2-6/+29
2013-09-06Implemented SteerVehicle packet.madmaxoft2-6/+29
2013-09-05Further physics improvements [SEE DESC]Tiger Wang1-12/+12
2013-09-04Pickups spawn with correct speed and positionTiger Wang1-1/+1
2013-09-04Players toss a little furtherTiger Wang1-1/+1
2013-09-04Pickups are a little less jitteryTiger Wang1-2/+2
2013-09-04Added better push out of entitiesTiger Wang1-1/+8
2013-09-03Fixed inconsistent meta namingTiger Wang1-10/+10
2013-09-03Added cEntity's gravity to the Lua API.madmaxoft1-0/+4
2013-09-03Implemented exact block hit position.madmaxoft2-26/+31
2013-09-03Added cArrowEntity's criticalness to the API.madmaxoft1-0/+6
2013-09-03Arrows deal damage based on their speed.madmaxoft2-4/+13
2013-09-02Projectiles slow down in water and lava.madmaxoft1-3/+14
2013-09-02Projectiles don't collide with their creators.madmaxoft1-2/+6
2013-09-02Minecart enhancements [SEE DESC]Tiger Wang2-113/+242
2013-09-01Arrows deal damage.madmaxoft2-4/+127
2013-08-30Thrown ender pearls now teleport and hurt.madmaxoft1-1/+7
2013-08-30Basic support for thrown items - eggs, snowballs and ender pearls.madmaxoft2-5/+179
2013-08-30Moved throw pos and speed calculation from cProjectileEntity into cPlayer.madmaxoft4-38/+38
2013-08-30Shooting a bow kinda works.madmaxoft4-0/+109
2013-08-29Physics enhancementsTiger Wang2-29/+37
2013-08-29Corrected comment TypeTypeTiger Wang1-1/+1
2013-08-29Implemented xoft's suggestions [SEE DESC]Tiger Wang2-35/+17
2013-08-28Fixed Minecart spawning issuesTiger Wang1-9/+10
2013-08-27Preliminary Minecart physics handling [SEE DESC]Tiger Wang2-4/+199
2013-08-27Implemented basic physics for projectiles.madmaxoft2-21/+135
2013-08-27Entities fall 3x slower in watermadmaxoft2-2/+2
2013-08-26Debug logging for arrows improvedmadmaxoft1-1/+8
2013-08-26Debug: arrow log their position in each tickmadmaxoft3-19/+39
2013-08-25Added a few API accessors to cArrowEntity.madmaxoft2-0/+25
2013-08-25Moved entity spawning into cEntity::Initialize().madmaxoft9-61/+4
2013-08-24Fixed pickup behavior outside the world.madmaxoft1-3/+4
2013-08-22Added a few basic fields to cProjectileEntity and cArrowEntity.madmaxoft2-4/+73
2013-08-22Arrows can spawn on the client.madmaxoft1-1/+2
2013-08-22Added skeleton code for projectile spawning.madmaxoft3-6/+105
2013-08-22Removed unwanted VirtualHooks remnants.madmaxoft1-2/+1
2013-08-20Hotfix for #83.madmaxoft1-0/+6
2013-08-20Started work on the cProjectileEntity class.madmaxoft1-0/+69
2013-08-19Debuggers: Added continuous hunger reporting.madmaxoft2-4/+7
2013-08-19Added cPickup:IsCollected() to the Lua API.madmaxoft1-0/+3
2013-08-19Added cPickup:GetAge() the the Lua API.madmaxoft1-3/+2
2013-08-19Moved entities into the Entities subfolder.madmaxoft14-0/+4480