aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-03-10* Update AiReaction enum.XTZGZoReX
--HG-- branch : trunk
2010-03-09Fix quest reward money showing up as experience reward in quest reward ↵Machiavelli
offering dialogue. Fixes issue #829 --HG-- branch : trunk
2010-03-09Fix removal of action buttons by removing some redundant code.Machiavelli
--HG-- branch : trunk
2010-03-09Fix enchant items in trade window.Spp
Original patch by Kierkegaard closes issue #985 --HG-- branch : trunk
2010-03-09One overlooked redundant piece of code related to previous commit removed.Machiavelli
--HG-- branch : trunk
2010-03-09Small update to the group/party system.Machiavelli
- Fixes raid assistant privileges, Fixes issue #248 - Proper designation for Main tank and Main assistant roles - Remove 2 redundant columns in DB, namely groups.mainTank and groups.mainAssist. These are now defined by the value of group_member.memberFlags --HG-- branch : trunk
2010-03-09Removed not needed #include AuthSocket.n0n4m3
--HG-- branch : trunk
2010-03-09Removed unused function bool AuthSocket::IsLag, also small code cleanup.n0n4m3
--HG-- branch : trunk
2010-03-09Implement ACE netcode for realm server. Original author derex.n0n4m3
--HG-- branch : trunk
2010-03-09Cleanup and applying code style to some Database files.n0n4m3
--HG-- branch : trunk
2010-03-09Fix an incorrect say_text index in Razorfen Kraul.Spp
By Aokromes --HG-- branch : trunk
2010-03-09Add level restrictions to some commands:Spp
say, yell, emote, whisper, channel use, trade, auction, mail, tickets By azazel. Closes issue #598 --HG-- branch : trunk
2010-03-09Rename 'Hostil' to 'Hostile'Spp
Credits to NoFantasy (Mangos) Closes issue #411 --HG-- branch : trunk
2010-03-09Limit ChatHandler::HandleModifyHPCommand to players. Closes issue #1031Spp
--HG-- branch : trunk
2010-03-08Fix line endings.p0wer
--HG-- branch : trunk
2010-03-08Backed out commit 3cb8647899, values are in dbcs, if you have issues with ↵_manuel_
the spell try to show us the debug lines. --HG-- branch : trunk
2010-03-08fix my typo in a4f4c51dca,silver1ce
could not detect it earlier Сloses #1029 --HG-- branch : trunk
2010-03-08Fix crash in AuraEffect::HandleShapeshiftBooststhenecromancer
Add check to Spell::EffectSanctuary before casting (ensuring all appearances of "(Player *)" (whitespace incl.) are correct) --HG-- branch : trunk
2010-03-08Support for quest Doing your Duty by Malcrom. Thanks to Supabad._manuel_
--HG-- branch : trunk
2010-03-07fix my typosilver1ce
thanks to KingPin for pointing the problem --HG-- branch : trunk
2010-03-07Some Creature* casts moved to new ToCreature.raczman
Added const Creature* ToCreature() --HG-- branch : trunk
2010-03-07avoid send movement packet at death twice, cleanupsilver1ce
--HG-- branch : trunk
2010-03-07Added new type-safe cast functions.raczman
This, when properly used, should get rid of most memory corruption issues, currently, casting types C-style with no checks leads to some abstract crashing. Functionality is same as with dynamic_cast<>, but with no RTTI check - so when casting into invalid type you will receive NULL, and most probably crash. At the same time, i took the liberty to convert most Player* casts to ToPlayer(). Still needs crapload of casts being moved to new facility. --HG-- branch : trunk
2010-03-07Remove 94567c94e6, instead don't check range/facing when finishing instant ↵thenecromancer
cast spells --HG-- branch : trunk
2010-03-07*Format BattleGroundSA.cppthenecromancer
*Check if game is still in progress before awarding teams *Resurrect and refresh players at round end --HG-- branch : trunk
2010-03-07check creature's base stats table in more proper waysilver1ce
it should show more missing data --HG-- branch : trunk
2010-03-06prevent stack overflow caused by MoveInLineOfSight callssilver1ce
should close #995 issue --HG-- branch : trunk
2010-03-06* Fix typo in opcode name.XTZGZoReX
--HG-- branch : trunk
2010-03-06Send movement packet on creature/player death (expected for animation ↵thenecromancer
display, don't ask me why) Don't bother in case of flying creatures, as there's already something sent --HG-- branch : trunk
2010-03-05Fix SoTA draw game by Gyullo._manuel_
--HG-- branch : trunk
2010-03-05Fix a typo in trinitycore.conf.dist added in rev 8529262de6.Spp
Closes #887 --HG-- branch : trunk
2010-03-04Fix Shadow Affinity. Patch by Ouden. Fixes issue #988.p0wer
--HG-- branch : trunk
2010-03-03Once again change values for BattleGroundSA honor reward at end. Sorry for ↵p0wer
misreading, it is a multiplier not the total honor. --HG-- branch : trunk
2010-03-02Fix command .go ticket. Will properly work now rather then show syntax ↵p0wer
error. Fixes issue #465. --HG-- branch : trunk
2010-03-02Move initialization of m_GMticketid to avoid random numbers being assigned ↵p0wer
if gm ticket table is empty. Thanks Ayane. Closes issue #883. --HG-- branch : trunk
2010-03-02If stealth-only spell fails, shouldn't remove you from stealth. Fix by ↵p0wer
lol584. Closes issue #99. --HG-- branch : trunk
2010-03-02Fix values for honor gain after SotA end. Someone slap me, because I cannot ↵p0wer
get things right on the first time, ever. :P --HG-- branch : trunk
2010-03-02Missed change from last commit. These variables aren't needed.p0wer
--HG-- branch : trunk
2010-03-02Add correct values for honor gain after SotA. Also, fix issues with ↵p0wer
compiling with the recent patch. --HG-- branch : trunk
2010-03-03changes in creature base stats storagesilver1ce
* speedup stats searching * no more default stat generation for each class-level pair, there is only one default stat * CreatureBaseStats does not contain level and class --HG-- branch : trunk
2010-03-03store unit's level in uint8 formatsilver1ce
TODO: may be change db format too --HG-- branch : trunk
2010-03-03add creature expansion checksilver1ce
--HG-- branch : trunk
2010-03-02Merge. ><p0wer
--HG-- branch : trunk
2010-03-02Some SA fixes by gyullo.p0wer
Also added formating fix for BattleGroundSA::EventPlayerUsedGO. --HG-- branch : trunk
2010-03-02* Move some values out of the data blob in the characters tableBrian
* (honor, kills, title, currencies, watched faction, drunken-status, health and power) * Original Author Hunuza - thank you * Ported to Trinity by RammboNr5 - thank you * Tested by Aokromes - thank you * Closes Issue #911 --HG-- branch : trunk
2010-03-02* mergeBrian
--HG-- branch : trunk
2010-03-03skip ai reaction at self relocationsilver1ce
i had to add it earlier --HG-- branch : trunk
2010-03-02Fix possible crash in .gobject info.p0wer
--HG-- branch : trunk
2010-03-02Improve .gobject info to not use SQL query anymore. Thanks to silverice for ↵p0wer
suggesting. --HG-- branch : trunk
2010-03-02* Add support for sending quest completion textBrian
* Original patch by NoFantasy - thank you * Ported to Trinity by seirgy - thank you * Closes issue #873 --HG-- branch : trunk