EverWrath/src/server
Dan Costinas 87aeaf10fd
fix(Core/SmartAI) : use explicit stack DS for ProcessAction instead of recursion (#16739)
* Use dequeue instead of recursion

* Remove to do comments

* Fix formatting

* Fix more formatting :(

* Use references instead of copies in the stack to correctly update event state

* formatting

* Revert FindLinkedEvent parameter name change and check for event type

* Fix event processing in SmartScript::UpdateTimer

* Use struct for defining SmartScriptFrame instead of tuple

* Fix emplace_back not working on default constructor on clang 15

* Fix const placement
2024-10-22 17:31:45 +02:00
..
apps refactor(src/server/apps|database|shared): remove unused imports (#19505) 2024-09-29 13:10:50 -03:00
database refactor(src/server/apps|database|shared): remove unused imports (#19505) 2024-09-29 13:10:50 -03:00
game fix(Core/SmartAI) : use explicit stack DS for ProcessAction instead of recursion (#16739) 2024-10-22 17:31:45 +02:00
scripts fix(Scripts/BlackTemple): Properly randomize Illidan initial Eye Beam and order. (#20264) 2024-10-21 23:00:15 -03:00
shared chore(Core): Correct typo of Suppress. (#20229) 2024-10-17 22:09:53 +02:00
CMakeLists.txt fix(Server): remove double blank lines at the end of several files (#19735) 2024-08-25 07:21:14 -03:00