Commit Graph

55 Commits

Author SHA1 Message Date
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
hondacrx 230453c451 New Year 2020 :) 2020-01-09 11:35:00 -05:00
hondacrx 67ae576192 Updated to .Net Core 3.1 2019-12-06 22:53:04 -05:00
hondacrx 966c1fff33 Core/Cache: Implement QueryCache system
Ideas/Port From (https://github.com/TrinityCore/TrinityCore/commit/b4d30bb92cbfc8411d8d91b0f4f2981f2cecc148)
2019-08-31 10:06:35 -04:00
hondacrx b85860dd78 Misc fixes 2019-08-27 16:13:17 -04:00
hondacrx 125e3b3ac7 Updated to 8.2.0.31429 (scripts disabled atm, they still need updated)
Code Port from TrinityCore https://github.com/TrinityCore/TrinityCore
Casc from WoW-Tools https://github.com/WoW-Tools/CASCExplorer
2019-08-14 11:20:42 -04:00
hondacrx ec7807eaac Core/Objects: increase sight range of all Infinite, Gigantic and Large objects & correct general default visibility distance 2019-01-16 19:42:22 -05:00
hondacrx 1e1c5c77a8 2019 YAY! 2019-01-01 12:01:55 -05:00
hondacrx 8e20114e10 BFA Update (still lots of testing to do tho) 2018-12-10 12:46:25 -05:00
hondacrx ae08c81ce6 Core/Artifact Handle Artifact tiers + Artifact unlock (3rd relic bonus) 2018-08-01 14:14:51 -04:00
hondacrx 93499fb104 Core: Updated to .Net Core 2.1 2018-07-12 17:24:29 -04:00
hondacrx 7aa494d5dd Core/Errors: Stop using System.Diagnostics.Contracts, Its just closing the server without error or warning. We now log the error and then throw a exception 2018-06-15 12:34:56 -04:00
hondacrx f7e557ab71 Core: Misc fixes 2018-05-26 13:09:46 -04:00
hondacrx 90751a6a28 Core/Network: Changed AsyncAcceptor to have a start method that returns false if it can't start the network.
Core/Logging: Cleaned up network logging.
2018-05-22 11:29:54 -04:00
hondacrx dbd62e5c6f Core/DB: Some DB improvements 2018-05-22 11:05:16 -04:00
hondacrx 1106aa3659 Core/Quests: Ported quest greeting locales
Core/Misc: Misc fixes
2018-04-27 15:09:38 -04:00
hondacrx bb59664df5 Core/World: Simplified sleep calculation routine for world update thread 2018-03-18 12:43:55 -04:00
hondacrx 3fc07b8b37 Core/Misc: Cleanups 2018-03-04 23:42:27 -05:00
hondacrx 78f0f7557e Core/Characters: Upgrade limitation to 16 characters per realm 2018-02-26 13:36:02 -05:00
hondacrx 82dca6de94 Updated DB2 structs 2018-02-26 13:13:54 -05:00
hondacrx 0a3dfaba37 Updated to 7.3.5.25996 (Db2 files not updated) 2018-02-19 10:32:16 -05:00
Caydan c93e0fdcd0 Core/BattleGrounds: Changed upper case character in tables character_Battleground_data and Battleground_template to lower case to solve startup issues (#17) 2018-01-28 12:22:07 -05:00
hondacrx 950a083a2a Fixes server shutdowns 2018-01-12 11:16:55 -05:00
hondacrx 8b43b08f6f Really fix parsing double and floats, Also added to BNetServer just to make sure. 2018-01-03 12:37:20 -05:00
hondacrx 28c0ef9d03 Happy New Year!!!! 2018-01-02 13:02:21 -05:00
hondacrx c7219c7098 Fixes Script loading.
Some cleanup on array Clear
Misc errors
2017-12-24 16:37:15 -05:00