T-Engine

Welcome to the t-engine Bug Tracker

Please note that this is a tracker for ToME 3 issues. Please list any ToME 2 issues on the ToME wiki.

For information on the wiki format used for the tickets and comments, see the Dokuwiki Syntax Reference.

Thanks,
Eric (sdltome-at-gmail:dot:com)

Tasklist

FS#198 - esettings does not work correctly

Attached to Project: T-Engine
Opened by TheFalcon (TheFalcon) - Tuesday, 08 December 2009, 06:45 GMT-7
Task Type Bug Report
Category T-Engine
Status Unconfirmed
Assigned To No-one
Operating System All
Severity Medium
Priority Normal
Reported Version alpha18
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

esettings_get_int and esettings_get_str are returning the default values for things, even when I *know* that the values exist in the config file.

It seems to affect only “bar.baz = 1” things, rather than “bar_baz = 1” (i.e. esettings_get_int(”sdl.graphics.thingy”, 0) will always return 0, but esettings_get_int(”sdl.graphics_thingy”, 0) will behave correctly).

This task depends upon

Loading...