annotate CyborgMMO7.toc @ 13:6cb9a2936580

Miscellanous Lua code consistency improvements: - no semicolon except between statements on same line - use of implicit cast to bool in if/while conditions, instead of various eq/neq against true, false or nil - no parenthesis around if/while conditions (C-ism) - avoid long function calls in if conditions - removed space in comma-separated expressions lists in multiple assignments - added spaces between arguments of functions calls - use tabs for indentation (in Lua files only) - don't reverse == in if conditions, like "if 42==foo then" (C-ism) - removed some extra parenthesis in complex expressions (C-ism) - added spaces around operators in most expressions for ease of reading - added comma after last element of table initializers - removed space after # operator - moved comment prefix of disabled code into tab (to keep disabled code aligned)
author madcatzinc@35b17cf1-18cd-47ff-9ca3-31d6b526ef09
date Thu, 25 Apr 2013 01:29:45 +0000
parents 72b92b3e476e
children c42cae255226
rev   line source
madcatzinc@11 1 ## Interface: 50200
madcatzinc@0 2 ## Title: Cyborg MMO7 Addon
madcatzinc@0 3 ## DefaultState: Enabled
madcatzinc@12 4 ## Version: @project-version@
madcatzinc@0 5 ## LoadOnDemand: 0
madcatzinc@0 6 ## SavedVariablesPerCharacter: CyborgMMO7SaveData
madcatzinc@5 7 ## SavedVariables: CyborgMMO_ProfileKeyBindings
madcatzinc@0 8
madcatzinc@1 9 Localisation.lua
madcatzinc@0 10 OptionView.lua
madcatzinc@0 11 CallbackFactory.lua
madcatzinc@0 12 WowObjects.lua
madcatzinc@0 13 RatPageModel.lua
madcatzinc@0 14 RatPageController.lua
madcatzinc@0 15 RatPageView.lua
madcatzinc@0 16 CyborgMMO7.lua
madcatzinc@0 17 RatPage.xml
madcatzinc@0 18 RatQuickPage.xml
madcatzinc@0 19 MainPage.xml
madcatzinc@0 20 OpenButtonPage.xml
madcatzinc@0 21 OptionPage.xml