Automatically exported from code.google.com/p/nixysa
Stars
10
Forks
6
Watchers
10
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
1
commits
Add PPAPI support to nixysa glue code generator.
e34b79bView on GitHubRevert Linux nspluginwrapper work-around from r23, since the fix in nspluginwrapper made it into Fedora quite a while ago and Fedora-based distros are the only ones known to use nspluginwrapper with O3D by default.
78ad9adView on GitHubFix Mac crash observed in Firefox with the render-mode.html sample in O3D.
999a638View on GitHubWork around a Safari 5.0+ bug where the pluginthreadasynccall field is not reliably initialized to NULL. This caused random crashes in O3D because IsPluginThreadAsyncCallSupported() would randomly return true.
3f568d0View on GitHubAdd a codereview.settings file, since that is now mandatory for gcl.
a576c3dView on GitHubMake Nixysa codegen.py use the modern hashlib where available, but fall back to md5 lib if it is not there. This restores compatibility with Python 2.4 and earlier.
fb1d766View on GitHubSwitch Nixysa to hashlib and away from deprecated md5 lib.
20d3590View on GitHubMake Nixysa Javascript array access work in all browsers.
287db4eView on GitHub