2025-08-25 16:17 CEST

spring: develop 324d9683 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
Kloot Kloot develop 2009-06-02 17:13:53 develop 25bb28cd
Changeset * disallow empty player-names (Mantis 1428, 1440)
* auto-replace spaces (' ') in names by underscores ('_')
  since ostringstream::operator<< tokenizes on the former
  character (used in TdfFParser::AddPair among others)
* add explicit constants for the COLVOL_* enum members
mod - rts/Sim/Misc/CollisionVolume.h Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]