Commit Graph

22267 Commits

Author SHA1 Message Date
Portgas D. Ace
4b3dc231a0 [MAGE/SPELLS]: Fixed Ice Barrier scale calculation 2014-01-22 17:00:31 +01:00
Vincent_Michael
f1e1a5cad0 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-01-22 14:28:40 +01:00
Discover-
79ca85da87 Core/Battleground: Fix compile after last pull request. 2014-01-22 08:36:09 +01:00
Vincent_Michael
516a6344fe Misc: Fix warnings 2014-01-22 07:31:37 +01:00
Discover-
77031c59fb Merge pull request #10888 from zorix/PR4
Core/Battleground:
2014-01-21 21:14:49 -08:00
Aokromes
e3c013d793 DB/SAI: Fix Aludane Whitecloud spawing adds 2014-01-22 06:09:03 +01:00
zorix
7c721506a9 Core/Battleground:
Offline players will displayed on scoreboard
2014-01-22 00:41:23 +01:00
Vincent_Michael
3f99890b12 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/game/Entities/Unit/Unit.cpp
	src/server/game/Entities/Unit/Unit.h
2014-01-21 21:58:30 +01:00
Vincent_Michael
7c4a16e6c2 Core/Mail: Fix SMSG_SHOW_MAILBOX opcode
thx to Zori
2014-01-21 21:51:39 +01:00
Vincent_Michael
101ac7f511 Misc: Minor cosmetic changes here and there 2014-01-21 20:20:38 +01:00
Discover-
bebb581d2e Core/SAI: I need more sleep... 2014-01-21 20:01:00 +01:00
Discover-
bf0d8c1346 Core/SAI: Implement three more event phases which makes a total of 9 (from 6).
Ref. #11486
2014-01-21 19:56:43 +01:00
Aokromes
e169e2476d DB/SAI: Fix Saronite Mine Slave
By dr-j closes #11452
2014-01-21 11:55:37 +01:00
Discover-
9d85d0d928 Core/Misc: Fix compile.
Forgot to save file
2014-01-21 10:01:32 +01:00
Discover-
32070669f4 Core/Weather: Weather updates are now sent to all players in the zone instead of the first player it finds in the zone and all players nearby.
Thanks to @Nawuko, @Magnifikator and @Shauren

Closes #11380
Fixes #11370
2014-01-21 09:44:48 +01:00
Zabustak
cde9717bd1 Core/Spell: Retaliation no longer does anything while the warrior is stunned.
Closes #11481
2014-01-20 20:10:13 +01:00
Discover-
f79a8813a0 Merge pull request #11459 from Bonitas/master
Core/Spells: Fix proc for spells that should trigger on taken hots
2014-01-20 02:03:22 -08:00
Shauren
5b57ddded1 Core/Quests: Fixed another merge fail 2014-01-20 00:34:44 +01:00
Machiavelli
70c6828f83 Merge pull request #11464 from Dehravor/ticket-memory-leak
Core/Tickets: Fix memory leak when malformed CMSG_GMTICKET_CREATE is received
2014-01-19 15:09:25 -08:00
Vincent_Michael
d4479d9413 Missing changes in 313b294d6b 2014-01-19 21:10:41 +01:00
Vincent_Michael
7e527f9075 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/game/Accounts/RBAC.h
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Entities/Unit/Unit.h
	src/server/game/Server/Protocol/Opcodes.cpp
