Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Releases: Tibia-WindBot/raphael-library

1.6.3

18 Jul 15:51

Choose a tag to compare

  • Fixed getwpt() once again. Thanks @tube123

1.6.2

02 Jun 16:47

Choose a tag to compare

  • Fixed sstime() once again.
  • Added REGEX_MONEY_PAID. @Mistgun
  • Fixed some typos. @Mistgun

1.6.2-RC1

01 Jun 03:56

Choose a tag to compare

1.6.2-RC1 Pre-release
Pre-release
  • Fixed sstime() once again.
  • Added REGEX_MONEY_PAID. @Mistgun
  • Fixed some typos. @Mistgun

1.6.1

11 Feb 19:21

Choose a tag to compare

  • Fixed sstime().
  • Updated CE(S)T daylight saving dates table.

1.6.0

11 Feb 19:14

Choose a tag to compare

  • Added getwpt().
  • Added iteminuse().
  • Added pm(), yell() and whisper().
  • Added ITEMS_IN_USE constant.
  • Added DEPOT_* constants for retrieving index based on old city.
  • Updated ITEMS_* constants. @Imbasaur
  • Made some internal changes on how releases are handled.

1.6.0-RC1

10 Feb 02:24

Choose a tag to compare

1.6.0-RC1 Pre-release
Pre-release
  • Added getwpt().
  • Added iteminuse().
  • Added pm(), yell() and whisper().
  • Added ITEMS_IN_USE constant.
  • Added DEPOT_* constants for retrieving index based on old city.
  • Updated ITEMS_* constants. @Imbasaur
  • Made some internal changes on how releases are handled.

1.5.1

15 Dec 17:15

Choose a tag to compare

Changelog:

  • Fixed typo on table.reverse.
  • Fixed very rare issue with utctime.

1.5.0

15 Dec 17:14

Choose a tag to compare

Changelog:

  • Added closebattlelist.
  • Added a few more ITEMS_* constants.
  • Minor fixes and improvements on Area class.
  • Added table.pick, table.reduce, table.every, table.any, table.pluck and table.reverse.
  • Improved table.each, table.map and table.filter to give access to the whole table to the callback.
  • Improved table.sum and table.average.

1.4.2

15 Dec 17:07

Choose a tag to compare

Changelog:
Fixed a small bug with the Area constructor.

1.4.1

15 Dec 17:07

Choose a tag to compare

Changelog:

  • Fixed a small bug with the Point constructor.