Search results

  1. T

    PC Gen data sets

    *laughs* You mean like this? http://pcgen.svn.sourceforge.net/viewvc/pcgen/branches/cdom/ :)
  2. T

    PC Gen data sets

    I believe this has been addressed, but as one of the most active committers I would note I haven't worked for CMP and have no intention of doing so. More importantly, I am one of the critical people driving the direction of PCGen, and if CMP or anyone else tried to hijack the project, I'd...
  3. T

    eclipse/java help

    Here is bar (note only "foo" is part of the property - your original class had a typo) public class bar { public static void main(String[] args) { System.out.println("\n" + "***" + System.getProperty("foo")); } } generally use: java -Dfoo="hi" bar In eclipse, the -Dfoo="hi" needs to go...
  4. T

    eclipse/java help

    Is that really what you mean? I doubt "\n" is part of the property... do you mean: System.out.println("\n" + "***" + System.getProperty("foo")); ?
  5. T

    CMP: On its way out?

    :uhoh: eek. This is where I admit to choosing a poor combination of words. It was an "I'm keeping you in mind" statement rather than an ability to send something now (unfortunately). :\ However, that doesn't mean it will be an eternal wait; due to the nature of the proposed architecture...
  6. T

    CMP: On its way out?

    Nice to know I've got both you and iwarrior-poet signed up as beta testers for a new editor. ;)
  7. T

    CMP: On its way out?

    Well, as the code monkey who happens to be running that code profiler to improve performance, I can say there *is* an explanation for why this occurs (the issue is both source count and character complexity - the latter being a worse problem, because while the sources are a linear impact, the...
  8. T

    The Altar of Attap, why chargen development has failed

    Which is what I do because I don't think it's viable to do a chargen in a pure commercial sense ... love for the project has to be your payback. I see another volunteer :D Seriously, I respect your concerns over the size of the existing codebase... However, I've only been on the project for...
  9. T

    On the State of Digital Aids for D+D/D20/OGL

    I originally generated RPG-MapGen and I am also a pcgen developer (hope that doesn't disappoint :) ) Of course, that means PCGen is not without some mapping components if we ever want them... the RPG-MapGen development language and license are intentionally identical. They are, however, at the...
  10. T

    On the State of Digital Aids for D+D/D20/OGL

    Okay, since I asked, I'll highlight what I think are the hard points. Most of your points are reasonable, IMHO. Graphics are expensive. I honestly consider this to be a challenge, and will consider it a near miracle if anyone can deliver. Unless a company that already has the graphics...
  11. T

    On the State of Digital Aids for D+D/D20/OGL

    I think that's a challenge in this area, because it is a small niche and a complex problem. It is therefore difficult to spread out the development expense (time) across a small user base and make any money in the process. I can buy software for many of the engineering challenges I encounter...
Top