comparison Overlay.lua @ 80:42ec2938d65a

- Added Revision keyword on all .lua files (except ReAction_Action, which is under dev) - Removed ReAction_Paging module stub
author Flick <flickerstreak@gmail.com>
date Tue, 24 Jun 2008 23:47:27 +0000
parents da8ba8783924
children 7cabc8ac6c16
comparison
equal deleted inserted replaced
79:a45255f5d0c2 80:42ec2938d65a
5 local floor = math.floor 5 local floor = math.floor
6 local min = math.min 6 local min = math.min
7 local format = string.format 7 local format = string.format
8 local GameTooltip = GameTooltip 8 local GameTooltip = GameTooltip
9 9
10 ReAction:UpdateRevision("$Revision: 103 $") 10 ReAction:UpdateRevision("$Revision$")
11 11
12 -- Looking for a lightweight AceConfig3-struct-compatible 12 -- Looking for a lightweight AceConfig3-struct-compatible
13 -- replacement for Dewdrop (e.g. forthcoming AceConfigDropdown-3.0?). 13 -- replacement for Dewdrop (e.g. forthcoming AceConfigDropdown-3.0?).
14 -- Considering Blizzard's EasyMenu/UIDropDownMenu, but that's 14 -- Considering Blizzard's EasyMenu/UIDropDownMenu, but that's
15 -- a bit tricky to convert from AceConfig3-struct 15 -- a bit tricky to convert from AceConfig3-struct