19b88841a3691fdcc5e336410f1f002e310e546a
1. When iterating over the tables using lua_next(), using lua_tolstring() can modify the key which confuses lua_next(). Instead push the value onto the top of the stack and Pop() the string from there. 2. Handle integer, string, and float constants. Handle the enum values by looking for FooIndex and then reading the global table Foo. Stylesheet updating coming later this week.
Languages
C++
85.7%
Lua
4.3%
C
4.3%
Rich Text Format
2.3%
CMake
1.1%
Other
2%