Age | Commit message (Collapse) | Author |
|
pointers.
|
|
|
|
|
|
Fix JSInterface::JSInterface copy constructor to take a const&
|
|
|
|
Implements setgroups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
call main(), and is necessary to set things up even if you call main() manually
|
|
|
|
|
|
|
|
world; fixes #1048
|
|
|
|
|
|
|
|
|
|
Minor OpenAL improvements.
|
|
For example, sscanf("1 2 3", "%*d %d", &foo) stores 2 into foo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Basic GLFW support
|
|
|
|
|
|
|
|
|
|
|
|
* Mouse events are ok.
* Keyboard events work partially.
|
|
* Got triangle test about to work.
* Implemented misc functions.
|
|
|
|
|
|
|
|
|