I think there's reason to believe that some slightly more organized project coordination could be helpful in recruiting new developers. I doubt that this simple wiki approach would be confusing for them.
Right now, there are in PARALLEL:
- SF Bugtracker (used also by Chris) to document the status of fixes for 1.5.0
- dev list
- Chris' new developer Wiki at SF (dormant...)
- Forum developer threads
- your "open" Wiki experiments
So right now there is about ONE dev documentation medium per regular developer
If this is NOT confusing for new developers I don't know what could be!
-------------------------------------------------
I understand that it would be best that ALL the developers with
proven (not claimed) coding knowledge would rather work jointly at this time to complete the tasks still missing for 1.5.0 final!
AS FAST AS POSSIBLE...
We have a small but knowledgable group of proper developers AND beta testers that are able to complete the required tasks pretty well. A main positive aspect is that they ALL know what has to be done!
--------------------------------------------------
I think at this time your ill-defined "Wiki experiments" are confusing and do not help in this direction. They rather contribute to defocus our actions.
If you would help fixing bugs, things would even proceed faster
Bye Fridger
PS: As you can see from today's dev list, also Chris L. is NOT making use of your new "open developer" Wiki idea...
-------------------------------------------
Today I committed fixes for three different bugs on the SourceForge tracker:
1745705: invalid(?) body frame crashes Celestia
http://sourceforge.net/tracker/index.ph ... tid=121302
Fixed by making the ssc file loader check for circular reference frames
1738359: Barycenter not included in URL path
http://sourceforge.net/tracker/index.ph ... tid=121302
Bug description wasn't quite accurate, but there was a serious bug in the cel URL code that caused star names to be omitted in some URLs. I also added code to store location names in URLs; prior to the fix, location names were omitted completely from URLs.
1733395: ReferencePoint placed in wrong location
http://sourceforge.net/tracker/index.ph ... tid=121302
This was a serious bug with reference points; the OrbitFrame for a ReferencePoint definition in an ssc file was completely ignored.
Thanks to Selden for the detailed bug reports. I've marked the bugs fixed, but left them open for someone else to double check the fixes.
--Chris