Author Topic: Dev News  (Read 9983 times)

Anaris

  • Administrator
  • Exalted Emperor
  • *
  • Posts: 8525
    • View Profile
Re: Dev News
« Topic Start: September 21, 2011, 07:00:59 PM »
I've reworked the parser interface and a few other interface parts a little. I've added tooltips, though I'm not sure if they work everywhere. I know they don't work properly for Safari at this time.

Tried to register a new account (since I haven't had one yet) to see if fixing that would be simple (and to maybe try playing a little!  ;D ), and got this error:

Code: [Select]
BadMethodCallException [ 0 ]: Data item "free_" does not exist
APPPATH/models/Entities/GameObject.php [ 32 ]
27 return $this->$key;
28 }
29
30 protected function _set($key, $value) {
31 if (!property_exists($this, $key)) {
32 throw new \BadMethodCallException('Data item "' . $key . '" does not exist');
33 }
34 $this->$key = $value;
35 return $this; // to allow for chaining
36 }
37
APPPATH/models/Entities/GameObject.php [ 14 ] » Entities\GameObject->_set(arguments)
APPPATH/controllers/welcome.php [ 92 ] » Entities\GameObject->__call(arguments)
APPPATH/controllers/welcome.php [ 92 ] » Entities\Character->setFree_XP(arguments)
{PHP internal call} » Welcome->register()
SYSDIR/core/CodeIgniter.php [ 339 ] » call_user_func_array(arguments)
FCPATH/index.php [ 201 ] » require_once(arguments)
« Last Edit: September 21, 2011, 07:15:55 PM by Anaris »
Timothy Collett

"The only thing you can't trade for your heart's desire...is your heart." "You are what you do.  Choose again, and change." "One of these days, someone's gonna plug you, and you're going to die saying, 'What did I say? What did I say?'"  ~ Miles Naismith Vorkosigan