pek2011
337b75cafc
Core/Cleanup: Drop some unused code and update some unknown player flags (from Mangos).
...
Closes #1167
2011-04-07 15:10:10 +03:00
Shocker
2c28d383b3
Core/Master: Use ASSERT to halt server in freeze detector
2011-04-07 13:14:26 +03:00
Azazel
4db04b63dd
Core/DBLayer: make use of return result of Connection::Open method and allow core to output all the errors in prepared statements instead of aborting on first error.
2011-04-07 15:30:38 +06:00
leak
770c8a950e
Core/Arena: Query column order for game stats restored
...
fixes #1165
2011-04-07 09:23:05 +02:00
Shauren
24240430ad
Scripts/Icecrown Citadel: Fixed Professor Putricide ooze adds behavior (cannot taunt/aggro anymore), also removed targeting dbc hack and scripted the spell properly
2011-04-06 21:21:45 +02:00
Shocker
06acfddb86
Core/Commands: Remove .learn all and drop hardcoded part of .learn all gm spells list
2011-04-06 20:17:29 +03:00
Shauren
05394e01c6
Core/Arena: Fixed compile on gcc 4.5 and possible runtime crashes on other versions of this compiler
2011-04-06 16:59:30 +02:00
Shauren
433f988cc9
Scripts/Icecrown Citadel: Fixed Kinetic Bombs getting killed by attacking
2011-04-06 16:56:01 +02:00
Shocker
ba80f2fbdc
Core/Spells: Fix area target search for spells with SPELL_ATTR2_ALLOW_DEAD_TARGET
2011-04-06 17:00:05 +03:00
Supabad
364bb162c3
Scripts/BloodmystIsle: Add core support for quest 9667
2011-04-06 11:36:02 +02:00
Supabad
e79c8a389b
Scripts/BladesEdgeMountains: Adjust script to work for quest 10545 also
2011-04-06 11:35:55 +02:00
Supabad
3e22e88f4e
Scripts/Nagrand: Add core support for quest 9923,9924,9955
2011-04-06 11:35:50 +02:00
Supabad
dc8fd3cbc3
Ulduar/Mimiron: add spell script for Proximity mines
2011-04-06 11:35:38 +02:00
Supabad
368818a810
Core/Spells: replace spell Symbol Of Life from SpellEffects to SpellScript
2011-04-06 11:34:50 +02:00
leak
ae3ab32ea5
Core/Arenas: Refactor arena code and db layout
2011-04-05 21:54:28 +02:00
Shauren
3a93dff59e
Core/World: Removed unused timers, thanks to Neo2003 for pointing it out
2011-04-05 16:07:56 +02:00
Shauren
379308140b
Core/Player: Prevented infinite growth of allowedCharsToLogin container and changed its type to better reflect its purpose
2011-04-04 22:27:15 +02:00
Shauren
3fcb49c685
Core/Scripts: Removed double calls to InstanceScript's Initialize methods
2011-04-03 21:24:22 +02:00
pek2011
535b663280
Core/Cleanup: Drop various unused code
2011-04-03 16:05:27 +03:00
Shauren
10ef16fc05
Core/Achievements: Implemented map check for achievement updates
2011-04-03 14:44:09 +02:00
Shauren
0ec6875d6b
Core/Logging: Fixed Arena rating changes logs printing incorrect values
2011-04-03 14:11:06 +02:00
Shauren
9f5ca0bf29
Core/DBC: Implemented achievement_dbc db table for filling in missing achievements and added sample data
2011-04-03 13:18:21 +02:00
Nay
bb36ec189c
DB/Misc: AT [1st] Fix part of the quest chains. Add some spawns and update creature templates. Replace a core script by a SAI equivalent (rope & post).
...
DB/Loot: Update Magically Wrapped Gift loot chance and max item counts.
2011-04-03 01:04:57 +01:00
Shauren
596dd9b355
Merge branch 'master' of github.com:TrinityCore/TrinityCore
2011-04-02 20:36:46 +02:00
Lynx3d & Ambal
347098af14
Core/Vmaps: Made code more safe and fixed problems in WmoLiquid::GetLiquidHeight()
2011-04-02 20:36:27 +02:00
Shocker
d1e01f8f12
Core/Battlegrounds: Typo fix from an older rev regarding memory leak
2011-04-02 17:07:34 +03:00
Shauren
1df9eacd90
Core/Spells: Moved 71880 and 71892 under proper spell family case
2011-04-02 00:09:48 +02:00
Shauren
7b35d73317
Revert part of "Core: Removed unused functions (leftovers from sd2, was needed when scripts were built as separate dll)", this part wasnt intended
...
This reverts commit partly e1bacef346 .
2011-04-01 23:14:31 +02:00
Shauren
e1bacef346
Core: Removed unused functions (leftovers from sd2, was needed when scripts were built as separate dll)
2011-04-01 20:31:15 +02:00
Shauren
2cc51e2482
Core/Packets: Fixed incorrect area lookup in HandleHearthAndResurrect
2011-04-01 18:17:10 +02:00
Anubisss
1b0843194f
Fix gender exploit.
...
Now check that character has a valid gender (and not an invalid via packet modifications).
This check works when trying to create a character or when building the character list.
If gender is invalid (neither male nor female): can't create the character and can't see in the characters' list (and also can't login with it via packet modding).
Signed-off-by: Anubisss <anubisss210@gmail.com >
2011-04-01 05:05:13 +02:00
Anubisss
5fe6c225e2
Fix a login exploit.
...
Make a list of GUIDs that purpose is which characters can login per account.
This fixes an exploit that player can login (but shouldn't) with packet manipulation.
Signed-off-by: Anubisss <anubisss210@gmail.com >
2011-04-01 03:11:57 +02:00
Shauren
24dae7dd9a
Core/Spells: Fixed Sigil of the Frozen Conscience affecting Icy Talons talent
2011-03-31 23:44:39 +02:00
Shauren
3800b1c5c2
Core/Loot: Don't report missing item loot for items dropping only money
2011-03-29 17:35:18 +02:00
Kaelima
8886eb2f9d
Scripts/Zalazane's Fall: Refactor some code to match coding standards
2011-03-28 00:11:28 +01:00
Nay & Kaelima
21818fb760
Scripts/Zalazane's Fall: Implement Zalazane's Fall game event.
...
Note: Last quest/battle will be add soon
2011-03-27 23:52:51 +01:00
VladimirMangos
c8ec491cbe
Core/Achievements: Load achievements before everything else, this prevents criteria update calls during loading things which have already been awarded
2011-03-28 00:45:06 +02:00
Shauren
0fbde67824
Core/AI: Some code style cleanup
2011-03-27 12:54:42 +02:00
Shauren
9fea7d9a85
Core/SAI: Fixed another memory leak
2011-03-27 12:54:11 +02:00
Manuel
21a2c56af3
Scripts/Eye of Eternity: Implemented script for Malygos encounter, please report any issue you find.
...
Thanks for the help to Machiavelli and Shauren.
Signed-off-by: Manuel <manue.l@live.com.ar >
2011-03-26 21:36:06 -03:00
Shauren
cbb552ead7
Core/SAI: Fixed memory leaks in targeting (lists were not being deleted)
2011-03-26 23:45:23 +01:00
Shauren
592ad10866
Core/Transports: Fixed NPCs on transport disappearing after grid unloading
2011-03-26 20:30:45 +01:00
Supabad
e494a154c7
Scripts/Ulduar:
...
Some cleanup in Flame Leviathan script
Add support for Shutout - Three Car Garage - Unbroken - Quick Shave
Add reset to Razorscale controller on fight end
2011-03-26 10:00:41 +01:00
Shauren
18995661a7
Core/Scripts: Reverted part of 00f343af52, that is not a typo and fixed the hook properly
2011-03-26 09:19:54 +01:00
gwrde & alexbolotsin
00f343af52
Core/Cleanup: More typo fixes.
...
Closes #730 , #667
2011-03-26 05:33:46 +02:00
Shocker
cc3b845321
Core/Misc: Fix StopCastingBindSight.
...
Closes #260
2011-03-26 05:12:34 +02:00
Shocker
ab83c36687
Core/Groups: Allow inviting members of opposite faction with GM mode on.
...
Closes #510
2011-03-26 05:10:18 +02:00
laly
b9af020e72
Core/Cleanup: Drop some unused code.
...
Closes #1010 , #581 , and #248
2011-03-26 03:28:59 +02:00
Shauren
31c0334064
Scripts/Ulduar: Corrected array size
2011-03-25 12:24:17 +01:00
Supabad
66ca2a88c4
Scripts/Ulduar: Add proper support for Razorscale harpoon event.
...
Add script for Razorscale Controller.
Add spell script for Devouring Flame.
A little code cleanup in script
2011-03-24 01:13:53 +02:00