Page 1 of 1

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

Posted: Mon Nov 26, 2018 1:05 am
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.

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

Posted: Mon Nov 26, 2018 3:59 am
by DevGIB
CONGRATS ON YOUR FIRST SUCCESSFUL PULL REQUEST!

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

Posted: Mon Nov 26, 2018 8:53 am
by Yukiko
Thank you.
:)

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

Posted: Mon Nov 26, 2018 12:50 pm
by Harley
Yeap! Congratulation Yukiko!!! ;)

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

Posted: Mon Nov 26, 2018 4:24 pm
by Yukiko
Thank you Harley.
Nando and Turley deserve thanks for their help and support.