Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Temporarily commented out override directives." | Tycho | 2014-09-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h | ||||
* | Moved to passing pointers instead of passing by reference. | Samuel Barney | 2014-08-26 | 1 | -4/+4 |
| | |||||
* | Reworked Component and Monster classes to mimic the old code. | Samuel Barney | 2014-08-26 | 1 | -0/+6 |
| | |||||
* | Added getters for the Components. Currently returning by reference. | Samuel Barney | 2014-08-26 | 1 | -5/+11 |
| | |||||
* | Got it working, finally | Samuel Barney | 2014-08-25 | 1 | -2/+2 |
| | |||||
* | Temporarily commented out override directives. | Samuel Barney | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | Removed toloa calls. | Samuel Barney | 2014-08-21 | 1 | -3/+0 |
| | |||||
* | Moved some things around | Samuel Barney | 2014-08-21 | 1 | -1/+5 |
| | |||||
* | Added new code | Samuel Barney | 2014-08-21 | 1 | -0/+65 |
| | |||||
* | Renamed all new Mob files and classes | Samuel Barney | 2014-08-21 | 1 | -0/+98 |
| | |||||
* | Moved old mob code into its own sub directory | Samuel Barney | 2014-08-21 | 1 | -271/+0 |
| | |||||
* | 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 |