Commit Graph

35 Commits

Author SHA1 Message Date
Francesco Borzì
50b36e842a fix(docs/license): use GPLv2 as MaNGOS-based project (#23655) 2025-11-14 08:44:25 -03:00
Yehonal
a05cc525f0 feat(Config): Implement configuration severity policy and logging mechanism (#23284) 2025-10-25 01:16:09 +02:00
Emmanuel Ferdman
4884e33f07 fix(LICENSE): update license file paths (#18972)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2024-05-29 20:10:39 +02:00
AzerothCoreBot
eacd9247cc chore(DB): import pending files
Referenced commit(s): 0c4feb6744
2023-02-20 21:10:00 +00:00
Kitzunu
0c4feb6744 refactor(Core/Motd): Move motd from conf to db (#15111) 2023-02-20 22:07:26 +01:00
AzerothCoreBot
3961e0839c chore(DB): import pending files
Referenced commit(s): 44b7a0666c
2022-03-24 09:29:07 +00:00
ZhengPeiRu21
44b7a0666c feat(Scripting/Hooks): implement OnQuestComputeXP() hook (#10934) 2022-03-24 10:27:15 +01:00
AzerothCoreBot
bb2d31951b chore(DB): import pending files
Referenced commit(s): 680e60c68b
2022-03-04 06:11:12 +00:00
Nefertumm
680e60c68b BREAKING CHANGE(Core/Config): Individual XP rate per bg (#10793) 2022-03-04 12:36:16 +07:00
AzerothCoreBot
7b041946e1 chore(DB): import pending files
Referenced commit(s): de13bf426e
2022-02-04 23:39:05 +00: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
AzerothCoreBot
f3774fd9ac chore(DB): import pending files
Referenced commit(s): 8b7df23f06
2022-01-24 10:56:48 +00:00
Kargatum
8b7df23f06 feat(Core/Time): Implement saparated manager for game time (#8630) 2022-01-24 17:55:00 +07:00
AzerothCoreBot
222a519811 chore(DB): import pending files
Referenced commit(s): 2fd8b00d7b
2022-01-11 02:10:55 +00:00
Malcrom
2fd8b00d7b feat(Core/Creature): Dual id Spawning WIP (#10115)
* feat(Core/Creature): Multi id Spawning WIP

* Update Creature.cpp

* Update PR

* Add Sql

* Update rev_1641837958335217980.sql

* Update src/server/game/Globals/ObjectMgr.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Update src/server/game/Globals/ObjectMgr.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Update rev_1641837958335217980.sql

* Update cs_npc.cpp

* Create changes_1641842959398297300.md

* Fixed issue added with random model PR

* Update GameEventMgr.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2022-01-10 22:09:14 -04:00
AzerothCoreBot
e9c71c8ebe chore(DB): import pending files
Referenced commit(s): bc82f36f1f
2021-10-15 08:26:57 +00:00
Kitzunu
bc82f36f1f refactor(Core/Unit): clean MonsterText methods (#6957) 2021-10-15 10:25:29 +02:00
AzerothCoreBot
1138d837a1 chore(DB): import pending files
Referenced commit(s): bcec4191e4
2021-10-11 17:42:00 +00:00
Nefertumm
bcec4191e4 feat(Core/Hooks): Added new hook for pvp flag state (#8336) 2021-10-11 14:40:27 -03:00
AzerothCoreBot
e8f45b2a26 chore(DB): import pending files
Referenced commit(s): d18545263f
2021-08-22 11:42:50 +00:00
Kaytotes
d18545263f feat(Core/Scripts): new OnBeforeFinalizePlayerWorldSession() hook (#7136)
Co-authored-by: Yehonal <yehonal.azeroth@gmail.com>
2021-08-22 13:41:19 +02:00
AzerothCoreBot
b405b5130a chore(DB): import pending files
Referenced commit(s): 0897705a68
2021-07-15 22:56:34 +00:00
Kitzunu
0897705a68 BREAKING CHANGE(Deps/Boost): Set 1.74 as minimum version (#6874) 2021-07-16 00:55:08 +02:00
AzerothCoreBot
538ac556fa chore(DB): import pending files
Referenced commit(s): edfc2a8db4
2021-07-05 11:56:13 +00:00
Kitzunu
edfc2a8db4 docs(Changelog): SkillLineAbility changes (#6613) 2021-07-05 13:54:35 +02:00
AzerothCoreBot
f2d66833e9 chore(DB): import pending files
Referenced commit(s): 59a3912a3b
2021-06-29 17:22:50 +00:00
Kargatum
59a3912a3b docs(Changelog): add changelog for new features (#6518) 2021-06-29 19:21:11 +02:00
AzerothCoreBot
091b072be1 chore(DB): import pending files
Referenced commit(s): fbad1f3d6c
2021-06-28 06:36:02 +00:00
Kargatum
fbad1f3d6c fix(Core/ScriptsMgr): correct hooks name (#6434)
## Changes Proposed:
- Added `virtual` for `CanSendJoinMessageArenaQueue` and `CanSendExitMessageArenaQueue`
- Rename `CanExitJoinMessageArenaQueue` to `CanSendExitMessageArenaQueue`
2021-06-28 08:34:26 +02:00
AzerothCoreBot
53ab534f0b chore(DB): import pending files
Referenced commit(s): c35dde6fae
2021-06-28 03:26:00 +00:00
Francesco Borzì
c35dde6fae docs(changelog): add methods rename to the changelog (#6615)
* docs(changelog): add methods rename to the changelog

* Update changes_1624804780405304000.md

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-06-28 05:24:28 +02:00
Yehonal
65d70cadce chore(deno/changelog): fix commit link 2021-06-15 11:09:55 +02:00
AzerothCoreBot
e3680778a3 chore(DB): import pending files
Referenced commit(s): 8b6d7cb2ff
2021-06-15 09:16:34 +00:00
Yehonal
3f70d0b80f feat(doc): changelog system (#6350)
This system provides rules and automatizes (Deno-typescript) the creation of a changelog file to help developers to adapt their code and know what is new with every (pre)release
2021-06-15 11:04:29 +02:00
Kargatum
4af4cbd3d9 feat(Core/Logging): rework logging (#4692)
* feat(Core/Logging): rework logging

* correct level for sql.sql

* del unused config options

* Correct build

* correct after merge

* whitespace

20:29:37 1. 'Player.cpp'. Replace (1)
20:29:37 2. 'ObjectMgr.cpp'. Replace (3)

* 1

* correct logging

* correct affter merge

* 1

* 2

* LOG_LEVEL_WARN

* #include "AppenderDB.h"

* 3

* 4

* 5

* 1. 'WorldSocket.cpp'. Replace (1)

* 6

* 1
2021-04-17 11:20:07 +02:00