Commit Graph

14685 Commits

Author SHA1 Message Date
Kitzunu
ceefd89a06 feat(CI/Codestyle): check for curly brackets before/after if/else statements (#20977)
* feat(CI/Codestyle): check for braces after if/else statements

* right need to edit a cpp file to trigger cpp check

* Revert "right need to edit a cpp file to trigger cpp check"

This reverts commit 2e34d8c52f35216549107a3476e79e79ea2ae077.

* fix codestyle in cpp

* Update oculus.cpp

* Update codestyle.py

* Update codestyle.py

* Update codestyle.py

* Update codestyle.py
2024-12-19 21:14:58 +01:00
Mike Delago
288d70e58e docker-compose: ac-database: bump to mysql LTS (#20976) 2024-12-19 19:38:55 +01:00
Nathan Handley
0b39bf01cc feat(tools/vmap4_extractor) Add detection of collision-only material IDs (#20822) 2024-12-19 19:16:57 +01:00
Grimdhex
866c304d85 refactor(Deps/MySQL): replace hardcoded MySQL paths (#20870)
cherry-pick from ab046bdc32

Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-12-19 18:27:19 +01:00
Kitzunu
0bc70670d2 refactor(Core/Misc): Use steady_timer instead of deadline_timer (#20940) 2024-12-19 18:00:03 +01:00
github-actions[bot]
ea02be964b chore(DB): import pending files
Referenced commit(s): cd4175cb7f
2024-12-19 16:12:37 +00:00
daobashun
cd4175cb7f Fix(DB/SAI): Add dialogue between Archmage Mordent Evenshade and Sentinel Stillbough (#20913)
* Added Dialogue when idle

* Update rev_1734101479985626400.sql

* Update rev_1734101479985626400.sql

* fix error
2024-12-19 17:11:36 +01:00
Andrew
68d69c3596 fix(Scripts/Spells): Fix Aether Ray behaviour for quest Wrangle Aethe… (#20972)
fix(Scripts/Spells): Fix Aether Ray behaviour for quest Wrangle Aether Rays
2024-12-19 05:35:39 -03:00
Exitare
df11419ccb fix(Scripts/BlackTemple): Update AreaBoundary to avoid reset in the corners with Illidari council (#20957)
* Update distance and boundaries for council target selection

* Merge branch 'master' into council_evade
2024-12-18 23:34:59 -03:00
Exitare
4d1dba4a09 fix(Core/Player): Quest failure sound when inventory full (#20970)
* Add quest failure sound when inventory is full or quest failed

* Fix sound being played for all players & move call to correct function
2024-12-18 21:58:32 -03:00
Takenbacon
a23b13defe fix(Core/Database): Gracefully close database workers (#20936)
* Gracefully close database workers

* Change init order. Such a silly compiler flag

* Fix hang if db connection failed to open
2024-12-18 20:24:17 +01:00
Takenbacon
c8734af4bc fix(Core/Movement): Fix creatures not resuming movement after being talked to (#20945)
Fix creatures not resuming movement after being talked to
2024-12-18 20:19:31 +01:00
Takenbacon
4d349e87b5 feat(Core/AuctionHouse): Rework auctionhouse search threading (#20830) 2024-12-18 15:50:26 +01:00
Takenbacon
e9c86737fb refactor(Core/Random): Remove unused map based RNG (#20939)
Remove unused map based RNG
2024-12-18 13:48:06 +01:00
github-actions[bot]
5f020de546 chore(DB): import pending files
Referenced commit(s): 5bce9b5d33
2024-12-18 09:53:31 +00:00
Rocco Silipo
5bce9b5d33 fix(DB/Creature) Scarlet Land Cannons (#20922)
Create Scarlet_Land_Cannons.sql
2024-12-18 10:52:27 +01:00
Stefano Borzì
83b8bf7288 ci: fix codestyle and cppcheck reports (#20962) 2024-12-18 10:34:42 +01:00
sudlud
0a454b08fc fix(apps/DatabaseExporter): fix utf-8 encoding for sql export (#20951) 2024-12-18 10:33:53 +01:00
Rocco Silipo
2e13eac041 fix(Script/ZulAman): Nalorakk abilities. (#20937)
* Update boss_nalorakk.cpp

* Update boss_nalorakk.cpp
2024-12-18 09:00:20 +01:00
sudlud
abbd552ce5 feat(DB): Release ACDB 12.0.1 (#20954) 2024-12-18 06:07:03 +01:00
Exitare
325c208b7c feat(Scripts/Command): Update gm fly to behave like a toggle (#20925) 2024-12-18 05:50:33 +01:00
Andrew
2923a4aa43 fix(Scripts/ZulAman): Fix Electric Storm shouldnt hit safe players (#20897)
* fix(Scripts/ZulAman): Fix Electric Storm shouldnt hit safe players

* increase cloud duration by 500ms

Co-Authored-By: killerwife <killerwife@users.noreply.github.com>

---------

Co-authored-by: killerwife <killerwife@users.noreply.github.com>
2024-12-17 12:28:46 -03:00
github-actions[bot]
1078433bb2 chore(DB): import pending files
Referenced commit(s): ab060f7941
2024-12-17 14:07:55 +00:00
FlyingArowana
ab060f7941 fix(DB/CreatureSAI) - Removed "Charm" Flag from Frayfeather Stagwing and Frayfeather Skystormer (#20943)
* Created

* Removed Charm Flag

* Mighty space

* Added sourcetype
2024-12-17 11:06:59 -03:00
Jelle Meeus
88eb6fbb2b fix(Core/Player): SpellQueue fix typo StartRecoveryCategory (#20944)
fix: typo StartRecoveryCategory

should be category
2024-12-17 10:38:24 -03:00
Kitzunu
3a20433827 feat(DB): New DB exporter and versioning tools for DB squashes (#20920) 2024-12-16 16:13:05 +01:00
github-actions[bot]
35f316b1a6 chore(DB): import pending files
Referenced commit(s): 7fd8b04a56
2024-12-15 18:50:58 +00:00
Exitare
7fd8b04a56 feat(Core/Motd): Allow localized motd (#20542)
* Initial commit for localized motd

* Rename function that created world packages

* Update to satisfy code check

* Update code to accomodate localized motd

* Update command to support multiple optionales & adjusted db

* Code cleanup

* Update sql name

* Fix codestyle issues

* Remove hardcoded schema

* Add check for valid player in reload command

* Update to better code style

* Add missing include

* Fix redundant code usage

* Add missing include

* Remove sql files and create new rev sql files

* Address minor code reviews

* Fix code style

* Update code to address code revisions.

- Remove two unused functions
- Remove map
- Use available function to resolve LocaleConstant

* Fix code style

* Add check for base motd and update locale to DEFAULT_LOCALE

* Code docs

* Removed some docs, readd defaultd motd formatting

* Fix oversight in variable declaration

* Code style fix

* Update code based on code review

* ready for merge

* Fix set motd command due to changes to DEFAULT_LOCALE

* Fix CI

* Fix trailing whitespace

---------

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-12-15 19:50:02 +01:00
Kitzunu
7732e1a5b2 feat(DB): Release ACDB 12.0.0 (#20921) 2024-12-15 14:35:42 +01:00
Exitare
98b426bf3a feat(Core/Player) Option to adjust max rest bonus via config (#20836) 2024-12-14 20:51:28 +01:00
github-actions[bot]
7164422883 chore(DB): import pending files
Referenced commit(s): fd1123caae
2024-12-14 14:52:53 +00:00
Grimdhex
fd1123caae fix(DB/SAI): several missing abilities in Zul'Aman (#20918) 2024-12-14 15:51:58 +01:00
Jelle Meeus
94f1176cd0 fix(Scripts/TheEye): Kaelthas reduce time until all advisors phase (#20914) 2024-12-14 11:20:41 +01:00
github-actions[bot]
4746425683 chore(DB): import pending files
Referenced commit(s): 6f65f5f22b
2024-12-14 08:47:33 +00:00
Andrew
8fce766627 fix(DB/Creature): Illidari Nightlord remove distract and add banish i… (#20912) 2024-12-14 09:47:12 +01:00
Exitare
6f65f5f22b feat(Core/Player)Add quest failure sound when inventory is full or quest failed (#20917) 2024-12-14 09:46:41 +01:00
Grimdhex
a4e2b1d743 feat(Core/WorldObjects): implement Heartbeat timers (#20872) 2024-12-13 08:50:45 +01:00
Jelle Meeus
993bdcb84e feat(Core/Player): implement Spell Queue (#20797) 2024-12-12 11:59:52 +01:00
github-actions[bot]
f31bf723a0 chore(DB): import pending files
Referenced commit(s): 80e6a3a412
2024-12-12 05:55:35 +00:00
Jelle Meeus
80e6a3a412 fix(Scripts/TrialOfChampion): fail and send custom spell error when trying to mount without lance equipped (#19932) 2024-12-12 06:54:40 +01:00
IntelligentQuantum
9f37794f5c Fix(Core/Player): Energy regen rate bonuses (#20321) 2024-12-12 06:53:39 +01:00
github-actions[bot]
f1d9c16e53 chore(DB): import pending files
Referenced commit(s): 4c54f7e171
2024-12-12 05:11:53 +00:00
Andrew
d94dda9d93 feat(Core/SAI): Implement SMART_ACTION_DISMOUNT (206) (#20899) 2024-12-12 06:11:42 +01:00
github-actions[bot]
4c54f7e171 chore(DB): import pending files
Referenced commit(s): a4c30ad720
2024-12-12 05:10:55 +00:00
Andrew
a4c30ad720 fix(DB/Creature): Fix ZA bosses not despawning on evade (#20900) 2024-12-12 06:09:59 +01:00
blinkysc
cef1b781d7 fix(Scripts/IcecrownCitadel): Vengeful Shade unroot timer fix (#20902)
Vengeful Shade unroot timer fix

Co-authored-by: Nicholas Lee <nicholaslee@Nicholass-MacBook-Air.local>
2024-12-12 00:03:29 -03:00
github-actions[bot]
eadcaea296 chore(DB): import pending files
Referenced commit(s): 5e8ee9bd59
2024-12-11 22:28:29 +00:00
Andrew
5e8ee9bd59 fix(DB/Creature): Amanishi Tempest should be immune to taunts, fears … (#20898)
fix(DB/Creature): Amanishi Tempest should be immune to taunts, fears and stuns
2024-12-11 19:27:31 -03:00
Andrew
60667e75c3 fix(Scripts/ZulAman): Malacrass adds shouldnt change on wipes (#20894) 2024-12-11 00:59:59 +01:00
github-actions[bot]
3c20dd0ac0 chore(DB): import pending files
Referenced commit(s): aeaa738e86
2024-12-10 21:33:58 +00:00