WeiDUorg / weidu

WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
http://www.weidu.org
GNU General Public License v2.0
87 stars 19 forks source link

Access to Dc.available_dlgs is not case-normalised #204

Closed FredrikLindgren closed 8 months ago

FredrikLindgren commented 2 years ago

Dc.make_available can inter new symbols that only differ from existing symbols in case. Look-ups in Dc.available_dlgs can likewise result in misses due to case differences.

Example: https://www.gibberlings3.net/forums/topic/33305-done-ishquestion-to-alter_trans/

Should probably standardise on upper case.

FredrikLindgren commented 8 months ago

Done in 7638fc24ed0ab081af3885dd7b08f3830e8674a8.