PotBS Dev Tracker

All times are Eastern USA (GMT -04:00)

Misha
1 in thread Server Issues 3/28 a.m. [Important Announcements]
Quote:
Originally Posted by Jamie Pick
blackbeards up
You got me!
Misha
1 in thread Feedback for 1.2.82.1 [Test Server Discussion]
We can't seem to find any reason to stall further. Gray Noten's working on bringing the other servers up now. (Actually, he's been working on it all along but opportunities to stop him are disappearing rapidly.)
Misha
1 in thread Server Issues 3/28 a.m. [Important Announcements]
Quote:
Originally Posted by okill
can we expect other servers up anytime soon sucks finishing 70 hour work week and having no game to play.
Still hoping for "minutes from now." And hoping... And hoping... Seriously, though, you can follow the feedback in this thread. So far, the issues found are non-issues (or old issues) but we're still checking on a few things.
Misha
1 in thread Feedback for 1.2.82.1 [Test Server Discussion]
Quote:
Originally Posted by Paynen
I know I'll probably get flamed for this but it would help if the this thread was titled 'Feedback for 1.2.82.1' instead of 1.1.82.1 ... it's a tad confusing.
Oopsie!!! Thanks! Let's hope that's the biggest bug we introduce in this process.
Misha
1 in thread Feedback for 1.1.82.1 [Test Server Discussion]
Quote:
Originally Posted by UrQuan3
Is there a better description of the problems? I don't know what to look for. I know I wan't having any problems as a British FreeTrader.
The most obvious problem was that you received the free career skills of all careers. So Pirates had Freetrader's Claim Prize and such.
ktatroe
1 in thread New Devlog: Sharing Game Data [Devlogs]
Quote:
Originally Posted by Pchan
SimpleXML indeed looks like an easier way to read it than by using DOM
For the narrow range of things it's good at, SimpleXML is a godsend. As for getting the request, if you use Zend Framework, there's a really nice HTTP request class. I should know better than to type code into a thread directly without testing, but here goes:

Code:
<?php $client = new Zend_Http_Client('http://data.burningsea.com/servers');
$client->setParameterPost(array('apikey' => 'yourapikey', 'userId' => 'youruserid'));
$xml = $client->request('POST')->getBody(); ?>
That builds an HTTP request to the proper URL, adds the POST parameters, and grabs the XML response for caching, parsing, and tinkering with.
Misha
1 in thread Feedback for 1.1.82.1 [Test Server Discussion]
Hearing reports of problems with Hold the Line. Anyone?
Misha
1 in thread Server Issues 3/28 a.m. [Important Announcements]
Thanks, BlackBellamy and others. If you keep your feedback to this thread, that'll help.
Misha
1 in thread Server Issues 3/28 a.m. [Important Announcements]
Quote:
Originally Posted by RSWELTY
Please put this one in the lessons learned pile though.
Oh yeah. Yup. Uh uh! Will do!!!!
Misha
1 in thread Feedback for 1.1.82.1 [Test Server Discussion]
Thanks, Handsome. QA also confirms w/ actual bug numbers about it.