aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-07DB/Spawns: Properly insert Shadow Vault/Icecrown spawns, with guids.Nay
2011-08-07Commit: revert ahune loot && change to the correct loots (what was i thinking)zxbiohazardzx
2011-08-07DB/Loot: Add missing item to Champion's CacheAristoo
Commit: fixed wrong file-extension from previous commit
2011-08-07DB/Loot: Frost lord Ahune loot fixes, thx to AkamaILZxBiohazardZx
Closes #2290
2011-08-06DB/Misc: Icecrown: ShadowVault spawns and quest fixesTome
Closes #981
2011-08-06Core/Commands: Add .cast dest #spellid #x #y #z which orders selected unit ↵QAston
to cast a spell at selected destination.
2011-08-06DB/Misc: Cleanup startup errors intruduced by ICC loot fixZxBiohazardZx
2011-08-06Core/Spells: Add GetTriggeringSpell() method to SpellScript and use it to ↵Machiavelli
properly filter server side spell 18350's script.
2011-08-06DB/ZG: Some more pathing; add gossip & conditions to npcs in Yojamba IslandDiscover-
2011-08-06Core/Misc: Removed existence check from HandleSetSelectionOpcode and moved ↵Shauren
setting faction visible to gossip open
2011-08-06Core/Player: Teleport the player to a default graveyard (Crossroads/Wesfall) ↵Nay
when a zone has no info about graveyards
2011-08-06Core/Spells: - Apply proper unit flags to summoned minionsNay
- SPELL_AURA_MOD_REPUTATION_GAIN spells (e.g Diplomacy) should increase reputation gained from spells (e.g Commendation Badges)
2011-08-06Buildsystem/Windows: Fix compile in debug modeNay
2011-08-06Merge pull request #2511 from LihO/masterMachiavelli
Scripts/AQ20: Crash fix
2011-08-06Scripts/AQ20: Crash fixLihO
2011-08-06Core/Spells: Partial revert of b0fe236265465a0f39aa98a8cee2916d1ccfaa02 , ↵tobmaps
thx A-Metaphysical-Drama for tip Closes #2266 Closes #2442 Closes #2454 Closes #2455 Closes #2502
2011-08-06DB/Loot : Updated Lootid for ICC 25 man and fix a wrong item while at itZxBiohazardZx
Closes #2491
2011-08-06SQL: Cleanup in SQL updatestobmaps
2011-08-06Fix compiletobmaps
2011-08-06Core/Battleground: Missing changes from rev 4ecda55Spp
2011-08-05Core/Dungeon Finder: Added condition to avoid unnecessary checks to the ↵Manuel Carrasco
joining result.
2011-08-05Buildsystem/Windows: Fix a typo in the worldserver/authserver .rc files - ↵click
fixes debug builds on Windows
2011-08-05Core/Dungeon Finder: Better solution for 24bb62e (fixed logic in dungeon ↵Spp
selection)
2011-08-05Core/Battleground: Some (minor) code optimizationsSpp
- All access to Battleground vars are done using funtions (Remove friendship from Battleground and BattlegroundMgr) - Move specific 47 mins arena check to battleground code as its generic to all arenas - Create PreUpdateImpl and PostUpdateImpl functions. Specific battlegrounds will implement those if needed (No more need of call Battleground::Update inside specific BGs) - Modify Create function to use only one parameter - Remove EventPlayerCapturedFlag from Battleground class, only one BG implements it and it's not used outside that BG.
2011-08-04Buildsystem/Windows: Add support for reading commithash and commitdate ↵click
directly from the executable binaries. To view this information, check the "Product Version" field in Properties on the respective daemon. + Fix worldserver/authserver .rc file layouts and content (now adheres to MS standards *sighs*) + Change .serv info output to show corename followed by the commit date and hash + Include showing the versionstring on worldserver startup completion (on Aokromes' request) Thanks to Paradox for bugging me enough about it and the initial pull-request.
2011-08-05Core/Spells: Fix typo in b0fe236265465a0f39aa98a8cee2916d1ccfaa02 , thx ↵tobmaps
A-Metaphysical-Drama
2011-08-04Merge pull request #2501 from LihO/masterKaelima
Fix logic in dungeon selection and a crash fix in Map::Update.
2011-08-04Core/Maps : Crash fixLihO
Closes #1489
2011-08-04Core/Dungeon Finder: fixed logic in dungeon selectionLihO
Random number should be generated only once.
2011-08-04Core/ObjectMgr: Some minor changes in LocaleString functionsSpp
2011-08-04Partial revert of fcdd4d7Spp
Closes #2494
2011-08-04Core/GameEvent: Minor code optimization. (Also cosmetic changes in other ↵Spp
unrelated files)
2011-08-04Core: Cosmetic changes in Threat related code (per request) and remove of ↵Spp
extra call to SpellMgr singleton inside that singleton
2011-08-04Scripts/Icecrown Citadel: Blood-Queen Lana'thel will now target every player ↵Shauren
only once during air phase Closes #764
2011-08-03Core/Refer-a-Friend: Fix a glitch in the summoning system. Thanks gyullo.Silinoron
2011-08-03Core/Refer-a-Friend: Finish base work for Refer-a-Friend.Silinoron
Any testing would be very much appreciated.
2011-08-03Fix build on gcc 4.6 :/Machiavelli
Closes #2479
2011-08-03Core/Vehicles: Remove Vehicle.h dependency from other header filesSpp
2011-08-03Core: Fix compile without PCH and fix some warningsSpp
2011-08-03Partial revert of fcdd4d7Spp-
2011-08-03Core/Transport: Minor optimization in LoadTransports (And some cosmetic ↵Spp-
changes here and there in other files)
2011-08-02Core/Movement: Add better error log msg when trying to change active moverSpp
2011-08-02Core/Spells: Also Death Runes itself should be able to turn into a Death ↵Liberate
Rune. They should not turn back into their original rune when using a spell that turns the used runes into Death Runes.
2011-08-01A handful more compilation errors tossed out. The core should now compile as ↵Silinoron
normal.
2011-08-01A few more mistakes are fixed. Keep in mind you have to re-run cmake in ↵Silinoron
order to compile properly.
2011-08-01Fix a couple of mistakes made in the last commit. It appears to have been ↵Silinoron
too long since I last worked on TC.
2011-08-01Add some packet handlers for Refer-a-Friend (work in progress). There is no ↵Silinoron
guarantee that this code will work or even compile. Use at own risk.
2011-08-01Some codestyle cleanupSilinoron
2011-08-02Core/RA: Fix RA subnegotiation for clients that don't send any ↵Machiavelli
subnegotiation data (like telnet) by setting a 1 second time window in which the client can send their packet before the RASocket will begin actual authentication. Closes #2471
2011-08-01Core/Spells: Fix Soul Preserver trinketMachiavelli