Nate Starkey
|
2a72dfdbb6
The sample now works completely.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
010536abb7
Fixed most of the Lua side of options.rml.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
f57f412de8
NULL checks...everywhere
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
c615b0b190
Fixed one of the leaks.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
970fda9111
Sample crashes on exit only if the high scores menu gets opened.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
23ef189318
It works! Kind of. Well, no crashes.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
14392479d7
Fixed the LuaEventListener so that it will actually have a function at the top of the stack.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
7a17a2d32f
Changed all of the __call metamethods to type:new functions due to some metamethod black magic not happening.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
41edc5d22e
Made LuaDocument's LoadScript function signature the same as ElementDocument's like it should have been.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
d9959b34f1
Moved things around to fix template compile errors.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
5002b81fe4
Implemented Lua types: ElementDataGrid,ElementDataGridRow,ElementTabSet.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
cb9fe611c4
Added a .sln for RocketLua itself.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
9663a4b184
Implemented the types for ElementFormControlDataSelect/Input/TextArea.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
c97d9ea7e2
Implemeneted the Lua type for ElementFormControlSelect
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
e67cc58893
Did the Lua types for ElementForm and ElementFormControl
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
74fd0fd292
undo the merge.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
6afe5736de
merge
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
a54055525a
Untested event inner-workings have been layed out.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
c29b71f52a
Added an Event type for Lua
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
0ad3eacb7a
Added some documentation for the types I have already implemented.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
4d6e4ecec5
Implemented Element:SetAttribute in a way where both parameters are strings.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
126b9432b5
Exposed the Rocket::Core::ElementStyle as a ROCKETCORE_API, so that I could bind it as a Lua object.
|
%!s(int64=14) %!d(string=hai) anos |
Nate Starkey
|
f99a263e58
Should have forked this earlier. Implements basic types(Vectori/f,Colourb/f), Document, and Element so far. Interpreter is also a Plugin, so it will start up when libRocket does.
|
%!s(int64=14) %!d(string=hai) anos |
Lloyd Weehuizen
|
cf5e68c068
Merge pull request #42 from viciious/elems_by_class
|
%!s(int64=14) %!d(string=hai) anos |
Victor Luchitz
|
7c128117bd
Implement Element::GetElementsByClassName
|
%!s(int64=14) %!d(string=hai) anos |
Lloyd Weehuizen
|
f36e4f4b62
Revert "Corrected calculation for 'width: auto' so form elements (or any elements which already have a content_area width greater than 0) use it correctly."
|
%!s(int64=14) %!d(string=hai) anos |
Lloyd Weehuizen
|
37eb033fd1
Revert "Only set relative_offset_base.x according to the 'right' property if it wasn't already set according to 'left'."
|
%!s(int64=14) %!d(string=hai) anos |
Lloyd Weehuizen
|
86087d9776
Revert "Absolutely positioned elements with 'left' and 'right defined, but no width, now correctly resize the element, as per section 10.3.7 of the CSS 2.1 spec."
|
%!s(int64=14) %!d(string=hai) anos |
Lloyd Weehuizen
|
e4e35809db
Revert "Fixed height in the same manner as the width fix for elements with precalculated height, like form elements."
|
%!s(int64=14) %!d(string=hai) anos |
Lloyd Weehuizen
|
cd1b90d963
Revert "Absolutely positioned elements now have their height correctly calculated when 'top' and 'bottom' are both specified."
|
%!s(int64=14) %!d(string=hai) anos |