Search found 258 matches

by username
Mon Nov 28, 2022 3:40 pm
Forum: User Creations
Topic: Create Tokens
Replies: 5
Views: 629

Re: Create Tokens

Thanks, but I already am on the discord server. I was looking for a specific channel. Azhrei said that for web searches, it is better to announce stuff on the Forum, because SEs don't crawl discord but apparently the forum. Maybe I'll use the General or Tavern channel.
by username
Sun Nov 27, 2022 8:18 am
Forum: User Creations
Topic: Create Tokens
Replies: 5
Views: 629

Re: Create Tokens

I was thinking of that, which Channel do you suggest?
by username
Fri Nov 25, 2022 11:06 am
Forum: User Creations
Topic: Create Tokens
Replies: 5
Views: 629

Create Tokens

I have created a tool that converts a csv list of tokens into a bunch of rptok files. Columns will be turned into properties, where campaign properties for Maptool can later pick them up. The tool is a command-line utility and requires a python 3 installation. It includes heuristics how it picks up ...
by username
Sat Nov 14, 2020 2:57 pm
Forum: Java Programming Info
Topic: How to (re)join
Replies: 2
Views: 11781

Re: How to (re)join

If anyone else stumbles across this: The forum is quite dead dev-wise. Please go to github or discord. (Linked elsewhere in the forum.)
by username
Sun Oct 11, 2020 11:59 am
Forum: Java Programming Info
Topic: How to (re)join
Replies: 2
Views: 11781

How to (re)join

I admit, I have been out of the loop for some time. How do I get the current setup? The Readme.md in Github/develop says, you require Oracles JDK10, whereto you have to give Oracle your Grandmother's Maiden Name. The currently released MapTool runs on AdoptJDK 14, as far as the release notes are con...
by username
Mon Mar 26, 2018 8:37 am
Forum: MapTool
Topic: RPTools "next" Git Repository
Replies: 83
Views: 10269

Re: RPTools "next" Git Repository

I am reviving this thread because I would like to hear whether we have ongoing prototype activity and whether they are worth expanding. I haven't continued on JFX and since 3 years the subject had remained stale as far as I can tell. Instead I have recently started prototyping with the same "co...
by username
Tue Mar 20, 2018 2:13 pm
Forum: MapTool 1.4
Topic: Eclipse IDE Install for Maptool 1.4 for a clean Windows PC
Replies: 44
Views: 60636

Re: Eclipse IDE Install for Maptool 1.4 for a clean Windows

I usually go import GIT from Eclipse and then attach Gradle nature from within Eclipse. No CLI inbetween. (When delivering, I check that the CLI still works.)
Even if "apply eclipse" is missing; that can be added afterwards.
by username
Tue Mar 20, 2018 4:44 am
Forum: MapTool 1.4
Topic: Eclipse IDE Install for Maptool 1.4 for a clean Windows PC
Replies: 44
Views: 60636

Re: Eclipse IDE Install for Maptool 1.4 for a clean Windows

When you import the GIT project, eclipse asks you which wizard to use. (Was never automated to gradle, maybe autodetect.) Choose "generic java project", not "gradle". I had similar problems when introducing some colleagues to a gradle/git project. Eclipse gets overly smart that w...
by username
Mon Mar 19, 2018 3:49 pm
Forum: MapTool 1.4
Topic: Eclipse IDE Install for Maptool 1.4 for a clean Windows PC
Replies: 44
Views: 60636

Re: Eclipse IDE Install for Maptool 1.4 for a clean Windows

Looks like the main take away here is that you shouldn't attach gradle natures to the sub-projects but only to the root projects. That's what I did. It is not easy to get eclipse to drop the gradle nature and if that was wrongly applied, it may be even harder. Maybe add that to the recommendation.
by username
Fri Mar 16, 2018 1:48 am
Forum: MapTool 1.4
Topic: Eclipse IDE Install for Maptool 1.4 for a clean Windows PC
Replies: 44
Views: 60636

Re: Eclipse IDE Install for Maptool 1.4 for a clean Windows

I do remember that the tasks do not always open by themselves, you need to open the view explicitly-but that may depend on version. But you did find that, right? So I assume your pane stays blank. One of the curious things about eclipse is that it creates the sub-projects on top-level and if you hav...
by username
Thu Mar 15, 2018 1:58 pm
Forum: MapTool 1.4
Topic: Eclipse IDE Install for Maptool 1.4 for a clean Windows PC
Replies: 44
Views: 60636

Re: Eclipse IDE Install for Maptool 1.4 for a clean Windows

Eclipse: Version: Oxygen.2 Release (4.7.2) Build id: 20171218-0600 OS: Linux kabala 4.13.0-36-generic #40~16.04.1-Ubuntu SMP Fri Feb 16 23:25:58 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux Buildship: Buildship: Eclipse Plug-ins for Gradle 2.1.2.v20170807-1324 org.eclipse.buildship.feature.group Eclipse ...
by username
Thu Mar 15, 2018 4:53 am
Forum: MapTool 1.4
Topic: Eclipse IDE Install for Maptool 1.4 for a clean Windows PC
Replies: 44
Views: 60636

Re: Eclipse IDE Install for Maptool 1.4 for a clean Windows

What version of Eclipse are you using? I didn't have a problem with Luna and the STS plugin, but Oxygen and the built in Buildship tool does not work anything like as well. Buildship Import objects to the top level project being called "Maptool" and then a sub project being called "m...
by username
Sun Jan 07, 2018 2:39 pm
Forum: Developer Notes
Topic: MapTool 1.4
Replies: 116
Views: 51360

Re: MapTool 1.4

I'll just post this here. I've been out of the loop some time. (a) There are a lot of issues listed in Github for Maptool. Is that the list "we" work on or is this collected elsewhere? (There used to be a special thread here that Azhrei and others would refer too,) (b) Working with GIT: ev...
by username
Sat Jan 06, 2018 11:01 am
Forum: MapTool 1.4
Topic: Contributing to MapTool 1.4
Replies: 40
Views: 59034

Re: Contributing to MapTool 1.4

I suggest to upgrade the gradle version to at least 2.3 (2.14 is currently the latest 2.x version), unless there is a specific reason to stay older than that. 2.1 has some specific problems with eclipse oxygen and the buildship gradle plugin, which is the mostly used gradle plugin in eclipse. Appare...
by username
Sat Jan 06, 2018 8:01 am
Forum: MapTool 1.4
Topic: Recurring error message
Replies: 15
Views: 9028

Re: Recurring error message

I haven't found any example on how to force timsort to throw that exception in a comparable situation. It is generally a bad idea to have comparators not being consistent with equals and the zorder-comparator isn't, because tokens with the same GUID can have different z-order. I have tried a bit to ...

Go to advanced search