phosit
|
0a2bd6a5a4
|
Use proper js-modules for ai common-api
The common-api already used a coding pattern which was called modules.
That is replaced with native js-modules.
Refs: #8081
|
2025-08-13 14:04:16 +02:00 |
|
Ralph Sennhauser
|
a9987868c4
|
Fix eslint rule 'no-use-before-define'
Manual fixes needed for:
eslint --no-config-lookup --rule '"no-use-before-define": ["error", "nofunc"]
Ref: #7812
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
|
2025-05-14 16:35:58 +02:00 |
|
Ralph Sennhauser
|
ac3f56fa9e
|
Fix eslint rule 'prefer-const' in ai/[a-f]*
eslint --no-config-lookup --fix --rule '"prefer-const": 1' \
binaries/data/mods/public/simulation/ai/common-api/class.js \
binaries/data/mods/public/simulation/ai/common-api/entity.js \
binaries/data/mods/public/simulation/ai/common-api/entitycollection.js \
binaries/data/mods/public/simulation/ai/common-api/filters.js
Ref: #7812
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
|
2025-05-10 18:55:13 +02:00 |
|
mimo
|
dd823dd572
|
ai cleanup
This was SVN commit r18352.
|
2016-06-09 19:25:40 +00:00 |
|
mimo
|
5be948019b
|
ai cleanup
This was SVN commit r18290.
|
2016-06-02 18:08:14 +00:00 |
|
mimo
|
e42e02d4fe
|
bunch of cleanup (mainly missing semicolon) signaled by jshint
This was SVN commit r17044.
|
2015-09-19 12:41:21 +00:00 |
|
wraitii
|
bd22432fe8
|
Rename common-api-v3 to common-api.
Fix warnings with the new AI.
Fix an error with the per-player gatherer counts.
This was SVN commit r14559.
|
2014-01-10 17:46:48 +00:00 |
|
wraitii
|
a6032ddd3f
|
Removes older AIs and APIs.
For the sake of it, we should have a minimal AI sometimes.
This was SVN commit r14553.
|
2014-01-10 01:48:09 +00:00 |
|
Ykkrosh
|
57e5bb878a
|
Initial terrible AI player scripts.
This was SVN commit r8891.
|
2011-02-05 20:35:34 +00:00 |
|