comparison core.lua @ 83:940e53dd18c3

- More cosmetic cleanup. - Implement "GUI noob" option. Basic entries for Loot and History tabs. - Disable wipe->kill toggling once the entry is actually a kill. Duh.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Mon, 18 Jun 2012 03:02:10 +0000
parents ae17128ef3f2
children c87bf3e756f3
comparison
equal deleted inserted replaced
82:ae17128ef3f2 83:940e53dd18c3
113 local option_defaults = { 113 local option_defaults = {
114 ['datarev'] = 20, -- cheating, this isn't actually an option 114 ['datarev'] = 20, -- cheating, this isn't actually an option
115 ['popup_on_join'] = true, 115 ['popup_on_join'] = true,
116 ['register_slashloot'] = true, 116 ['register_slashloot'] = true,
117 ['scroll_to_bottom'] = true, 117 ['scroll_to_bottom'] = true,
118 ['gui_noob'] = true,
118 ['chatty_on_kill'] = false, 119 ['chatty_on_kill'] = false,
119 ['no_tracking_wipes'] = false, 120 ['no_tracking_wipes'] = false,
120 ['snarky_boss'] = true, 121 ['snarky_boss'] = true,
121 ['keybinding'] = false, 122 ['keybinding'] = false,
122 ['bossmod'] = "DBM", 123 ['bossmod'] = "DBM",