2014-01-19 20:52:16 +01:00
Vincent_Michael
313b294d6b Core/RBAC: Fix difference problems with 4.3.4 2014-01-19 20:48:15 +01:00
jackpoz
138a336384 CoreCore/CrashHandler: Handle CRT asserts in Windows build
Handle CRT asserts in Windows crash handler instead of popping up a Abort/Retry/Ignore window
2014-01-19 17:59:01 +01:00
Discover-
3102da5263 Misc/SQL: Rename SQL from fa2616fe4e 2014-01-19 17:05:36 +01:00
Shauren
8a5c54453b Merge pull request #11469 from Dehravor/timetest-crash
Core/Misc: Fix crash
2014-01-19 07:57:25 -08:00
Discover-
3802cc2904 Core/Creature: Fix compile and logic in previous pull request. Also implemented UNIT_NPC_FLAG_MAILBOX.
Thanks @Shauren
2014-01-19 16:51:53 +01:00
Dehravor
00f5460530 Core/Misc: Fix crash 2014-01-19 16:44:03 +01:00
Discover-
f6264169d8 Merge pull request #11299 from Carbenium/MailboxCmd
Core/Command: Add mailbox command
2014-01-19 07:29:11 -08:00
jackpoz
939a25346b Core/CrashHandler: Fix issues on Windows crash handler
Fix few issues on WheatyExceptionReport:
- fix NULL dereference exception in GetLogicalAddress() when TC assert in triggered ( *((volatile int*)NULL) = 0; )
- fix infinite loop in DumpTypeIndex() when dumping std types like std::string
- fix FormatSymbolValue() pointing to wrong address when accessing local variable values
- use portable types instead of x86 specific types, this fixes some wrong address issues on x86 platform
- use bigger buffers to format symbols to avoid buffer overflows
2014-01-19 14:05:07 +01:00
Discover-
c7b78a2b4e Core/Commands: Using the '.gm vis off' command now instantly makes the GM invisible to non-GM players, instead of waiting until Player::UpdateObjectVisibility was called from a different method.
Ref. #11467
2014-01-19 14:03:09 +01:00
Discover-
e1f1e0cef5 Core/Misc: Split the calculating of the corpse reclaim delay and sending of SMSG_CORPSE_RECLAIM_DELAY in two different methods. 2014-01-19 13:50:30 +01:00
Discover-
55bde59a92 Merge pull request #10386 from Discover-/Health-Funnel
Core/Spells: Health Funnel now always damages the warlock, even if it do...
2014-01-19 04:19:58 -08:00
Discover-
18ab91bd1d Core/Misc: The timer that indicates how long it takes until the player can reclaim their corpse now starts counting down when the player releases its spirit instead of when they die. Fixes an issue where the 'Accept' button in the reclaim corpse window would already be clickable but have no effect (WorldSession::HandleReclaimCorpseOpcode::L754). 2014-01-19 12:36:51 +01:00
w1sht0l1v3
c18fd0378d Core/Scripts: Fix the cleanup in 54dbf870b8. 2014-01-19 03:20:36 +02:00
w1sht0l1v3
8367944171 Core/Scripts: Fix kill credit for quest The Hunter and the Prince(13400). 2014-01-19 00:30:25 +02:00
Vincent_Michael
93a97a9922 Core: Fix warning 2014-01-18 21:31:47 +01:00
Dehravor
e60977911a Core/Tickets: Fix memory leak when malformed CMSG_GMTICKET_CREATE is received 2014-01-18 21:12:56 +01:00
Vincent_Michael
e26dcbe2f5 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/scripts/Commands/cs_misc.cpp
2014-01-18 20:43:06 +01:00
Vincent_Michael
20c3eebfa7 Fix revert fail in ad8c046916 2014-01-18 20:31:41 +01:00
Machiavelli
68af9376f6 Core/Calendar: Add documentation regarding fix in previous commit 2014-01-18 14:00:19 +01:00
Machiavelli
ca6fd8aad2 Merge pull request #11462 from Dehravor/add-event-memleaks
Core/Calendar: Fix memory leaks due to BytebufferException thrown
2014-01-18 04:57:29 -08:00
Shauren
c431f463a1 Core/Items: Fixed swapping equipment sets in combat 2014-01-18 12:58:01 +01:00
Dehravor
3a9a634a91 Core/Calendar: Fix memory leak when guild announcement is created 2014-01-18 11:47:05 +01:00
Dehravor
51e38872c7 Core/Calendar: Fix memory leak when malformed CMSG_CALENDAR_ADD_EVENT is received 2014-01-18 10:30:39 +01:00
Bonitas
09a73a398a Core/Spells: Fix proc for spells that should trigger on taken hots 2014-01-18 01:50:19 +01:00
Vincent_Michael
ad8c046916 Core/Revert: ... 2014-01-18 01:36:12 +01:00
Discover-
735cebf7a3 Core/Commands: The .setskill command is now usable even if the player doesn't already have the skill learned. 2014-01-18 01:05:03 +01:00
Vincent_Michael
3276a786cc Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-01-18 01:03:24 +01:00
Vincent_Michael
4027686b5b Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Guilds/Guild.cpp
	src/server/game/Guilds/Guild.h
	src/server/game/Handlers/ItemHandler.cpp
2014-01-18 01:01:11 +01:00
Discover-
bbd84d211d Merge branch 'master' of https://github.com/TrinityCore/TrinityCore 2014-01-17 18:44:01 +01:00