index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2026-01-10T15:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Server
Age
Commit message (
Expand
)
Author
2010-07-22
Add 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-21
Don't allow cancelling passive auras by client
Shauren
2010-07-21
Added global disable system and moved all disable fields/tables/configs into it
Shauren
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-15
Revert revisions 67325b1a0af0 and a0cba24b9060.
Shauren
2010-07-12
Added support for all raid quest types
Shauren
2010-07-12
change "IN_MILISECONDS" to proper english "IN_MILLISECONDS"
click
2010-07-11
Reinstate ITEM_FLAGS_NO_EQUIP_COOLDOWN implementation and the serverside chec...
click
2010-07-11
Backed out changeset 6670e64b2d92
click
2010-07-11
Implement ITEM_FLAGS_NO_EQUIP_COOLDOWN support + add serverside checks for IT...
click
2010-07-09
* Merge public repo
Brian
2010-07-09
Check map entering requirements only if areatrigger teleport changes map
Tartalo
2010-07-09
Remove double requirement check in AreaTrigger teleport
Tartalo
2010-06-30
* Fix authentication for the new client
Brian
2010-06-30
* Another opcode update
Brian
2010-06-30
* Update / Add some opcodes
Brian
2010-06-25
Opcode updates (thanks to LordJZ)
click
2010-06-25
Move trade data to dynamic structure and added support for applying enchant a...
Shauren
2010-06-25
Get rid of Trinity Singleton and Threading patterns and replace them with ACE...
Machiavelli
2010-06-24
Fix group invite after a group is formed
Spp
2010-06-23
Fix an even sillier typo that broke compile
Machiavelli
2010-06-23
Fix 2 silly typo´s in GroupHandler.
Machiavelli
2010-06-23
Remove a duplicate query.
Machiavelli
2010-06-23
Use original taxipath data in taxi flight movement generator. Author: Vladimir
Machiavelli
2010-06-22
Fix possible bug occuring during shuffling of raid subgroups, and prevent cli...
Machiavelli
2010-06-21
Remove some redundant explicit NULL checks for pointers before ´delete´ or ...
Machiavelli
2010-06-19
* Changed references to Trinityd.conf / trinitycore.conf to proper
Brian
2010-06-11
Added support for item set names in case where item does not exist in item_te...
Shauren
2010-06-09
Allow to sell item for: money, extendedCost or money+extendedCost.
John Holiver
2010-06-08
* Remove the last of the realative paths from #include statements
Brian
2010-06-08
* Linux compile with and without PCH fixed
Brian
2010-06-07
* Well 94% isn't bad. Last thing to fix is collision compiling.
Brian
2010-06-07
* Nope still won't build yet
Brian
2010-06-06
* Even more restructuring of the game library.
XTZGZoReX