mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
res.append(attacker.mind2body(self.face(attacker, defender))) This line fails because self.face return nothing if two characters are in exactly the same place.
25 lines
925 B
Text
25 lines
925 B
Text
/opt/worldforge/share/cyphesis/rulesets/mason/world/tasks/Combat.py line 114,
|
|
res.append(attacker.mind2body(self.face(attacker, defender)))
|
|
This line fails because self.face return nothing if two characters are in
|
|
exactly the same place.
|
|
|
|
|
|
Pig merchant seems to get things wrong when he runs out of pigs.
|
|
- unable to reproduce
|
|
|
|
If client specifies pure vertical movement for its own avatar, the resulting
|
|
direction vector is zero once the vertical component has been negated,
|
|
meaning that the code that handles it can abort().
|
|
|
|
Persistence and other words with the same root are incorrectly spelt
|
|
Persistance throughout.
|
|
|
|
If a character sets its velocity to 0 when its position is outside its
|
|
parents bbox, then the collision code does not detect that it is outside.
|
|
|
|
Plant C++ base class is totally screwed.
|
|
|
|
Leaks
|
|
-----
|
|
new PythonArithmeticScript() in ArithmeticFactory. Needs to be handled in
|
|
Statistics destructor.
|