Golrag
82a33c7fa8
Core/PacketIO: SMSG_PLAY_SOUND
2015-04-17 11:45:07 +02:00
click
1282db53e3
Core/Command: Sanitize input for .account set gmlevel <username> handling
...
(cherry picked from commit 79696e0871 )
Conflicts:
src/server/scripts/Commands/cs_account.cpp
2015-04-14 01:02:06 +01:00
jackpoz
1126ed97bb
Core/Dungeon Finder: Allow to execute "lfg" commands from console
...
(cherry picked from commit de1cbf716d )
2015-04-14 01:01:06 +01:00
jackpoz
0f251d4d51
Core/Dungeon Finder: Restore ".lfg queue debug" logging additional information
...
Restore ".lfg queue" behavior to print additional debug informations when an additional argument is passed (any character/word will work).
(cherry picked from commit be9294dc09 )
2015-04-14 01:01:04 +01:00
Vincent-Michael
22e230ecec
Core/Misc:
...
- Drop locales_npc_text
- Update npc_text for WoD
- Implemented Quest Greeting
- Sync auth database
2015-04-11 03:26:36 +02:00
Vincent-Michael
653954c14d
Core/Misc:
...
- Update LocaleConstant enum
- Update Quest locale system for WoD
- Fix some rnd typo in quest template
2015-04-10 18:16:00 +02:00
Rat
e8b54b7ae8
Core/Scenes: implemented some scene related packets for debug purposes
...
* small cleanup
2015-04-10 11:29:46 +02:00
Rat
e53f89d836
Core/Scenes: added .debug send playscene command for testing purposes
2015-04-08 20:37:30 +02:00
Vincent-Michael
20ab76a2cb
Core: Whitespace cleanup
2015-04-08 02:27:20 +02:00
Rat
f8c9784dbf
Core/Commands: fixed crash in gobject target command
2015-04-05 20:55:49 +02:00
Shauren
76cbf05a2e
Misc: Fixed license header formatting
2015-04-04 13:11:32 +02:00
Rat
2fcfae1806
Core/Commands: Added more npc info to debug phase command
2015-03-31 19:49:29 +02:00
Rat
132c06751a
Core/Spells: Reset talent specialization when using reset talents command
2015-03-30 20:16:27 +02:00
Rat
3660c3a37f
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.x
...
Conflicts:
src/server/game/Handlers/MiscHandler.cpp
src/server/game/Server/Protocol/Opcodes.cpp
2015-03-29 11:25:48 +02:00
Shauren
8cfb542ee4
Core/PacketIO: Updated values of all known server opcodes
2015-03-27 22:21:24 +01:00
Rat
eebc468e62
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.x
...
Conflicts:
src/server/collision/Management/MMapManager.cpp
src/server/game/Conditions/ConditionMgr.cpp
src/server/game/Conditions/ConditionMgr.h
2015-03-24 20:01:02 +01:00
Shauren
cc4d79495f
Core/Misc: Warning fixes
2015-03-22 13:47:55 +01:00
ariel-
b3a279b6ab
Split up LANG_MAP_POSITION to fix a crash when issuing .gps command
...
Conflicts:
src/server/game/Miscellaneous/Language.h
(cherry picked from commit 461daadcaf )
2015-03-19 11:14:02 +01:00
Rat
a68f19af56
Core/Phases: Mmaps now use the swapped terrain's mmtiles for all units if available.
2015-03-16 16:54:47 +01:00
Rat
8f3a80c1cf
Core/Phases: Ported new phasing system from 4.3.4 branch and fixed some map swap logic
2015-03-16 07:28:49 +01:00
Carbenium
37a14bc2d5
Core/Support: Update the support/ticket system to 6.x
...
Core/Mail: fix a logic error introduced in 829e11b662
2015-03-10 21:09:21 +01:00
Shauren
e15ba34444
Core/Misc: Cleaned up data truncation warnings
2015-03-08 22:04:34 +01:00
Golrag
78c7094b01
Core/Packets: SMSG_NOTIFICATION
2015-02-23 22:25:16 +01:00
Shauren
e81eb1192a
Core/Database: Removed locales_item from world database (use item_sparse_locale in hotfixes database)
2015-02-22 17:18:19 +01:00
Shauren
9fa57479ca
DB: Dropped unused tables
2015-02-22 12:44:44 +01:00
Shauren
40b6736f69
Core/DataStores: Added iterator class for DBCStorage and DB2Storage
2015-02-22 12:44:24 +01:00
Shauren
68fceee10e
Core/Spells: Removed leftovers of old cooldown handling
...
* Use ItemEffect.db2 data directly instead of copying it to another structure
2015-02-21 13:08:33 +01:00
Shauren
56186319bd
Core/Spells: Cooldown updates
...
* Refactored cooldown handling to separate class shared by creatures and players
* Updated and enabled cooldown packets
* Implemented creature school lockouts
* Implemented spell charges
* Fixed AuraUpdate structure
* Fixed aura flag AFLAG_NOCASTER handling
* Implemented spell charge related auras
2015-02-17 01:01:44 +01:00
jackpoz
e6f26cfb1f
Core/Misc: Fix static analysis issues
...
Fix some static analysis issues reported by Coverity.
Rename SpellMgr::EnsureSpellInfo() to SpellMgr::AssertSpellInfo() to be consistent with other similar methods.
2015-02-08 19:40:03 +01:00
Shauren
9db2e6dbbe
Core/Players: Updated player byte field offsets
2015-02-05 20:52:51 +01:00
Nayd
86f7f47b58
Core/Build: Use std namespace in getline calls
2015-02-02 01:57:27 +00:00
Shauren
3f28fd304d
Core/Spells: Reimplemented automatic spell learning
...
* Fixed learning/unlearning talents
2015-01-30 23:58:16 +01:00
joschiwald
c61bcf1206
Core/NetworkIO: sync opcodes with wpp
2015-01-25 21:08:54 +01:00
Nayd
08a98c6237
Line ending fix, sorry.
2015-01-19 00:07:10 +00:00
joschiwald
fd6668d17a
Core/NetworkIO: sync opcode values with wpp and removed duplicate ones
2015-01-18 23:56:01 +01:00
Shauren
58d75eda3a
Core/Commands: Added "createGameAccount" argument to .bnetaccount create command (default true) to opt out of creating the initial game account
2015-01-17 20:03:39 +01:00
Shauren
faa583c784
Core/Maps: Updated map difficulties
2015-01-10 01:35:47 +01:00
Vincent-Michael
ab90f74486
Update copyright note for 2015
...
Happy new year
2015-01-01 00:28:09 +01:00
Intel
a782515246
Core/Quests: Updated Quest System to new Format
...
All quest requirements are now in quest_objectives table
quest_template table contains _ONLY_ WDB data and must not be modified
Currently supported objectives are MONSTER, GAMEOBJECT, ITEM, TALKTO, CURRENCY, REPUTATION, MONEY, PLAYERKILLS, AREATRIGGER
2014-12-28 22:55:53 +02:00
Nyeriah
6f8a7be120
Scripts/Commands: Fix a conversion loss at the mute history command
...
(cherry picked from commit 5d4f26d820 )
2014-12-26 16:27:25 -02:00
Shauren
9eb70940bd
Core/DataStores: Moved broadcast_text handling to DB2Storage
2014-12-25 22:20:16 +01:00
joschiwald
6c6e4d4328
Core/Packets: moved chat packet building function to packet builder class
2014-12-23 00:06:36 +01:00
Shauren
6dbb516b65
Core/Items: Refactored ItemTemplate
2014-12-21 13:35:43 +01:00
Shauren
9f0051c4e5
Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spells
2014-12-19 23:52:29 +01:00
Rat
0e06022827
Core/Spells: added .auras command (temp, for easy aura debugging)
2014-12-19 20:05:02 +01:00
Intel
4825832c85
Merge branch '6.x' into Spells
...
Conflicts:
src/server/game/DataStores/DBCStores.h
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Server/Protocol/Opcodes.cpp
src/server/scripts/Spells/spell_druid.cpp
2014-12-07 23:20:52 +02:00
joschiwald
b68b6417f6
Core: fixed few coverity issues and warnings
2014-12-07 01:24:00 +01:00
Rat
08f486bfcf
Core/Spells: some updates to player spell and talent learning
2014-12-04 19:23:35 +01:00
Rat
b91ac01bc7
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-01 21:09:23 +01:00
Rat
16219b483d
Core/Spells:
...
- some work on player starting spells and skills
- fixed basic spell learning
- fixed some spell related datastore loads
2014-12-01 20:44:06 +01:00