Meji
bedc050357
Core/Vendors: Support for vendors with empty inventory list ( #26895 )
2021-10-03 21:50:21 +02:00
Mikhail Redko
f8dda8a4fc
Core/Creatures: implement CREATURE_FLAG_EXTRA_NO_SELL_VENDOR ( #21642 )
...
* Add CREATURE_FLAG_EXTRA_NO_SELL_VENDOR and use it for a single no-sell vendor in game (there are more of them in later expansions)
(cherry picked from commit 7c5b69d18b )
2021-09-19 22:54:08 +02:00
Meji
0a83f74876
Core/Achievements: Update CriteriaType enum ( #26856 )
2021-09-08 22:07:01 +02:00
Shauren
b82a3a557a
Core/DataStores: Updated db2 structures to 9.0.2
...
* Includes support for new character customization
2020-12-08 18:16:47 +01:00
Shauren
f922c6e7a4
Core/PacketIO: Renamed a bunch of opcodes based on more research (only those added after 6.0)
2020-09-19 12:44:42 +02:00
Shauren
b231903932
Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup port
2020-09-04 13:38:24 +02:00
ccrs
0a133e77d6
Core/Movement: 7fff83d675 followup
...
remove home position set from creature PauseMovement, and use it when necessary
change log level on DelayedDelete
(cherry picked from commit cd4775420a )
2020-08-23 00:48:46 +02:00
ccrs
97585597f0
Core/Movement: waypoint movement ( #20121 )
...
Following the work done in #19361 this is the cleanup and improvement of the related logic of waypoint management.
Ref 28050f3 #18020
(taking the good parts and ignoring the incomplete work)
(cherry picked from commit 7fff83d675 )
2020-08-23 00:45:46 +02:00
Shauren
1c52d5fff7
Core/Misc: Replace NULL with nullptr
2020-08-14 17:06:03 +02:00
Shauren
661470c658
Core/PacketIO: Convert all leftover packets to use packet classes
2020-07-02 00:07:38 +02:00
Shauren
63fba47511
Core/Items: Implemented new bonus type (extra ItemEffect)
2020-06-05 00:27:40 +02:00
Shauren
361946419e
Core/Items: Fixed learning 2nd and 3rd copies of battle pets from items (not caged pets)
2020-04-08 13:36:59 +02:00
Aokromes
b0bf1275ee
New Year
2020-01-02 06:44:10 +01:00
Shauren
3ac790287a
Core/DataStores: Updated db2 structures to 8.2.5
2019-10-27 00:12:45 +02:00
Shauren
f6e2b8cdc1
Core/DBLayer: Prevent committing transactions started on a different database
2019-07-27 10:52:33 +02:00
Shauren
e8e89f58fb
Core/DBLayer: Prevent using prepared statements on wrong database
2019-07-27 01:00:37 +02:00
Shauren
0e4c569770
Core/PacketIO: Updated packet structures to 8.2
2019-07-14 19:20:44 +02:00
Shauren
455959c606
Core/PacketIO: Rewrite updatefield handling
2019-06-08 17:06:57 +02:00
Shauren
31fda79556
Core/PacketIO: Updated packet structures to 8.1.5
2019-06-08 17:03:15 +02:00
vincent-michael
5620eb9463
Update copyright note for 2019
...
auto happy = new year(2019);
2019-01-01 10:14:33 +01:00
Shauren
7512ffb058
Core/Entities: Update updatefields to 8.0.1.27980
2018-10-10 22:11:41 +02:00
Roc13x
b9b661da08
Core/Items: Add loot scaling support ( #21853 )
...
* Implement ITEM_BONUS_SCALING_STAT_DISTRIBUTION_FIXED.
* Fix auctionhouse search with scaled items.
* Fix RequiredLevel enforcement for scaled items.
* Fix item enchants not scaling properly with bonuses.
2018-04-28 14:40:00 +03:00
Roc13x
cd5a704fc1
Core/Items: Implemented ItemLimitCategoryCondition.db2 ( #21835 )
2018-04-18 18:41:23 +03:00
xinef1
15b22590be
Core/Items: Fixed problem where item dependent auras are not properly updated ( #18592 )
...
- Introduced in 7e83d7e22a
Closes #18506
(cherry picked from commit 90a330c910 )
2018-03-18 00:19:46 +01:00
Shauren
007b5a68c5
Core/DataStores: Fixed db2 structures after 7.3.5
2018-03-12 23:11:49 +01:00
vincent-michael
7d00ae4045
Update copyright note for 2018
...
auto happy = new year(2018);
2018-01-01 00:40:17 +01:00
Roc13x
a6d1b34472
Core/Creature: Refactor and improve vendor items ( #20328 )
...
* Implement item bonuses in vendors.
* Implement the PlayerConditionID and IgnoreFiltering DB columns.
* Fix loading referenced vendor items
* Allow adding bonuses in .npc add item command
2017-10-09 21:03:25 +02:00
Shauren
b2fc329adf
Core/Items: Implemented glowing new items in inventory
2017-09-11 22:35:55 +02:00
roc13x
e04f75bd96
Core/Players: Several gold handling improvements
...
* Update gold limit to 10 million
* Updated auction house gold handling to 64-bit
* Fixed some vendor checks for when BuyCount > 1
* Tweaked some checks for available gold space
* Updated guild bank gold handling to 64-bit and fix withdraw limits
* Enforce gold limit on guild bank
* Check correct rank right when withdrawing from bank
* Other small changes to update money to 64-bit
Closes #19195
Closes #20152
2017-08-20 18:10:11 +02:00
Shauren
2ac8664aa6
Core/Items: Add dummy implementation of bag sorting which simply responds with sort done to prevent locking all bags clientside
...
Ref #17564
2017-07-05 19:12:47 +02:00
Shauren
b453e12423
Core/Game: Include cleanup part 5
...
* ObjectMgr.h
* Player.h
* Unit.h
* G3D should no longer propagate everywhere from Spline/MotionMaster
2017-06-04 01:00:45 +02:00
Shauren
c5d3dd90be
Core/Game: Include cleanup
...
* Mostly aimed at removing Log/DatabaseEnv includes from other headers
* Fix most packet headers including other packet headers - moved common structures such as ItemInstance to their own files
* Moved SAI function definitions to source files (massive or requiring many different dependencies)
2017-05-18 23:53:25 +02:00
vincent-michael
86b98686a9
Update copyright note for 2017
...
Happy new year
2017-01-01 16:23:13 +01:00
Shauren
bfa9a4c959
Core/Items: Fixed item level increases of gems with bonuses that give them scaling stat distribution
2016-12-09 20:00:20 +01:00
Shauren
1e4ccbf475
Core/Items: Removed invalid item bind type 5
2016-09-10 22:20:00 +02:00
Shauren
ef29f32965
Core/Items: Defined all item flags
2016-09-09 10:22:57 +02:00
joschiwald
b0c8a9411e
Core/Logging: removed useless log message
2016-08-27 12:30:46 +02:00
Shauren
fea0cb16f2
Core/Items: Implemented artifacts
2016-08-15 00:03:38 +02:00
Shauren
64de4b38ef
Core/Items: Implemented child equipment
2016-07-16 13:52:12 +02:00
Shauren
452cae0c0b
Core/Items: Fixed saving gem bonuses
2016-07-10 14:41:18 +02:00
Shauren
70137b8f3a
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion
2016-07-06 00:05:13 +02:00
Shauren
f7883bd525
Core/Transmog: Implemented transmog collection and updated transmog handling
2016-07-05 22:07:35 +02:00
frozen4
ed00534e7c
Core/Items: Implemented item upgrades
...
Closes #17432
2016-06-21 20:33:51 +02:00
Shauren
31009887e3
6.x rebase
2016-05-21 00:32:38 +02:00
Shauren
70102f32fe
Core/DataStores: Updated opcodes and db2 to 7.0.3.21414
2016-05-20 23:49:53 +02:00
Shauren
5c2c9a684f
Core/DataStores: Updated dbc/db2 to 7.0.1.20810
2016-05-20 23:46:17 +02:00
Shauren
c75fcbe20b
Core/Achievements: AchievementMgr refactoring
...
* Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation
* Fixed players earning guild achievements
2016-05-07 01:16:29 +02:00
Shauren
1d45b2c384
Core/Items: Fixed transmog not saving item to db
2016-04-08 16:47:56 +02:00
Carbenium
391992ed80
Core/PacketIO: Updated and enabled CMSG_ITEM_PURCHASE_REFUND
2016-02-02 01:06:44 +01:00
Shauren
a50b1d0924
Core/Items: Updated item socketing opcodes
2016-01-18 19:52:49 +01:00