• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Search results

  1. D

    CVS and Bug tracking

    CVS = Concurrent Versioning System, or something like that. It's a marvelous way of having a bunch of people all working on the same project. It has oodles of features, but the ones we're most interested in are the file editing control. Briefly, here's how you use it: 1) You 'check out' the...
  2. D

    Hello & PotC Syntax Questions

    I'd say 'seascript', if anything to take advantage of a clever pun. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/pirate2.gif" style="vertical-align:middle" emoid=":p:" border="0" alt="pirate2.gif" /> I'll have to further develop my understanding of these objects...
  3. D

    Small Help Needed?

    Without this line, things work. With this line, things crash. This is a global. <!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->bool bQuicksaving = false;<!--c2--></div><!--ec2--> So I don't get it. I'm not useing it, I'm not referencing it; it's just sitting there. It...
  4. D

    Unfixed Bugs in Build v11

    Regardless, there is a dangling else that has no matching if. In that case, it should be: <!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->if ( LogsToggle ) ToggleLog("Various logs are now on");         else Log_SetStringToLog("Various logs are now...
  5. D

    Quicksave Mod

    Uhh... <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/oops3.gif" style="vertical-align:middle" emoid=":oops2" border="0" alt="oops3.gif" /> I hadn't thought of that... Well, with my original method (the one that doesn't work) it wouldn't have been a problem since it...
  6. D

    Quicksave Mod

    Argh, maties! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/bookish.gif" style="vertical-align:middle" emoid=":mm" border="0" alt="bookish.gif" /> I've been doing me reading in the code and after some well placed swoops of me text editing blade I think I have quicksave...
  7. D

    Unfixed Bugs in Build v11

    I think there's a slight error in seadogs.c around line 821: <!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->case "NK_LogsToggle":      LogsToggle = !LogsToggle;      ToggleLog("Various logs are now on");      else Log_SetStringToLog("Various logs are now off")...
  8. D

    Hello & PotC Syntax Questions

    Thanks for the info, Kieron. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Does the PMT have a website for their other project? Re the escaped characters... It seems that it doesn't...
  9. D

    Projects

    I'm working on a Quicksave feature, but don't have much of a forum thread about it. I was going to start yesterday, but then plugging in my mouse gave me blue screens of death, so I had the slight delay of having to format and reinstall my computer. <img...
  10. D

    PA course on C

    As I understand it, you don't need to compile anything. The PotC engine takes care of the code interpretation for you. (I don't think it's actually compiling anything, strictly speaking, but is interpreting it.)
  11. D

    Hello & PotC Syntax Questions

    Wow, thanks for the kind greetings and all the info! Nathan, what you gave me was very interesting. It would seem that Akella's use of the name 'C' is somewhat of a misnomer; it looks a lot more like a form of scripted C or something. For starters, in C all this 'reference' stuff would be...
  12. D

    Hello & PotC Syntax Questions

    Ahoy, ye scurvy sea dogs! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> I bought PotC a few days ago and was immediately unimpressed with the `way-too`-`console-like` feeling, and what...
Back
Top