configuration variables are case sensitive (used to be case insensitive)
issueid=2819 04-18-2014 07:43 PM
Ancient Member
Number of reported issues by Sami: 91
configuration variables are case sensitive (used to be case insensitive)

Configuration variables used to be case insensitive but now they're case sensitive.

If there's no reason to have them case sensitive it would be more convenient to revert them back to case insensitive. It took me a while to realize why defining variables with := during the game did not work but it was because I tried to define it in lowercase.
Issue Details
Issue Number 2819
Project ADOM (Ancient Domains Of Mystery)
Category All
Status Fixed
Priority 8
Affected Version ADOM 1.2.0 pre 21
Fixed Version ADOM 1.2.0 pre 22
Milestone (none)
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users jt
Tags (none)




04-19-2014 06:20 AM
The Creator
@Jochen: This seems to be the case because you implemented an internal hash map for storing the configuration settings. The key for the hash map is derived from the name of the setting and thus upper and lower case suddenly matter.

04-19-2014 02:25 PM
jt jt is offline
Administrator
Fixed.

+ Reply