kadeshar
9bc46a7b77
- Fixed cross faction guilds not allowed by config
2025-09-13 16:33:09 +02:00
Yunfan Li
1e88fccd3c
Merge branch 'master' into Playerbot
2025-06-14 21:33:35 +08:00
Benjamin Jackson
1733c94aec
refactor(Core): Make use of standard config usage for guild member limit option. ( #22259 )
2025-06-05 15:51:19 -03:00
Yunfan Li
7d431dc796
Merge branch 'master' into Playerbot
2025-02-19 22:29:36 +08:00
Anton Popovichenko
c92d50d6ec
fix(Core/Guild): Fix use of guild members' data after deletion. ( #21421 )
2025-02-12 18:23:57 -03:00
Yunfan Li
66c55bc450
Merge branch 'master' into Playerbot
2024-09-22 21:56:15 +08:00
Kitzunu
386aea03ee
chore(Core/Misc): Some cleanup ( #19970 )
...
* remove weird blanks
* update if
* ) ) to ))
* missed some ) )
* now switch
* .
2024-09-21 19:34:31 +02:00
Yunfan Li
414805e692
Merge branch 'master' into Playerbot
2024-09-04 23:46:34 +08:00
Benjamin Jackson
888aa00cfb
fix(Core/Guild): Require repair rights in order to make use of guild repairs. ( #19836 )
...
* Init.
* Ensure only repair requests are screened.
* Adjust parentheses.
2024-09-01 00:48:13 -03:00
Yunfan Li
5276676a11
Merge branch 'master' into Playerbot
2024-07-24 20:57:52 +08:00
Kitzunu
3fbded8f6b
refactor(Core/Chat): PSendSysMessage to fmt ( #19449 )
...
* refactor(Core/Chat): PSendSysMessage to `fmt`
2024-07-23 23:48:46 +02:00
Yunfan Li
cc5adebbe4
Merge branch 'master' into Playerbot
2024-07-03 16:04:51 +08:00
Kitzunu
0a8175ef03
refactor(Core/ObjectMgr): Handle Profanity & Reserved Names in load ( #19259 )
...
* refactor(Core/ObjectMgr): Handle Profanity & Reserved Names in load
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/18556
* Update ObjectMgr.cpp
* Update ObjectMgr.cpp
* I swear I am not drunk
* We already check all of these
* fix build
* Forgot we dont send the responsecode in senderrormessage
* last commit I swear
2024-07-03 00:23:32 +02:00
Yunfan Li
b4046d48d7
Merge branch 'master' into Playerbot
2024-02-22 23:34:59 +08:00
sudlud
7e419fba5a
fix(Core/Guild): Prevent swapping limited duration items into guild bank ( #18335 )
2024-02-19 21:22:51 +01:00
Yunfan Li
7915f79d04
Merge branch 'master' into Playerbot
2023-12-12 20:52:42 +08:00
Kitzunu
8bb6661c96
feat(Core/Guild): Allow to limit the amount of members within a guild ( #17697 )
...
* feat(Core/Guild): Allow to limit the amount of members within a guild
* Update Guild.cpp
* Update Guild.cpp
* Update Guild.cpp
* Update Guild.cpp
* improve message to player
2023-11-14 17:40:28 +01:00
Yunfan Li
c6bcda8b9d
Merge branch 'master' into Playerbot
2023-08-29 20:50:49 +08:00
Francesco Borzì
5d01b700fd
refactor(Core): remove unused imports ( #17094 )
2023-08-28 13:39:43 +02:00
M'Dic
7e58650cf5
revert(Core): ChrRace.dbc full implementation ( #16114 )
...
* revert (core): ChrRace.dbc full implementation
we revert this due to several issues arrising. Although the dbc reading is done in full and correctly. Azerothcore relied on the original handling (althought not propper) for so long that there is
* revert
* Update remove_charrace_dbc.sql
* Update remove_charrace_dbc.sql
* Update remove_charrace_dbc.sql
2023-04-29 08:23:11 -03:00
M'Dic
3eae4c5713
fix(core/dbc): improve ChrRace DBC handling ( #14843 )
...
Cherry pick of https://github.com/TrinityCore/TrinityCore/pull/24508
Co-authored-by: HelloKitty <5829095+HelloKitty@users.noreply.github.com >
2023-04-28 01:29:33 +02:00
ZhengPeiRu21
d6a099e98c
Merge branch 'azerothcore:master' into Playerbot
2023-04-24 09:38:43 -06:00
天鹿
df77b5f4f7
chore(core): cleanup code p3 ( #16073 )
...
* Update MMapMgr.cpp
* Update UpdateFetcher.cpp
* Update AuctionHouseMgr.cpp
* Update AuctionHouseMgr.h
* Update BattlegroundAV.cpp
* Update ChannelMgr.cpp
* Update ThreatMgr.h
* Update Player.h
* Update PlayerSettings.cpp
* Update ObjectMgr.cpp
* Update Guild.cpp
* Update Guild.h
* Update Map.cpp
* Update World.cpp
* Update boss_nefarian.cpp
* Update boss_prince_malchezaar.cpp
* Update boss_venoxis.cpp
* Update zone_elwynn_forest.cpp
* Update zulfarrak.cpp
* Update boss_novos.cpp
2023-04-24 08:13:07 -03:00
郑佩茹
1b3fd82f5c
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/game/Guilds/Guild.cpp
2023-04-03 07:52:56 -06:00
Kitzunu
29d79e080f
fix(Core/Guilds): Improve HandleRoster performance ( #15421 )
...
* cherry-pick commit ee6bbd68bd
* takes call time from ~400 microseconds to ~260 microseconds on my machine in a guild with 900 members
Co-authored-by: ihm-tswow <76849026+ihm-tswow@users.noreply.github.com >
2023-04-02 15:32:25 -03:00
郑佩茹
be7c57507f
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/game/Entities/Player/Player.h
2023-03-16 10:00:13 -06:00
Kitzunu
9eb4b3a336
feat(Core/Character): Implement profanity_name ( #15156 )
2023-03-04 17:43:14 -03:00
郑佩茹
03b3f9d051
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/game/World/World.h
2023-02-09 12:40:25 -07:00
Kitzunu
4870b14b1f
refactor(Core/Object): getLevel() -> GetLevel() ( #14122 )
...
* refactor(Core/Object): getLevel() -> GetLevel()
* fix build and sneak some doxygen in
* codeSTLE
* codestyle
2022-12-31 17:39:23 +01:00
郑佩茹
cab0d6f027
Merge branch 'master' into Playerbot
...
# Conflicts:
# src/server/game/Guilds/Guild.cpp
2022-11-18 10:21:36 -07:00
Mickaël Mauger
2c4df1054e
fix(Core): Fix guild bank update broadcasts ( #13520 )
...
Fix guild bank update broadcasts
2022-11-11 16:25:24 -03:00
郑佩茹
db71f4739c
Fix corrupt item cache crashes, bot whispers, trade crashes
2022-03-22 10:51:50 -06:00
Kargatum
de13bf426e
feat(Core/DBLayer): replace char const* to std::string_view ( #10211 )
...
* feat(Core/DBLayer): replace `char const*` to `std::string_view`
* CString
* 1
* chore(Core/Misc): code cleanup
* cl
* db fix
* fmt style sql
* to fmt
* py
* del old
* 1
* 2
* 3
* 1
* 1
2022-02-05 00:37:11 +01:00
Kitzunu
c63ebde9d7
feat(Guild/Commands): guild rename ( #10323 )
...
* feat(Guild/Commands): guild rename
* cherry-pick commit (678cade116 #)
* Update cs_guild.cpp
2022-02-03 06:01:16 -03:00
Kargatum
5969df4e30
refactor(Core/Logging): switch to fmt style for LOG_ ( #10366 )
...
* feat(Core/Common): add support fmt style for ASSERT and ABORT
* correct CheckCompactArrayMaskOverflow
* 1
* Update src/server/game/Spells/Spell.cpp
* rework logging
* add fmt replace logs
* logging
* FMT_LOG_
* settings
* fix startup
* 1
* 2
* 3
* 4
* 5
* fmt::print
* to fmt
2022-01-27 16:44:41 +01:00
Bogir[rus]
18c2b07609
fix(Core/Logs): improve log money ( #10297 )
...
* Fixed wrong decription of error
The Logger was pointing to the wrong table. Text is missing not in `broadcast_text_locale`, but in `broadcast_text`.
* fix(DB/Logger): fix logs topics and types
Correction of texts in the topic and the type of logged action. Getting rid of `<>` tags, which can cause certain difficulties when processing logs by the administrator. Now we can sort entries by the type of logged actions
* fix log_money
* fix log_money
* fix log_money
* fix log_money
* Update ObjectMgr.cpp
* Update rev_1642821969869259834.sql
* reduce memory usage
* Update AuctionHouseMgr.cpp
* Update Guild.cpp
* Update MailHandler.cpp
* Update TradeHandler.cpp
* fix typo
* Update data/sql/updates/pending_db_characters/rev_1642821969869259834.sql
2022-01-25 17:58:08 -03:00
Kargatum
8b7df23f06
feat(Core/Time): Implement saparated manager for game time ( #8630 )
2022-01-24 17:55:00 +07:00
UltraNix
c8a5ece0c7
fix(Core/Packets): Display item suffixes in guild bank packet. ( #10200 )
...
Fixes #9997
2022-01-16 10:33:01 -03:00
Kitzunu
ac99eb48e1
refactor(Core/Misc): abs() to std::abs() ( #9789 )
2021-12-31 19:29:39 -03:00
Kitzunu
9eab6d373d
fix(Core/Guilds): Implement guild bank gold limit matching client ( #9666 )
...
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2021-12-17 18:06:32 +01:00
UltraNix
0a0013aaef
fix(Core/Guild): Properly updates guild leader using command guild rank. ( #9596 )
...
Fixes #9396
2021-12-12 22:18:33 -03:00
IntelligentQuantum
3591f69662
refactor(Core/Packet): Guild ( #9411 )
...
* Core/Packet: Guild
* Winfi
2021-12-11 10:00:06 +01:00
acidmanifesto
29f49108a5
chore(Core): Remove unnecessary slang Cosmetic ( #9325 )
...
* Remove unnecessary slang
Removes ZOMG! that is used in the src in logging and notes. Completely Unnecessary. Contributes to nothing useful. Inflates source. Not needed at all in any shape or form. Not Developer Lingo either.
* Further Clean Up
Removed Profanity
* sensible grammar correction
* More ZOMG! removal
2021-11-25 04:31:54 -03:00
Kargatum
f62664c987
refactor(Core/Misc): headers cleanup ( #9259 )
2021-11-22 17:24:39 +07:00
Skjalf
731d256420
refactor(Core/Cache): move the GlobalPlayerCache to its own class ( #9166 )
2021-11-18 16:53:36 +01:00
Kargatum
52aa0e9966
feat(License): add new headers information about license ( #7941 )
...
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
2021-09-30 13:40:52 +07:00
Kargatum
9ac6fddcae
feat(Core/Database): port TrinityCore database API ( #5611 )
2021-06-22 06:21:07 +02:00
Kargatum
5787d00d54
chore(Core/Logging): replace most server loggers ( #5726 )
...
* chore(Core/Logging): replace most server loggers
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2021-06-21 03:07:12 +02:00
Francesco Borzì
466cdb68d6
refactor(Core): code cleanup (part 2) ( #6374 )
2021-06-16 20:40:42 +02:00
UltraNix
0d96866cea
fix(Core/Packets): sending item's random property in a few packets ( #6193 )
...
- Closes #4843
2021-06-15 12:37:58 +02:00