IntelligentQuantum
3f85eb9ac6
fix(Scripts/Commands): cs_list crash ( #10480 )
...
* Update cs_list.cpp
* This way? not tested
* Update cs_list.cpp
2022-02-05 18:43:39 +01:00
UltraNix
0b02ba87fc
fix(Core/Reputations): Faction rep gained by killing mobs is now prop… ( #9737 )
...
* fix(Core/Reputations): Faction rep gained by killing mobs is now properly rounded up.
Do not increase reputation rank if exceeds max rank cap.
Fixes #8718
2022-02-05 07:37:00 -03: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
Skjalf
2d7434f767
feat(Scripts/Commands): Implement go quest starter/ender command ( #10442 )
...
* feat(Scripts/Commands): Implement go quest starter/ender command
* Update cs_go.cpp
2022-01-31 08:56:37 -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
acidmanifesto
b4b7a00b94
fix (core/pdump): Fix Pdump write and load thru TC Cherry picks ( #10349 )
...
* fix (core/pdump): Fix Pdump write and load thru TC Cherry picks
TC Cherry picks were over 30. I am not listing it all but i am listing authors of said relations that this pr is based on.
Co-Authored-By: Brian <runningnak3d@gmail.com >
Co-Authored-By: joschiwald <736792+joschiwald@users.noreply.github.com >
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
Co-Authored-By: SnapperRy <19622383+SnapperRy@users.noreply.github.com >
Co-Authored-By: Ariel Silva <ariel-@users.noreply.github.com >
Co-Authored-By: Nick <31777+paradox@users.noreply.github.com >
Co-Authored-By: r00ty-tc <r00ty-tc@users.noreply.github.com >
Co-Authored-By: Jorge García <259712+xurxogr@users.noreply.github.com >
Co-Authored-By: Kaelima <kaelima@live.se >
Co-Authored-By: Shocker <43253032+shockerqt@users.noreply.github.com >
Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com >
* fix whitespace
formatting look like it had a stroke.
* Updated in script notes
Updated in script notes to reflect it was a note from tc that was refactored in
* Acore::StringTo
* acore::stringto
Co-authored-by: Brian <runningnak3d@gmail.com >
Co-authored-by: joschiwald <736792+joschiwald@users.noreply.github.com >
Co-authored-by: Shauren <shauren.trinity@gmail.com >
Co-authored-by: SnapperRy <19622383+SnapperRy@users.noreply.github.com >
Co-authored-by: Ariel Silva <ariel-@users.noreply.github.com >
Co-authored-by: Nick <31777+paradox@users.noreply.github.com >
Co-authored-by: r00ty-tc <r00ty-tc@users.noreply.github.com >
Co-authored-by: Jorge García <259712+xurxogr@users.noreply.github.com >
Co-authored-by: Kaelima <kaelima@live.se >
Co-authored-by: Shocker <43253032+shockerqt@users.noreply.github.com >
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com >
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2022-01-24 19:47:16 -05:00
Kargatum
8b7df23f06
feat(Core/Time): Implement saparated manager for game time ( #8630 )
2022-01-24 17:55:00 +07:00
IntelligentQuantum
75fc2d1b2d
fix(Scripts/Commands): quest complate kill reward ( #9926 )
2022-01-24 09:22:40 +01:00
Kargatum
6d7f58e6ed
feat(Core/Common): delete old Tokenizer ( #10121 )
2022-01-21 14:59:05 +07:00
Kargatum
259b9133f6
feat(Core/Common): add new helpers for time utility ( #10207 )
2022-01-19 12:01:59 +07:00
Kargatum
7f05e20994
fix(Core/Pets): fix crash at pet resurrect ( #10120 )
2022-01-15 19:08:54 -03:00
Malcrom
dfac47a562
feat(Core/Creature): Allow 3 ids per spawn point. TESTING ( #10169 )
...
* feat(Core/Creature): Allow 3 ids per spawn point.
* Move GetRandomId to a function
* Update id to id1
* Fixed some errors crashing core and text
* Set ids to lowercase for GetRandomId function
* Update src/server/database/Database/Implementation/WorldDatabase.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com >
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2022-01-14 19:21:50 -04:00
Malcrom
d811d89c88
fix(Core/GM Commands): Update NPC Info command ( #10157 )
...
* fix(Core/GM Commands): Update NPC Info command
* Update rev_1642085410673517853.sql
* Update rev_1642085410673517853.sql
* Prevent temp spawn crashing
Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com >
2022-01-13 19:28:40 -04: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
Kargatum
c1ebda66ba
fix(Core/Pets): fixed crash happening when current pet is forcibly removed ( #10025 )
2022-01-10 09:19:43 -03:00
Kitzunu
cb7e355291
refactor(Core/Misc): sin() to std::sin() ( #9795 )
2022-01-06 19:29:40 +01:00
acidmanifesto
2d4e17fd16
refactor(Core/Creature): Remove Inhabit Type ( #9272 )
...
This is in reference to issue: https://github.com/azerothcore/azerothcore-wotlk/issues/4361
This is comprised of a cherry pick and partial tc cherry pick:
592516ae69
dbadb6369c
34cfa69efd
12de860b4a
a22bc236eb
2022-01-06 10:33:22 -03:00
IntelligentQuantum
84f060eb7f
fix(Scripts/Commands): Look item ( #9892 )
...
* Add files via upload
* Update cs_lookup.cpp
2022-01-03 15:44:05 -03:00
Noxies
e71d902027
fix(Core/DB): adjust commands sec level to follow wiki ( #9978 )
...
* sql: update gm list to security 3
* gm list SEC_ADMINISTRATOR fallback
* Update `gm on/off` to SEC_MODERATOR fallback
* update code style
2022-01-02 19:28:03 -03:00
Francesco Borzì
b748730bc8
refactor(Core): remove unused imports ( #9969 )
2022-01-02 20:22:09 +01:00
Kitzunu
ac99eb48e1
refactor(Core/Misc): abs() to std::abs() ( #9789 )
2021-12-31 19:29:39 -03:00
Kargatum
e12494d993
feat(Core/Pets): Management refactoring ( #9712 )
...
* feat(Core/Pets): rework managment
* 1
* 2
* 3
* 4
* 5
* cs pet
* check before ressurect
* pet DECLINED_NAMES
* display
- https://github.com/azerothcore/azerothcore-wotlk/issues/9297
* ArenaSpectator
* 1
2021-12-30 18:45:13 -03:00
Skjalf
58302e4196
feat(Core/Player): Implement player specific settings ( #9483 )
2021-12-26 08:39:15 -03:00
IntelligentQuantum
0c1880f694
feat(Scripts/Commands): additem ( #9759 )
2021-12-23 11:55:03 -03:00
Skjalf
a576dcbcce
fix(Scripts/Commands): fix additem ( #9843 )
2021-12-22 15:44:47 -03:00
IntelligentQuantum
838c88f45a
refactor(Scripts/Commands): convert cs_misc to new system ( #8939 )
2021-12-21 19:32:21 +07:00
Skjalf
ea1ffd6894
feat(Scripts/Commands): Implement item refund command ( #9811 )
2021-12-20 16:11:45 -03:00
Francesco Borzì
cbc7e5466a
refactor(Core): remove unused imports ( #9767 )
2021-12-19 19:41:14 +01:00
Noxies
cf4040b4cf
fix(Core/Command): cfg check on item restore list ( #9659 )
2021-12-11 19:12:10 -03:00
Skjalf
1e3ba98fba
refactor(Scripts/Command): Simplify command go set state ( #9527 )
2021-12-11 13:58:59 -03:00
Noxies
5ec50ac119
fix(Core/Commands): Item duplication exploit ( #9650 )
2021-12-11 13:21:07 -03:00
Noxies
c95c29838b
feat(Scripts/Commands): Item restoration command ( #9538 )
...
* Implement item restore command & move itemmove to new item cmd
* Implement LANG_COMMAND_DISABLED
* Prevent command usage if no config is set
* WIP: `.item restore list`
* Fix restore list & create base for restore item
* Send item to player via mail
* Put player as last argument
* Use Postmaster & fix restore list
* Show item name in restore list
* Update HandleItemMoveCommand to be using the api
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com >
* Send item instantly if online
2021-12-08 23:57:15 -03:00
Kargatum
0b507d531d
refactor(Scripts/Commands): convert cs_modify to new system ( #9474 )
2021-12-04 11:56:47 -03:00
IntelligentQuantum
c21d83b30a
feat(Core/Commands): command to teleport character to npc ( #8887 )
2021-12-04 09:58:30 +01:00
Cláudio Costa
1b51d25c65
fix(Script/Commands): cs_modify crash fix ( #9471 )
2021-12-03 08:17:59 -03:00
Kargatum
51adbffae4
feat(Core/Modules): add separated lib for modules ( #9281 )
2021-12-02 20:28:58 +07:00
Skjalf
2187470df7
refactor(Scripts/Commands): Update cs_quest to the new model ( #9267 )
2021-11-24 01:21:16 -03:00
Kargatum
f62664c987
refactor(Core/Misc): headers cleanup ( #9259 )
2021-11-22 17:24:39 +07:00
Skjalf
3d95308d40
feat(Scripts/Commands): Implement restart/shutdown reasons ( #9242 )
2021-11-20 16:47:41 -03:00
Kargatum
0d345c5a50
fix(Core/Scripts): add support using whitespace for cs_lookup ( #9243 )
2021-11-19 10:55:33 -03:00
Skjalf
731d256420
refactor(Core/Cache): move the GlobalPlayerCache to its own class ( #9166 )
2021-11-18 16:53:36 +01:00
Skjalf
39425e0c1f
feat(Core/Loot): Implement player_loot_template ( #9198 )
...
* Also fix AV player loot
2021-11-17 08:07:21 -03:00
IntelligentQuantum
91eb17f888
fix(Scripts/Commands): cs_character - Restore character rename reserved_name functionality ( #9195 )
2021-11-15 12:30:01 -03:00
UltraNix
6b219dc0e1
feat(Scripts/Commands): implement new command: .inventory count ( #9139 )
...
- Closes #8845
2021-11-15 09:51:21 +01:00
Kargatum
ec8f95f133
fix(Core/Scripts): corrrect cs_lookup ( #9184 )
2021-11-14 11:05:20 +01:00
IntelligentQuantum
ed55aa63af
refactor(Scripts/Commands): convert cs_lookup to new system ( #9100 )
2021-11-14 00:26:21 +01:00
Kitzunu
4a4615f4dc
feat(Script/Commands): .debug dummy ( #9070 )
...
* cherry-pick commit (5ed891a0f0 )
Co-Authored-By: Treeston <14020072+Treeston@users.noreply.github.com >
2021-11-12 12:19:35 -03:00
IntelligentQuantum
4a69d1fc07
refactor(Scripts/Commands): convert cs_learn & cs_player to new system ( #9050 )
2021-11-12 13:03:38 +01:00
IntelligentQuantum
06bc64d1c3
refactor(Scripts/Commands): convert cs_server to new system ( #9078 )
2021-11-10 13:22:47 +01:00