Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted Monster to std::chrono | Tycho | 2015-01-16 | 1 | -5/+5 |
| | |||||
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -1/+1 |
| | | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | ||||
* | Added Entity Guardian | Masy98 | 2014-12-18 | 1 | -1/+1 |
| | |||||
* | MobSpawner fixes. | Howaner | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 2014-11-29 | 1 | -4/+7 |
| | |||||
* | Merge branch 'master' into MobSpawner | Howaner | 2014-11-29 | 1 | -3/+5 |
|\ | |||||
| * | Mobs: Fixed crash with terrain too high. | Mattes D | 2014-11-15 | 1 | -3/+5 |
| | | |||||
* | | Merge branch 'master' into MobSpawner | Howaner | 2014-11-18 | 1 | -35/+28 |
|\| | | | | | | | | | Conflicts: MCServer/Plugins/Core | ||||
| * | convert old style casts to fix warnings | Steven Riehl | 2014-10-12 | 1 | -32/+28 |
| | | |||||
| * | Removed obsolete cMonster::eType. | madmaxoft | 2014-10-05 | 1 | -3/+0 |
| | | | | | | | | Has been replaced with global eMonsterType. | ||||
| * | Fixed minor style issues. | madmaxoft | 2014-09-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into MobSpawner | Howaner | 2014-09-26 | 1 | -43/+33 |
|\| | | | | | | | | | | | Conflicts: src/MobSpawner.h src/Mobs/Monster.h | ||||
| * | Fixed style | Tycho | 2014-09-25 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'master' into redstoneTests | Tycho | 2014-09-25 | 1 | -2/+25 |
| |\ | | | | | | | | | | | | | Conflicts: src/Mobs/Monster.h | ||||
| | * | Merge branch 'master' into EntityCustomName | Howaner | 2014-09-23 | 1 | -0/+5 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/ClientHandle.cpp src/ClientHandle.h src/Protocol/Protocol.h src/Protocol/Protocol125.cpp src/Protocol/Protocol125.h src/Protocol/Protocol17x.cpp src/Protocol/Protocol17x.h src/Protocol/ProtocolRecognizer.cpp src/Protocol/ProtocolRecognizer.h src/World.cpp src/World.h | ||||
| | * | | Added the new functions to APIDump. | Howaner | 2014-09-02 | 1 | -2/+2 |
| | | | | |||||
| | * | | Added SetCustomName() to players. | Howaner | 2014-09-02 | 1 | -1/+2 |
| | | | | |||||
| | * | | Added name tag | Howaner | 2014-09-01 | 1 | -0/+2 |
| | | | | |||||
| | * | | Added CustomName to cMonster. | Howaner | 2014-09-01 | 1 | -1/+19 |
| | | | | |||||
| * | | | Merge branch 'master' into redstoneTests | Tycho | 2014-09-17 | 1 | -0/+5 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | Conflicts: src/Blocks/ChunkInterface.h | ||||
| * | | | Added first test to show the object can be created | Tycho | 2014-09-17 | 1 | -45/+9 |
| | |/ | |/| | |||||
* | | | Implemented mob spawner. | Howaner | 2014-09-19 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Renamed SetWalkSpeed() to SetRelativeWalkSpeed() | Howaner | 2014-09-02 | 1 | -3/+3 |
| | | |||||
* | | Added SetWalkSpeed() to cMonster. | Howaner | 2014-08-30 | 1 | -0/+5 |
|/ | |||||
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | Monsters: Made IsUndead overridable by the respective mob classes | archshift | 2014-07-19 | 1 | -1/+1 |
| | |||||
* | Fixed style: spaces after commas. | madmaxoft | 2014-07-19 | 1 | -1/+1 |
| | |||||
* | Monster fixes | Tiger Wang | 2014-07-18 | 1 | -1/+0 |
| | | | | | * Fixes #1203 * Fixes #627 | ||||
* | Fixed spaces before commas. | madmaxoft | 2014-07-18 | 1 | -3/+3 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -4/+4 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -7/+7 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | Merge branch 'master' into potions | madmaxoft | 2014-07-17 | 1 | -1/+1 |
|\ | |||||
| * | Tailored death messages | Tiger Wang | 2014-07-04 | 1 | -1/+1 |
| | | |||||
* | | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2014-06-19 | 1 | -2/+0 |
| | | | | | | | | Changed effect map to take a pointer of the effect as a result. | ||||
* | | Pawn: renamed HandleEntityEffects to HandleEntityEffect | archshift | 2014-06-17 | 1 | -1/+1 |
| | | | | | | | | Exported entity effect functions for ToLua and documented them in APIDesc.lua | ||||
* | | Monster: added IsUndead(), undead-specific entity effects | archshift | 2014-06-17 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #940 from Howaner/GlobalFixes | Mattes D | 2014-04-28 | 1 | -1/+1 |
|\ | | | | | Add entity invulnerable | ||||
| * | Add entity invulnerable | Howaner | 2014-04-26 | 1 | -1/+1 |
| | | |||||
* | | Fixed mobs that don't naturally spawn. | archshift | 2014-04-26 | 1 | -0/+1 |
| | | |||||
* | | Giants! | archshift | 2014-04-25 | 1 | -1/+1 |
|/ | | | | Changed mfMaxplusone to mfUnhandled for readability, and fixed a default case warning. | ||||
* | Added new AI rules | Tiger Wang | 2014-04-17 | 1 | -2/+2 |
| | | | | | | | + Added new AI rules handling cacti and large heights * Fixed cIniFile not recognising comments in cIniFile::ReadFile() * Fixed users.ini not being properly generated * Changed all instances of (int)floor(GetPosXXX()) to POSXXX_TOINT | ||||
* | Fixed Formatting, added compiler warning suppressing methods, fixed comments | TheJumper | 2014-02-24 | 1 | -2/+2 |
| | |||||
* | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 2014-02-23 | 1 | -0/+35 |
| | |||||
* | Fixed #627 | Tiger Wang | 2014-02-11 | 1 | -2/+0 |
| | | | | | | | - Attack() is now called from cAggressive instead of cMonster * Monsters can no longer attack through walls * Should fix last remnants of player damage after teleporting (that both STR and bearbin contributed fixes to :P) | ||||
* | Exporded World:FindClosestPlayer, Item:IsEnchantable and Monster:MoveToPosition to Lua API | tonibm19 | 2014-02-03 | 1 | -0/+1 |
| | |||||
* | Implemented fall damage for mobs | Tiger Wang | 2014-01-25 | 1 | -2/+6 |
| | | | | | | + Implemented mobile fall damage * Formatting fixes + Defined new Position->Integer macros | ||||
* | Mob bugfixes | Tiger Wang | 2014-01-25 | 1 | -2/+10 |
| | | | | | | | | | | * Mobs no longer require constant line-of-sight to a player to remain aggravated * Fixed an ASSERT * Fixed mobs jumping * Fixed Idle state not properly using AI + Added FILE_IO_PREFIX to favicon loading + Implemented #563 | ||||
* | Miscellaneous improvements | Tiger Wang | 2014-01-24 | 1 | -13/+9 |
| | |||||
* | Large reworking of mob code [SEE DESC] | Tiger Wang | 2014-01-24 | 1 | -19/+49 |
| | | | | | | | + Implemented better pathfinding - Removed lots of unused variables, functions, etc. * Changed some variable types * Other miscellaneous fixes, and also completes the previous PRs | ||||
* | Sorted a few constructors to remove warnings. | madmaxoft | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+195 |