Kitzunu
d227ed91c2
fix(Scripts/Commands): Prevent crash if you use doublequotes in go cr… ( #20012 )
...
fix(Scripts/Commands): Prevent crash if you use doublequotes in go creature name
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/20010
2024-09-21 18:30:58 -03:00
BAUXA
146f5a64ad
fix(Scripts/Commands): "go xyz" command crash ( #18676 )
...
go xyz fix crash
2024-04-06 09:16:54 -03:00
Kitzunu
4d935d6d8a
fix(Scripts/Commands): Crash on go xyz with invalid mapid ( #17962 )
...
fix(Scripts/Commands): Crash on go xyz
2023-12-09 01:06:02 +01:00
Kitzunu
d0f10a12c0
feat(Scripts/Commands): introduce go creature name ( #17910 )
...
* feat(Scripts/Commands): introduce go creature name
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/2315
* Since new command handler the old "go creature" dont take name as argument
* Update cs_go.cpp
* this could be null... so let's avoid stupid crashes
* we only need the first result if there are multiple
* Update cs_go.cpp
* Update rev_1701381015172273800.sql
2023-12-03 02:57:41 +01:00
Winfidonarleyan
eb1ecc38a5
feat(Core/Scripting): move all script objects to separated files ( #17860 )
...
* feat(Core/Scripts): move all script objects to separated files
* Apply 5bfeabde81
* try gcc build
* again
2023-12-02 21:13:20 +01:00
Kitzunu
db4b0b0d3d
feat(Core/ChatHandler): Add SendErrorMessage helper ( #17919 )
...
* feat(Core/Chat): Add SendErrorMessage helper
* lost boy
2023-12-02 19:25:32 +01:00
Dan
d4931755ea
fix(Scripts/Commands): make sure no invalid IDs can be passed in map creation for .go xyz ( #17836 )
...
* handle wrong ID
* remove enum
* white line at end
got removed for some reason idk
* a tab
2023-11-24 01:20:09 +01:00
KJack
48271945d0
feat (core/cs): Make .go xyz ignore non-numeric data to improve copy-paste usability ( #17772 )
...
* Flexible `.go xyz` working well with existing syntax order.
* Make `.go xyz` ignore non-numeric characters
* Support values separated by something other than a space.
* Use current player orientation instead of `0.0f`
* Rename `inputCoords` to `args` per request.
2023-11-19 22:43:48 +01:00
Skjalf
dba8c49bce
chore(Core/Object): Rename GetGOData() to GetGameObjectData() ( #14875 )
2023-02-05 08:35:52 -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
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
IntelligentQuantum
d5509ceb37
refactor(Scripts/Commands): Convert cs_go to new system ( #8874 )
2021-11-04 12:41:59 -03:00
Kargatum
bc9473482e
feat(Core/Chat): new argument parsing and unify chat hyperlink parsing ( #6243 )
2021-10-23 10:15:42 +02: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
Kitzunu
2f449326e0
refactor(Core): Rename ...Manager to ...Mgr ( #6910 )
...
* Rename MapManager.h to MapMgr.h
* Rename BanManager.h to BanMgr.h
* Rename MapManager.cpp to MapMgr.cpp
* Rename BanManager.cpp to BanMgr.cpp
* Rename MapRefManager.h to MapRefMgr.h
* Rename ThreatManager.h to ThreatMgr.h
* Rename GridRefManager.h to GridRefMgr.h
* Rename ThreatManager.cpp to ThreatMgr.cpp
* Rename GroupRefManager.h to GroupRefMgr.h
* Rename HostileRefManager.h to HostileRefMgr.h
* Rename HostileRefManager.cpp to HostileRefMgr.cpp
* Rename MMapManager.h to MMapMgr.h
* Rename FollowerRefManager.h to FollowerRefMgr.h
* Rename VMapManager2.h to VMapMgr2.h
* Rename IVMapManager.h to IVMapMgr.h
* Rename MMapManager.cpp to MMapMgr.cpp
* Rename VMapManager2.cpp to VMapMgr2.cpp
* Rename RefManager.h to RefMgr.h
* Rename WaypointManager.h to WaypointMgr.h
* Rename WaypointManager.cpp to WaypointMgr.cpp
* Rename MPQManager.h to MPQMgr.h
* Rename MPQManager.cpp to MPQMgr.cpp
* Rename IMMAPManager.h to IMMAPMgr.h
* fix build
* Update Main.cpp
* chore(Core/Misc): Remove toxic language
* Revert "chore(Core/Misc): Remove toxic language"
* fix build
* build
2021-09-15 17:50:28 +02:00
Kargatum
9ac6fddcae
feat(Core/Database): port TrinityCore database API ( #5611 )
2021-06-22 06:21:07 +02:00
UltraNix
f4c226423d
feat(Core/Misc): implement ObjectGuid class (port from TC) ( #4885 )
2021-04-25 22:18:03 +02:00
Francesco Borzì
f6a17164be
fix(Core/License): issue with old files license ( #4762 )
2021-03-17 09:46:01 -06:00
Kitzunu
dbc0ff6554
refactor(Core): sort #includes alphabetically ( #4579 )
2021-02-24 22:34:42 +01:00
Kargatum
5e20b46812
refactor(Core/Scripts): restyle scripts lib with astyle ( #3467 )
2020-10-11 10:35:34 +02:00
Kargatum
1a9f8dfc0c
Core/DBC Move WorldSafeLocs.dbc storage to DB ( #932 )
2019-01-08 09:37:31 +03:00
Pondaveia
e8aff9feac
Core/Scripts: Unify GOB commands ( #1037 )
...
- Unify game object related GM commands
- Add deprecation notice to old commands
Closes #1019
2018-10-18 00:07:05 +02:00
Nefertumm
dd300003e2
Update license links ( #783 )
2018-03-12 10:54:57 +01:00
Kaev
05cd8c8c61
Move area trigger storage from DBC to database ( #742 )
...
Renamed AreaTrigger + related stuff to AreaTriggerTeleport
2018-01-02 22:08:08 +01:00
Yehonal
403ed2600f
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk into dir-restructure
2017-12-21 11:26:43 +01:00
Yehonal
17332304fd
Using TC structure allowing easier patches importing
2017-12-21 00:20:29 +01:00
Yehonal
b0c8eceb08
Refactoring part 2 [W.I.P]
2016-08-12 02:38:26 +02:00
mik1893
f978f833b0
Fix VS2015 Compile
2016-07-08 23:54:22 +02:00
Yehonal
52f305111c
importing changes from callmephil repo
...
a special thanks to him
2016-06-26 19:22:35 +02:00
Yehonal
e8e94a0a66
First Commit
...
For Azeroth!
2016-06-26 10:39:44 +02:00