Plex-FAWE/src/main/java/com/sk89q/worldedit/expression
TomyLobo e2f1abd7e4 Fixed the query functions not comparing data values at all for their return values.
Also made them accept RValue as well and added some test cases for them
and for the overloader bug i fixed last time.
2013-09-25 00:37:54 +02:00
..
lexer Removed string.isEmpty() method calls 2011-12-27 13:21:55 -08:00
parser Allowed usage of non-existant variables in all LValue expressions. 2013-09-21 19:44:55 +02:00
runtime Fixed the query functions not comparing data values at all for their return values. 2013-09-25 00:37:54 +02:00
Expression.java Added query{,Abs,Rel}(x,y,z,typevar,datavar) to the expression parser. 2013-09-21 19:44:56 +02:00
ExpressionException.java Added "and contributors" to all Copyright statements on the com.sk89q.worldedit.expression package. 2011-12-25 23:27:19 +01:00
Identifiable.java Allowed usage of non-existant variables in all LValue expressions. 2013-09-21 19:44:55 +02:00