Skip to content

Releases: EQEmu/Server

v22.19.0

08 Jul 22:02
809b3b6
Compare
Choose a tag to compare

Bots

Code

  • Move #find item summon links to front (#3483) @Kinglykrab 2023-07-05
  • Remove LoadItemDBFieldNames() from common/misc.cpp and common/misc.h (#3473) @Kinglykrab 2023-07-04

Commands

Fixes

  • Fix _PutItem having a slot_id of -1 on mobs with no items (#3474) @Kinglykrab 2023-07-04

Rules

  • Add Skills:TrivialTradeskillCombinesNoFail Rule (#3481) @JasXSL 2023-07-05

v22.18.0

04 Jul 20:38
Compare
Choose a tag to compare

Commands

Fixes

  • Add chatchannel_reserved_names to a new manifest (#3482) @Kinglykrab 2023-07-04
  • Fix issue in zone store of returning reference to local variable (#3477) @Kinglykrab 2023-07-04

v22.17.0

04 Jul 01:06
e9e8143
Compare
Choose a tag to compare

Cleanup/Feature

Code

  • Remove LoadItemDBFieldNames() from common/misc.cpp and common/misc.h (#3473) @Kinglykrab 2023-07-04
  • Remove handle_npc_single_npc from zone/lua_parser_events.cpp and zone/lua_parser_events.h (#3467) @Kinglykrab 2023-07-03

Database

  • Set multi statements off when returning early (#3462) @Akkadius 2023-07-01

Feature

  • Add Strings::BeginsWith() and Strings::EndsWith() (#3471) @Kinglykrab 2023-07-03

Fixes

  • Add check for underscores in botcreate command (#3458) @tuday2 2023-06-29
  • EVENT_LANGUAGE_SKILL_UP in Lua was using EVENT_SKILL_UP logic (#3466) @Kinglykrab 2023-07-03
  • Fix _PutItem having a slot_id of -1 on mobs with no items (#3474) @Kinglykrab 2023-07-04
  • Fix data type of GetAggroCount() (#3470) @Kinglykrab 2023-07-03

Logging

  • Fix logging crash when % are sent through query logs (#3461) @Akkadius 2023-07-01

Quest API

v22.16.0

28 Jun 22:07
a1f1547
Compare
Choose a tag to compare

Code

Commands

Database

  • Fix database version checking edge case issue (#3428) @Akkadius 2023-06-22
  • Fix multi-statement error reporting (#3425) @Akkadius 2023-06-19
  • Implement native database migrations in server (#2857) @Akkadius 2023-06-19

Fixes

  • Fix NPC Item Stat Bonuses (#3444) @Kinglykrab 2023-06-26
  • Fix error in 023_01_21_bots_raid_members.sql (#3453) @mibastian 2023-06-28
  • Fix possible crash with #npcedit weapon (#3421) @Kinglykrab 2023-06-19
  • Merchant Open Flag set only for regular Merchants (#3454) @Kinglykrab 2023-06-27

Readme

Rules

v22.15.3

20 Jun 00:23
Compare
Choose a tag to compare

Fixes

v22.15.2

19 Jun 17:08
Compare
Choose a tag to compare

Database

v22.15.1

19 Jun 07:28
Compare
Choose a tag to compare

Schema

  • Add chatchannel_reserved_names table to database_schema.h

v22.15.0

19 Jun 06:49
Compare
Choose a tag to compare

Code

  • Default skill type to Hand to Hand in #npcedit meleetype (#3422) @Kinglykrab 2023-06-19

Commands

Database

  • Implement native database migrations in server (#2857) @Akkadius 2023-06-19

Fixes

v22.14.1

18 Jun 20:46
1f25639
Compare
Choose a tag to compare

Backups

  • Move world database:dump to use MySQL credentials file (#3410) @Akkadius 2023-06-17

Binaries

  • Add support for static linking (portable) binaries (#3417) @Akkadius 2023-06-18

CI

CLI

Database

  • Add query multi statement execution support (#3414) @Akkadius 2023-06-17

Feature

Logging

  • Logging improvements, console silencing, terminal coloring (#3412) @Akkadius 2023-06-17

Quest API

Strings

Targeting

  • Fix bug when using /tar on invalid target (#3407) @noudess 2023-06-17

Telnet

  • Add cross zone/world wide cast and move functionality to Telnet (#3409) @Kinglykrab 2023-06-17

v22.13.1

13 Jun 21:57
75391d9
Compare
Choose a tag to compare

Targeting