2025-08-01 17:59 CEST

spring: develop 355582ef Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
hoijui hoijui develop 2009-04-07 10:58:26 develop f9a63832
Changeset ai: cleaner definition of where InterfaceInfo.lua and AIInfo.lua are searched
before it was (shown for Interfaces, same applies for Skirmish AIs):
{data-dir}/AI/Interfaces/*/InterfaceInfo.lua
and
{data-dir}/AI/Interfaces/*/*/InterfaceInfo.lua
now it is only the second:
{data-dir}/AI/Interfaces/*/*/InterfaceInfo.lua
to prevent confusion, and enforce sticking to a convention widely used in the code anyway
mod - rts/ExternalAI/AILibraryManager.cpp Diff ] File ]
mod - rts/System/FileSystem/FileSystem.cpp Diff ] File ]
mod - rts/System/FileSystem/FileSystem.h Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]