aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2011-11-26Merge branch 'master' into 4.xShocker
Conflicts: src/server/game/Spells/Auras/SpellAuraEffects.h
2011-11-26Merge pull request #3889 from Souler/masterShocker
Core/Achievements: Implement "Snakes. Why'd It Have To Be Snakes?"
2011-11-26Merge pull request #4040 from devilcoredev/fix_004Shocker
[CORE/BOSS] Fix Sapphiron flying phase start.
2011-11-26Merge branch 'master' into 4.xNay
Conflicts: src/server/shared/Database/Implementation/CharacterDatabase.cpp
2011-11-26Core|DB/Quests: Rename and re-order fields in `quest_template` table, for ↵Nay
the sake of consistency Order should match SMSG_QUEST_QUERY_RESPONSE
2011-11-26Core/Misc: Fix compile and char creationkaelima
- Added very basic honor/conquest support, no idea if its works even a little since there's no possibility of testing yet
2011-11-25Core/Misc:kaelima
Clearing compile errors since UpdateFields were changed: - Completely remove ammo (Cataclysm change) - Revert some changes with power/maxpower and only store the 5 needed powers in db (the rest is useless) - Remove GuildId from corpse - Move PLAYER_GUILDID to character db (removed updatefield) Note: Compile is still not working as we need to change currency handling
2011-11-24Core/DataStores:Rat
-dropped dbcstring/db2string, use simple nonconstant char* (will be useable when loading custom data from db to dbc) -fixed most dbc string related errors (you can now turn on logging)
2011-11-23Merge branch 'master' of github.com:TrinityCore/TrinityCoreRat
2011-11-23Merge branch 'master' of github.com:TrinityCore/TrinityCoreRat
Conflicts: src/server/game/DataStores/DBCStores.cpp src/server/game/DataStores/DBCfmt.h src/server/game/Server/Protocol/Opcodes.cpp
2011-11-23Core: Fixed remaining C6246: Local declaration of 'x' hides declaration of ↵Shauren
the same name in outer scope. from previous commit
2011-11-23Core: Fixed more warnings (C6246: Local declaration of 'x' hides declaration ↵Shauren
of the same name in outer scope.)
2011-11-23Core: Fixed a few warnings and silly typos in scriptsShauren
2011-11-23Fix Sapphiron flying phase start.Giuseppe Montesanto
2011-11-23Scripts/Naxxramas: Patchwerk's Hateful Strike's timer should be 1s. Shocker
Closes #4036
2011-11-23Scripts/Icecrown Citadel: Corrected an overlooked frenzy spam by Shambling ↵Shauren
Horrors on heroic mode (does not change anything in the fight)
2011-11-20Merge branch 'master' of github.com:TrinityCore/TrinityCoreRat
2011-11-20Initial Commit for client version change to 4.2.2 (14545)Rat
- added known opcodes (handlers are commented till not updated) - added bitstream support to bytebuffer - updated realm auth for 14545 - updated world auth - fixed char_enum,create,delete handlers - added DB2 reader - added opcode logging to debuglogmask (ignores loglevel) - fixed compile in win64, others not yet tested - using db2 values for item models at char_enum to prevent client crash Lots of Thanks to All SingularityCore Members
2011-11-20TabsMachiavelli
2011-11-20Core/Commands: Allow "$home" to be second parameter of .tele name, to ↵thumsoul
teleport players to homebind Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-11-16Core/Units: Fix Unit::_IsValidAttackTarget (UNIT_FLAG_OOC_NOT_ATTACKABLE ↵Machiavelli
check specifically) Closes #3172
2011-11-14Scripts/Ulduar/Freya: Fix chest spawning when completing the encounter ↵Machiavelli
properly (in addition to spawn support when abusing .die for testing purposes)
2011-11-13Scripts/Icecrown Citadel: Prevent possible respawns of Sindragosa by ↵Shauren
despawning her fully after corpse disappers
2011-11-13Core/Commands: Fixed .account set gmlevel to correctly use realmId specified ↵Shauren
instead of id of the realm that the command was executed on
2011-11-13DB/SAI: Move some areatriggers to sai.Discover-
Quests: 11686, 13315/13351 and 6681 Closes #3719 Closes #3720 Closes #3721
2011-11-12Core/Spells: Fixed resist calculations for spells with multiple schools. Thx ↵tobmaps
to Shauren for tips Closes #3875
2011-11-10Scripts/Utgarde Pinnacle: Remove resize hack for ArthasAokromes
2011-11-09Scripts/Gundrak: Achievement "Snakes. Why'd It Have To Be Snakes?" should be ↵Souler
individual for each player. Thanks to @Lopin for pointing it.
2011-11-09Scripts/Gundrak: Add support for achievement "Snakes. Why'd It Have To Be ↵Souler
Snakes?"
2011-11-09Merge pull request #3872 from Bootz/masterShocker
Codestyle clean-up
2011-11-08Correct entry for Arthas at Utgarde Pinacle conversation with Svala based on ↵Aokromes
retail 2011/11/08 data.
2011-11-07Core: Codestyle clean-upBootz
"pl"->"player" Note: codestyle methods needs maintained, Player* player. still to do properly clean-up chat.cpp.
2011-11-07DB/NPCs: Remove save to instance flag from Hellfire Channeler;Nay
SQL: Fix naming and style in previous sql; Scripts/Naxx: Fix a logic fail in KT adds summon; DB/Spells: Add a few missing spells to spell_dbc table
2011-11-07Fix linux compile.Aokromes
2011-11-07Scripts/Misc Capitalize lowercase directoriesAokromes
2011-11-02Core/Misc: Fix spelling typotobmaps
2011-10-31Use TRINITY_GUARD to replace ACE_GUARD. ASSERT(false) if failed to acquire ↵megamage
the lock.
2011-10-31Scripts/Icecrown Citadel: Fix a possible crash in Sindragosa's Fury codeShocker
2011-10-31Core/Commands: Typo in d9406b0e5940d2e18c72ed10a45658caf5c508cd Ty glkrlosKaelima
2011-10-31DB/Misc: Fix most "X tried to cast unknown spell id 0" errors (related to ↵Nay
totems)
2011-10-31Core/Commands: Add stupid-check for trying to add negative itemID to vendor. ↵kaelima
Fixes crash #3238
2011-10-30Fix buildNay
Add unsaved data to last commit (82fa5c97d64e98)
2011-10-30DB/Quests/IC: Fix quest Tempering The BladeNay
Closes #837
2011-10-29Scripts/Ulduar/Assembly of Iron: Fix Immumities for Stormcaller Brundir; Fix ↵Machiavelli
Brundir's Lightning Tendrils (visuals need some extra love) Closes #707
2011-10-29Scripts/Ulduar/Freya: Remove unneeded TimeCheck function that would lead to ↵Machiavelli
over-spawning of waves.
2011-10-29Scripts/Howling Fjord: Fix horde version of Of Keys and Cageskaelima
2011-10-27Merge pull request #3651 from Fredi/cleanupShocker
Script/Commands: Codestyle and cleanups
2011-10-26Scripts/Howling Fjord: Fix quest Of Keys and CagesDiscover-
Closes #3540
2011-10-25Scripts/Nagrand: Fix creature text of Maghar Prisoner and remove useless ↵Discover-
RAND() in go_warmaul_prison.
2011-10-24Script/Commands: Codestyle and cleanupsFredi