SphereServer BugTracker - SphereServer
View Issue Details
0002231SphereServerexecutable - windows buildpublic28-10-13 15:0730-10-13 00:40
darksun84 
Ben 
normalmajoralways
resolvedfixed 
 
0.56c Nightly 
Automated (specify build number)
DiagonalWalkCheck, New_Triggers, NewPositionChecks, WalkCheck, Script_Profiler
None
1664
0002231: Evaluation functions broken
Hello,
In the last nightly build, the various evaluation function got broken (along with other function like isempty).


15:06:ERROR:(test.scp,31)Can't resolve <isempty 04>
15:06:ERROR:(test.scp,36)Can't resolve <eval 5+4>
15:06:ERROR:(test.scp,36)Can't resolve <eval 03 + 04>
15:06:ERROR:(test.scp,36)Can't resolve <hval 03>

[FUNCTION istalent]
if <isempty <tag.talent>>
    serv.log empty
endif
local.a = 3
tag.talent = 4
serv.log <eval 5+4> <eval <local.a> + <tag0.talent>> <src.str> <hval <local.a>>
No tags attached.
Issue History
28-10-13 15:07darksun84New Issue
30-10-13 00:40BenNote Added: 0001754
30-10-13 00:40BenStatusnew => resolved
30-10-13 00:40BenFixed in Version => 0.56c Nightly
30-10-13 00:40BenResolutionopen => fixed
30-10-13 00:40BenAssigned To => Ben

Notes
(0001754)
Ben   
30-10-13 00:40   
Mistery bug disappeared...