2025-08-25 03:41 CEST

spring: develop e40e93da Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
trepan trepan develop 2007-10-24 05:26:11 develop abd0691b
Changeset * Added the custom mod / map options unitsync interface
  - CustomMapOptions.lua is to be used with LuaGaia, and belongs in the map archive
  - CustomModOptions.lua is to be used with LuaRules, and belongs in the mod archive
  - an array is used instead of a map to allow option ordering
  - the number 'step' value is aligned to the number 'def' (default) value
  - the list 'def' value uses a string instead of an index to avoid the
    lua vs. C++ start index mismatch


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4618 37977431-3df6-0310-b722-df95706aa16b
mod - tools/unitsync/SyncServer.cpp Diff ] File ]
mod - tools/unitsync/test/test.cpp Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]
mod - tools/unitsync/unitsync.h Diff ] File ]