Quantcast

In ARL.lua: Removed all upvalued F_WHATEVER constants, replaced usage with private.filter_flags.

Author torhal <torhal@dummy.example.com>
Author date 2010-02-06 04:22:15
Author local date 2010-02-06 04:22:15 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2010-02-06 04:22:15
Committer local date 2010-02-06 04:22:15 +0000
Commit f6889d87d11c1110af8fb0c9b0dcc8f72f7f4fd5
Tree 6bd1ac29cf23540a9123759a7ac49af6c6fb83b3
Parent 4c81acc4c662bb28205a9429b03e86d285257dc7
In ARL.lua: Removed all upvalued F_WHATEVER constants, replaced usage with private.filter_flags.
Renamed private.acquire_flags to private.acquire_types.
Added new table members to the private namespace: rep_levels, faction_ids, and faction_strings.
In ProfessionDump(): Recipes with no specialty will no longer print "nil". Recipes with reputation acquires will now print the faction name.
Added "local REP = private.rep_levels" and "local FAC = private.faction_ids" to all database files to accommodate the new dump output - retained the current reputation level constants until the databases are updated.
In Player:HasProperRepLevel() and Player:IsCorrectFaction(): Replaced local faction values with lookups in private.faction_ids