Shauren
83aaa48b85
Tools/vmap extractor: Various fixes
...
* Fixed output file name case normalization - exclude names built from file ids (starting with FILE)
* Skip antiportal WMO groups
Closes #23972
Closes #24798
2020-06-14 00:43:02 +02:00
Shauren
6533de3100
Core/Items: Implemented corruption and corruption resistance stats
2020-06-13 00:30:32 +02:00
funjoker
2493d88a72
Core/DataStores: Fix loading hotfixes deleting records for db2s not loaded by worldserver ( #24783 )
...
* Also load WorldStateExpression.db2
2020-06-12 11:07:11 +02:00
Shauren
c7306439e7
Core/Spells: Implement using different difficulty data from all spell related db2s, not just SpellEffect and SpellPower
2020-06-12 01:29:18 +02:00
Shauren
1cdd1d0249
Core/Auras: Defined unknown aura type
2020-06-09 11:56:22 +02:00
Shauren
5fce3604fc
Core/PacketIO: Fixed receiving and sending db2 hotfix packets
2020-06-08 00:08:37 +02:00
Shauren
e5a6552abc
Core/Items: Fixed generating default bonuses based on context
2020-06-07 12:38:38 +02:00
funjoker
afcb8ff8e9
DB/Hotfixes: Add hotfixes from build 34601
...
Closes #24750
2020-06-07 00:20:13 +02:00
Shauren
b47c19d506
Core/DataStores: Allow custom hotfixes (VerifiedBuild <= 0, has loading priority) to coexist with sniffed data (VerifiedBuild > 0)
2020-06-06 23:40:53 +02:00
Shauren
63fba47511
Core/Items: Implemented new bonus type (extra ItemEffect)
2020-06-05 00:27:40 +02:00
funjoker
ba5794a12c
SQL: Add VerifiedBuild to hotfix_blob and hotfix_data
...
Closes #24752
2020-06-04 21:48:33 +02:00
Shauren
853503a575
Core: Updated allowed build to 8.3.0.34601
2020-06-04 09:58:25 +02:00
Shauren
df0a027444
Core/Misc: Ensure that query used for .reload creature_template command always matches the one used for loading during startup
2020-06-04 00:13:05 +02:00
Shauren
3f5dbf1f88
Fix GCC build
2020-06-03 00:40:44 +02:00
Shauren
db7126de46
Core/DataStores: Fixed loading hotfixes crash when compiled with strict database type checking
...
Closes #24716
2020-06-01 00:15:33 +02:00
Shauren
41c3675bb9
Fix warnings
2020-05-31 17:18:18 +02:00
Shauren
bf8714b870
Core/Battlegrounds: Queue updates
...
* Fixed battleground queues for battlegrounds with id higher than 255
* Fixed queue display ingame after entering bg
* Fixed ingame display after leaving bg queue
* Fixed bg scoreboard
2020-05-31 16:49:18 +02:00
Shauren
161944b764
Build system: Removed hard requirement on BOOST_ROOT being set as environment variable, it can now be also passed as command line argument to cmake and fix compile warning with boost 1.73
2020-05-30 17:43:56 +02:00
Shauren
1ae72db201
Build system: Print found git version when warning about it being too old
2020-05-30 17:42:14 +02:00
Shauren
d435d5d5ba
Core/PacketIO: Fixed BattlefieldStatusHeader structure and QueueID values for other battleground types
2020-05-27 00:29:13 +02:00
Shauren
eba31dea27
Core/Maps: Improvements to terrain swap handling
...
* Fixed memory leak when unloading grids
* Handle child maps being entered
* Allow chaining more child maps (Draenor -> Tanaan Jungle -> Tanaan Jungle - No Hubs Phase)
2020-05-24 22:34:25 +02:00
jackpoz
ebb6f12db8
CI/GitHub: Add another Pull Request labeler as cron job
2020-05-23 23:22:54 +02:00
jackpoz
59e8b98bef
CI/GitHub: Remove PR GitHub Action because of current limitations
...
GitHub Actions triggered when creating a Pull Request receive a read-only token that makes them useless when trying to do anything on GitHub.
Useful links:
- https://github.com/actions/first-interaction/issues/10
- https://github.com/actions/labeler/issues/12
- https://github.com/actions/labeler#pull-request-labeler
2020-05-23 18:43:28 +02:00
jackpoz
58013167de
CI/GitHub: Rename jobs
2020-05-23 17:56:59 +02:00
Killyana
872fbb9e1f
DB/GameObject: Fix Gob state from the previous commit
2020-05-22 21:42:37 +02:00
Killyana
e3713503ac
DB/Spawn: Add missing spawns to Ruins of Gilneas
2020-05-22 21:33:22 +02:00
jackpoz
0435ecc8f5
CI/GitHub: Fix github actions syntax
2020-05-22 13:28:57 +02:00
Giacomo Pozzoni
7c68eb0e70
CI/GitHub: Fix github actions syntax
2020-05-22 13:26:46 +02:00
Shauren
4d69cc1c56
Core/Misc: GCC build and warning fixes
2020-05-21 22:15:58 +02:00
jackpoz
92a289e455
CI/GitHub: Add action to label pull requests
2020-05-21 16:43:42 +02:00
Shauren
aedab76a11
Core/Misc: Add extra ByteBuffer and WorldPacket constructors allowing to set size immediately
2020-05-20 17:28:38 +02:00
Shauren
4acae3992b
Core/Players: Only restore spells learned as quest rewards if they have the right AcquireMethod in SkillLineAbility.db2
...
Closes #24645
2020-05-19 00:04:23 +02:00
Shauren
7a68001452
Core/Spells: Revert b711f0bcae, not valid since cata
2020-05-19 00:02:46 +02:00
Shauren
3e83373907
Core/Achievements: Minor fixes
...
* Corrected criteria and modifier tree logic after implementing their operators
* Account wide achievements will now show progress ingame (even if we still treat them as per-character)
* Fixed more cases of achievements being granted automatically without satisfying modifier trees
2020-05-18 16:57:59 +02:00
funjoker
4055434ba6
Core/Misc: Unify handling CharacterCreating.Disabled.RaceMask with other racemask fields ( #24604 )
2020-05-17 23:39:17 +02:00
jackpoz
ce10a9482a
CI/GitHub: Add action to label issues
2020-05-17 18:57:51 +02:00
Aokromes
c77b1f8b11
Update issue_template.md
2020-05-17 17:32:14 +02:00
Ghaster
00c4be9f59
Tools/vmap_extractor: Fixed a typo reading MAIN/MAID chunks ( #24637 )
2020-05-17 01:35:40 +02:00
Shauren
7038c74f43
Core/Items: Fixed sending child items by mail if loading from db fails
2020-05-16 17:15:11 +02:00
Shauren
e047d14a2f
Core/PacketIO: Send item flags in auction items
2020-05-15 09:36:52 +02:00
Shauren
d3e1e4be22
Misc: Update protobuf code generator plugin for 4c85198ed6
2020-05-14 10:15:22 +02:00
jackpoz
d3782c2d09
Core/Misc: Add console option to update databases only
...
Add "--update-databases-only" console argument to stop worldserver execution after having updated all databases (if specified in config file)
(cherry picked from commit 92bf5b1ba7 )
2020-05-13 21:06:33 +02:00
Shauren
7e18255ee2
Core/AuctionHouse: Don't overflow mail attachments, send max 16 items per mail
2020-05-13 00:08:27 +02:00
Shauren
340fd1ce6a
Core/Mail: Allow server created mails to contain up to 16 items
2020-05-12 22:54:03 +02:00
Aokromes
00a0c6e7ed
Misc/Config: Update CharacterCreating.Disabled.RaceMask
2020-05-11 18:20:38 +02:00
Aokromes
78bc0c41e9
Misc/Config: Update CharacterCreating.Disabled.RaceMask and ClassMask
2020-05-11 17:54:15 +02:00
Shauren
4fb6ad5225
Fix dynamic build
2020-05-10 19:29:17 +02:00
Shauren
d889228259
Core/DataStores: Allow loading encrypted sections when key is known when reading from casc storage
...
Closes #24456
2020-05-10 15:29:47 +02:00
Shauren
16761e1d7c
Tools/vmap assembler: Move TileAssembler from common to vmap4_assembler where it belongs
2020-05-10 15:24:43 +02:00
Shauren
fe7a0c9ad8
Tools/Extractors: Don't try extracting maps that have no wdt defined in Map.db2
2020-05-10 15:22:58 +02:00