Ivan Safrin
|
8468cd225f
Update CppHeaderParser to newest version, fixed bugs caused by that. Fixed bug in lua doc generation
|
13 years ago |
Ivan Safrin
|
244d7d6716
Lua html doc generation from xml, generate lua docs automatically on install, copy lua docs into Lua Standalone, IDE menu option for documentation opens bundled html
|
13 years ago |
Ivan Safrin
|
fa5e9f6516
create_lua_library now generates documentation in XML form PART TWO
|
13 years ago |
Ivan Safrin
|
dc8204753b
create_lua_library now generates documentation in XML form
|
13 years ago |
Ivan Safrin
|
f168cfc541
Sped up syntax highlighting on large files
|
13 years ago |
Ivan Safrin
|
3b371b3df5
Major speed improvements to UITextInput when dealing with large text files
|
13 years ago |
Ivan Safrin
|
3977a25908
Line number support in UITextInput, Monokai syntax theme
|
13 years ago |
Ivan Safrin
|
27b28a43df
IDE text editor tweaks
|
13 years ago |
Ivan Safrin
|
bc390327e9
Fixed faulty modifier key behavior on the Mac
|
13 years ago |
Ivan Safrin
|
0f8b40abc1
Syntax hilighting theme support and Solarized Dark theme for IDE
|
13 years ago |
Ivan Safrin
|
272e763c7a
LINE_LOOP_MESH support
|
13 years ago |
Ivan Safrin
|
a503864244
All classes now subclass PolyBase to faciliate casting in Lua bindings
|
13 years ago |
Ivan Safrin
|
87be8d27f2
Convenience methods for dirtying mesh arrays, disabled non-working reliable data in Peer
|
13 years ago |
Ivan Safrin
|
1646e57158
Position mode options in editor and entity loading code
|
13 years ago |
Ivan Safrin
|
9344384708
Fixed crash when trying to copy with empty selection
|
13 years ago |
Ivan Safrin
|
9b1d802703
Texture filtering mode option in project settings
|
13 years ago |
Ivan Safrin
|
35eb2dbaa1
Fix for file dialog on Mac, add files to project option
|
13 years ago |
Ivan Safrin
|
1deeee0ebc
Setting window caption in UIWindow, confirmation for file removal in IDE, name popup for new folder
|
13 years ago |
Ivan Safrin
|
e8dc5f9d47
Fixes for two UI bugs
|
13 years ago |
Ivan Safrin
|
5ee706d3c5
Lua bindings rework. No more __ptr_lookup, __ptr is now regular userdata and contains a pointer to the pointer to C++ class, garbage collection metatables on some objects.
|
13 years ago |
Ivan Safrin
|
e10455cf98
Label memory leak fixes
|
13 years ago |
Ivan Safrin
|
d070e47295
Events no longer have eventType set to 'Event' by default, speed fixes, memory leak fixes
|
13 years ago |
Ivan Safrin
|
14634160c4
Proper error reporting on errors in files loaded by require()
|
13 years ago |
Ivan Safrin
|
d51dbac584
isClass/isKindOfClass support in class system, cast and safe_cast functions
|
13 years ago |
Ivan Safrin
|
179a78648b
Removed accidentally added directory
|
13 years ago |
Ivan Safrin
|
543baf9047
Returning std::vectors as Lua arrays in bindings
|
13 years ago |
Ivan Safrin
|
65f80c19cd
Fixed 3d particles
|
13 years ago |
Ivan Safrin
|
193e0e2251
UI improvements, Major IDE updates (2D entity editor, bezier curve editor, asset browser), ids and tags for entities, ScreenEntityInstances, binary Object serialization, various bugfixes and improvements across the board, Particle systems no longer require a parent Scene/Screen, Label code rewrite (now aligned to baseline by default),
|
13 years ago |
mcc
|
238a8c5e60
Fix LocalShaderParam access from LUA: Add typed getters and setters for void * field, incidentally re-triggering the 'at least two methods' rule for create_lua_library
|
13 years ago |
mcc
|
78e54d425a
TinyXML should always use CRLF (windows) line endings, regardless of platform. Also, document TinyXML changes for license compliance.
|
13 years ago |