Skip to content

Commit

Permalink
Updated examples, readme and autogen script
Browse files Browse the repository at this point in the history
  • Loading branch information
orangeduck committed Jul 16, 2014
1 parent ce27f58 commit f9082d0
Show file tree
Hide file tree
Showing 16 changed files with 478 additions and 321 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ Here is a brief (incomplete) change log intended for people porting code.
* Exposed argument and return stack sizes.
* Renamed `demos` folder to `examples` and all the files within.
* Changed `luaA_call` and `luaA_call_name` to remove their arguments from stack, only leaving return values.
* Switched argument order to `luaA_struct_push_member` so that member comes before input.
* Switched argument order to `luaA_struct_push_member_name` so that member comes before input.
* Switched argument order to `luaA_struct_to_member` so that member comes before output.
* Switched argument order to `luaA_struct_to_member_name` so that member comes before output.


TODO:

* Update autogen script.
* Finalize examples for readme etc.
* Insert calls to `lua_checkstack` where possible.
Loading

0 comments on commit f9082d0

Please sign in to comment.