Mercurial > wow > cyborg-mmo7
log RatPageModel.lua @ 71:60e5f3262337 tip
age | author | description |
---|---|---|
Fri, 03 May 2013 23:24:11 +0000 | madcatzinc | Removed special code for callbacks (it was not necessary, and will conflict with the upcoming dual-spec support). |
Fri, 03 May 2013 23:24:04 +0000 | madcatzinc | Clarified the distinction between data (what is actually saved) and the objects (which store the data, but also have methods and other attributes). |
Thu, 25 Apr 2013 18:16:03 +0000 | madcatzinc | Fail early when a wow object cannot be created. Default to empty slots rather than empty wow objects. |
Thu, 25 Apr 2013 01:31:31 +0000 | madcatzinc | Reworked the whole "wow object" system: |
Thu, 25 Apr 2013 01:31:06 +0000 | madcatzinc | Merged the ProfileKeyBindings and WowCommands variables (they were pointing at the same value). |
Thu, 25 Apr 2013 01:30:46 +0000 | madcatzinc | Simplified the object system of the WowObject-s. |
Thu, 25 Apr 2013 01:30:11 +0000 | madcatzinc | Simplified the Rat page model and controller object models. |