Commit Graph

17 Commits

Author SHA1 Message Date
fb1e57668e Added tests for parameters for complex filters, fixed nested complex filter returning 'possible filtering' when it should have been known 2023-11-19 00:06:34 +02:00
92d181d282 Better formatting for general filter rules v2 2023-11-18 22:56:26 +02:00
b55c4497d0 Better formatting for general filter rules 2023-11-18 22:54:39 +02:00
167f25cacd Modding: Added "non-[filter]" and multi-value filtering to Tile filter 2023-11-18 22:34:04 +02:00
dc6413d707 Modding: Added "non-[filter]" filtering for unit filters
Cleaned up unit filter validations to match actual filters
2023-11-18 22:16:43 +02:00
7e35e41bc3 typo fix for enhanced religion city filter 2023-11-10 10:27:20 +02:00
78a4c3a963 Added Human and AI filters, separated civFilter from nationFilter (#10446)
* Added Human and AI filters, separated civFilter from nationFilter (very similar and yet slightly different)

* Changed "Human" and "AI" to "Human player" and "AI player"
2023-11-10 09:57:49 +02:00
6e3d4d99e0 Add "Improvement" as an improvement filter (#9906)
* Add "Improvement" as an improvement filter

* Update docs, change from non road improvement to all improvement
2023-08-16 17:59:54 +03:00
f7295884e6 Improved mod overview documentation 2023-07-02 17:13:57 +03:00
df87f203b2 Reorganize modders documentation files 2023-07-02 16:20:37 +03:00
02d7325576 UnitFilter also matches TechFilter for that unit 2023-06-12 23:13:47 +03:00
cb626861df docs: better unique parameter documentation 2023-04-25 17:45:40 +03:00
079c237547 terrainFilter now accommodates nationFilter for owner 2023-04-25 17:45:40 +03:00
32191bd57d 4.6.4 2023-04-19 11:52:57 +03:00
0d9cff0922 "<for [nationFilter]>" conditional added 2023-04-08 22:46:49 +03:00
5d07fd981b Allow filters in the ModOptions "ToRemove" lists (#8730)
* Allow "*" wildcard in the ModOptions "ToRemove" lists

* Allow filters in the ModOptions "ToRemove" lists
2023-02-23 22:40:47 +02:00
279178f103 Fixed the official wiki (#6453)
* Fixed the links in the docs

* Fixed broken tables

Tables without a line break above are not treated as valid tables

* Removed redundant table of contents and formatted some bulleted lists

* The image in Regions.md is now properly displayed

* Standardized list indentation, line spacing, table header rows, and JSON code blocks

* Standardized headers

* Fixed remaining broken links, edited pseudo-footnotes
2022-03-31 09:47:58 +02:00