| Commit message (Expand) | Author | Age | Files | Lines |
* | cMonster: Improved doxycomments. | madmaxoft | 2013-10-25 | 1 | -2/+2 |
* | Renamed cMonster::GetSpawnRate() to GetSpawnDelay(). | madmaxoft | 2013-10-24 | 2 | -3/+3 |
* | Fixed an assert in cMonster | madmaxoft | 2013-10-22 | 1 | -2/+2 |
* | Reimplemented cMonster::FamilyFromType() as a simple switch (duh!) | madmaxoft | 2013-10-20 | 1 | -38/+27 |
* | Fixed memory leaks in cMobCensus, moved GetSpawnRate() to cMonster. | madmaxoft | 2013-10-20 | 2 | -0/+20 |
* | Fixed binary search in StringToMobType(). | madmaxoft | 2013-10-20 | 1 | -3/+3 |
* | Moved all MobTypesManager functions to cMonster. | madmaxoft | 2013-10-20 | 2 | -7/+246 |
* | Fixed loading allowed mobs in world. | madmaxoft | 2013-10-20 | 37 | -49/+53 |
* | Fixed indentation and re-styled conditions. | madmaxoft | 2013-10-18 | 1 | -38/+44 |
* | Merge pull request #259 from tonibm19/patch-2 | Mattes D | 2013-10-18 | 1 | -30/+38 |
|\ |
|
| * | Moved lines | tonibm19 | 2013-10-17 | 1 | -16/+17 |
| * | More fixes | tonibm19 | 2013-10-17 | 1 | -3/+8 |
| * | Improved horse saddling [SEE DESC] | tonibm19 | 2013-10-16 | 1 | -32/+32 |
| * | Added extra line | tonibm19 | 2013-10-15 | 1 | -0/+1 |
| * | Fixed saddle horse | tonibm19 | 2013-10-15 | 1 | -4/+5 |
* | | Merge pull request #253 from SamJBarney/master | Mattes D | 2013-10-18 | 11 | -9/+70 |
|\ \ |
|
| * \ | Merge branch 'MobSpawning' of https://github.com/mgueydan/MCServer into MobSpawning | Samuel Barney | 2013-10-14 | 11 | -9/+70 |
| |\ \ |
|
| | * | | Inside cMonster::getMobFamily() : replacing Polymorphism by Map, in order to remove redundancy | mgueydan | 2013-09-10 | 10 | -28/+8 |
| | * | | Changing Bat to AMbiant creature | mgueydan | 2013-09-10 | 1 | -1/+1 |
| | * | | Implementing the MobSpawner (not used yet) that contains spawning rules | mgueydan | 2013-09-08 | 1 | -1/+4 |
| | * | | Adding a getType in Monster that return an enum instead of an int or char | mgueydan | 2013-09-07 | 1 | -1/+2 |
| | * | | relockating mobs includes (they probably will end somewhere else in order not to recompile world each time you update a mob) | mgueydan | 2013-09-07 | 1 | -0/+23 |
| | * | | Adding Family for monsters : Hostile/Passive/Water/Ambient | mgueydan | 2013-09-07 | 9 | -6/+56 |
* | | | | Fixed compilation errors. | madmaxoft | 2013-10-16 | 1 | -2/+6 |
| |_|/
|/| | |
|
* | | | Fixed a big fail.I did | tonibm19 | 2013-10-15 | 1 | -0/+1 |
* | | | Added extra line (yes, again) | tonibm19 | 2013-10-15 | 1 | -0/+1 |
* | | | Added basic milk code. | tonibm19 | 2013-10-15 | 1 | -5/+12 |
* | | | Added extra line | tonibm19 | 2013-10-15 | 1 | -0/+1 |
* | | | Added horse saddling | tonibm19 | 2013-10-15 | 1 | -1/+12 |
|/ / |
|
* | | Merge branch 'metadata' of git://github.com/tigerw/MCServer into tigerw-metadata. | madmaxoft | 2013-10-13 | 29 | -39/+434 |
|\ \ |
|
| * | | Eight round of fixes | Tiger Wang | 2013-10-13 | 2 | -7/+8 |
| * | | Sixth round of fixes | Tiger Wang | 2013-10-11 | 2 | -4/+9 |
| * | | Fifth round of fixes | Tiger Wang | 2013-10-11 | 2 | -4/+15 |
| * | | Fourth round of fixes | Tiger Wang | 2013-10-11 | 1 | -10/+10 |
| * | | Third round of fixes | Tiger Wang | 2013-10-11 | 5 | -10/+5 |
| * | | Second round of fixes | Tiger Wang | 2013-10-09 | 12 | -6/+73 |
| * | | Initial round of fixes | Tiger Wang | 2013-10-08 | 2 | -4/+4 |
| * | | Initial Metadata Commit [SEE DESC] | Tiger Wang | 2013-10-08 | 15 | -24/+340 |
* | | | Linux compilation fix #2. | madmaxoft | 2013-09-21 | 1 | -1/+1 |
* | | | Fixed Linux compilation. | madmaxoft | 2013-09-21 | 1 | -1/+1 |
* | | | Fixed compilation from previous commit. | madmaxoft | 2013-09-21 | 2 | -2/+2 |
|/ / |
|
* | | Fixed new monster aggressiveness issue | Tiger Wang | 2013-09-19 | 2 | -4/+4 |
* | | Added moar mobs! | Tiger Wang | 2013-09-18 | 17 | -55/+348 |
* | | Fixed undead burning | Tiger Wang | 2013-09-17 | 1 | -1/+1 |
* | | Exported cMonster:GetMobType() to the Lua API. | madmaxoft | 2013-09-16 | 1 | -1/+3 |
* | | Added an extra line. | tonibm19 | 2013-09-13 | 1 | -0/+1 |
* | | Fixed mobs attack range being too long | tonibm19 | 2013-09-13 | 1 | -2/+1 |
|/ |
|
* | Fixed a missing initialization in cMonster. | madmaxoft | 2013-09-07 | 1 | -2/+3 |
* | Moved daylight burning directly into cMonster. | madmaxoft | 2013-09-05 | 6 | -40/+46 |
* | Zomb-ee and Skellingtons burning improvements | Tiger Wang | 2013-08-27 | 2 | -10/+14 |
* | Moved entities into the Entities subfolder. | madmaxoft | 2013-08-19 | 4 | -4/+4 |
* | Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX. | madmaxoft | 2013-08-16 | 7 | -1/+41 |
* | Fixed squid crashing the server when above or below the world | madmaxoft | 2013-08-10 | 1 | -1/+6 |
* | Changed everyting to Unix line endings. | Alexander Harkness | 2013-07-29 | 12 | -319/+319 |
* | Squid: fixed a possible crash caused by access to a wrong chunk | madmaxoft@gmail.com | 2013-07-07 | 1 | -4/+7 |
* | Rewritten entity-on-fire management ("forever on fire" bugs) | madmaxoft@gmail.com | 2013-07-01 | 49 | -93/+124 |
* | Unified the way mobs are spawned (egg vs natural). Fixed deadlocks in mob moving. Fixed mob destroying code. | madmaxoft@gmail.com | 2013-06-25 | 1 | -2/+7 |
* | Moved physics to the cEntity class from the derivative classes (cMonster, cPickup). Added physics override to cPlayer to disable physics calculations. Fixed bug with pitch calculations on mobs. | keyboard.osh@gmail.com | 2013-04-22 | 2 | -127/+5 |
* | Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick() | madmaxoft@gmail.com | 2013-04-13 | 18 | -89/+69 |
* | Added support for head yaw tracking and packet sending and fixed bug in BroadcastMovementUpdate | keyboard.osh@gmail.com | 2013-04-02 | 1 | -0/+1 |
* | Added helper functions AddSpeed, AddSpeedX, AddSpeedY, AddSpeedZ, AddPosition, AddPosX, AddPosY, AddPosZ. Made sure that all entites use these helper functions. | keyboard.osh@gmail.com | 2013-03-23 | 1 | -5/+5 |
* | Implemented BroadcastMovementUpdate function. Moved m_Pos,m_Rot,m_Speed to private members and made sure that all classes uses the public functions to access these members. | keyboard.osh@gmail.com | 2013-03-22 | 2 | -43/+45 |
* | Pickups are now being saved into Anvil. | madmaxoft@gmail.com | 2013-03-09 | 1 | -2/+2 |
* | Moved the Speed member into cEntity class instead of its descendants. | madmaxoft@gmail.com | 2013-02-21 | 1 | -1/+0 |
* | Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols. | madmaxoft@gmail.com | 2013-02-16 | 2 | -2/+2 |
* | MTRand reference is now passed as a Tick() parameter so that it isn't created and destroyed over and over again. All entities will handle physics (empty callback for now) | madmaxoft@gmail.com | 2012-12-22 | 18 | -87/+97 |
* | Reduced most mobs' constructors to oneliners by passing parameters to superclasses | madmaxoft@gmail.com | 2012-12-22 | 35 | -200/+85 |
* | Added sounds to levers and mobs | luksor111@gmail.com | 2012-12-21 | 22 | -0/+47 |
* | Added more constants into eEntityType; made them a compulsory parameter to the constructor, so that all entities have proper type. | madmaxoft@gmail.com | 2012-12-21 | 5 | -31/+66 |
* | Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass(). | madmaxoft@gmail.com | 2012-12-21 | 48 | -267/+75 |
* | Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested) | madmaxoft@gmail.com | 2012-12-21 | 49 | -594/+574 |
* | Refactored the world time. | madmaxoft@gmail.com | 2012-11-01 | 6 | -12/+16 |
* | Added Bats and Witches. | luksor111@gmail.com | 2012-11-01 | 4 | -0/+128 |
* | Added spawn eggs with mobs (patch committed by Luksor) | madmaxoft@gmail.com | 2012-10-19 | 10 | -0/+314 |
* | Removed a few debugging messages from the release builds. | madmaxoft@gmail.com | 2012-10-06 | 1 | -4/+5 |
* | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 2012-09-24 | 4 | -12/+12 |
* | Source files cleanup: Mobs-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 2012-09-23 | 40 | -0/+1986 |