summaryrefslogtreecommitdiffstats
path: root/src/Entities (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplified the player data loading.madmaxoft2014-07-111-9/+8
* Player data filenames are based on UUID.madmaxoft2014-07-112-67/+132
* Fixed a missing return value.madmaxoft2014-07-111-0/+2
* Preparation for player UUID-based storage: LoadFromFile()madmaxoft2014-07-112-21/+42
* Fixed arrow collection animationTiger Wang2014-07-092-22/+4
* Merge pull request #1135 from mc-server/fixesTiger Wang2014-07-0912-83/+205
|\
| * Added extra space before commentsTiger Wang2014-07-071-6/+6
| * Changed everything to callbacksTiger Wang2014-07-053-80/+33
| * Crash and compile fixTiger Wang2014-07-042-4/+9
| * SuggestionsTiger Wang2014-07-046-6/+15
| * Various fixedTiger Wang2014-07-043-10/+107
| * Eps comparisonTiger Wang2014-07-042-2/+2
| * SuggestionsTiger Wang2014-07-022-8/+14
| * Vector clamping fixesTiger Wang2014-07-011-4/+8
| * Implemented Vector3<>::Floor()Tiger Wang2014-06-301-2/+3
| * SuggestionsTiger Wang2014-06-292-3/+6
| * An unification of code styleTiger Wang2014-06-281-1/+1
| * Some Entity.cpp style improvementsTiger Wang2014-06-222-13/+8
| * Fixed multiple issues with projectilesTiger Wang2014-06-228-63/+112
* | Merge pull request #1138 from mc-server/enderchestMattes D2014-07-022-15/+29
|\ \
| * | SuggestionTiger Wang2014-07-021-13/+13
| * | Properly implemented enderchestsTiger Wang2014-06-292-2/+16
* | | Merge remote-tracking branch 'origin/master'Tiger Wang2014-07-021-27/+25
|\ \ \
| * | | Fixes.Howaner2014-06-301-3/+3
| * | | Add new hook: HOOK_PLAYER_FOOD_LEVEL_CHANGEHowaner2014-06-301-26/+24
* | | | Fixed player teleport food drainTiger Wang2014-07-022-1/+14
|/ / /
* / / Fixed respawningTiger Wang2014-06-291-1/+1
|/ /
* | Likely fixed too quick food depletionTiger Wang2014-06-281-1/+1
* | Fixed server forcing players afloatTiger Wang2014-06-281-1/+4
* | Merged branch 'howaner/Bow'.Mattes D2014-06-263-13/+46
|\ \
| * | Add comment.Howaner2014-06-261-0/+1
| * | GameMode checkHowaner2014-06-261-1/+1
| * | Merge branch 'master' into BowHowaner2014-06-262-4/+1
| |\|
| * | derpHowaner2014-06-171-3/+3
| * | The same: Float, not DoubleHowaner2014-06-171-1/+1
| * | Float, not DoubleHowaner2014-06-171-1/+1
| * | Split Broadcast Sound Effect function call in multiple lines.Howaner2014-06-161-2/+16
| * | Fix bow sound and creative arrow pickup.Howaner2014-06-161-10/+22
| * | Add bow charging animationHowaner2014-06-162-2/+6
* | | Merged branch 'howaner/Pickups'.Mattes D2014-06-261-6/+27
|\ \ \ | |_|/ |/| |
| * | Fixed a comment and changed CombineCount to short.Howaner2014-06-261-2/+2
| * | Optimize combining.Howaner2014-06-241-3/+3
| * | Better combining.Howaner2014-06-241-3/+20
| * | Fix pickup combining over the maximum stack size.Howaner2014-06-241-4/+8
|/ /
* | Nullify deleted pointers.archshift2014-06-191-0/+1
* | Merge branch 'master' into GlobalFixesHowaner2014-06-177-65/+111
|\|
| * Merge branch 'master' of github.com:mc-server/MCServerTycho2014-06-164-33/+81
| * Fixed deadlock when moving players to other worlds.Mattes D2014-06-083-15/+18
| * Added queue for adding entities to cWorld.Mattes D2014-06-083-4/+5
| * Fix itemframe break.Howaner2014-06-041-1/+3
| * Player permissions aren't logged to console anymore.madmaxoft2014-06-031-7/+0
| * Merge pull request #844 from mc-server/ProjectileHitBlockMattes D2014-06-011-2/+2
| |\
| | * Used recommendationsSTRWarrior2014-05-311-2/+1
| | * Using recommendations (I think)STRWarrior2014-03-301-1/+2
| | * Added a BlockHitPos parameter to OnProjectileHitBlockSTRWarrior2014-03-301-2/+2
| | * Added a blockface parameter to the OnProjectileHitBlock hook.STRWarrior2014-03-301-1/+1
| * | Merge pull request #951 from worktycho/chunksparsing/structsMattes D2014-05-311-3/+2
| |\ \
| | * \ Merge branch 'master' into chunksparsing/structsTycho2014-05-246-16/+300
| | |\ \
| | * \ \ Merge branch 'master' into chunksparsing/structsTycho2014-05-108-136/+125
| | |\ \ \
| | * \ \ \ Merge branch 'master' into chunksparsing/structsTycho2014-05-0127-890/+1015
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into chunksparsing/structsTycho2014-04-2710-184/+328
| | |\ \ \ \ \
| | * | | | | | Implemented Chunk Sparsing with segmentsTycho2014-04-261-3/+2
* | | | | | | | Wrong arrow commit.Howaner2014-05-301-4/+0
* | | | | | | | Add throw sound and fix arrow server crash.Howaner2014-05-282-5/+4
* | | | | | | | Fix Y-Position from arrow entity.Howaner2014-05-281-0/+1
|/ / / / / / /
* | | | | | | Merge branch 'master' into achievementtranslateTiger Wang2014-05-253-16/+62
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Fixed datatype conversion warning.Mattes D2014-05-231-2/+2
| * | | | | | Merge pull request #1015 from mc-server/Statsxdot2014-05-212-14/+60
| |\ \ \ \ \ \
| | * | | | | | Cleaned up cPlayer::UpdateMovementStats; Wither achievementsandrew2014-05-202-14/+60
* | | | | | | | Update Player.cppAlexander Harkness2014-05-201-19/+19
* | | | | | | | Fixed a cactus Y position issueTiger Wang2014-05-191-2/+3
* | | | | | | | Simplified cacti conditionsTiger Wang2014-05-191-2/+2
* | | | | | | | Added client translation to achievementsTiger Wang2014-05-191-4/+4
|/ / / / / / /
* | | | | | | Merge pull request #1010 from mc-server/cactidamageAlexander Harkness2014-05-192-0/+27
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | DerpAlexander Harkness2014-05-191-1/+1
| * | | | | | Should have fixed assumptions about entity width.Alexander Harkness2014-05-191-4/+5
| * | | | | | Fixed clanging errors.Alexander Harkness2014-05-191-5/+5
| * | | | | | Implemented cacti damageTiger Wang2014-05-182-0/+26
| | |_|_|/ / | |/| | | |
* | | | | | There's no "round" function in MSVC2008.madmaxoft2014-05-182-4/+4
* | | | | | Fixesandrew2014-05-132-16/+14
* | | | | | Movement Statisticsandrew2014-05-123-11/+96
* | | | | | cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement()andrew2014-05-125-4/+95
* | | | | | Fixed compilationandrew2014-05-111-0/+2
* | | | | | Fixed stat serializationandrew2014-05-111-10/+21
* | | | | | Statistic Managerandrew2014-05-112-2/+26
|/ / / / /
* | | | | Initialise m_HasTeleported in both constructorsworktycho2014-05-091-0/+1
* | | | | Merge branch 'master' into fixesTiger Wang2014-05-061-3/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into redstoneimprovementsTiger Wang2014-05-0427-885/+983
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Redstone simulator now directly accesses cChunkTiger Wang2014-04-272-2/+2
* | | | | | Suggestions'd #2Tiger Wang2014-05-061-1/+1
* | | | | | Suggestions'dTiger Wang2014-05-062-2/+2
* | | | | | A bit of reformatting.madmaxoft2014-05-021-5/+10
* | | | | | Merge branch 'master' into fixes.madmaxoft2014-05-0228-835/+1050
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fixed a MSVC warning.madmaxoft2014-04-281-1/+1
| * | | | | Merge pull request #940 from Howaner/GlobalFixesMattes D2014-04-288-32/+70
| |\ \ \ \ \
| | * | | | | FixesHowaner2014-04-262-11/+14
| | * | | | | Change m_InvulnerableTicks description again again :DHowaner2014-04-261-1/+1
| | * | | | | Change m_InvulnerableTicks description again.Howaner2014-04-261-1/+1
| | * | | | | Change m_InvulnerableTicks descriptionHowaner2014-04-261-1/+1
| | * | | | | Merge branch 'master' into GlobalFixesHowaner2014-04-261-7/+34
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Add entity invulnerableHowaner2014-04-268-26/+61
| * | | | | | Merge pull request #954 from mc-server/projectiles-splitMattes D2014-04-2818-852/+910
| |\ \ \ \ \ \
| | * | | | | | Fixed projectile source filenames, indentationsarchshift2014-04-2817-58/+58
| | * | | | | | Fixed ToLua errors, added newlinesarchshift2014-04-2718-19/+19
| | * | | | | | Fixed ToLua issuesarchshift2014-04-278-19/+16
| | * | | | | | Moved cFireworkEntity out of ProjectileEntity.harchshift2014-04-274-115/+115
| | * | | | | | Moved cGhastFireballEntity out of ProjectileEntity.harchshift2014-04-274-74/+83
| | * | | | | | Moved cFireChargeEntity out of ProjectileEntity.harchshift2014-04-274-82/+88
| | * | | | | | Moved cThrownSnowballEntity out of ProjectileEntity.harchshift2014-04-274-74/+83
| | * | | | | | Moved cExpBottleEntity out of ProjectileEntity.harchshift2014-04-274-52/+61
| | * | | | | | Moved cThrownEnderPearl out of ProjectileEntity.harchshift2014-04-274-86/+94
| | * | | | | | Moved cThrownEggEntity out of ProjectileEntity.harchshift2014-04-274-90/+99
| | * | | | | | Moved cArrowEntity out of ProjectileEntity.harchshift2014-04-274-280/+291
| | | |_|/ / / | | |/| | | |
| * | | | | | Fixed warnings.madmaxoft2014-04-271-0/+1
| * | | | | | Added static const, initialized fields.archshift2014-04-271-0/+2
| |/ / / / /
| * | | | | Merge pull request #941 from archshift/masterMattes D2014-04-263-6/+32
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | More small fixes.archshift2014-04-261-1/+1
| | * | | | Further refactored, Reverted Minecart changearchshift2014-04-264-17/+23
| | * | | | Moved switch{} out of GetArmorCoverAgainst().archshift2014-04-262-5/+29
| | * | | | Fixed a couple more warnings.archshift2014-04-262-21/+17
| * | | | | Merge pull request #920 from axisd/masterMattes D2014-04-251-7/+34
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Fix formattingr.ramazanov2014-04-251-9/+15
| | * | | | Fix for clangr.ramazanov2014-04-251-5/+1
| | * | | | Mobs shouldn't burn when it's Raining & Mob Knockback is far too muchr.ramazanov2014-04-251-8/+5
| | * | | | Merge branch 'master' of https://github.com/mc-server/MCServerr.ramazanov2014-04-235-10/+39
| | |\ \ \ \
| | * | | | | Mobs shouldn't burn when it's Raining #906r.ramazanov2014-04-231-9/+30
| | * | | | | Mobs shouldn't burn when it's Raining #906r.ramazanov2014-04-211-5/+12
| * | | | | | Merge pull request #935 from archshift/projectile-fixesMattes D2014-04-252-7/+69
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Creator not user.archshift2014-04-252-5/+5
| | * | | | | Comments for TrySpawnChicken() and TeleportUser().archshift2014-04-251-0/+2
| | * | | | | Rename spawn chicken method, Initialize m_HasTeleported.archshift2014-04-252-4/+5
| | * | | | | Chicken eggs and ender pearls can hit entities.archshift2014-04-252-7/+66
| | | |/ / / | | |/| | |
| * / | | | Cmake generated projects for IDEs include headers in project files.archshift2014-04-251-0/+1
| |/ / / /
* | | | | A tiny speed improvement in ApplyFoodExhaustion()Tiger Wang2014-04-271-5/+5
* | | | | More comments!Tiger Wang2014-04-272-3/+10
* | | | | Implemented suggestionsTiger Wang2014-04-241-7/+6
* | | | | Merge branch 'master' into fixesTiger Wang2014-04-245-10/+39
|\| | | |
| * | | | Merge pull request #925 from archshift/masterMattes D2014-04-232-0/+16
| |\ \ \ \
| | * | | | Renamed getter and setter for IsFireproof.archshift2014-04-232-3/+3
| | * | | | Fireproof status getter and setter.archshift2014-04-232-0/+16
| * | | | | Merge pull request #923 from archshift/masterMattes D2014-04-222-3/+15
| |\| | | |
| | * | | | Fixed indentation and changed m_Fireproof to m_IsFireproof.archshift2014-04-222-14/+14
| | * | | | Lay foundation for fireproof entities.archshift2014-04-222-3/+15
| | |/ / /
| * | | | Merge pull request #909 from jfhumann/fixesMattes D2014-04-223-7/+8
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | reverted the revert of the minecart collision detection fix.jfhumann2014-04-211-2/+1
| | * | | Fixed Flint and Steel, reverted Minecart change, renamed a parameter namejfhumann2014-04-193-4/+5
| | * | | Merge remote-tracking branch 'origin/master' into fixesjfhumann2014-04-187-157/+154
| | |\ \ \
| | * | | | Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-183-6/+7
* | | | | | Some change to Entity.cppTiger Wang2014-04-236-122/+100
|/ / / / /
* | / / / Fixed #906Tiger Wang2014-04-181-0/+10
| |/ / / |/| | |
* | | | Merge pull request #891 from mc-server/fixesMattes D2014-04-176-118/+118
|\ \ \ \
| * | | | Entities handle chunks properly againTiger Wang2014-04-126-118/+118
| |/ / /
* / / / Added new AI rulesTiger Wang2014-04-174-39/+36
|/ / /
* | | Fixed Endiannes conversion routines for floats and doubles.madmaxoft2014-04-051-1/+1
* | | Removed debugging log from entity physics handling.madmaxoft2014-04-051-1/+2
* | | Added cPlayer:SendRotation() API function.madmaxoft2014-04-052-0/+17
* | | Documented the units and range for entity rotations.madmaxoft2014-04-031-7/+7
|/ /
* | Merge branch 'MacFixes'Tycho2014-04-024-5/+3
|\ \
| * | More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.Samuel Barney2014-03-252-3/+1
| * | Added newlines. Without them, the files would not compile.Samuel Barney2014-03-252-2/+2
* | | Merge pull request #842 from mc-server/ProjectileHooksMattes D2014-03-291-1/+11
|\ \ \ | | |/ | |/|
| * | Fixed the OnProjectileHitBlock hook not stopping projectiles.STRWarrior2014-03-291-1/+1
| * | Added HOOK_PROJECTILE_HIT_BLOCK.STRWarrior2014-03-291-0/+5
| * | Fixed error when the hook gets called.STRWarrior2014-03-291-1/+0
| * | Added HOOK_PROJECTILE_HIT_ENTITYSTRWarrior2014-03-291-0/+6
* | | Fixed #721 and FS439Tiger Wang2014-03-291-0/+1
|/ /
* / Ender crystalsandrew2014-03-253-11/+102
|/
* Plugins can set flying speed.madmaxoft2014-03-202-75/+118
* Rewritten player speeds to be relative unit-less.madmaxoft2014-03-202-7/+11
* Minor Entity.cpp cleanupTiger Wang2014-03-201-12/+9
* Merge branch 'master' into awesometntTiger Wang2014-03-1814-75/+213
|\
| * Merge pull request #782 from mc-server/bedsMattes D2014-03-161-3/+14
| |\
| | * Beds now work properly fixes #707Tiger Wang2014-03-091-3/+14
| * | Merge branch 'master' into BlockEntitysHowaner2014-03-159-96/+90
| |\ \
| | * \ Merge remote-tracking branch 'xdot/master'madmaxoft2014-03-123-4/+3
| | |\ \
| | | * | Unified Matrix4 codeandrew2014-03-111-1/+1
| | | * | Unified Vector classesandrew2014-03-112-3/+2
| | * | | Merge remote-tracking branch 'origin/SnowBall'madmaxoft2014-03-122-2/+25
| | |\ \ \ | | | |/ / | | |/| |
| | | * | TakeDamage now has the cThrownSnowballEntity instead of the creator's object.STRWarrior2014-03-111-1/+1
| | | * | Snowballs now actualy hurt other entities.STRWarrior2014-03-112-2/+25
| * | | | Add item frame saving.Howaner2014-03-154-44/+119
| * | | | Add health and age load to pickup's.Howaner2014-03-152-16/+22
| * | | | Add ExpOrb saving.Howaner2014-03-153-10/+34
* | | | | Merge remote-tracking branch 'origin/master' into awesometntTiger Wang2014-03-106-105/+93
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #768 from Howaner/BlockEntitysTiger Wang2014-03-092-20/+36
| |\| | |
| | * | | Change TNT Fuse to ticksHowaner2014-03-082-11/+11
| | * | | Add TNT Save/Load and add Netbeans projects to .gitignoreHowaner2014-03-082-17/+33
| | |/ /
| * | | Merge pull request #731 from mc-server/ballisticmissilesTiger Wang2014-03-094-85/+57
| |\ \ \
| | * | | Merge branch 'master' into ballisticmissilesTiger Wang2014-03-096-43/+42
| | |\| |
| | * | | CheckBlockInteractionsRate() fixed & enabledTiger Wang2014-03-092-35/+1
| | * | | Removed unneeded includes in Player.cppTiger Wang2014-02-271-7/+0
| | * | | Implemented ballistic missiles (fireworks)Tiger Wang2014-02-272-43/+56
* | | | | Merge branch 'master' into awesometntTiger Wang2014-03-103-5/+5
|\| | | |
| * | | | Fixed #778 - stack overflow.comTiger Wang2014-03-091-1/+1
| | |_|/ | |/| |
| * | | Fixed issues with int vs size_t and a few other warningsTycho2014-03-082-4/+4
| | |/ | |/|
* / | Added extra awesomeness to TNTTiger Wang2014-03-053-195/+205
|/ /
* | g_BlockXXX => cBlockInfo::XXXandrew2014-03-014-14/+14
* | Shortened enumsandrew2014-03-011-2/+2
* | Exported and documented cScoreboardandrew2014-03-011-18/+3
* | Fixed multiple gcc warnings about unused params.madmaxoft2014-02-282-1/+12
* | Moved common cGroupManager code to a separate function.madmaxoft2014-02-281-7/+11
* | Merge pull request #709 from Howaner/GlobalFixesMattes D2014-02-281-7/+6
|\ \ | |/ |/|
| * Remove users.ini generation in Player.cpp and use the CheckUsers() FunctionHowaner2014-02-211-6/+1
| * Add 'Group not found', when the Server load the users.ini and add auto generate from users.iniHowaner2014-02-211-1/+5
* | Small improvements to boats.STRWarrior2014-02-241-3/+7
* | Manual merge (Fixed conflicts)andrew2014-02-209-5/+279
|\|
| * Merge branch 'master' into itemframesTiger Wang2014-02-183-0/+87
| |\
| | * Properly exported and documented paintingsTiger Wang2014-02-181-2/+2
| | * Implemented paintings, fixes #689Tiger Wang2014-02-183-0/+87
| * | Changed BlockFace type to eBlockFaceTiger Wang2014-02-182-13/+26
| * | Added a braceTiger Wang2014-02-181-0/+2
| * | Implemented item frames, a part of #689Tiger Wang2014-02-183-0/+153
| |/
| * Links sent via chat messages are clickable.madmaxoft2014-02-161-1/+2
| * Fixed minor formatting issues from #682Tiger Wang2014-02-163-16/+3
| * Replace random Float Generation and broadcast the Exp Pickup SoundHowaner2014-02-162-9/+4
| * Add Exp Bottle EffectsHowaner2014-02-164-1/+23
| * Disable Hunger DeathHowaner2014-02-161-1/+7
| * Implemented cCompositeChat.madmaxoft2014-02-151-0/+1
| * Merge pull request #679 from mc-server/NotchDeathAlexander Harkness2014-02-151-0/+6
| |\
| | * If a player is called "Notch" he drops an apple. http://minecraft.gamepedia.com/NotchSTRWarrior2014-02-151-0/+6
| * | Made player jump reset less ambiguousTiger Wang2014-02-121-1/+2
| * | Fixed #627Tiger Wang2014-02-111-2/+2
| |/
* / Map item handler; Fixed several bugsandrew2014-02-171-0/+3
|/
* Merge remote-tracking branch 'origin/master' into playerimprovementsTiger Wang2014-02-096-25/+11
|\
| * Merge pull request #649 from mc-server/GroupsPermissionsMattes D2014-02-052-14/+0
| |\
| | * Removed deprecated HasCommand functionSTRWarrior2014-02-052-14/+0
| * | Fixed most of the reordering warningsTycho2014-02-054-11/+11
* | | Merge branch 'master' into playerimprovementsTiger Wang2014-02-093-22/+22
|\| |
| * | Improved Type safety of eBlockFaceTycho2014-02-043-22/+22
| |/
* | Fixed a boat ASSERTTiger Wang2014-02-091-2/+8
* | Improved chat messaging functionsTiger Wang2014-02-072-17/+8
* | Server internally uses new functionsTiger Wang2014-02-061-6/+4
* | Added more chat functionsTiger Wang2014-02-061-1/+0
* | Fixed annoying creative on fire bugTiger Wang2014-02-052-0/+20
* | Added more SendMessageXXX() functionsTiger Wang2014-02-041-0/+4
* | Pickup constructor no longer exportedTiger Wang2014-02-033-4/+8
* | Added SendMessageXXX() to cPlayerTiger Wang2014-02-031-0/+3
* | Fixed a crash bugTiger Wang2014-02-031-3/+3
* | Merge remote-tracking branch 'origin/master' into playerimprovementsTiger Wang2014-02-032-3/+4
|\|
| * Merge pull request #602 from mc-server/improvementsandfixesMattes D2014-02-032-3/+4
| |\
| | * Creative players take Plugin damageTiger Wang2014-02-022-3/+4
* | | Server now handles join messages alsoTiger Wang2014-02-031-1/+7
|/ /
* | Merge pull request #585 from daniel0916/hooksMattes D2014-02-011-0/+2
|\ \ | |/ |/|
| * Removed "player destroying" hookdaniel09162014-02-011-3/+1
| * Added "player destroying" and "player destroyed" hooksdaniel09162014-01-251-0/+4
* | Removed debug message when a firework entity hit a solid block.STRWarrior2014-01-291-2/+0
* | Bottle o' Enchanting spawns an experience orb.STRWarrior2014-01-291-1/+2
* | Merge pull request #589 from mc-server/minecartimprovementsMattes D2014-01-262-101/+397
|\ \
| * | Rail speed tweakTiger Wang2014-01-251-2/+2
| * | Added more minecart powered rail directionsTiger Wang2014-01-241-3/+63
| * | Begin implementing ascending railsTiger Wang2014-01-192-2/+45
| * | Added one more direction into collision checksTiger Wang2014-01-191-26/+51
| * | Minecart improvements and fixesTiger Wang2014-01-191-33/+43
| * | Added more rail functionalityTiger Wang2014-01-191-14/+0
| * | Merge remote-tracking branch 'origin/master' into minecartimprovementsTiger Wang2014-01-197-42/+58
| |\|
| * | Minecart collision and general improvementsTiger Wang2014-01-182-70/+242
* | | Two minor changesTiger Wang2014-01-251-5/+3
* | | Implemented fall damage for mobsTiger Wang2014-01-253-5/+8
* | | Implemented pickup combiningTiger Wang2014-01-251-0/+55
* | | All mobs now drown (fixes #54)Tiger Wang2014-01-254-127/+130
* | | Miscellaneous improvementsTiger Wang2014-01-241-10/+4
* | | Removed unused ReferenceManagerTiger Wang2014-01-242-45/+1
* | | Fixed crash with failed entity-loading.madmaxoft2014-01-241-1/+2
* | | Merge remote-tracking branch 'MikeHunsinger/master'madmaxoft2014-01-242-43/+59
|\ \ \
| * | | Fixed indentation once and for all.Mike Hunsinger2014-01-241-31/+31
| * | | Fixed indentation and doxygen comments... For real this time.Mike Hunsinger2014-01-241-3/+3
| * | | Fixed spacing and doxycomments.Mike Hunsinger2014-01-242-6/+6
| * | | Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger2014-01-232-50/+66
| | |/ | |/|
* | | Fixed compilation on VC2008tonibm192014-01-221-0/+1
* | | Scoreboard protocol supportandrew2014-01-211-6/+11
* | | Scoreboard deserializationandrew2014-01-202-3/+26
* | | Scoreboard improvementsandrew2014-01-191-4/+4
* | | Basic scoreboard implementationandrew2014-01-192-1/+62
|/ /
* | Exported cFloater to the Lua API.STRWarrior2014-01-191-3/+7
* | Merge pull request #534 from mc-server/SpawnMinecartMattes D2014-01-172-7/+16
|\ \
| * | Changed GetContent function.STRWarrior2014-01-161-1/+1
| * | Fixed server crash.STRWarrior2014-01-121-1/+1
| * | Renamed cEmptyMinecart to cRideableMinecartSTRWarrior2014-01-122-6/+7
| * | EmptyMinecarts should be able to get a block inside of them.STRWarrior2014-01-122-3/+11
* | | Removed internal cEntity::GetRot() usage.madmaxoft2014-01-173-7/+7
* | | Merge remote-tracking branch 'origin/customnames'madmaxoft2014-01-175-30/+33
|\ \ \ | |_|/ |/| |
| * | Removed obsoleted functionsTiger Wang2014-01-165-27/+25
| * | OBSOLETE'd obsolete functionsTiger Wang2014-01-151-2/+2
| * | Implemented Ctrl-Q drop stackTiger Wang2014-01-151-3/+8
* | | Disabled excessive entity-related logging in Debug mode.madmaxoft2014-01-161-1/+11
|/ /
* | Furnace minecarts now stop being active after a while.STRWarrior2014-01-152-2/+19
* | First implementation for furnace minecarts.STRWarrior2014-01-152-1/+23
* | Yes newline at end of file :DTiger Wang2014-01-141-1/+5
* | Final improvements to MinecartsTiger Wang2014-01-133-93/+292
* | Detaching improvementsTiger Wang2014-01-134-4/+34
* | Multiple enhancements and fixes to minecartsTiger Wang2014-01-123-132/+190
|/
* Fixed a cPlayer::IsGameModeAdventure. It was determined based off of gmCreate rather than gmAdventure.Morgan Redshaw2013-12-311-2/+2
* Fixed compilation in VC2008.madmaxoft2013-12-301-2/+4
* converted commneted paramater names to the unused macroTycho Bickerstaff2013-12-223-5/+13
* Merge branch 'master' of github.com:mc-server/MCServerTycho Bickerstaff2013-12-225-29/+273
|\
| * Server now handles death messagesTiger Wang2013-12-261-0/+16
| * Merge pull request #461 from mc-server/repeatersMattes D2013-12-262-7/+41
| |\
| | * Braced up some codeTiger Wang2013-12-251-0/+2
| | * Used IsGamemodeCreative() functionTiger Wang2013-12-251-1/+1
| | * Fixed comments in main.cpp and Player.cppTiger Wang2013-12-241-1/+1
| | * Improved knockback animationTiger Wang2013-12-241-3/+3
| | * Improved player fall particle positionsTiger Wang2013-12-231-5/+2
| | * Clarified some code in Player.cppTiger Wang2013-12-231-2/+5
| | * Fixed a comment in Entity.cppTiger Wang2013-12-231-1/+1
| | * Implemented knockback and critical hitTiger Wang2013-12-221-4/+21
| | * Implemented fall particlesTiger Wang2013-12-221-3/+18
| * | Fixed Parentheses.STRWarrior2013-12-251-2/+2
| * | You are now able to sweep mobs to your position using fishing rods.STRWarrior2013-12-252-12/+142
| * | finally removed them all?Alexander Harkness2013-12-241-1/+1
| * | Fishing underground is slower and fishing while raining is faster.STRWarrior2013-12-221-0/+15
| * | Fixed compiler warnings.STRWarrior2013-12-221-2/+2
| * | Fishing now uses a countdown instead of a random number each tick.STRWarrior2013-12-222-12/+29
| * | Floater now dissapears when the player doesn't have an fishing rod equipped.STRWarrior2013-12-212-0/+32
* | | Root is now warnings cleanTycho Bickerstaff2013-12-211-2/+2
* | | ChunkSender is now warnings cleanTycho Bickerstaff2013-12-212-5/+5
|/ /
* | Merge branch 'master' into cmakeTycho Bickerstaff2013-12-216-41/+54
|\ \
| * | You could now only get fish from non-source blocks. Fixed it.STRWarrior2013-12-211-1/+1
| * | Fixed bug where you could get fish from non-source blocks.STRWarrior2013-12-211-1/+1
| |/
| * Fixed bug where the floater could pop in the water while you could already get a fish.STRWarrior2013-12-201-2/+2
| * More reordering fixes.madmaxoft2013-12-203-7/+16
| * Sorted a few constructors to remove warnings.madmaxoft2013-12-205-32/+36
* | Merge branch 'master' into cmakeTycho Bickerstaff2013-12-201-1/+1
|\|
| * Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-1/+1
* | Merge branch 'master' into cmakeTycho Bickerstaff2013-12-195-0/+120
|\|
| * Merge pull request #450 from mc-server/redstonefixesMattes D2013-12-191-0/+18
| |\
| | * Fixed PlayerAbilities and creativeTiger Wang2013-12-191-0/+18
| * | Fixed #include in Floater.cpp.STRWarrior2013-12-191-1/+1
| * | The floater now actualy dives under water.STRWarrior2013-12-191-1/+1
| * | Implented IsFishing, SetIsFishing and GetFloaterID().STRWarrior2013-12-192-0/+12
| * | Added cFloater class.STRWarrior2013-12-193-0/+90
| |/
* | Merge branch 'master' into cmakeTycho Bickerstaff2013-12-188-35/+149
|\|
| * Boats drop a boat pickup when destroyed by hand. You can now actualy use boats.STRWarrior2013-12-162-3/+33
| * Added HandleSpeedFromAttachee so an entity can override the function.STRWarrior2013-12-162-4/+15
| * Fixed cClientHandle::Tick() being called from two threads.madmaxoft2013-12-162-24/+0
| * Server saves if a player is flying.STRWarrior2013-12-151-1/+3
| * Merge pull request #437 from mc-server/ShootTo_functionSTRWarrior2013-12-152-0/+13
| |\
| | * Renamed ShootTo function to ForceSetSpeed.STRWarrior2013-12-152-3/+3
| | * This adds a function that allows you to 'shoot' a player towards a direction.STRWarrior2013-12-152-0/+13
| * | Fixed indentation.madmaxoft2013-12-151-1/+1
| |/
| * Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() functionSTRWarrior2013-12-152-1/+45
| * cPlayer is using the broadcast functions.STRWarrior2013-12-151-3/+3
| * Exported E_EFFECTS_<Effect> to lua. Forgot to commit Globals.h.STRWarrior2013-12-141-1/+2
| * Added E_EFFECT_<Effect>STRWarrior2013-12-142-3/+32
| * Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.STRWarrior2013-12-141-1/+9
* | moved entities to globsTycho Bickerstaff2013-12-111-1/+5
* | Merge branch 'master' into cmakeTycho Bickerstaff2013-12-113-10/+23
|\|
| * Exported the cTNTEntitySTRWarrior2013-12-141-2/+6
| * Merge pull request #423 from mc-server/redstoneimprovementsMattes D2013-12-141-2/+7
| |\
| | * Improved player permissions loggingTiger Wang2013-12-141-1/+1
| | * Fixes to redstone wire and torchesTiger Wang2013-12-141-1/+1
| | * Groups.ini and Users.ini are now generatedTiger Wang2013-12-141-1/+6
| * | Fixed not getting XP from mobs.STRWarrior2013-12-141-1/+1
| |/
| * Using "a_ClosestPlayer != NULL" in cExpOrb.STRWarrior2013-12-131-1/+1
| * ExpOrbs now move.STRWarrior2013-12-111-4/+8
* | more cmakeTycho Bickerstaff2013-12-101-0/+7
|/
* Fixed angle normalization typo.madmaxoft2013-12-081-1/+1
* Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-083-9/+6
|\
| * Fixed normalizing large angles.madmaxoft2013-12-081-6/+3
| * Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-083-3/+3
* | Renamed animation functionTiger Wang2013-12-071-3/+3
* | Puking now uses GetEyeHeight()Tiger Wang2013-12-061-1/+1
* | Fixed eating using wrong animationTiger Wang2013-12-061-1/+1
* | Tools make a sound when breaking, fixes #266Tiger Wang2013-12-062-2/+5
|/
* Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-271-1/+1
* Fixed some of tiger's derpyness.Alexander Harkness2013-11-271-2/+2
* Hopefully fixed last of the Linux compile errorsTiger Wang2013-11-261-1/+1
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-263-0/+90
* Attempt to fix compilationTiger Wang2013-11-241-2/+2
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-244-70/+298
* Moved source to srcAlexander Harkness2013-11-2418-0/+6466