aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-19Change some map/vmap-related runtime output to sLog format.Machiavelli
--HG-- branch : trunk
2010-06-19* Changed references to Trinityd.conf / trinitycore.conf to properBrian
* worldserver.conf --HG-- branch : trunk
2010-06-19Fixed win build of vmap assembler, too.Xanadu
--HG-- branch : trunk
2010-06-19Some smaller fixes to the vmapextractor courtesy of Lynx3d (not using ↵click
corefunctions + update errormessages to use the new fileextensions) --HG-- branch : trunk
2010-06-19Fixed the client crash near Exodar mysteriously caused by a model ID. Closes ↵Xanadu
issue #2731. --HG-- branch : trunk
2010-06-19FIx vmap3_assembler compile on linuxclick
--HG-- branch : trunk
2010-06-19Violet Hold: Instance mechanics fixes, by PivoNRollTartalo
Closes issue #2733 Implements door hiting by trash, trash waypoints and more --HG-- branch : trunk
2010-06-19Fix possible crash in VMapManager sLog.OutXX functions.Machiavelli
--HG-- branch : trunk
2010-06-19* Fix Linux compileBrian
--HG-- branch : trunk
2010-06-19Fix usage of uninitialized waypoint array variables in ↵Machiavelli
ConfusedMovementGenerator<T>::Initialize and revert 9b1c565510+ad8ce5245e that covered up this problem without fixing it and introduced a faulty LOS calculation. With thanks to Lynx3d and click, and Aokromes and ritchy for testing. --HG-- branch : trunk
2010-06-18Changed PKs in world_database.sql...which I forgot to do in 8625.Xanadu
--HG-- branch : trunk
2010-06-18Fixed priest and druid AoE spells broken two commits back. Closes issue 2737.Xanadu
--HG-- branch : trunk
2010-06-18In arenas Replenishment should only affect the caster.Xanadu
--HG-- branch : trunk
2010-06-18Reviewed and fixed smart heal and energize target selection:Xanadu
* Implemented Divine Hymn and Hymn of Hope targeting. Closes issue #180. Closes issue #2538. * Fixed CoH healing any monsters in your target. * Removed obsolete hackfix of Wild Growth that attempted the above. * Fixed Glyph of Holy Light target selection that had code in a wrong place. * Removed too general check that gave smart targeting to spells that shouldn't have it. * Implemented correct number of targets for Althor's Abacus heal proc. --HG-- branch : trunk
2010-06-17Fix a small "typo" regarding the calculation of LoS from the r9b1c565510 ↵click
vmap-fix - fix by Gyullo, after being busy slapping himself for the mistake --HG-- branch : trunk
2010-06-17Fixed TrinityRealm build issues on windows x64Shauren
--HG-- branch : trunk
2010-06-17This should fix g3dlite compile on windows x64Shauren
--HG-- branch : trunk
2010-06-17Add plane/finitecheck tests for OOB intersection-vectors (this should fix ↵click
vmap-related freezes) - patch by Gyullo --HG-- branch : trunk
2010-06-17* Fix logic in FindMySQL cmake fileBrian
* *nix compiles again --HG-- branch : trunk
2010-06-17Fixed pool system I broke in 52fac32a0b35, added a check for child pools and ↵Xanadu
rearranged primary keys to prevent inclusion of single creature/GO spawn in multiple pools. --HG-- branch : trunk
2010-06-17Fix issue where the MySQL library/include searchmacro wouldn't detect the ↵click
MySQL-libraries/headers - it now respects the result from mysql_config properly --HG-- branch : trunk
2010-06-17Tempfix for detecting the threadsafe mysl-library (the detectionroutine ↵click
needs to properly use mysql_config if available, and for some odd reason it doesn't) --HG-- branch : trunk
2010-06-16Fixed compileShauren
i swear, i need more beer --HG-- branch : trunk
2010-06-16Fixed spell 64142 (Upper Deck - Create Foam Sword)Shauren
--HG-- branch : trunk
2010-06-16Fixed spells with EffectCreateItem2 that do not have EffectItemType set in ↵Shauren
dbc and should pick it from spell_loot_template table (like 69412 Abyssal Shatter) --HG-- branch : trunk
2010-06-16Fixed wrong string format in HandleNpcUnFollowCommandShauren
--HG-- branch : trunk
2010-06-16Fixed typoShauren
--HG-- branch : trunk
2010-06-16Fixed old no-fly zone code to use area flags instead of hardcoded area ids ↵Shauren
(this fixes flying in Wintergrasp) This does NOT implement no-fly zones! --HG-- branch : trunk
2010-06-16Added OpenSSL registry path for win 7 x64.Xanadu
--HG-- branch : trunk
2010-06-16* Fixed extraction tools windows compile and core windows compile for 32-bit ↵Xanadu
targets. This should do until sufficiently good project files can be generated using cmake. * Windows users need to download 8615_mysql_openssl_libs.zip from the project download page and unpack it to /externals. --HG-- branch : trunk
2010-06-16Adjust CMake "searchmacros" bit so that they point to correct locationsclick
--HG-- branch : trunk
2010-06-15Drop Flag on Nitro Boost usage for WSG and EoS.John Holiver
By Gyullo. Fixes issue 2166. --HG-- branch : trunk
2010-06-15Add support for detecting openssl with cmake using registry (windows)Shauren
--HG-- branch : trunk
2010-06-15First part of supporting CMake under Windows - this is WIP, and if you want ↵click
to work on it, be on IRC. This is NOT a complete product, but we need all hands on deck to get this sorted out ASAP, and as such we throw it in. No changes are done to Windows buildmethods untill this is -completed- and -working-. --HG-- branch : trunk
2010-06-15Fix linuxbuildclick
--HG-- branch : trunk
2010-06-15Commit from Lynx3d: Add assert to values that can cause nasty freeze, but ↵Shauren
should never occur with valid input. --HG-- branch : trunk
2010-06-15Implement Chef Hat.Trazom62
Fixes issue #2514. --HG-- branch : trunk
2010-06-14Removed useless comment columns from the pool system DB tables.Xanadu
--HG-- branch : trunk
2010-06-14Removed useless vmap assembler solution fileShauren
--HG-- branch : trunk
2010-06-14Added support for removing blizz items from character creation info by ↵Shauren
adding entry to playercreateinfo_item with count -1 Added support for all class/all race in playercreateinfo_item by setting class/race to 0 (like currently playercreateinfo_spell) --HG-- branch : trunk
2010-06-14Improved startup pool check a little.Xanadu
--HG-- branch : trunk
2010-06-14implement ACHIEVEMENT_CRITERIA_TYPE_COMPLETE_DAILY_QUEST_DAILY.Trazom62
Fixe issues #2213. --HG-- branch : trunk
2010-06-14Missing file from the last commit.John Holiver
--HG-- branch : trunk
2010-06-14Fix Nature's Guardian ICD (5->30).John Holiver
--HG-- branch : trunk
2010-06-14Fix linux compileissues when compiling with scripts - I actually forgot to ↵click
reinstate it when cleaning up the CMakeLists.txt earlier. Sorry! --HG-- branch : trunk
2010-06-14Fix compile-errors on older versions of GCC (missing definitions - thanks to ↵click
lynx3d for the heads up) (users are adviced to upgrade to a MORE RECENT version of GCC that supports the standardized tr1::unordered_map functionality though) --HG-- branch : trunk
2010-06-14Remove old DO_MYSQL-params in CMakeLists.txt files - not required as we only ↵click
support MySQL anyway + add partial support for finding headers on Windows (not yet done) --HG-- branch : trunk
2010-06-13* Fixed typoBrian
* Thanks Keven85 --HG-- branch : trunk
2010-06-13port over some usability-fixes from lynx3d on the vmapextractor and remove ↵click
an old header-relic --HG-- branch : trunk
2010-06-13Remove duplicate DO_WARN conditional in toplevel CMakeLists.txt (thanks to ↵click
imbecile for spotting) --HG-- branch : trunk