Do any of the devs here know specifically what tags are causing this?
I am not really sure and this is fairly ambiguous as to what I am supposed to look at.
[ReturnFalse] deprecated field!
Moderator: Moderators
Re: [ReturnFalse] deprecated field!
yeah, that is useless.
I had 2 errors
[21:44:49] <smoth> [f=0000320] Warning: [ReturnFalse] deprecated field!
[21:44:49] <smoth> [f=0000320] Warning: [ReturnEmptyString] deprecated field
after doing a find and replace.
so now
[f=0000000] Warning: [ReturnFalse] deprecated field!
is what I have left
I had 2 errors
[21:44:49] <smoth> [f=0000320] Warning: [ReturnFalse] deprecated field!
[21:44:49] <smoth> [f=0000320] Warning: [ReturnEmptyString] deprecated field
after doing a find and replace.
so now
[f=0000000] Warning: [ReturnFalse] deprecated field!
is what I have left
Re: [ReturnFalse] deprecated field!
I had to fix a similar problem with S44 recently. The tags were in:
- LuaUI
- LuaRules
- *defs_post
Maybe you missed one of the above.
- LuaUI
- LuaRules
- *defs_post
Maybe you missed one of the above.
Re: [ReturnFalse] deprecated field!
if you are lazy like me: Checkout spring master, apply this patch: https://github.com/spring/spring/pull/86
and play
you will get more informative message - which deprecated tag is used
or if you are even more lazy and you have linux/mac then run this in luaui/widgets directory:
grep -ER "builder|floater|canDGun|canCrash|isCommander|moveData|type|maxSlope" .
and play

or if you are even more lazy and you have linux/mac then run this in luaui/widgets directory:
grep -ER "builder|floater|canDGun|canCrash|isCommander|moveData|type|maxSlope" .