From 4b6c0e31385f5f27a151088c0a2b614495c4e589 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 14 Oct 2021 12:47:50 -0400 Subject: initial commit, including theme --- content/posts/2001-04-25-planetarion-fun.html | 42 +++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 content/posts/2001-04-25-planetarion-fun.html (limited to 'content/posts/2001-04-25-planetarion-fun.html') diff --git a/content/posts/2001-04-25-planetarion-fun.html b/content/posts/2001-04-25-planetarion-fun.html new file mode 100644 index 0000000..cb515d6 --- /dev/null +++ b/content/posts/2001-04-25-planetarion-fun.html @@ -0,0 +1,42 @@ +--- +date: "2001-04-25T04:30:00Z" +title: Planetarion Fun! +--- + +I quietly released a new version of PLib +a few days ago. PLib 0.3.0 has a whole bunch of new goodies; here's +a quick list: +From Tom Gilbert, resource +loader cleanups, and a new modular resource saver. From +Richard Lowe, a +PCRE wrapper, and new warning and +debugging calls. From me: PList and PHash cleanups, added the +PVector type (think Vector in Java), PList and PHash API cleanups and +bugfixes, TCP/IP and UNIX domain socket utility functions, TCP/IP +and UNIX domain socket client and server (with simple +SSL support), a short example +program (a chat client and server with option file handling, and SSL +support), C++ friendlyness, and autoconf/automake magic. Note that +PCRE, OpenSSL, and even libdl are optional. If you don't have OpenSSL +installed, for example, the PLib will still compile and work just +fine; albiet without SSL capabilities. Thanks to Tom and Richard +for all the help on PLib. +

+ +The next round of Planetarion +has started. Since the old BattleCalc a) doesn't work this round and +b) was Windows-only (of course, it ran great in +Wine ;) ), I decided to whip up my +own battle calculator. It's still pretty rough, and there isn't a GUI +just yet -- although it does create CSV output so you can view the +battle in Excel, Gnumeric, or your spreadsheet program of choice). +Anyway, you can download my battle calculator +here. +

+ +Oh yeah, I also updated my Planetarion resource +page. Having trouble starting your planet? Be sure to check +out the +3-Day +Plan, a rough guide on your planet's first 72 hours. + -- cgit v1.2.3