aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-21Added forgotten spell_linked_spell values in previous commit (thank you ↵teacher
Gyullo for spotting it). Added place holder for serverside spell. --HG-- branch : trunk
2010-06-21Drop cond3 fields in gossip_menu_option table (the sql update was forgotten ↵teacher
when condition table was implemented) and finally update world_database.sql accordingly. Removed all vehicle and gossip data from world_database.sql. DB projects must now handle such data. One file renamed (cosmetic) (thx Aokromes for spotting it). --HG-- branch : trunk
2010-06-21Set CMake to compile jemalloc only on linux, and also set ace/bzip2/zlib to ↵click
only be compiled on "true" Windows-platforms --HG-- branch : trunk
2010-06-21Added missed sql update file for Rev 8613.teacher
Removed hackish non-TrinityCore related 8640_world_creature_template.sql. Proper fix can be found on forum (Accepted Fixes). Don't worry if you used it, it was a harmless hotfix and it will not cause any issue when using proper fix from forum. Added to world_database missed changes updates. Minor sql standards cleanup. --HG-- branch : trunk
2010-06-21Additional OptionsRat
--HG-- branch : trunk
2010-06-21Add more CMake-related support for building g3dlib, zlib, bzip2, ace on Windowsclick
--HG-- branch : trunk
2010-06-21Use CMakeLists.txt file-globbing on scriptslibrary instead of adding every ↵click
single script. Note that new scripts added means "run CMake to make it aware of any new files" --HG-- branch : trunk
2010-06-21Remove obsolete script for Highlord Mograine (not active as boss in Naxxramas)click
--HG-- branch : trunk
2010-06-20added x64 build for mysql, should work, but can not test atmRat
--HG-- branch : trunk
2010-06-20why are vcprojs added to ignore list.. O.oRat
--HG-- branch : trunk
2010-06-20update .hgignore for Tools dir under winRat
--HG-- branch : trunk
2010-06-20use new mysql for win buildRat
+small include fix --HG-- branch : trunk
2010-06-20added mysql source for win buildRat
--HG-- branch : trunk
2010-06-20update packagelist.txt with correct version infosRat
--HG-- branch : trunk
2010-06-20Violet Hold: Fix portal #2 spawning. Some minor cleansing and pointer checksTartalo
--HG-- branch : trunk
2010-06-20This should fix ACE compile on x64 windowsShauren
--HG-- branch : trunk
2010-06-20Nicer approach for Repeteance fix using spell_linked_spellTartalo
--HG-- branch : trunk
2010-06-20Backed out changeset 444ae3a9769fTartalo
Going to use a spell_linked_spell based better approach --HG-- branch : trunk
2010-06-20Fix Spell 20066 (Paladin, Repeteance), by maxdestroyerTartalo
Now removes Righteous Vengeance --HG-- branch : trunk
2010-06-20Fix spells 48129, 60320 & 60321 (Scrolls of Recall I, II & III)Tartalo
Now they buff Lost! and stop teleporting if they are used beyond max safe level Lost! buff is not fixed so there is no random teleport penalty yet --HG-- branch : trunk
2010-06-20Fix spells 52942 & 58837 (Loken Pulsing Shockwave: dinstance depending ↵Tartalo
damage, by Josh --HG-- branch : trunk
2010-06-20Minor cleansingTartalo
--HG-- branch : trunk
2010-06-20Fix Spell 54732, Defibrillate from Gnomish Army Knife (now has success ↵Tartalo
chance roll) --HG-- branch : trunk
2010-06-20Fix Grievious bite (48920): now if removed when target is fully healedTartalo
--HG-- branch : trunk
2010-06-19MergeTartalo
--HG-- branch : trunk
2010-06-19Ulduar: Halls of Stone, Krystallus: Fix Shatter usageTartalo
--HG-- branch : trunk
2010-06-19Fix spells 50811 & 61547 (Krystallus shatter), by microbius51Tartalo
--HG-- branch : trunk
2010-06-19Add another assert to track down an issue where variable gets infinity valueMachiavelli
--HG-- branch : trunk
2010-06-19MergeTartalo
--HG-- branch : trunk
2010-06-19Violet Hold: Some fixes, infinite loop one includedTartalo
--HG-- branch : trunk
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