giant freakin documentation and reorganization pass, it also uses cmake because all the building was getting too complicated for shell scripts

This commit is contained in:
2025-09-29 20:31:42 -07:00
parent a5f837189b
commit 0edb4b50d2
71 changed files with 4895 additions and 127 deletions

9
res/doc/python/items.md Normal file
View File

@@ -0,0 +1,9 @@
\namespace items
\brief Game logic related to items and resources.
This module handles generating of items, each worth a given amount of resources. The values are first calculated
according to game rules defined in XML files, then any given modifiers are applied.
\internal
\note This module is almost fully VFS aware.
\endinternal