Charles Dang
3a90f86674
Addressed more whitespace issues from #2613
...
[ci skip]
2018-03-12 03:48:59 +11:00
Charles Dang
471c9e876a
Addressed a large chunk of the whitespace issues from #2613
...
[ci skip]
2018-03-09 11:37:00 +11:00
mattsc
78f753e4dc
Revert "LuaAI: (1) persistent storage mechanism now available and working properly (2) old/incomplete mechanism not removed, subject to future deprecation"
...
This reverts commit 754f2c2b3d
.
2013-05-13 13:15:22 -07:00
Dmitry K
754f2c2b3d
LuaAI: (1) persistent storage mechanism now available and working properly (2) old/incomplete mechanism not removed, subject to future deprecation
2013-05-12 01:12:45 +03:00
Dmitry Kovalenko
8f99e3f995
LuaAI: created some debug methods
...
ai.debug will be registered by stdlib on demand
2012-04-15 16:33:36 +00:00
Dmitry Kovalenko
ace211df28
LuaAI:
...
(1) even more naming inconsistencies fixed;
(2) even more methods hidden
2012-04-12 18:56:08 +00:00
Dmitry Kovalenko
b9f9e29a0b
LuaAI:
...
(1) fixed some naming inconsistencies;
(2) hidden some methods to the cache table, so that they don't lie
around unused in the ai table
2012-04-12 17:48:34 +00:00
Dmitry Kovalenko
175d0a84f5
LuaAI: rewired caching functions to ai.get_*() instead of ai.get_cached_*()
2012-04-11 17:05:09 +00:00
Dmitry Kovalenko
9ddd3d4408
[[lua AI fixes]]
...
(1) First draft of the caching system for LuaAI. (2) Added validation
variables and setters/getters in the ai contexts, to allow LuaAI cache
check the movemaps for validity
2012-04-08 00:00:14 +00:00
Nils Kneuper
0723abe7e3
add some (hackish!) attempt to make the po update routines scan .lua files...
...
...for strings, too
this is done by a) scanning for all .lua files additionally to all
.cfg files in FINDCFG and b) by adding the equivalent of a "commented
out" #textdomain DOMAIN declaration
next step: testing if it really does work as expected this should also
fix bug #15629 since the objectives are now *only* declared via some
lua magic
2010-03-15 20:22:28 +00:00
Guillaume Melquiond
0684992511
Removed never used argument.
2010-02-27 09:18:12 +00:00
Iurii Chernyi
3cbbeeb6e1
continue work related to patch #1432 .
...
Fix issues identified on irc by silene. Fixed 1,2,4,5,6 (not entirely
sure about 1)
2010-02-21 23:11:56 +00:00
Iurii Chernyi
f9b0fdb1f5
Lua AI: redesign, simplified usage, added lua_ai test scenario
2010-02-21 12:24:31 +00:00