Ducatista wrote:Which software to manage OpenBVE source code?
I
think Michelle uses the open source
Sharp Devel as an IDE (Integrated Development Environment/Editor/Debug frontend). ...although I could be talking nonsense.
Source Code Management normally refers to revision control systems (RCS), so I'll try to answer that specifically. I personally use Git to view/diff and keep track of the various experimental, upstream and packaged versions of the OpenBve codebase; then Emacs for editing and Mono for the C# compiler and runtime.
If you were actually asking about a SCM/RCS to analysis the OpenBve codebase, then I do my best to import Michelle's releases into Git as they come out; you can see them here:
at which points you can eg. "git diff upstream/1.2.0.2 upstream/1.2.0.3" to find out what changed.
Does that answer your question? If not, can you be a bit more specific... source code is just text files and so should be viewable in any normal text-editor.