Page 2 of 3

Re: 1.4 Functional Direction and Assignments

Posted: Sat Mar 21, 2015 6:22 am
by wolph42
JamzTheMan wrote:OK RPT, you mark one as "Submitted"!

I call it "Auto Resize Map" (vs Auto Resize Grid) and created a Topic for it @ http://forums.rptools.net/viewtopic.php?f=86&t=25839
i can move stuff around but i cant create subfora, thats up to the admin....

Re: 1.4 Functional Direction and Assignments

Posted: Sat Mar 21, 2015 8:36 am
by RPTroll
Updated
Auto stamp resize (Jamz - March 2015, submitted March 2015) - Awaiting build 01
[Edit]
Created 1.4 Build 01 topic to discuss what will and won't make it into the next build.

[Edit]
I think I captured all the new feature/bug fixes to the OP. Let me know if I missed one.

Re: 1.4 Functional Direction and Assignments

Posted: Sun Mar 22, 2015 8:42 am
by RPTroll
Sorry for the bump.

So keeping up with this as a forum topic is becoming a PITA. I've created a google doc spreadsheet for now. Hope to use github issue/feature tracker once I have time to dive into it.

I'll still paste updates into the OP.

Re: 1.4 Functional Direction and Assignments

Posted: Sun Mar 22, 2015 9:31 am
by wolph42
nice!

Re: 1.4 Functional Direction and Assignments

Posted: Wed Apr 01, 2015 4:25 am
by JamzTheMan
Ok, I submitted pull release for #9 & 21!

I reworked what I had for #9 a little and it's now multi-threaded and I think pretty darn fast. I tested against my Mapping Object directory of images which is 7.54 gb, 46,758 files over 1,247 folders.

I limited it to 1000 results currently. If it's a generic search of, say, "a" it returns in milliseconds. It its something like "crates" it finishes in 2-3 seconds. (It updates live as it transverses the directory structure).

I have some more updates for the Asset panel but I'll need the rplib added to GitHub for that. I may add in some wildcard pattern search but for now it just does a "ifContains" so searching for "crate" returns "bluecrate1", "crates23" and "socratesStatue".

I may add in a "right-click-jump to directory" for that object but again may need rplib for that. I wanted to get this out sooner vs later for testing due to the "Multi-threading" as there can always be weird issues that pop up.

Re: 1.4 Functional Direction and Assignments

Posted: Wed Apr 01, 2015 9:50 am
by RPTroll
Updated doc and initial post.

Also added task 32 - Bug Squishing and added your FOW fix to it as 32.1

[Edit: Updated OP with new requests and assignments]

Re: 1.4 Functional Direction and Assignments

Posted: Thu Apr 30, 2015 4:13 am
by wolph42
I noticed the google doc is view only or i would have done it myself. but can you add a 'wiki' collum where the link(s) to the function(s) can be put, so its clear that its documented. When ill have time ill create some pages.

like these:
Wiki: setZoom()
Wiki: getZoom()

Re: 1.4 Functional Direction and Assignments

Posted: Thu Apr 30, 2015 2:22 pm
by JamzTheMan
While we're at it, should we have a "Tested" column?

Before going live, we should probably have at least 1 other person other than the developer sign off that it works (possibly by build if needed).

Re: 1.4 Functional Direction and Assignments

Posted: Fri May 01, 2015 12:10 pm
by d4rkAlf
I'm at somewhat at a loss as for what I should focus on now. Is there anything in particular people would like me to take a look at?

I would love to get some physics into the game so that for example tokens can't be moved through walls, but it seems like a somewhat overwhelming task at the moment.

Re: 1.4 Functional Direction and Assignments

Posted: Fri May 01, 2015 1:33 pm
by JamzTheMan
What interests you? We still have some macro functions in need, 15.1-3, 15.11? or #22

#12 Could be meaty.

Re: 1.4 Functional Direction and Assignments

Posted: Sat May 02, 2015 7:26 am
by d4rkAlf
JamzTheMan wrote:What interests you? We still have some macro functions in need, 15.1-3, 15.11? or #22

#12 Could be meaty.
Thank you for the suggestions. I'll snag 15.11 (setSnapToGrid() function).

Re: 1.4 Functional Direction and Assignments

Posted: Sat May 02, 2015 8:15 am
by RPTroll
For the Savage Worlds set, I would appreciate someone looking at 32.3 - grid size 1 gives an odd looking cone aura under lighting.

Re: 1.4 Functional Direction and Assignments

Posted: Sat May 02, 2015 9:07 am
by Jagged
I will take a look at that, since I am in that area with my play on Isometric maps. I suspect its an error in how the token size is being calculated. Unlike the other sight and light shapes, cones have a circle added to them that is supposed to cover just the token. I expect the problem is somewhere in there ;)

EDIT: Quickly copying the footprint code from Sight over to Light seems to fix the issue, providing you are happy with a cone aura also illuminating the token square, which I assume we are :)

Re: 1.4 Functional Direction and Assignments

Posted: Sat May 02, 2015 10:02 am
by RPTroll
Thanks. I'll see about branching this topic a little later for tracking.

Re: 1.4 Functional Direction and Assignments

Posted: Fri Jun 12, 2015 4:31 am
by Jagged
Are we going to add "Improved Looping" to the list? Seems like something we should do, since the tool supports deep looping, its just the regex in the Parser that objects ;)