otclient-redemption/modules/corelib
Renato Machado 2dd672b960 fix(html): preserve nested *for context
ex:  self.teste = {
    {arr = {1, 2, 3, 4, 5}}
  }

<div *for="local teste in self.teste">
    <div *for="local arr in teste.arr">{{arr}}</div>
</div>
2025-10-14 20:05:41 -03:00
..
ui fix(html): preserve nested *for context 2025-10-14 20:05:41 -03:00
bitwise.lua fix: cyclopedia item filters & market voc filter (#1122) 2025-04-04 13:40:37 -03:00
config.lua lua format - if/fnc are no longer inline 2022-08-17 12:51:56 -03:00
const.lua improve: html/css syntax 2025-09-28 14:46:24 -03:00
corelib.otmod perf: battle and general layout update optimized (#1212) 2025-06-25 18:34:11 -03:00
globals.lua lua format - if/fnc are no longer inline 2022-08-17 12:51:56 -03:00
http.lua fix http timeout problems (#1337) 2025-10-05 21:27:04 -07:00
inputmessage.lua code lua formatted 2021-07-19 19:24:59 -03:00
json.lua lua format - if/fnc are no longer inline 2022-08-17 12:51:56 -03:00
keybind.lua feat: keybinds by oen | (limited) Part 1 (#996) 2024-12-17 18:27:38 -03:00
keyboard.lua fix: boundKeyPressCombos [fix: #1000, #1251 , #1231 , #738] (#1253) 2025-07-27 11:49:01 -03:00
math.lua lua format - if/fnc are no longer inline 2022-08-17 12:51:56 -03:00
mouse.lua lua format - if/fnc are no longer inline 2022-08-17 12:51:56 -03:00
net.lua formatted modules 2022-04-29 23:14:24 -03:00
objectpool.lua perf: battle and general layout update optimized (#1212) 2025-06-25 18:34:11 -03:00
outputmessage.lua code lua formatted 2021-07-19 19:24:59 -03:00
settings.lua Fix to the makesingleton function. 2014-04-01 17:22:00 +13:00
string.lua feat: new layout (#749) 2024-06-21 18:10:07 -03:00
struct.lua lua format - if/fnc are no longer inline 2022-08-17 12:51:56 -03:00
table.lua html: prevent memory leak with reactive state 2024-08-02 18:33:00 -03:00
util.lua improve: UI, Styles, MiniWindow General, see Roadmap 2025-08-27 18:42:18 -03:00