Christopher Lees
Christopher Lees
That's different & unrelated. You probably can, but again I am no expert in Korean law.
https://opensource.org/licenses/BSD-2-Clause https://olis.or.kr/license/Detailselect.do?lId=1093
Year is when last updated. The copyright holder would probably be something like the OpenBVE Project.
https://github.com/leezer3/OpenBVE/blob/master/Contributing.md Any file specifically written by someone recently should have a licence header. (If they thought it needed it) Reworked / original code does not.
This highlights the first issue (Minor, but there we go).... Vector2 and Vector3 have the == operator defined, but not the Equals. Michelle didn't implement this one, can't see a...
Operators added, and cherry-picked onto the main branch for good measure. Checking with the debugger, these are unused (presumably why not implemented), but using the default CLR comparisons would produce...
Hi David, Thanks for your resposne! The Log file indicates that that the program has been stuck in the " Running diamond all-versus-all" step for about 8 days. I planned...
Same issue with Colors regarding operators, will try and deal with those at some point soonish.
A simple **make** in the main source directory should do it. Need to check why Xbuild doesn't like it, it certainly should work as per you describe :/
It really shouldn't be going that badly wrong :( Our build test system runs on Travis, which should just be a current copy of Ubuntu 18.04 LTS, mono-complete from the...