Commit Graph

  • 98340751b0 Sanity check on adding self to other lists Akkadius 2020-07-19 01:34:25 -05:00
  • 42781036a8 Fix issue where npc_types could become null in the cache but remain referenced, causing a crash due to invalid memory accessed E Spause 2020-07-19 02:31:22 -04:00
  • eacd2c2cde Fix null pointers in group/raid pointer removal E Spause 2020-07-19 02:30:50 -04:00
  • 2e0c892b07 Add cli character:copy-character and #copycharacter Akkadius 2020-07-18 21:07:22 -05:00
  • 880b19cc7f Hit the zone cache first so we're not hitting the database every time someone attempts to zone Akkadius 2020-07-18 13:16:27 -05:00
  • fc6689ec09 Merge pull request #1096 from noudess/master Chris Miles 2020-07-18 11:50:37 -05:00
  • db4f113129 Added rule to allow the Ding sound when AA is earned. #1096 Noudess 2020-07-13 08:12:02 -04:00
  • 30e0bbb912 More conversion changes to reduce warnings [skip ci] Akkadius 2020-07-12 17:33:17 -05:00
  • 6a7a78af29 Static cast floats in atof usages where the datatype is actually float to avoid windows compiler warnings Akkadius 2020-07-12 17:25:50 -05:00
  • 758a30a080 Fix merge Akkadius 2020-07-12 16:57:36 -05:00
  • 3016f9409b Fix merge Akkadius 2020-07-12 16:57:04 -05:00
  • 7ba55759c5 Merge pull request #1095 from EQEmu/world_wide_lua_overrides Chris Miles 2020-07-12 16:53:47 -05:00
  • 8647bd73ce Merge remote-tracking branch 'origin' into integration/multi-tenancy-expansions-repository Akkadius 2020-07-12 16:51:36 -05:00
  • e033d89a32 Add Lua overrides to worldwide methods to make additional parameters optional. #1095 Alex 2020-07-08 18:16:20 -04:00
  • a8928d4a39 Merge pull request #17 from EQEmu/master Paul Coene 2020-07-08 15:48:20 -04:00
  • b801f8dfe5 Merge pull request #1092 from EQEmu/cross_zone_overhaul Chris Miles 2020-07-07 14:15:29 -05:00
  • b0b63cc64c Merge pull request #1093 from EQEmu/hot_reload_adjustments Chris Miles 2020-07-07 14:13:15 -05:00
  • c8389bc674 Completely overhaul cross zone and world wide methods in quest API. #1092 Alex 2020-07-03 00:54:55 -04:00
  • f1929c4f45 Add hot reload saylinks as well as a rule to determine if you bypass the saylinks. #1093 Alex 2020-07-05 20:31:11 -04:00
  • f6b5bbef00 Add world api get_database_schema Akkadius 2020-07-07 02:21:44 -05:00
  • bdf55403cf Add manifest criteria Akkadius 2020-07-07 02:10:00 -05:00
  • 084e9b7a35 Fix command exit codes Akkadius 2020-07-07 02:09:39 -05:00
  • a54d92d078 Cleanup content flag loading logic Akkadius 2020-07-07 02:06:16 -05:00
  • 331eb51126 Add connection label to MySQL connects Akkadius 2020-07-07 02:06:00 -05:00
  • b7e2261e16 Merge branch 'master' of https://github.com/EQEmu/Server into integration/multi-tenancy-expansions-repository Akkadius 2020-07-07 01:32:17 -05:00
  • 4e6c3b524f Add fix for scenario where a client traveled far distance quickly and mob scanning is too slow; this takes care of all scenarios Akkadius 2020-07-07 01:19:02 -05:00
  • 520ac3ae46 Merge pull request #1091 from EQEmu/feature/windows-shared-memory-hotfix-fix Chris Miles 2020-07-04 02:27:17 -05:00
  • 15a70c7aa9 Fix for windows hotfix [skip ci] #1091 Akkadius 2020-07-04 02:24:53 -05:00
  • 9e960b90bd Adjust path quote [skip ci] Akkadius 2020-07-04 02:01:35 -05:00
  • 8e96232690 Add explicit file extension to file check [skip ci] Akkadius 2020-07-04 01:58:02 -05:00
  • 6aad062e9a Add logging [skip ci] Akkadius 2020-07-04 01:50:29 -05:00
  • 818fd53dd0 Merge pull request #1090 from xevianindustries/titanium_start_zone_fix Chris Miles 2020-07-02 21:34:52 -05:00
  • 36e064a7b3 Fix issue where #hotfix doesn't work properly in new Windows installations Akkadius 2020-07-02 21:31:50 -05:00
  • 12a0e3e226 Issue 743 - WorldDatabase::GetStartZone now checks isTitanium when creating the SQL #1090 Erick Christgau 2020-07-02 10:16:04 -05:00
  • a78c3b9800 Merge pull request #1086 from EQEmu/cross_zone_move Chris Miles 2020-06-30 14:48:16 -05:00
  • 62439fe8ee Merge pull request #1088 from EQEmu/move_zone_instance Chris Miles 2020-06-30 14:47:16 -05:00
  • 4b1ea13c32 Merge pull request #1089 from EQEmu/dye_armor Chris Miles 2020-06-30 14:46:43 -05:00
  • 7a5a0915e5 Merge pull request #1085 from EQEmu/display_ac Chris Miles 2020-06-30 14:46:08 -05:00
  • 0202a2ad23 Merge pull request #16 from EQEmu/master Paul Coene 2020-06-30 07:56:00 -04:00
  • eed1fd8a43 Add DyeArmorBySlot(slot, red, green, blue, use_tint) to Perl/Lua. #1089 Alex 2020-06-29 20:54:48 -04:00
  • 1b2c2a1dd0 Add MoveZoneInstance methods to Perl/Lua. #1088 Alex 2020-06-29 19:24:14 -04:00
  • f514dd5b55 Optimize cross-zone utilities and add cross-zone player move utilities to Perl/Lua. #1086 Alex 2020-06-29 15:18:32 -04:00
  • eb039d176c Add GetDisplayAC() to Perl/Lua. #1085 Alex 2020-06-29 15:49:24 -04:00
  • 954b0c5106 Post merge fixes Akkadius 2020-06-29 00:55:53 -05:00
  • e03ca7f65e Merge branch 'master' of https://github.com/EQEmu/Server into integration/multi-tenancy-expansions-repository Akkadius 2020-06-29 00:40:27 -05:00
  • f32126faac Fix issue where when a client first enters a zone, a mob may not be aware of their distance to a client immediately so when the client does their scan we also add ourselves to their lists Akkadius 2020-06-28 23:10:30 -05:00
  • e11868eb65 Merge branch 'master' of https://github.com/EQEmu/Server Akkadius 2020-06-28 22:56:35 -05:00
  • 05113aab7d Lower animation throttle frequency Akkadius 2020-06-28 22:56:33 -05:00
  • ba62d0bdd3 Merge pull request #1074 from thalix1337/master Chris Miles 2020-06-28 22:03:31 -05:00
  • 53eb28c5c6 Merge pull request #1079 from KinglyKrab/disc_timer Chris Miles 2020-06-28 22:00:45 -05:00
  • f6d415410d Merge pull request #1080 from KinglyKrab/assign_tasks Chris Miles 2020-06-28 21:54:52 -05:00
  • f143cddc97 Merge pull request #1082 from KinglyKrab/move_zone Chris Miles 2020-06-28 20:05:16 -05:00
  • 2a19ad0197 Merge pull request #1083 from EQEmu/recalculate_skills Chris Miles 2020-06-28 20:04:41 -05:00
  • 30067f9b6d Fix UCS connection bug Akkadius 2020-06-28 19:14:36 -05:00
  • 1292e1c9c0 Fix $npc->RecalculateSkills() in Perl. #1083 Alex 2020-06-28 10:08:21 -04:00
  • 9a2294774e Add client-based MoveZone methods. #1082 Alex 2020-06-27 20:56:02 -04:00
  • 2c7d227f4a Merge pull request #1 from EQEmu/master Alex 2020-06-27 20:41:58 -04:00
  • 25c3d3803f Add cross-zone task assign methods to Perl/Lua. #1080 Alex 2020-06-27 18:37:43 -04:00
  • 736c345a45 Add GetDisciplineTimer() and ResetDisciplineTimer() to Perl/Lua. #1079 Alex 2020-06-27 16:37:24 -04:00
  • c3e7cd65e8 Corrected duplicate descriptions #1074 thalix1337 2020-06-27 03:18:40 +02:00
  • 9bbef1d79a Missing descriptions added freyonsecurity 2020-06-26 22:05:35 +02:00
  • 6bdc1ffffb Merge pull request #1067 from noudess/CallForHelp Chris Miles 2020-06-23 14:20:40 -05:00
  • a9c2e35bc7 Merge pull request #1075 from KinglyKrab/findzone Chris Miles 2020-06-23 14:18:47 -05:00
  • 10f54313a5 Merge pull request #1076 from KinglyKrab/zone Chris Miles 2020-06-23 14:18:33 -05:00
  • 2fd149469d Merge pull request #1073 from noudess/gridshow Chris Miles 2020-06-23 14:15:48 -05:00
  • 08e5176c0c Merge pull request #1077 from KinglyKrab/findrace Chris Miles 2020-06-23 14:10:36 -05:00
  • 0daadde415 Add #findrace command. #1077 Alex 2020-06-21 14:08:28 -04:00
  • 1ae077ea8f Add new zone methods to Perl/Lua. #1076 Alex 2020-06-21 01:15:29 -04:00
  • 0d28f0c083 Add zone ID to #findzone #1075 Alex 2020-06-21 00:26:13 -04:00
  • 01698ae989 Incorrectly deleted rules inserted again Thalix 2020-06-21 04:03:03 +02:00
  • ab73fd7938 Improvement of rule descriptions Thalix 2020-06-21 03:19:38 +02:00
  • 06f3d40c28 Replaced expensive IsPet() with GetOwnerID(). #1067 Noudess 2020-06-19 07:59:08 -04:00
  • efc3832f52 Fix some formatting and change visual label for stacked node names. #1073 Noudess 2020-06-19 07:43:06 -04:00
  • 64b56bd746 Merge pull request #1071 from noudess/master Chris Miles 2020-05-30 08:09:20 -05:00
  • 577fbdac01 Merge pull request #1072 from alimalkhalifa/cmake_mariadb Chris Miles 2020-05-30 08:08:34 -05:00
  • fa2caf8f83 Comment movement code and make target required in all cases again Noudess 2020-05-28 13:30:34 -04:00
  • 4ad38d4c49 Fix for pets, mercs, bot that don't set combat state. Noudess 2020-05-28 13:17:31 -04:00
  • 4a23086183 Fixes to #grid show. Added new string utilities. Noudess 2020-05-28 08:41:10 -04:00
  • 9195e5e961 Merge pull request #15 from EQEmu/master Paul Coene 2020-05-28 08:19:35 -04:00
  • 42352359ad [ci skip] Updated CMakeLists to default to MariaDB instead of MySQL #1072 Ali 2020-05-28 15:16:10 +03:00
  • 88b405edee Merge branch 'master' of https://github.com/EQEmu/Server KimLS 2020-05-26 22:30:24 -07:00
  • 8a0d4e37bd Remove optimization off of quest::ChooseRandom on msvc to solve a crash on x64 in release mode KimLS 2020-05-26 22:30:19 -07:00
  • c10a9cb620 Update README.md Chris Miles 2020-05-26 00:32:45 -05:00
  • 01d326ef83 Merge branch 'master' of https://github.com/EQEmu/Server into integration/multi-tenancy-expansions-repository Akkadius 2020-05-25 23:06:14 -05:00
  • 2ec9a2addd Zone point logging Akkadius 2020-05-25 23:05:05 -05:00
  • 6a416a78a8 Merge branch 'master' of https://github.com/EQEmu/Server KimLS 2020-05-25 20:56:54 -07:00
  • 5e9bf3b044 Make ChooseRandom more idiomatic, the fact that the code can return a SV of anytype makes it a bit dangerous, good canidate for rewriting as a plugin KimLS 2020-05-25 20:56:49 -07:00
  • a3874b5252 Merge pull request #1070 from alimalkhalifa/installer/support_powershell2 Chris Miles 2020-05-25 18:38:14 -05:00
  • 0e04e42bea Added two missing agnostic mods #1071 Paul Coene 2020-05-25 16:48:03 -04:00
  • 40e690f8e3 SQL to add the needed guktan and drakkin faction fixes missed by faction_conversion. Paul Coene 2020-05-25 16:25:55 -04:00
  • 6896ef650e [ci skip] Updated installer to support powershell older than 3.0 #1070 Ali 2020-05-25 16:18:22 +03:00
  • cfe3b2b071 Reconile a post merge issue [skip ci] Akkadius 2020-05-25 01:35:39 -05:00
  • a9790e2779 Update lua_general.cpp Akkadius 2020-05-24 21:57:09 -05:00
  • a4b027db58 Export quest::is_content_flag_enabled and quest::set_content_flag Akkadius 2020-05-24 20:45:44 -05:00
  • 50c266982f Remove string quotes from integers in mysql queries for faction and rules [skip ci] Akkadius 2020-05-24 19:21:26 -05:00
  • 905baa71b2 Merge branch 'master' of https://github.com/EQEmu/Server into integration/multi-tenancy-expansions-repository Akkadius 2020-05-24 04:24:01 -05:00
  • db072e767a Bulk instance deletion instead of tons of individual statements [skip ci] Akkadius 2020-05-24 04:23:52 -05:00
  • 02fa823736 Merge branch 'master' of https://github.com/EQEmu/Server into integration/multi-tenancy-expansions-repository Akkadius 2020-05-24 04:07:38 -05:00
  • 0d2d6a2c6b More resilient fix to killing instances for now [skip ci] Akkadius 2020-05-24 04:07:29 -05:00
  • 12d10bbc50 Slight adjustment to filter criteria [skip ci] Akkadius 2020-05-24 03:08:52 -05:00