Commit Graph

80 Commits

Author SHA1 Message Date
hondacrx 11e8c2f4f2 Fixes loading, *Command system is broke* Will fix in the coming days. 2022-06-02 17:00:58 -04:00
hondacrx bf6fec2eb2 Core/Network: Add option to allow/disallow saving IP addresses to database
Port From (https://github.com/TrinityCore/TrinityCore/commit/5afa32e9a7e944d5fbee620c31bf6e2939ec7c5d)
2022-05-29 16:15:40 -04:00
hondacrx f10f1e4000 Core/Visibility: Split BG/Arena visibility settings
Port From (https://github.com/TrinityCore/TrinityCore/commit/6b681ebc8aaaf79c1865c8c01f78c736a72e6e7d)
2022-05-24 13:35:17 -04:00
hondacrx 0ea2cded93 Core/PathFinding: Enable pathfinding (MMaps) by default
Port From (https://github.com/TrinityCore/TrinityCore/commit/2942d066642fa9e1cf31fc249a69ecbeec0c5593)
2022-04-28 10:41:39 -04:00
hondacrx eb32529e9c Misc updates. 2022-04-28 09:35:02 -04:00
hondacrx 569232c3fe Battlefields: Move BF scripts out of game
Port From (https://github.com/TrinityCore/TrinityCore/commit/49523a74a4c28e5ae17f9a8352aa8224b765b7d8)
2022-02-24 10:51:24 -05:00
hondacrx 87d3646a83 Core/Creature: Allow to disable HP regen in Raids even if the target is unreachable
Port From (https://github.com/TrinityCore/TrinityCore/commit/07863a7a6817dbb16fbd740130149bf727a6a136)
2022-02-22 19:49:05 -05:00
hondacrx 338a861cd9 Core/Time: Remove artificially high minimal update intervals
Port From (https://github.com/TrinityCore/TrinityCore/commit/3a67e376811743be208da4aab8a9e452e1ae637e)
2022-02-22 13:54:46 -05:00
hondacrx 04b25ca313 Core/Auras: Delete old custom config AllowTrackBothResources, all tracking types can be turned on without it
Port From (https://github.com/TrinityCore/TrinityCore/commit/04b06ab35ff5be05794d0ce5a278bd0b6fa8d4b8)
2022-01-28 17:35:55 -05:00
hondacrx 6c0e21b4de Misc updates/fixes 2022-01-27 12:36:56 -05:00
hondacrx 4c922933de Core/Player: Initial War Mode support
Port From (https://github.com/TrinityCore/TrinityCore/commit/b821a729733db0d3742b4aefe05e5a8305724f66)
2022-01-07 21:49:50 -05:00
hondacrx 32375df62e Misc fixes 2022-01-06 00:19:12 -05:00
hondacrx 4b08dc2756 Core/Calendar: Add some additional validation when creating events
Port From (https://github.com/TrinityCore/TrinityCore/commit/562c567b1e0c878f0632994a79bcfbfd4a962504)
2022-01-04 20:40:30 -05:00
hondacrx ed761eb400 Core/Pooling: Quest pooling rewrite
Port From (https://github.com/TrinityCore/TrinityCore/commit/51fbda4223442635a35d3225c0797d0151ea7051)
2022-01-04 17:35:29 -05:00
hondacrx 75d3497d38 Core/Chat: Custom channel preservation rewrite. Channel data is now loaded at startup, and written to the DB periodically, instead of both things happening in real time.
Port From (https://github.com/TrinityCore/TrinityCore/commit/8839fa3fe24e72e4506e94389663b82ab2292649)
2022-01-02 13:44:00 -05:00
hondacrx 9b2d1e67b6 Core/Spawns: Exterminate CONFIG_SAVE_RESPAWN_TIME_IMMEDIATELY with extreme prejudice. (It didn't work anyway.)
Port From (https://github.com/TrinityCore/TrinityCore/commit/d5e58cef694d3db65f0a27b93099ae4e517685a4)
2021-12-27 17:39:42 -05:00
hondacrx 13a3b6f06c Misc/Config: set decay timer for unlooted normal creatures to 5 minutes.
Port From (https://github.com/TrinityCore/TrinityCore/commit/2c55730a0155f7f7da5cbed70ea21a0b8923aad7)
2021-12-27 15:28:38 -05:00
hondacrx 9ba51bd120 Core/Console: start CliRunnable thread after all log messages have been printed.
Port From (https://github.com/TrinityCore/TrinityCore/commit/2344671af5dfd15db980b81b5c433d50c718970f)
2021-12-16 12:39:12 -05:00
hondacrx 15cd6313d1 Core/conf: conf.dist typo & grammar corrections
Port From (https://github.com/TrinityCore/TrinityCore/commit/001b9fb05c334a76b067872f98c8e48e9c743ef8)
2021-12-01 20:43:27 -05:00
hondacrx 6e6166eec1 Core/GameEvent: weekend xp rate
Port From (https://github.com/TrinityCore/TrinityCore/commit/c44650502cf7e7285e3e504d238638ac0ccc7ec6)
2021-11-15 23:31:25 -05:00
hondacrx 6e2511f7b6 Updated to net 6.0 2021-11-14 16:47:37 -05:00
hondacrx 79ef3161dd Core/Characters: Added allied race creation data, implemented intro scenes & added config option to disable achievement requirements for allied races
Port From (https://github.com/TrinityCore/TrinityCore/commit/71eb30f89dc5abeb33c7aa4a526073f769b5c7d1)
2021-10-05 14:04:44 -04:00
hondacrx 50fcbd3aaf Some cleanups 2021-07-08 13:01:46 -04:00
hondacrx 52e43853fe More Cleanups 2021-06-08 12:56:09 -04:00
hondacrx c51e7b3223 Core/Movement: Correct the allowed distance to target before a repositioning is necessary.
Port From (https://github.com/TrinityCore/TrinityCore/commit/0ce1e9d6522974e3186e8b5cf75b7c653a075862)
2021-05-18 13:13:12 -04:00
hondacrx ecad90c7d4 Core/RemoteAccess: Added support for remote access using email/password. 2021-03-15 14:04:47 -04:00
hondacrx f393807598 Server/Main: Enable UnhandledException. 2021-03-08 16:47:55 -05:00
hondacrx 65b4a5c37a Misc fixes / DB updates 2021-02-22 16:07:39 -05:00
hondacrx 91459cde06 Core/Misc: Add functionality to allow low level quests/kills/discoveries to grant experience
Port From (https://github.com/TrinityCore/TrinityCore/commit/502f77fe8cb082843f7eb385159dd5038a059443)
2021-02-02 10:28:22 -05:00
hondacrx 869aa6bf56 Core/Pvp: Add config option to enable warmode/pvptalents 2021-01-27 00:16:20 -05:00
hondacrx 43b298b830 Updated to .net5.0 2021-01-21 13:44:11 -05:00
hondacrx 3e9b4d0cef Core/Misc: Added the possibility to configure the hour at which the server will be return old mails or delete them.
Port From (https://github.com/TrinityCore/TrinityCore/commit/3b36278d0227d241643a618fdc0e8cce5133d78c)
2021-01-08 20:38:58 -05:00
hondacrx 7432ae56a8 Core/Players: Introduce configurable allied race starting level and fix default level selection for pandaren death knights
Port From (https://github.com/TrinityCore/TrinityCore/commit/bff8f2ff4ebc4144a2c1c31a65b78a1f0ed3f973)
2020-12-31 15:29:16 -05:00
hondacrx f57ff15264 Core/Config: Fixed StartPlayLevels of DK, DH & RAF
Port From (https://github.com/TrinityCore/TrinityCore/commit/c8228392ea19e35ed7f21b1cbf21043d2d8a5320)
2020-12-31 15:07:06 -05:00
hondacrx f0037ab99f Core/DataStores: Updated db2 structures to 9.0.2
Port From (https://github.com/TrinityCore/TrinityCore/commit/b82a3a557a7bf13d48342ea189325550059b622d)
2020-12-12 23:20:41 -05:00
hondacrx 0749a06c99 Core/Misc: First set of required db changes for 9.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/4ca29f3cb050896a8a6c1fea5b2364b2b11c22cd)
2020-12-09 16:03:38 -05:00
hondacrx 900362a7d7 Removed all instance scripts so we can have script project back and spells will work again. 2020-12-07 15:29:06 -05:00
hondacrx 058b86f989 Core/WorldServer: Temp disable scripts while i work on adding a ton of them. 2020-12-07 10:09:06 -05:00
hondacrx 08ef556a36 Core/Scripts: dynamic_spawning follow-up, I had forgotten JustRespawned existed.
Port From (https://github.com/TrinityCore/TrinityCore/commit/129dd7c9091d3fafc0f5e10b795224bc9418d006)
2020-08-24 11:26:27 -04:00
hondacrx 15ae7a7c66 Dynamic Creature/Go spawning
Port From (https://github.com/TrinityCore/TrinityCore/commit/03b125e6d1947258316c931499746696a95aded2)
2020-08-23 21:52:32 -04:00
hondacrx 67bacbb731 Core/PacketIO: Send the expected value in available hotfixes packet - realm address, not arbitrary number (it no longer has any effect for clearing client cache)
Port From (https://github.com/TrinityCore/TrinityCore/commit/2c99678118798279372f17d4bb5f5a88ac95c413)
2020-08-21 20:30:53 -04:00
hondacrx 7bb86f94c5 Proper client timeout detection
Port From (https://github.com/TrinityCore/TrinityCore/commit/2c3fc47a96baa8a47130befda647bf29d8eacce1)
2020-07-24 17:48:02 -04:00
hondacrx 13cf935ca7 Fixes to all-reputation and all-skill custom option handling:
Port From (https://github.com/TrinityCore/TrinityCore/commit/2d191a668019703cf0e32700c586e94679ea04c7)
2020-07-24 16:16:00 -04:00
hondacrx ddaaae896e So, I came in trying to fix gameobject LoS. So I restructured some stuff.
Port From (https://github.com/TrinityCore/TrinityCore/commit/5392212799b669d91c80cf0e9539a3aaa2abbe79)
2020-07-23 19:01:15 -04:00
hondacrx 0f5801d9f4 Core/Players: Remove deprecated skill related config AlwaysMaxWeaponSkill and command .maxskill
Port From (https://github.com/TrinityCore/TrinityCore/commit/bbdabd7d776a86dcb25954faf119797d52c2a425)
2020-07-12 00:44:24 -04:00
hondacrx 581d077acd Refactoring of BNetServer 2020-07-12 00:06:43 -04:00
hondacrx a09e6aa9ae Misc/Config: Update CharacterCreating.Disabled.RaceMask and ClassMask
Port From (https://github.com/TrinityCore/TrinityCore/commit/78bc0c41e9156d9211b5d0a49cb260d543b1c175)
2020-05-22 13:30:32 -04:00
hondacrx c3adef77a9 Misc cleanups 2020-05-05 19:09:57 -04:00
hondacrx e31ca45d54 Core/AuctionHouse: Add separate auction house throttle period for requests from auction house addons tainting default ui
Port From (https://github.com/TrinityCore/TrinityCore/commit/fb0a29131d30e15d8d323271490069860580817d)
2020-04-29 14:24:17 -04:00
hondacrx 8a9bd6504c Core/AuctionHouse: Set default AllowTwoSide.Interaction.Auction to enabled
Port From (https://github.com/TrinityCore/TrinityCore/commit/2c1c04a8f643d61bf29185f96d16fe4614e8e3ce)
2020-04-25 00:06:16 -04:00