A new Core build is up 2018-09-07

Here you can post threads on the development of the current release of the core (100)

Moderator: POL Developer

Post Reply
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

A new Core build is up 2018-09-07

Post by Yukiko »

A new build is up! This adds some consistency to FindObjtypeInContainer(), flags for recursion of subcontainers. Also, updates to Racalac's eScript guide documenting the logical operators AND, OR, and XOR. Thanks go out to Dev for the FindObjtypeInContainer and for adding the additional documentation.

From the core-changes.txt:

Code: Select all

-- POL100 --
09-07-2018 DevGIB:
  Changed: FindObjtypeInContainer(container, objtype, flags :=0 ) to recurse all containers from base container.
  Added:   Constants FINDOBJTYPE_RECURSIVE, FINDOBJTYPE_IGNORE_LOCKED and FINDOBJTYPE_ROOT_ONLY to UO.EM
  Added:   Flags to FindObjtypeInContainer() for only accessing root container, and bypassing locked container checks.
  Note:    THESE CHANGES TO FindObjtypeInContainer() WILL EFFECTIVELY CHANGE THE DEFAULT FUNCTIONALITY OF THE FUNCTION AS DEFAULT IS NOW TO RECURSE SUB CONTAINERS.
  Added:   Additional documentation to the Racalac escript guide to include additional information supplied by Yukiko.
As you all know, digital files are available in limited supplies. :) So go and grab your copy before supplies run out. Oh by the way this release is free! (as they always are :) )

Go to the Downloads page.
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: A new Core build is up 2018-09-07

Post by Yukiko »

For some reason the docs did not get updated. I suspect some cron job has to run to update them.
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: A new Core build is up 2018-09-07

Post by Yukiko »

The docs finally updated.
Post Reply