Search found 71 matches

by netjiro
Sun Aug 09, 2020 1:31 pm
Forum: General Discussion
Topic: rptools gallery?
Replies: 10
Views: 9045

Re: rptools gallery?

Would be nice to have, if someone took a snapshot...
by netjiro
Tue Mar 03, 2020 11:37 am
Forum: MapTool
Topic: maptool 1.5.12, .13 freezes when tabbing around
Replies: 7
Views: 537

Re: maptool 1.5.12, .13 freezes when tabbing around

Unfortunately I'm on the road for a couple of months and don't have another machine to test it on. Happy to try more stuff on this one to help track it down though. Seems to only happen when I have the edit token window open here as well. Have not been able to trigger it with any other dialogue wind...
by netjiro
Tue Mar 03, 2020 5:39 am
Forum: MapTool
Topic: maptool 1.5.12, .13 freezes when tabbing around
Replies: 7
Views: 537

Re: maptool 1.5.12, .13 freezes when tabbing around

Tabbing in and out 5-10 times will trigger the issue. From the github bug thread: > When this happens on Windows, does the cursor still flash in the token editor dialog? Mouse pointer does not change anywhere. The dialogue window can be resized and moved, but is not redrawn. Nothing is blinking/flas...
by netjiro
Tue Mar 03, 2020 5:28 am
Forum: MapTool
Topic: maptool 1.5.12, .13 freezes when tabbing around
Replies: 7
Views: 537

Re: maptool 1.5.12, .13 freezes when tabbing around

I start maptool from the desktop shortcut created on installation from the windows exe download. Load a small campaign from within the application, tried three different campaign files.
by netjiro
Tue Mar 03, 2020 5:27 am
Forum: MapTool
Topic: maptool 1.5.12, .13 freezes when tabbing around
Replies: 7
Views: 537

Re: maptool 1.5.12, .13 freezes when tabbing around

Could be.

I have not seen it without a dialogue window open.
I can reproduce it even when the dialogue window has been open for a long time, and (guessing) is not busy with any user input.

Entire maptool freezes, all windows, including log window. Must be killed with process manager.
by netjiro
Mon Mar 02, 2020 4:54 am
Forum: MapTool
Topic: maptool 1.5.12, .13 freezes when tabbing around
Replies: 7
Views: 537

maptool 1.5.12, .13 freezes when tabbing around

Hi. I'm seeing entire maptool totally freeze and have to be killed by os process murder. Versions 1.5.12, 1.5.13. Windows exe download. Never seen it before. Over a hundred hours on earlier version (1.4.0.5) Just updated for new campaign prep. Happens sometimes when alt-tab focus switching back to m...
by netjiro
Fri Apr 12, 2019 7:14 am
Forum: Macros
Topic: force convert float to integer
Replies: 9
Views: 1095

Re: force convert float to integer

Absolutely, in this case :)

Thanks a lot guys, always helpful !
by netjiro
Fri Apr 12, 2019 3:45 am
Forum: Macros
Topic: force convert float to integer
Replies: 9
Views: 1095

Re: force convert float to integer

So, long story short: seems to me like the best idiomatic way to convert a floating point representation of an integer value to an integer representation is the round() function, since there is no corresponding math.round() function available to use by mistake?
by netjiro
Fri Apr 12, 2019 3:43 am
Forum: Macros
Topic: force convert float to integer
Replies: 9
Views: 1095

Re: force convert float to integer

Well, I'm blind: it is documented that the math functions do return floating point representations:
https://lmwcs.com/rptools/wiki/math#math.28.29_Function
by netjiro
Fri Apr 12, 2019 2:12 am
Forum: Macros
Topic: force convert float to integer
Replies: 9
Views: 1095

Re: force convert float to integer

I was not aware that math.floor() and floor() were two different functions, just assumed it was a simplification. math.floor(), math.ceil() return a floating point representation floor(), ceil(), round() return an integer representation I would call this a bug. Either by design or implementation. An...
by netjiro
Thu Apr 11, 2019 12:34 pm
Forum: Macros
Topic: force convert float to integer
Replies: 9
Views: 1095

Re: force convert float to integer

Thank you sir! A most excellent and strange solution to the issue.
by netjiro
Thu Apr 11, 2019 5:36 am
Forum: Macros
Topic: force convert float to integer
Replies: 9
Views: 1095

force convert float to integer

After a var = math.floor(x/y) operation in a macro is executed the "var" token propery is stuck as a float representation of the integer value. How do I force convert "var" to stay as an integer representation of the integer value? It's originally a token propery, always shown as...
by netjiro
Sun Feb 11, 2018 12:32 pm
Forum: MapTool
Topic: Any way of converting / opening old campaign files ?
Replies: 4
Views: 507

Re: Any way of converting / opening old campaign files ?

Thanks guys. Tasks for next evening home alone :)
by netjiro
Sat Feb 10, 2018 7:07 am
Forum: MapTool
Topic: Any way of converting / opening old campaign files ?
Replies: 4
Views: 507

Re: Any way of converting / opening old campaign files ?

Link to the 1.2b32 campaign files:
https://goo.gl/ddGdJf

I'm currently running 1.4.0.5
by netjiro
Sat Feb 10, 2018 6:51 am
Forum: MapTool
Topic: Any way of converting / opening old campaign files ?
Replies: 4
Views: 507

Any way of converting / opening old campaign files ?

I have a bunch of old .cmpgn files from 1.2b32.
One I've managed to open, but the rest all say "Could not load campaign. java.util.zip.ZipException".
They could all be corrupted, but it's unlikely that all files except one is broken?

Go to advanced search