Right, now I've done a few of them I have some other points. I reckon there's 9 man months to a year's worth of effort involved in cleaning these up :-( One...
1717
James Dempsey
james_dempse...
Jun 6, 2011 10:09 pm
Hi Andrew, On 3/06/2011 4:04 AM Andrew Wilson wrote ... Thanks for that - it has been great to see the clean-up progressing. ... Yes there is little doubt that...
1718
Andrew Wilson
ytitendi
Jun 6, 2011 11:05 pm
... Generally ignoring exceptions is a bad idea so the PMD/Checkstyle warning ... warranted IMO. ... Fair enough, what severity of thing should I log it as? ...
1719
hudson@...
Jun 11, 2011 3:34 pm
See <http://ci.pcgen.org/hudson/job/PCGen%20Trunk/net.sourceforge.pcgen$pcgen/1195/changes>...
1720
hudson@...
Jun 11, 2011 3:34 pm
See <http://ci.pcgen.org/hudson/job/PCGen%20Trunk/1195/changes>...
1721
Eric C Smith
maredudd800
Jun 12, 2011 1:25 pm
Hi Folks! Are the 'Location39; where equipment can be equiped, e.g. PrimaryHand, SecondaryHand, BothHands, Carried, etc, hardcoded or are they GameMode...
1722
James Dempsey
james_dempse...
Jun 12, 2011 1:39 pm
Hi Eric, I believe those are hard coded. Cheers, James. On 12/06/2011 11:25 PM Eric C Smith wrote...
1723
Andrew
Drew0500
Jun 12, 2011 1:41 pm
Do we have a complete list of valid locations that are hardcoded? ... -- Andrew Maitland (LegacyKing) Admin Silverback - PCGen Board of Directors Data 2nd,...
1724
Andrew Wilson
ytitendi
Jun 12, 2011 10:09 pm
Yeah, some of the refactoring I recently did of PlayerCharacter moved a bit of code that had them all spelled out from playercharacter to EquipSet. There are...
1725
Andrew
Drew0500
Jun 13, 2011 11:19 am
Hi, I can't commit or pull any changes in the svn, unresolvable host. I tried checking the sourceforge / pcgen site and it's down. Anybody know what happened? ...
1726
Eric C Smith
maredudd800
Jun 13, 2011 11:57 am
SF website seems to be up on my end....
1727
Eric C Smith
maredudd800
Jun 14, 2011 4:03 pm
Hi Folks! I see by the roadmap on the wiki that there is a major overhaul of the LST Editor scheduled for this cycle. I remember seeing some discussion on this...
1728
Barak
barak20021
Jun 14, 2011 4:15 pm
I think the Editor overhaul went by the wayside. and IMO should until CDOM is done. Barak From: pcgen_developers@yahoogroups.com ...
1729
James Dempsey
james_dempse...
Jun 14, 2011 10:24 pm
Hi Eric, I think at this stage the new editor is unlikely to be in the 6.0 release. Once the new UI is ready I think we should proceed to a production release...
1730
hudson@...
Jun 17, 2011 2:18 pm
See <http://ci.pcgen.org/hudson/job/PCGen%20Trunk/net.sourceforge.pcgen$pcgen/1234/changes>...
1731
hudson@...
Jun 17, 2011 2:18 pm
See <http://ci.pcgen.org/hudson/job/PCGen%20Trunk/1234/changes>...
1732
hudson@...
Jun 17, 2011 3:51 pm
See <http://ci.pcgen.org/hudson/job/PCGen%20Trunk/1235/changes>...
1733
hudson@...
Jun 17, 2011 3:51 pm
See <http://ci.pcgen.org/hudson/job/PCGen%20Trunk/net.sourceforge.pcgen$pcgen/1235/changes>...
1734
CalebU
bleaciu
Jun 23, 2011 3:38 am
I wanted to know what the code for the hit point generator is; I want to try to adapt it to code items which have variable prices and weights....
1735
James Dempsey
james_dempse...
Jun 23, 2011 3:47 am
Hi Caleb, ... Welcome to the dev list! Were you interested in character or equipment hit points? Cheers, James Dempsey PCGen Code SB...
1736
Caleb Ulfers
bleaciu
Jun 23, 2011 7:52 pm
Character hit points. To: pcgen_developers@yahoogroups.com From: jdempsey@... Date: Thu, 23 Jun 2011 13:47:01 +1000 Subject: Re: [pcgen_developers]...
1737
James Dempsey
james_dempse...
Jun 23, 2011 10:25 pm
Hi Caleb, Most of the hit point work happens in pcgen.core.Globals.getGameModeHPFormula() however if you need access to character details you may need to look...
1738
Caleb Ulfers
bleaciu
Jun 24, 2011 3:33 am
No, I am not intending to commit this; I'm working on a closed-content set for private use. In any case, I can't find .pcgen.core; I can only find .pcgen;...
1739
Andrew
Drew0500
Jun 24, 2011 3:39 am
Hi, you have to check out the pcgen trunk - by svn, or I suppose you could download it... but if you're looking at the main program you won't find the files...
1740
James Dempsey
james_dempse...
Jun 24, 2011 4:27 am
Hi Caleb, Ah this is in the java code. You'd need to be able to recompile that to play extensively with the hit points formula. Instead you may be able to...
1741
Caleb Ulfers
bleaciu
Jun 24, 2011 7:06 pm
My endeavor doesn't have to do with Hit Dice, but rather with items whose prices (and, in some cases, weights as well) could be a range of numbers. Which is...
1742
James Dempsey
james_dempse...
Jun 24, 2011 10:21 pm
Hi Caleb, Ah well then you'll need the roll function as described in ...
1743
Caleb Ulfers
bleaciu
Jun 25, 2011 5:22 pm
When I tried to access the link you sent, I received an error. I think you will have to copy and paste the roll function into a reply email. In any case, once...
1744
James Dempsey
james_dempse...
Jun 25, 2011 10:57 pm
Hi, I missed a letter from the end. Try this one: http://www.pcgen-test.org/autobuilds/pcgen-docs/listfilepages/globalfilestagpages/globalfilesformulas.html ...
1745
Caleb Ulfers
bleaciu
Jun 26, 2011 3:31 am
Thanks. To: pcgen_developers@yahoogroups.com From: jdempsey@... Date: Sun, 26 Jun 2011 08:55:14 +1000 Subject: Re: [pcgen_developers] Hit point...