| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-21 | Core/Misc: Code-style + some const methods. | Chaplain | |
| 2012-03-07 | Core/Players | Shauren | |
| * Add liquid special aura only if player is in it (not when above) * Use CastSpell instead of AddAura - checks all dbc conditions on spell | |||
| 2012-03-07 | Core/Maps | Shauren | |
| * Corrected liquid type extraction in maps - MCLQ chunk must be parsed together with MH2O (they stack) * Fixed liquid detection in WMO objects * Implemented LiquidType.dbc use, players will now get proper auras in special liquids * Turned off slime damage by default (Naxxramas uses periodic damage aura for this purpose) * Implemented liquid type overrides basing on area/zone * Renamed final temp_gameobject_models to GameObjectModels.dtree (the temporary one produced by vmap extractor remains unaffected) Note: Map and Vmap re-extraction is required | |||
| 2012-03-04 | Core/Collisions: Reverted a commit about M2 models. | Subv | |
| closes #5312 and probably others | |||
| 2012-02-27 | Core: Minor cleanup in ObjectMgr and warning fixes | Spp | |
| 2012-02-23 | Compile fix for gcc 4.5 and higher | Shauren | |
| 2012-02-23 | Core/Vmaps: Fixed errors during loading gameobject models and improved error ↵ | Shauren | |
| output (will now write to logs) | |||
| 2012-02-19 | Core: Fix non-PCH building | click | |
| 2012-02-18 | Core: Clean up whitespace and tabs in the base sourcetree | click | |
| 2012-02-16 | Fix a lot of warnings | Spp | |
| 2012-02-15 | Core/VMaps: Logic fail in path cleanup | leak | |
| 2012-02-14 | Core/Collision: Models with flag MOD_M2 (mostly trees, among some other ↵ | Subv | |
| objects) should not be taken into account for LoS checks, this check does not apply to gameobjects (yet) closes #3495 Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-02-11 | Core/Spells: Blink wont be able to trespass solid objects anymore (walls/doors) | Subv | |
| Refactored some code Signed-off-by: Subv <s.v.h21@hotmail.com> | |||
| 2012-02-09 | Core/Collision: Ported dynamic line of sight patch by Silverice from MaNGOS and | Subv2112 | |
| added lots of improvements Please re-extract vmaps | |||
| 2012-01-01 | Update headers for 2012. HAPPY NEW YEAR!!! | kiper | |
| 2011-12-01 | Fix vmapassembler | mns | |
| Signed-off-by: mns <pgameserver@gmail.com> | |||
| 2011-11-26 | Core/Misc: Make VMapManager2::acquireModelInstance and releaseModelInstance ↵ | Machiavelli | |
| thread safe Closes #4086 | |||
| 2011-11-23 | Core: Fixed a few warnings and silly typos in scripts | Shauren | |
| 2011-10-18 | Minor changes here and there: | Spp | |
| - Cosmetic changes - 'Engrish fix' - Initialization of some vars - Remove some not needed includes | |||
| 2011-09-29 | Random minor code cleanup | unknown | |
| 2011-09-29 | Cosmetic: Multiple cosmetic changes | Spp | |
| - Added missing space to 'if', 'for', 'while' and 'switch' when it's followed by '(' - Added missing space after a comma and remove space before comma (with some exceptions) - Remove trailing spaces - Convert tab to spaces Note: Only affects files with extension "cpp" and "h" under /src/server | |||
| 2011-09-15 | [Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with ↵ | Spp | |
| some exceptions) | |||
| 2011-09-09 | Conditions/DisableMgr: converted from singleton to namespace with free ↵ | Spp- | |
| functions. | |||
| 2011-07-29 | Core: Append single character to stream as character, not as a string | Spp- | |
| 2011-07-18 | Core: Fix non-PCH build + clean up some sporadic warnings | click | |
| 2011-07-11 | Core/Disables: Allow to disable certain vMaps through Disables system. Wiki ↵ | Lopin | |
| will be updated soon | |||
| 2011-07-01 | Core: Do not use STL container size method to check if container is empty | Spp- | |
| 2011-05-11 | Core/Collision: Fixed possible memory leaks | Shauren | |
| 2011-04-29 | Add spaces after commas | leak | |
| 2011-04-27 | Core/Buildsystem: Update copyright-headers for 2011, and adjust with the ↵ | click | |
| correct teamname as well. | |||
| 2011-04-02 | Core/Vmaps: Made code more safe and fixed problems in ↵ | Lynx3d & Ambal | |
| WmoLiquid::GetLiquidHeight() | |||
| 2011-03-21 | Core: Removed all double (and more) empty lines | Shauren | |
| 2011-03-08 | Core: Fixed warnings: | Shauren | |
| C4100: 'variable' : unreferenced formal parameter C4701: potentially uninitialized local variable C4389: '!=' : signed/unsigned mismatch C4245: 'argument' : conversion from 'X' to 'Y', signed/unsigned mismatch | |||
| 2011-02-20 | Core/Log: Implement log masks for debug log level, to allow selective debug ↵ | Machiavelli | |
| output. Update your worldserver.conf. | |||
| 2011-01-01 | Update copyright note for 2011. | Machiavelli | |
| Happy new year. | |||
| 2010-12-23 | Core: Removed more operator workarounds for ACE_Singleton (missed previously ↵ | Shauren | |
| because of inconsistent naming) --HG-- branch : trunk | |||
| 2010-12-06 | Core: Some optimizations | Spp | |
| - Declare some functions const - Fix some mem leak - Fix some resource leak - Remove unused variables and functions - Remove duplicate functions - Reduce the scope of some variables - Remove unused file --HG-- branch : trunk | |||
| 2010-10-08 | Core/Vmaps: Remove the ability to ignore individual maps from vmap LOS / | runningnak3d | |
| height checking. Also add a warning if vmap.enableHeight is disabled. You *MUST* have all LOS / height checking enabled to have a functional server. Original patch by: Vladimir --HG-- branch : trunk | |||
| 2010-10-07 | REALLY fix the CRLF-crap... | click | |
| --HG-- branch : trunk | |||
| 2010-10-07 | Remove the accidental additions of CRLF-crap from the header updates | click | |
| --HG-- branch : trunk | |||
| 2010-10-07 | More copyright header updates (will this ever end?) | click | |
| --HG-- branch : trunk | |||
| 2010-10-07 | Copyright header updates - part 3... (and some whitespace cleanups) | click | |
| --HG-- branch : trunk | |||
| 2010-08-31 | Core: Fix more warnings and fix compile under linux 64 | Spp | |
| --HG-- branch : trunk | |||
| 2010-08-28 | Buildsystem: Update CMakeLists to use the proper check, not the old one... | click | |
| --HG-- branch : trunk | |||
| 2010-08-27 | Core/Dependency: Upgrade G3d-library to v8.0-release (patched version!) | click | |
| Note: Due to issues with G3D (normally requiring X11 and the ZIP-library), the sourcetree version contains a modified version. The applied patch is commited to the repository for future reference. --HG-- branch : trunk | |||
| 2010-08-26 | Buildsystem/Core: Adjust MySQL headers on relevant files to use simplified ↵ | click | |
| #include <mysql.h> instead of <mysql/mysql.h> + add support for compiling under MacOSX (thanks to elegos for the research) NOTE: G3D requires a redefinition-hack under OSX, please see wiki for this info (dep-sources will not be changed) --HG-- branch : trunk | |||
| 2010-08-23 | Core: Fix some warnings | Spp | |
| --HG-- branch : trunk | |||
| 2010-08-21 | Core: fix "comparison of unsigned expression < 0 is always false" warnings | Spp | |
| --HG-- branch : trunk | |||
| 2010-08-21 | Core: Remove "may be used uninitialized in this function", "unused parameter ↵ | Spp | |
| ‘xxx’" and "'xxx' defined but not used" warnings --HG-- branch : trunk | |||
| 2010-08-21 | Core: Remove lots warnings: | Spp | |
| - All "'xxx' will be initialized after 'yyy' when initialized here" - Some "unused variable" - Some "enumeration value 'xxx' not handled in switch" --HG-- branch : trunk | |||
