Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde | |
Include paths are processed from left to right, so we use Prepend to ensure that paths to bundled thirdparty files will have precedence over system paths (e.g. `/usr/include` should have lowest priority). | |||
2019-04-19 | doc: Sync classref with current source | Rémi Verschelde | |
2019-04-12 | Register WebRTCPeerJS and WebRTCPeerGDNative | Fabio Alessandrelli | |
2019-04-12 | Add WebRTC GDNative interface | Fabio Alessandrelli | |
2019-04-12 | Add WebRTC JS implementation | Fabio Alessandrelli | |
2019-04-12 | Implement WebRTCPeer custom instance class | Fabio Alessandrelli | |