aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-09-26*Tried to combine a little too much code here I think :Pmaximius
--HG-- branch : trunk
2009-09-26*Should fix Linux build, thanks Drahymaximius
--HG-- branch : trunk
2009-09-26*Gundrak: GO Handling & Slad Ran script by Tartalomaximius
*Cleanup, and don't consider creatures to be in combat if they have no victim, or if their victim is a GM. --HG-- branch : trunk
2009-09-26*Missed condition, thanks Zor :)maximius
--HG-- branch : trunk
2009-09-26*Remove some redundant code, and relocate some illogical code.maximius
--HG-- branch : trunk
2009-09-26*Wintergrasp: Tenacity fixes by Sppmaximius
*Better Windows signal handling for services, by defacer *Always hide triggers for players, by ogeraisi --HG-- branch : trunk
2009-09-26*More logical to cause the damage -after- the fall, not before, lol.maximius
--HG-- branch : trunk
2009-09-26*Extend and comment the Player::FallGround function, it can now cause damage ↵maximius
if required. --HG-- branch : trunk
2009-09-26*Anonymous enums are bad :(maximius
--HG-- branch : trunk
2009-09-26*Replace a ton of switches with RAND(), and overload RAND() to support up to ↵maximius
16 parameters. *Add a safety check to prevent knocking players off of transports, just in case they die while on one. *Fix a couple incorrect spell defines. --HG-- branch : trunk
2009-09-25*Grobbulus - in Inject event, tank is not a target for this spell, by Gyullomaximius
*Gundrak - AI for the boss Moorabi, by Manuel *Improvements to player death handling (they will now fall to the ground).. also attempted to improve creature death handling the same way. --HG-- branch : trunk
2009-09-25Fix HandleNpcAddCommand with bad creature ID - patch by SPPChaz Brown
--HG-- branch : trunk
2009-09-25* Fix CLI commands crashing serverChaz Brown
* Some code cleanups (if( to if (, etc.) --HG-- branch : trunk
2009-09-24Wintergrasp: Cosmetic changes + player leave combat when wartime endsspp@influenza
--HG-- branch : trunk
2009-09-24* Hopefully, MTMaps will only be enabled in release, and not in debug modes ↵Chaz Brown
(This was causing debug builds to not run under windows) * Fixed a bug in AHBot where auctions being removed were sometimes seen as the wrong faction, leading to problems with replacing them with new auctions. * Added loopbreaker back in, just in case... --HG-- branch : trunk
2009-09-24*struct, not class (thanks Paradox)maximius
--HG-- branch : trunk
2009-09-24*Fix possible crashes.Anubisss
--HG-- branch : trunk
2009-09-24*Oops, enum type redefinition is bad!maximius
--HG-- branch : trunk
2009-09-24*Add a new modelid function..maximius
*Attempt to fix some Linux compile issues.. --HG-- branch : trunk
2009-09-23*Force creatures to choose a new, random model on spawn/respawnmaximius
*Change the damage formula to include weapon min/max damage.. previous method did not work properly at all. --HG-- branch : trunk
2009-09-23*add 11 new event hooks to the OnEvents system, by Hawthornemaximius
--HG-- branch : trunk
2009-09-23*Krik'thir the Gatewatcher partial script by Manuel and Gyullomaximius
*Ahn'Kahet: Fixes for Prince Taldaram & code Achievement by Tartalo --HG-- branch : trunk
2009-09-23*New damage formula, Hogger will no longer dominate your level 20 characters!maximius
--HG-- branch : trunk
2009-09-23*quest 12231 - The Bear God's Offspring, by Destalkermaximius
*SD2 enum escort faction, patch by manuel *Extend the Chathandler to TrinityScript, by Hawthorne --HG-- branch : trunk
2009-09-23*[Fix] fly in Northend without Cold Weather Flying if summoned, by Sppmaximius
--HG-- branch : trunk
2009-09-23A few more tweaks for LinuxChaz Brown
--HG-- branch : trunk
2009-09-23Fix some Linux build problemsChaz Brown
--HG-- branch : trunk
2009-09-22*Send channeling start/update packet, converted by Stryker, original by pasdVnmaximius
--HG-- branch : trunk
2009-09-22*Hacky fix to Grounding Totem by Themris (better than no fix at all, and ↵maximius
very difficult to fix properly) --HG-- branch : trunk
2009-09-22*Utgarde Keep: Ingvar The Plunderer; event fix, by Taliesinmaximius
*Shattered Halls: Warchief Kargath Bladefist; event fix, by Taliesin --HG-- branch : trunk
2009-09-22* AHBot rewritten to cause less lag spikes when checking for bids and when ↵Chaz Brown
adding new auctions. * AH Deposit function rewritten to generate deposits closer to official. * AH Mail system rewritten to fix some bugs. * MULTI_THREAD_MAP enabled by default (I have no idea why this was commented out before) * CLIENT_VER added for allowing parts of the code to be enabled/disabled depending on the client version supported. Only used in AHBot for now. * Various code cleanups. --HG-- branch : trunk
2009-09-22*Another regen tweak, by Taliesin.maximius
--HG-- branch : trunk
2009-09-22*Fix Unit::m_regenTimer so creatures regen health properly, by MrSmitemaximius
*Partial Utgarde Pinnacle instance & boss scripts, rewritten by Tartalo, original by ckegg *Fix a bug where pets would engage new attackers while approaching the target their owner sent them to attack, by MrSmite --HG-- branch : trunk
2009-09-21*Force non-dead mobs that are either: out of combat, or polymorphed, to ↵maximius
regenerate at each update, thanks Gyullo --HG-- branch : trunk
2009-09-22Fix problems with no stack limit.Kudlaty
--HG-- branch : trunk
2009-09-21*[8508] Not assign boolean value to integer variable, expecting to always be ↵maximius
0. Also renaming member variables. Author: NoFantasy *[8516] Implement spell 53271. Author: Shendor *[8519] Use RuneType enum where appropriate and more explicit data for rune init. Author: VladimirMangos Thanks to: Stryker *[8520] Limit telent 49182 and ranks triggering expected:wq runes cooldown case. Author: Shendor *Fix Herald Volazj wrongly targeting himself on Shadow Bolt Volley instead of randomly targeting on Shiver, by tlexii. --HG-- branch : trunk
2009-09-21Reapply patch about changing modelid_a/h(2) values to modelid1..4, display ↵Kudlaty
ids are no longer incorrectly chosen based on player faction. --HG-- branch : trunk
2009-09-21* Add two flags for items with no stack limitKudlaty
* Added proper checking of faction based on seller for items with RequiredReputaionFaction=0 * This will allow 100% proper WDB data to be used Thx to Malcrom and Brian --HG-- branch : trunk
2009-09-21Fix compileKudlaty
--HG-- branch : trunk
2009-09-20*Ahn'Khalet: Partial Herald Volazj script, by Tartalomaximius
*Check for null pointers in SelectTargetHelper, thanks to Spp *Remove rank aura from last battle (possibly there due to crash), by Spp --HG-- branch : trunk
2009-09-20*Ahn'Khalet: GO handling & Prince Taldaram scripting by Tartalo & tlexiimaximius
*Cleanup, remove all DB-specific data that needs review from 5700_world.sql -- TDB topic here: http://bit.ly/POdro --HG-- branch : trunk
2009-09-20*Remove some not needed casts or used correct casts.Anubisss
--HG-- branch : trunk
2009-09-20*Fix some possible crashes.Anubisss
--HG-- branch : trunk
2009-09-20*Add missing end-tags for vcproj.Anubisss
--HG-- branch : trunk
2009-09-20*Fix a typo. This fix the compile error. I hope haven't got errors in WIN.Anubisss
--HG-- branch : trunk
2009-09-20*Fix a typo. Patch by Thyros.Anubisss
--HG-- branch : trunk
2009-09-20*Add missing files for CMake/VCproj and ScriptLoader.Anubisss
*Fix a possible crash. --HG-- branch : trunk
2009-09-20*Fix 2 possible crashes.Anubisss
--HG-- branch : trunk
2009-09-20*Fix some typos, by Darkshinesmaximius
*More Fix About NPC dont regenerate HP, by Gyullo --HG-- branch : trunk
2009-09-19*Cleanup + Fix Linux build by WarHeadmaximius
--HG-- branch : trunk