require("$_SERVER[DOCUMENT_ROOT]/lib/header.inc.php");
$currHeader->setPageTitle("Goon Software");
$currHeader->metaDescription = "Software written by Tridus for free use.";
$currBanner->addContent("Goon Software");
// add some front page link goodness
$currNavbar->setCustomLinksTitle("Build Calculator");
$currNavbar->addCustomLink("./","Home");
$currNavbar->addCustomLink("buildCalc.exe","Download", "", "(50 KB)");
$currNavbar->addCustomLink("experience.php","How does experience work?");
?>
Version 1.0.6 (released June 20, 2003)
- Starting build set to 30 instead of 15, in accordance with the rule change giving new characters a free 65 XP. (65XP is enough to bring you to 30 build if you had 15 originally). Special thanks to Joseph Osborne for reminding me to do this.
- "Level 1" button changed to say "Reset" since that is what it actually does.
Version 1.0.5 (released April 24, 2003)
- Reverse Calculate Blankets should be a lot faster now, especially on slower computers.
- Updated to 8th edition, since nothing really changed.
Version 1.0.4 (released October 10, 2002)
- Added ability to handle events of any length. Added Nine Day event to dropdown. (special thanks to Jeremie Collins for actually getting me to do this)
- Added a small help entry to explain how event lengths work.
- Added Extras > Add X Blankets, to allow adding 50 blankets without clicking the add button 50 times.
- Another new website (on Hired Goons now instead of nero.nb.ca)
Version 1.0.2 (released April 22, 2002)
- Much less crashing
- The program now actually checks values before using them. This leads to more sensible error messages, and prevents you from doing things like adding negative build.
- "Reverse Calculate Build" option under "Extras" is now enabled. This will tell you how many blankets in total the current character has obtained. If you never played and simply built a character with Goblin Blankets, this is how many it would take. (its an amzingly high number for some people)
- If an invalid number is used, Focus is sent there to help you find what needs to be fixed. Thank god.
- The about page now has a link to this website.
- This website itself is new. :)
require("$_SERVER[DOCUMENT_ROOT]/lib/footer.inc.php");
?>