Commit Graph

56 Commits

Author SHA1 Message Date
hondacrx 35c06c09fd Some refactoring of code. and some cleanups 2019-09-21 12:11:16 -04:00
hondacrx 87d30caa49 Ensure that all actions are compared to fixed point in time (ie. world update start)
Port From (https://github.com/TrinityCore/TrinityCore/commit/60663d1374beef3103f4787152654034fa4a8897)
2019-09-01 10:37:14 -04:00
hondacrx 2d2a72ce3e Core/Misc: Various crash fixes
Port From (https://github.com/TrinityCore/TrinityCore/commit/4f65dc5e20cc3af5b3595809707c632faa6e5900)
2019-08-17 11:23:32 -04:00
hondacrx d3bce6a75c Core/Misc: Fix various crashes, also related to multithreading
Port From (https://github.com/TrinityCore/TrinityCore/commit/ad008c43b75080ec59aa973f1e2e4424332c34a4)
2019-08-16 22:03:02 -04:00
hondacrx 3634bc7133 Core/Misc: Moved CharacterInfo out of world to separate class
Port From (https://github.com/TrinityCore/TrinityCore/commit/ad4e63bae145ae49b584ab2fc621660430cec0d3)
2019-08-16 13:43:17 -04:00
hondacrx ea35c2ca62 Core/Spells: Fixed spell effect 93 (SPELL_EFFECT_FORCE_DESELECT)
Port From (https://github.com/TrinityCore/TrinityCore/commit/92e95ddf558db5fdcdf3c54ecd1d694da92c3a44)
2019-08-15 23:05:26 -04:00
hondacrx c2dc1c337f Core/Maps: Adjusted WorldObject::GetGridActivationRange() to never be less than map visibility distance for active objects to ensure equal ranges for activation/deactivation of grids
Port From (https://github.com/TrinityCore/TrinityCore/commit/48cc6f384d2b3ca8f1b1ddcfad70678730573449)
2019-08-15 12:07:22 -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 1e67bd4dd7 Core/Maps: Ensure all child terrain maps are created before doing anything on parent map such as loading respawn times and corpses
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/f7290509005d3b93bb62149faf3add0bb7f54f51
2019-06-19 15:30:41 -04:00
hondacrx 1e1c5c77a8 2019 YAY! 2019-01-01 12:01:55 -05:00
hondacrx 40564a73ce Core: use span<T> to cut down on array copys 2018-12-24 01:02:49 -05:00
hondacrx 581d0fd1ff Core/Misc: Removed oldTotal from LocaleConstant 2018-12-24 01:01:29 -05:00
hondacrx 8e20114e10 BFA Update (still lots of testing to do tho) 2018-12-10 12:46:25 -05:00
hondacrx 468b053946 Core/Maps: Replaced spawnmask with difficulty list 2018-09-17 12:08:48 -04:00
hondacrx a187bfd169 Core/MMaps: updated detour to be current with tc (still doesn't find the right path sometimes) 2018-08-28 14:42:01 -04:00
hondacrx 90ee61ae2b Core/AreaTrigger: handle AREATRIGGER_FLAG_HAS_CIRCULAR_MOVEMENT 2018-08-26 01:08:24 -04:00
hondacrx b3e8e4f05f Scripts/Misc: Use InstanceMap in InstanceScript instead of Map 2018-06-16 18:06:55 -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 1289bc3ed1 Core/Misc: Fixes
DB: Lots of DB fixes
2018-06-09 12:03:02 -04:00
hondacrx 2c3479c6e2 Core/Refactor: Part 4 2018-05-27 15:40:06 -04:00
hondacrx d94ad385b1 Core/Maps: Fixes nulls which unloading instance maps. 2018-05-26 13:12:28 -04:00
hondacrx 913beeae69 Core/Misc: Misc fixes 2018-05-23 18:16:14 -04:00
hondacrx 43d49f9e9b Core/Spells: Allow removing same npc entry multiple times for AuraType.LinkedSummon if it's from different effects of the same spell
Core/Maps: Allow entering raid maps without a raid group for maps older than current expansion
2018-05-22 11:34:16 -04:00
hondacrx dbd62e5c6f Core/DB: Some DB improvements 2018-05-22 11:05:16 -04:00
hondacrx 0be2dc08e2 Core/Misc: Misc Fixes 2018-05-22 00:43:21 -04:00
hondacrx 5dacd669b5 Core/Refactor: Part 3 2018-05-16 19:57:48 -04:00
hondacrx a1f9818037 Core/Maps: Enabled maps updater. and reduce cpu usage (i hope) 2018-05-13 20:27:55 -04:00
hondacrx 7d4c0b7634 Core/Misc: Misc cleanups and changing of fields 2018-05-13 20:26:05 -04:00
hondacrx 6224c4f6be Core/Misc: Misc fixes 2018-05-08 15:36:57 -04:00
hondacrx 9b40067017 Core/Refactor: Part 2 2018-05-07 22:07:35 -04:00
hondacrx 216db1c23a Core/Refactor: Part 1 2018-05-07 18:56:09 -04:00
hondacrx 90e99102fd Core/Maps: Fixed loading vmaps and mmaps in instances 2018-05-06 15:28:27 -04:00
hondacrx 1a7f31d4f2 Core/Maps: Updated vmaps and some cleaups 2018-05-03 00:05:50 -04:00
hondacrx 77f981d868 Core/Movement: Fixed PathGenerator.GetNavTerrain returning ground instead of water in fatigue area 2018-04-16 14:14:16 -04:00
hondacrx c69c715cc0 Core/Spells: Implemented personal summons 2018-04-08 18:50:05 -04:00
hondacrx 7c8f9d5d15 Core/GameObjects: Skip gameobjects with M2 models when searching for area info (perf optimization, they dont have any area info) 2018-04-08 12:30:54 -04:00
hondacrx bac9bc6955 Core/Maps: Fixed map min height calculation 2018-03-31 12:38:21 -04:00
hondacrx af74a981dd Core/Maps: Fixed child/parent map crash in garrison maps 2018-03-30 10:16:32 -04:00
hondacrx 7167cfaf86 Core/Maps: Implemented getting area id from gameobject spawns 2018-03-28 18:05:54 -04:00
hondacrx fa35d60f60 Core/Entities: Phasing rewrite 2018-03-28 11:09:30 -04:00
hondacrx 9b2c85950b Core/Instances: Fix combat resurrection charge gain 2018-03-21 23:42:08 -04:00
hondacrx 0570f2aa3b Core/Movement: Fixed transport teleports on the same map (and teleporting on transports too) 2018-03-18 20:13:53 -04:00
hondacrx 0ab3b8e8cd Core/DataStores: Fixed db2 structures after 7.3.5 2018-03-13 15:43:03 -04:00
hondacrx 5e571794bf Core/AI: Added new method for search friendly targets with certain entry and hp pct below a value 2018-03-11 14:47:19 -04:00
hondacrx 7de76148b6 Core/Misc: Some cleanups 2018-03-05 12:13:45 -05:00
hondacrx 3fc07b8b37 Core/Misc: Cleanups 2018-03-04 23:42:27 -05:00
hondacrx 7d7970f777 Core/Grid: Fixed error with check if old cell != new cell 2018-02-26 13:34:33 -05:00
hondacrx dae1a77089 Core/MMaps: Remove phased tile support 2018-02-26 13:33:46 -05:00
hondacrx 8c142d6077 Core/Misc: Fix null error and not finding transports 2018-02-16 15:04:24 -05:00
hondacrx 659080b5a5 Core/Entities: fix interaction of traps with ffa pvp and sanctuary flags 2018-01-24 12:06:19 -05:00