aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Server
AgeCommit message (Expand)Author
2010-07-22Add missing CheckStableMaster() functions for SPELL_AURA_OPEN_STABLE-implemen...click
2010-07-22*Implement SPELL_AURA_OPEN_STABLE(292) - original patch by Ceris, modified by...QAston
2010-07-21Don't allow cancelling passive auras by clientShauren
2010-07-21Added global disable system and moved all disable fields/tables/configs into itShauren
2010-07-20*Implement SPELL_EFFECT_DISCOVER_TAXI(154).QAston
2010-07-20*Remove assertion from packet handler. Assertions should not be put in such p...QAston
2010-07-15Revert revisions 67325b1a0af0 and a0cba24b9060.Shauren
2010-07-12Added support for all raid quest typesShauren
2010-07-12change "IN_MILISECONDS" to proper english "IN_MILLISECONDS"click
2010-07-11Reinstate ITEM_FLAGS_NO_EQUIP_COOLDOWN implementation and the serverside chec...click
2010-07-11Backed out changeset 6670e64b2d92click
2010-07-11Implement ITEM_FLAGS_NO_EQUIP_COOLDOWN support + add serverside checks for IT...click
2010-07-09* Merge public repoBrian
2010-07-09Check map entering requirements only if areatrigger teleport changes mapTartalo
2010-07-09Remove double requirement check in AreaTrigger teleportTartalo
2010-06-30* Fix authentication for the new clientBrian
2010-06-30* Another opcode updateBrian
2010-06-30* Update / Add some opcodesBrian
2010-06-25Opcode updates (thanks to LordJZ)click
2010-06-25Move trade data to dynamic structure and added support for applying enchant a...Shauren
2010-06-25Get rid of Trinity Singleton and Threading patterns and replace them with ACE...Machiavelli
2010-06-24Fix group invite after a group is formedSpp
2010-06-23Fix an even sillier typo that broke compileMachiavelli
2010-06-23Fix 2 silly typo´s in GroupHandler.Machiavelli
2010-06-23Remove a duplicate query.Machiavelli
2010-06-23Use original taxipath data in taxi flight movement generator. Author: VladimirMachiavelli
2010-06-22Fix possible bug occuring during shuffling of raid subgroups, and prevent cli...Machiavelli
2010-06-21Remove some redundant explicit NULL checks for pointers before ´delete´ or ...Machiavelli
2010-06-19* Changed references to Trinityd.conf / trinitycore.conf to properBrian
2010-06-11Added support for item set names in case where item does not exist in item_te...Shauren
2010-06-09Allow to sell item for: money, extendedCost or money+extendedCost.John Holiver
2010-06-08* Remove the last of the realative paths from #include statementsBrian
2010-06-08* Linux compile with and without PCH fixedBrian
2010-06-07* Well 94% isn't bad. Last thing to fix is collision compiling.Brian
2010-06-07* Nope still won't build yetBrian
2010-06-06* Even more restructuring of the game library.XTZGZoReX