Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Conflicts:
README.markdown
|
|
Conflicts:
AUTHORS
|
|
|
|
Remove empty std::type_info destructor.
|
|
|
|
|
|
|
|
|
|
Update test runner help text.
|
|
|
|
|
|
Complete the list of properly supported keys
|
|
Sort the key code and scan code maps by key and add many missing keys.
|
|
Add local broker for webrtc p2p test. Fixes #1974.
|
|
There is no more o1 test target.
|
|
This is provided by libcxxabi and there are actually 3 different
destructors, not just this one, so let things pick up libcxxabi correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
simplified ifs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`npm install` as part of test.
|
|
|
|
|
|
Provide compile time and run time options for WebSocket URL and subproto...
|
|
Fix numepad 0 key and add few other keys
|
|
Add stub for raise
|
|
|
|
|
|
|
|
The scan code of the numepad 0 key is 98, not 88 since that correspond to the scan code of KP_ENTER.
I took the opportunity to add the missing numepad keys like KP_PLUS, KP_MULTIPLY, etc...
Some other keys like caps lock weren't properly detected either.
|
|
|
|
Start splitting C and C++ options.
|
|
|
|
Add eglWaitGL
|