Fixed. The extra curlies is a style that I find difficult to remember... Have you folks considered adding a .settings folder with Eclipse project-specific...
3131
Tom Parker
thpr
Feb 1, 2013 4:13 am
There is an eclipse settings file in pcgen/code/settings that gives you the formatting rules, et al. TP. -- Tom Parker ________________________________ From:...
3132
thpr
Feb 1, 2013 10:23 pm
James or Connor, UI question for you - how hard would it be to be able to have "multiple" Ability tabs (obviously with different names). This would involve -...
3133
thpr
Feb 1, 2013 10:43 pm
I have checked in a new sandbox that is doing an additional set of validation on data loaded into PCGen. This is currently checking data to see if there are...
3134
thpr
Feb 1, 2013 10:50 pm
Note: the appropriate sandbox is "detectloop". For some reason, I'm getting weird errors from "loopdetect" TP....
3135
Connor Petty
mistercpp2000
Feb 2, 2013 6:55 am
Hi Tom, The difficulty lies in how these abilities will be accessed through the facades. Right now the abilities are retrieved through the categories that ...
3136
hudson@...
Feb 2, 2013 9:45 pm
See <http://ci.pcgen.org/jenkins/job/PCGen%20Full%20Tests/556/changes>...
3137
Chris Dolan
chris@...
Feb 2, 2013 11:50 pm
I'm still fighting memory usage, but I'm switching gears to look at dependencies on the GUI classes. My current problem is...
3138
Connor Petty
mistercpp2000
Feb 3, 2013 2:04 am
Hi Chris, The best way to deal with it would be to create an invokeLater() method in the UIDelegate. That way such event thread behavior could be implemented ...
3139
Chris Dolan
chris@...
Feb 3, 2013 4:58 am
Thanks, Connor. UIDelegate makes a lot of sense. I'll try that. I'll start with a survey of the pcgen.gui2.facade classes and see which are using Swing/AWT and...
3140
Chris Dolan
chris@...
Feb 3, 2013 4:36 pm
Oh, man... I discovered something this weekend: android:largeHeap="true" This XML flag alerts Android 3.0+ that your app needs more RAM than the usual app. On...
3141
hudson@...
Feb 3, 2013 9:44 pm
See <http://ci.pcgen.org/jenkins/job/PCGen%20Full%20Tests/557/changes>...
3142
James Dempsey
james_dempse...
Feb 4, 2013 7:40 am
Hi, Tomorrow I will be putting out the 6.01.01 alpha release. This should start around 18:00 AEDT 5 Feb or 07:00 UTC. The release notes are available at ...
3143
Connor Petty
mistercpp2000
Feb 4, 2013 8:38 am
Hi James, I put in a last minute fix for CODE-1520. It has been long overdue. Best Regards, Connor Petty...
3144
hudson@...
Feb 4, 2013 9:48 pm
See <http://ci.pcgen.org/jenkins/job/PCGen%20Full%20Tests/558/changes>...
3145
Andrew
Drew0500
Feb 4, 2013 11:57 pm
Hi, BONUS:COMBAT|AC|1+(CL>=3)+(CL>=5) 15:46:28.78 SEVERE Thread-6 LstObjectFileLoader:466 Error parsing file ...
3146
James Dempsey
james_dempse...
Feb 5, 2013 12:06 am
Hi Andrew, Yep, that doesn't look valid to me. What are you trying to achieve? Cheers, James Dempsey PCGen Code SB...
3147
Andrew
Drew0500
Feb 5, 2013 12:25 am
Hi, I honestly don't know. I can't make heads or tales of what it's mean # Tal Kanath Dancer of the Elements Armor Bonus Ability...
3148
Andrew Wilson
ytitendi
Feb 5, 2013 12:37 am
I suspect 1+if(CL>=3,1,0)+if(CL>=5,1,0) is probably what they had in mind...
3149
Eric C Smith
maredudd800
Feb 5, 2013 1:15 am
I checked the course and it should be 1+CL/3+CL/5 Maredudd...
3150
thpr
Feb 5, 2013 1:22 am
The formula: BONUS:COMBAT|AC|1+(CL>=3)+(CL>=5) should be valid in JEP. It allows the >= stuff to do a "boolean" (and would resolve the same way as the if...
3151
Andrew
Drew0500
Feb 5, 2013 4:22 am
Hi, Thanks for all the help. Yes, it caught the missing parenthesis. I'm down to 700 lines of error log (woot!) ... -- Andrew Maitland (LegacyKing) Admin...
3152
James Dempsey
james_dempse...
Feb 5, 2013 8:33 pm
Hi, I have built, tested and uploaded the 6.01.01 alpha release. Release notes are also available for download. It is now active and ready for download, then...
3153
hudson@...
Feb 5, 2013 9:45 pm
See <http://ci.pcgen.org/jenkins/job/PCGen%20Full%20Tests/559/changes>...
3154
Andrew
Drew0500
Feb 5, 2013 10:11 pm
Hi, Still cleaning up the arcanis set, and finally down to this: Doing a search of 'PRERACE:1' in the whole Arcanis group folder gives me: 339 matches in 39...
3155
James Dempsey
james_dempse...
Feb 5, 2013 10:19 pm
Hi Andrew, This doesn't answer the wider question, but based on the stack trace, that error looks like it is occurring in association with an ADD:FEAT . ...
3156
Andrew
Drew0500
Feb 5, 2013 10:35 pm
Hi James, Well, that does narrow down the suspects... Whomever wrote the original loved placing PRExxx on the end of ADD:xxx which doesn't work. ... -- Andrew...
3157
Chris Dolan
chris@...
Feb 7, 2013 6:56 am
Another progress report. My latest work has all been on the Android app, not in the PCGen core code. I added a progress bar (it was really tedious waiting...
3158
David R. Bender
papa_drb
Feb 7, 2013 9:07 pm
PCGen v6.1.1 is the first alpha release from our development branch to allow experimentation and testing of our latest work. Please give it a shot and let us...
3159
hudson@...
Feb 11, 2013 9:45 pm
See <http://ci.pcgen.org/jenkins/job/PCGen%20Full%20Tests/565/changes>...