Shauren
4695e23491
Core/Auras: Defined new spell aura types
2015-12-09 01:33:37 +01:00
Shauren
094f505e40
Core/Items: Fixed a possible crash with soulbound tradable items
...
Closes #15700
2015-12-08 18:02:10 +01:00
Shauren
93c4710c38
Added missing null checks to c488fb219a
2015-12-06 00:19:33 +01:00
Shauren
c488fb219a
Core/Creatures: Implemented automatic detection of trigger models, their order in creature_template no longer matters
2015-12-05 18:47:35 +01:00
MitchesD
cdb5bd3eb7
Core/Conditions: extended CONDITION_NEAR_CREATURE, condition value 3 is now used to check for dead creature entries (0 - alive, 1 - dead)
...
* I used 0 for alive to avoid touching all conditions with this type
2015-12-03 21:37:33 +01:00
Shauren
9dde78716c
Core/Spells: Extended .cheat cooldown command to also affect spells with charges
2015-12-03 00:08:44 +01:00
Shauren
b512569258
Core/Spells: Fixed mistake in building SetSpellCharges packet
2015-12-02 23:50:41 +01:00
Shauren
8524faae94
Scripts/Icecrown Citadel: Professor Putricide - fixed Expunged Gas damage formula
...
Closes #6396
(cherry picked from commit 94e4bddb90 )
2015-12-01 19:27:52 +01:00
Shauren
3c1748d8bd
Core/DataStores: Added assertion for wrong max difficulty value
2015-11-30 00:18:08 +01:00
Shauren
8dad53d226
Core/Misc: Updated TransferAbortReason enum
2015-11-29 22:01:20 +01:00
Shocker
e9a1db916e
Core/Spells: Implement SPELL_AURA_MOD_SKILL_2
2015-11-29 19:27:29 +02:00
Shocker
802ebbe36a
Core/Spells: Define some aura types
2015-11-29 19:17:56 +02:00
Shocker
cb911cad00
Core/RBAC: Fix revoking permissions
2015-11-29 18:08:06 +02:00
Shocker
f926f98039
Core/Spells: Define PROC_FLAG_JUMP
2015-11-29 18:07:46 +02:00
Shauren
14b8944aa2
Core/PacketIO: Updated LootSlotType
...
Closes #15890
2015-11-28 23:36:33 +01:00
Carbenium
c0c4ed7135
Misc: Fix some warnings reported by GCC 4.9
2015-11-28 01:02:13 +01:00
Shauren
d03ca37f10
Core/Players: Use constant gender from PLAYER_BYTES_3 where appropriate.
2015-11-27 21:53:27 +01:00
Carbenium
e4bdaa0110
Merge pull request #15889 from Zedron/6.x
...
Core/MMaps: Fixed mmap loading after recent format change
2015-11-25 00:46:52 +01:00
Zedron
32a82dc956
Core/MMaps: Fixed mmap loading
...
Bug introduced in 1d2aafd
2015-11-24 15:31:49 -06:00
Shauren
d5fb18d3c3
Core/Spells: Implemented scaling spell value with item level
2015-11-24 00:16:42 +01:00
Carbenium
0ffc89999e
Fix build after recent cherry-picks
2015-11-23 10:32:28 +01:00
Kittnz
e6465b5cb6
Merge pull request #15884 from tkrokli/re-enable_flying_vehicles
...
Core/Creature: Flying vehicles able to fly again
(cherry picked from commit 38c44fad8d )
2015-11-23 10:12:12 +01:00
Carbenium
94b22d98be
Merge pull request #15835 from ariel-/entry
...
Creature Addon should be updated when entry is changed.
(cherry picked from commit 52692c3f9d )
2015-11-23 10:11:58 +01:00
jackpoz
7e056e25c7
Core/Quest: Fix issues reported by static analysis
...
Coverity defect IDs: 1339309, 1339310
(cherry picked from commit fbaed38b5e )
2015-11-23 10:11:55 +01:00
jackpoz
27e65ad33a
Core/Player: Fix issue reported by static analysis
...
Coverity defect IDs: 1010154
(cherry picked from commit 63f2675076 )
Conflicts:
src/server/game/Entities/Player/Player.cpp
2015-11-23 10:11:54 +01:00
MitchesD
843955b8bf
Merge pull request #15732 from ShinDarth/reset-health-mana
...
Scripts/Duel: implement duel reset of health and mana and improve duel reset
(cherry picked from commit a1150ce20f )
Conflicts:
src/server/game/Spells/SpellHistory.cpp
2015-11-23 10:11:53 +01:00
Shauren
7a55541387
Core/PacketIO: Fixed a few swapped opcodes
2015-11-23 00:23:36 +01:00
Shauren
15bccf510b
Core/Logging: Build for packet log is now taken from realmlist table for the current realm, thanks @Aokromes for suggestion
2015-11-22 00:11:32 +01:00
Shauren
c14baf1538
Core/Logging: Changed build in packet log
2015-11-22 00:07:35 +01:00
Shauren
035a2b122e
Core: Updated to 6.2.3.20726
2015-11-21 21:30:05 +01:00
Gacko
7f075ae746
Tools/VMapExtractor: Do not append "Data" twice.
2015-11-21 00:22:52 +01:00
Shauren
0df82633cd
Buildsystem/Tools: Removed unneeded extra flags from vmap extractor
2015-11-20 21:53:36 +01:00
MitchesD
8dfc753770
Scripts/Commands: updated .npc info to show correct PhaseIDs and PhaseGroups
2015-11-20 20:28:21 +01:00
Shauren
9cc3a0e6da
Tools/vmapextractor: Fixed opening casc storage for clients that dont have enUS locale installed
2015-11-19 16:30:57 +01:00
elseif
7591fb9d57
Update System.cpp
2015-11-19 03:11:47 +08:00
Shauren
def69c6ead
Core/Spells: Fixed Raise Dead cooldown
...
Closes #15862
(cherry picked from commit ecbbcc8972 )
2015-11-17 18:18:06 +01:00
Gacko
6b479e6c3e
Server/Config: Fix typo in bnetserver.conf.dist
2015-11-16 21:46:41 +01:00
Carbenium
0064fc2336
Core/Player: Update some function declarations
2015-11-16 03:09:28 +01:00
Carbenium
98dd4d732a
Core/Player: Improve log messages
2015-11-16 01:45:53 +01:00
Carbenium
b705ebeb7f
Core/Player:
...
* sprinkle some consts
* replace some C-style casts by static_cast
* replace NULL by nullptr
2015-11-16 01:15:14 +01:00
Shauren
fc852181c5
Core/Misc: Fixed memory leak in trade handler
2015-11-16 00:08:32 +01:00
Gacko
fb242d2b42
Fix build.
...
Thanks to @jackpoz / @Shauren
2015-11-15 19:55:19 +01:00
Vincent-Michael
b5329d8a03
Core: Revert fail
2015-11-15 16:49:17 +01:00
Vincent-Michael
5d584116fe
Core: Added missing overrides
2015-11-15 16:48:12 +01:00
Vincent-Michael
00b4e8b6cc
Scripts: Added missing overrides
2015-11-15 03:38:02 +01:00
Vincent-Michael
d80f38ed4f
Core/Condition: Remove unused code
2015-11-15 00:40:29 +01:00
Shauren
c63b033131
Core/PacketIO: Updated and enabled guild finder opcodes
2015-11-15 00:13:35 +01:00
blub
2a9a68877a
Merge pull request #15729 from Vincent-Michael/gpsTransport
...
Core/Commands: Added transport position for command .gps
2015-11-14 20:41:50 +01:00
Vincent-Michael
9c99a1d0c7
Core/Commands: Added transport position for command .gps
2015-11-14 20:12:50 +01:00
Naios
25185967e8
Core/Worldserver: Enable the database updater by default.
...
* Seems like this feature is stable enough to enable it by default
since the last missing bugs were fixed some months ago.
* The database updater is the preferred method to update the databases
as described in the wiki: http://collab.kpsn.org/display/tc/Databases+Installation
2015-11-14 16:59:42 +01:00