Darryl Pogue
Darryl Pogue
These have always been buggy in multiplayer. In the UU days, I vaguely recall ycikamookow finding a way to fix them, but Cyan eventually gave up trying to fix them...
These have always been a synchronization problem, but I seem to recall a certain mookow getting them working properly for UU. Would be nice to reinstate those doors and have...
Proposal for splitting the behaviour of `cordova platform add` into several smaller steps that could be reused by other parts of the tooling and more easily tested. See also: https://github.com/apache/cordova-common/pull/34...
* There's a static initializer ordering issue that sometimes crops up with the `hsG3DDeviceSelector` Device Enumerator vector on Linux which causes crashes (not that there's much of a client to...
Fix some CI warnings about GitHub deprecations and homebrew dependencies that are already installed.
### Platforms affected iOS ### Motivation and Context Closes GH-1135. ### Description Moved `CODE_SIGN_ENTITLEMENTS` from the xcconfig (which affects the entire project and all its targets) to the target settings...
### Platforms affected iOS ### Motivation and Context Fixes GH-1415 & GH-1432 ### Description The bin scripts in the template needed to be updated to refer to the cordova-ios internals...
### Platforms affected iOS ### Motivation and Context Closes GH-1120. Closes GH-1121. Closes GH-1429. ### Description In cases where the system was presenting something on the screen (such as a...
In a generated Cordova project, there is a `cordova` folder containing some NodeJS bin scripts and other files. Currently several of those bin scripts fail to run. [`./cordova/apple_ios_version`](https://github.com/apache/cordova-ios/blob/master/templates/cordova/apple_ios_version) [`./cordova/apple_osx_version`](https://github.com/apache/cordova-ios/blob/master/templates/cordova/apple_osx_version) [`./cordova/apple_xcode_version`](https://github.com/apache/cordova-ios/blob/master/templates/cordova/apple_xcode_version)...