2025-08-30 22:16 CEST

spring: develop 0ee9d48e Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
tvo tvo develop 2007-11-15 00:24:02 develop a8ff605d
Changeset * Fixed bug with CUnit::SetExpPowerScale, it had a bool argument
  instead of a float.
* Remove some code duplication by merging RegHandler::GetFloat and
  DotfileHandler::GetFloat both into ConfigHandler::GetFloat.
* Added ConfigHandler::SetFloat.
* Applied patch by tc making Spring's configuration variables
  available through unitsync (no python/java bindings (yet)),
  slightly modified (implemented SetFloat, comments).
  Closes mantis: 0000681

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@4793 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/Unit.h Diff ] File ]
mod - rts/System/Platform/ConfigHandler.cpp Diff ] File ]
mod - rts/System/Platform/ConfigHandler.h Diff ] File ]
mod - rts/System/Platform/Linux/DotfileHandler.cpp Diff ] File ]
mod - rts/System/Platform/Linux/DotfileHandler.h Diff ] File ]
mod - rts/System/Platform/Win/RegHandler.cpp Diff ] File ]
mod - rts/System/Platform/Win/RegHandler.h Diff ] File ]
mod - tools/unitsync/unitsync.cpp Diff ] File ]