A new Core build is up. 11-26-2018

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. 11-26-2018

Post by Yukiko »

A new Core build is fresh out of the oven!
This build has two new functions:

Code: Select all

ListObjectsInBoxOfClass( POL_Class, x1, y1, z1, x2, y2, z2, realm := _DEFAULT_REALM );
ListItemsInBoxOfObjType( objtype, x1,y1,z1, x2,y2,z2, realm := _DEFAULT_REALM );
From the core-changes.txt:

Code: Select all

11-25-2018 Yukiko:
 Changed:  The order of a couple of functions listed in uo.em. They were out of alphabetical order.
11-25-2018 Yukiko:
 Added:    To uo.em ListItemsInBoxOfObjType( objtype, x1, y1, z1, x2, y2, z2, realm := _DEFAULT_REALM)
           The function returns an array of all items in the bounds of the coordinates matching the ObjType specified.
11-25-2018 Yukiko:
 Added:    To uo.em ListObjectsInBoxOfClass( POL_Class, x1, y1, z1, x2, y2, z2, realm := _DEFAULT_REALM)
           The function returns an array of all items in the bounds of the coordinates matching the POL_Class specified.
Special thanks to Nando for pointing me in the right direction to do this and to Turley for helping to get the ListItemsInBoxOfObjType working and for pointing out my errors with the docs. His whip stings a bit :)

Rush down to POL Bakery and get yours while it is hot.
DevGIB
Grandmaster Poster
Posts: 248
Joined: Mon Feb 06, 2006 6:12 am

Re: A new Core build is up. 11-26-2018

Post by DevGIB »

CONGRATS ON YOUR FIRST SUCCESSFUL PULL REQUEST!
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. 11-26-2018

Post by Yukiko »

Thank you.
:)
Harley
Forum Regular
Posts: 360
Joined: Sat Mar 18, 2006 1:41 am
Location: Germany

Re: A new Core build is up. 11-26-2018

Post by Harley »

Yeap! Congratulation Yukiko!!! ;)
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. 11-26-2018

Post by Yukiko »

Thank you Harley.
Nando and Turley deserve thanks for their help and support.
Post Reply