google-code-export / game-golem

Automatically exported from code.google.com/p/game-golem
0 stars 0 forks source link

monster work #272

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in r1017 monster work is broken

this is the console log

golem/Rycochet's Castle Age Golem: !!![r1017] [21:00:06] Monster: TypeError in 
Monster.update({"worker":"[worker 
Player]","type":"watch","id":"data.stamina"}}): suborder[p].trim is not a 
function
golem/Rycochet's Castle Age Golem: !!![r1017] [21:00:41] Monster: TypeError in 
Monster.update({"type":"reminder","self":"true","id":"null","worker":"[worker 
Monster]"}}): suborder[p].trim is not a function
golem/Rycochet's Castle Age Golem: !!![r1017] [21:01:37] Monster: TypeError in 
Monster.update({"worker":"[worker 
Player]","type":"watch","id":"data.energy"}}): suborder[p].trim is not a 
function

.....

Original issue reported on code.google.com by carlo.so...@gmail.com on 24 Mar 2011 at 8:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
this is from chrome r1017

!![r1017] [21:34:45] Monster: TypeError in Monster.update({"worker":"[worker 
Player]","type":"watch","id":"data.stamina"}}): Object function () { // Returns 
an array with only unique *values*, does not alter original array

    var o = {}, i, l = this.length, r = [];

    for (i = 0; i < l; i++) {

        o[this[i]] = this[i];

    }

    for (i in o) {

        r.push(o[i]);

    }

    return r;

} has no method 'trim'

Original comment by carlo.so...@gmail.com on 25 Mar 2011 at 8:35

GoogleCodeExporter commented 9 years ago
Thanks for that, might still be some in other workers though.

Original comment by RycochetTM on 26 Mar 2011 at 11:28

GoogleCodeExporter commented 9 years ago
golem/Rycochet's Castle Age Golem: !!![r1017] [13:49:51] Monster: TypeError in 
Monster.update({"type":"reminder","self":"true","id":"null","worker":"[worker 
Monster]"}}): suborder[p].trim is not a function

this isnt fixed in r1018

Original comment by carlo.so...@gmail.com on 26 Mar 2011 at 12:52

GoogleCodeExporter commented 9 years ago
Can you see if 2018 fixes it, if not can you send me what you're using for the 
Priority list so I can try to reproduce it.

Original comment by RycochetTM on 26 Mar 2011 at 1:27

GoogleCodeExporter commented 9 years ago
i think its ok now in 1020

Original comment by carlo.so...@gmail.com on 26 Mar 2011 at 2:20

GoogleCodeExporter commented 9 years ago

Original comment by 0Artifi...@gmail.com on 5 May 2011 at 7:48