Jump to content
The Dark Mod Forums

javagamer

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by javagamer

  1. Ah, that could be it. XreaL doesn't treat names case insensitive, and I personally prefer that. Still, I want to be sure taking out the to_lower_copy won't mess anything up.
  2. I'm toying around with XreaL, an engine which uses a variant of darkradiant for it's editing and I've discovered that darkradiant converts entity names to lowercase before you place them, leading to uppercase entities not working. I've tracked this down to line 297-298 of plugins/ecalssmgr/Doom3EntityClass.cpp (I don't think XreaL has changed this file, but I guess the line numbers could be different). These lines read std::string sName = boost::algorithm::to_lower_copy(tokeniser.nextToken()); My question is, could I just remove the to_lower_copy so I can use entities with uppercase characters, or will this mess something up elsewhere? Also, what's the point of making all entity names lowercase? Thanks in advance, Javagamer
×
×
  • Create New...