|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +* [1.13.2] |
| 4 | + - Support for REPENTOGON 1.1.1 |
| 5 | + - Add REPENTOGON's Room:ClearBossHazards |
| 6 | + |
3 | 7 | * [1.13.1] |
4 | 8 | - Add EntityNPC:GetPathfinder |
5 | 9 | - Add MC_POST_PLAYER_ADD_EFFECT and MC_POST_ROOM_ADD_EFFECT |
6 | 10 | - Update comments for MC_POST_PLAYER_TRIGGER_EFFECT_REMOVED and MC_POST_ROOM_TRIGGER_EFFECT_REMOVED. They accept ItemConfigItem as optional arguments |
7 | 11 | - Specify return value for RoomConfigEntries:Get |
8 | 12 |
|
9 | 13 | * [1.13.0] |
10 | | - - Support for Repentogon 1.1.0 |
| 14 | + - Support for REPENTOGON 1.1.0 |
11 | 15 | - Changed how static methods are exposed under EntityNPC, EntityPickup, and EntityLaser to better separate the global and object versions of the class |
12 | 16 | - Add EntityPlayer:AddTrinketEffect and EntityNPC.ThrowMaggot |
13 | 17 | - Move EntityPlayer:GetTearRangeModifier to vanilla docs |
|
65 | 69 |
|
66 | 70 | * [1.11.0] |
67 | 71 |
|
68 | | - - Support for Repentogon 1.0.12 |
| 72 | + - Support for REPENTOGON 1.0.12 |
69 | 73 | - Fix issues with ItemConfig: Correct enum values, add descriptions, and move ItemConfig.Config under the enum instead of the class |
70 | 74 | - Add missing description information to MC_USE_ITEM and MC_USE_CARD |
71 | 75 | - Add XMLNode.BOSSCOLOR |
72 | 76 |
|
73 | 77 | * [1.10.1] |
74 | 78 |
|
75 | | - - Tweaks to Repentogon docs |
| 79 | + - Tweaks to REPENTOGON docs |
76 | 80 |
|
77 | 81 | * [1.10.0] |
78 | 82 |
|
79 | | - - Support for Repentogon 1.0.11 |
80 | | - - Fix Repentogon-added Grid Entity subclasses not being a child of the GridEntity class |
| 83 | + - Support for REPENTOGON 1.0.11 |
| 84 | + - Fix REPENTOGON-added Grid Entity subclasses not being a child of the GridEntity class |
81 | 85 | - Fix EntityPlayer:GetFootprintColor returning Color instead of KColor |
82 | 86 | - ItemConfig and RoomDescriptor both now work properly as both a class and an enum |
83 | 87 | - Add some missing functions |
|
86 | 90 |
|
87 | 91 | - Fix for dupe ItemConfig and missing TEARFLAG warnings |
88 | 92 | - Fix a few incomplete functions |
89 | | - - Add remaining additions up to Repentogon v1.0.10c |
| 93 | + - Add remaining additions up to REPENTOGON v1.0.10c |
90 | 94 |
|
91 | 95 | * [1.9.6] |
92 | 96 |
|
|
106 | 110 |
|
107 | 111 | * [1.9.3] |
108 | 112 |
|
109 | | - - Support for Repentogon 1.0.9b |
110 | | - - Tweaks to Repentogon and Vanilla docs |
| 113 | + - Support for REPENTOGON 1.0.9b |
| 114 | + - Tweaks to REPENTOGON and Vanilla docs |
111 | 115 |
|
112 | 116 | * [1.9.2] |
113 | 117 |
|
114 | | - - Support for Repentogon 1.0.9a |
115 | | - - Tweaks to Repentogon docs (Sanio, SomeEngineer and thicco-catto contribution) |
| 118 | + - Support for REPENTOGON 1.0.9a |
| 119 | + - Tweaks to REPENTOGON docs (Sanio, SomeEngineer and thicco-catto contribution) |
116 | 120 |
|
117 | 121 | * [1.9.1] |
118 | 122 |
|
|
122 | 126 |
|
123 | 127 | * [1.9.0] |
124 | 128 |
|
125 | | - - Support for Repentogon 1.0.9 and some other docs adjustments by Sanio (It's me, I'm Sanio, I can do this now :>) |
| 129 | + - Support for REPENTOGON 1.0.9 and some other docs adjustments by Sanio (It's me, I'm Sanio, I can do this now :>) |
126 | 130 |
|
127 | 131 | * [1.8.3] |
128 | 132 |
|
129 | 133 | - Assorted tweaks and improvements (Sanio & S0meEngineer contribution) |
130 | 134 |
|
131 | 135 | * [1.8.2] |
132 | 136 |
|
133 | | - - Tweaks to Repentogon docs (Syntax Sculptor contribution) |
| 137 | + - Tweaks to REPENTOGON docs (Syntax Sculptor contribution) |
134 | 138 |
|
135 | 139 | * [1.8.1] |
136 | 140 |
|
137 | | - - Tweaks to Repentogon docs |
| 141 | + - Tweaks to REPENTOGON docs |
138 | 142 |
|
139 | 143 | * [1.8.0] |
140 | 144 |
|
141 | 145 | - include defined as alias of require |
142 | | - - Support for Repentogon 1.0.8 (thanks Sanio!) |
| 146 | + - Support for REPENTOGON 1.0.8 (thanks Sanio!) |
143 | 147 |
|
144 | 148 | * [1.7.4] |
145 | 149 |
|
146 | 150 | - Fix flag enums |
147 | 151 |
|
148 | 152 | * [1.7.3] |
149 | 153 |
|
150 | | - - Repentogon |
| 154 | + - REPENTOGON |
151 | 155 | - XMLData.GetBossColorByTypeVarSub |
152 | 156 | - Define Vector.One and Vector.Zero as Vectors |
153 | 157 | - Assorted fixes |
154 | 158 |
|
155 | 159 | * [1.7.2] |
156 | 160 |
|
157 | | - - Fix some Repentogon functions and overloads |
| 161 | + - Fix some REPENTOGON functions and overloads |
158 | 162 | - Fix some vanilla functions |
159 | 163 |
|
160 | 164 | * [1.7.1] |
161 | 165 |
|
162 | | - - Fix various duplicate entries in repentogon docs |
| 166 | + - Fix various duplicate entries in REPENTOGON docs |
163 | 167 | - More contributions by Sanio and Maya-bee |
164 | 168 | - Internal changes: enums are saved as JSON instead |
165 | 169 | - Internal changes: now no longer uses docs repo as submodule |
|
170 | 174 |
|
171 | 175 | * [1.6.1] |
172 | 176 |
|
173 | | - - Fix syntax errors in Repentogon API docs |
| 177 | + - Fix syntax errors in REPENTOGON API docs |
174 | 178 |
|
175 | 179 | * [1.6.0] |
176 | 180 |
|
177 | | - - Support for [Repentogon](https://repentogon.com/) API! Can be enabled via extension settings. Thanks to 4head for writing the Lua docs for it! |
| 181 | + - Support for [REPENTOGON](https://repentogon.com/) API! Can be enabled via extension settings. Thanks to 4head for writing the Lua docs for it! |
178 | 182 | - Re-enabled ModReference class |
179 | 183 | - Internal changes |
180 | 184 |
|
|
0 commit comments