<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Project Standards</title><link>https://sourceforge.net/p/unitycf/wiki/Project%2520Standards/</link><description>Recent changes to Project Standards</description><atom:link href="https://sourceforge.net/p/unitycf/wiki/Project%20Standards/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 09 Jan 2012 01:21:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/unitycf/wiki/Project%20Standards/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Project Standards modified by Paul Tunison</title><link>https://sourceforge.net/p/unitycf/wiki/Project%2520Standards/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -20,7 +20,7 @@
 
 Scripting Code
 ==============
-Due to the limitations of using Unity with any kind of version control without a Pro license, only one person should be editing anything to do with scene files or *.assets at a time. If more than one person does, we may screw up the Library irreparably. Thanks Unity Pro...
+* Use Mono as Unity provides.
 
 
 Scene Editing and Committing
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Tunison</dc:creator><pubDate>Mon, 09 Jan 2012 01:21:10 -0000</pubDate><guid>https://sourceforge.nete26f9a39a8e58a35cf31288919ab3b055e53bab2</guid></item><item><title>WikiPage Project Standards modified by Paul Tunison</title><link>https://sourceforge.net/p/unitycf/wiki/Project%2520Standards/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -20,7 +20,7 @@
 
 Scripting Code
 ==============
-TODO
+Due to the limitations of using Unity with any kind of version control without a Pro license, only one person should be editing anything to do with scene files or *.assets at a time. If more than one person does, we may screw up the Library irreparably. Thanks Unity Pro...
 
 
 Scene Editing and Committing
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Tunison</dc:creator><pubDate>Mon, 09 Jan 2012 01:20:20 -0000</pubDate><guid>https://sourceforge.net39dce56276e3fde72e5d4bc17e6d626abafd8841</guid></item><item><title>WikiPage Project Standards modified by Paul Tunison</title><link>https://sourceforge.net/p/unitycf/wiki/Project%2520Standards/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -21,3 +21,11 @@
 Scripting Code
 ==============
 TODO
+
+
+Scene Editing and Committing
+============================
+* Because of the way that Unity save's its scene files (as binary files), only one person may be working on any particular scene, in a permanent manner, at a time. Its not really possible to merge binary files...
+    * Possible alternatives:
+        * https://github.com/terravision/UnityTextScene
+        * http://zeroandone.ca/unity/
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Tunison</dc:creator><pubDate>Sun, 08 Jan 2012 20:34:22 -0000</pubDate><guid>https://sourceforge.net0aebd14682f8a20449392fa45a7006a6f3c0ecb7</guid></item><item><title>WikiPage Project Standards modified by Paul Tunison</title><link>https://sourceforge.net/p/unitycf/wiki/Project%2520Standards/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -11,6 +11,7 @@
 * Temporary or personal branches should be prefixed with the developer's user name
     * ex.1: "`purgo/fire-particle-test`"
     * ex.2: "`lollius/im_silly`"
+* Before adding/removing files to commit dealing with anything outside of the Assets folder, close down Unity and Mono before adding anything and committing.
 
 Merging
 -------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Tunison</dc:creator><pubDate>Sun, 08 Jan 2012 19:28:39 -0000</pubDate><guid>https://sourceforge.net8c3e83fbf381c24a5ffe1b6d7161b099184efcc6</guid></item><item><title>WikiPage Project Standards modified by Paul Tunison</title><link>https://sourceforge.net/p/unitycf/wiki/Project%2520Standards/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -15,3 +15,8 @@
 Merging
 -------
 * Topic branches are to be merged into master via: "`git merge --no-ff --log`" and should primarily be done after review process (TBD) (usually done by Paul at this point in time).
+
+
+Scripting Code
+==============
+TODO
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Tunison</dc:creator><pubDate>Sun, 08 Jan 2012 18:09:30 -0000</pubDate><guid>https://sourceforge.net06c4ff9475501cbe45fa7f99d1f9a64cad8110c4</guid></item><item><title>WikiPage Project Standards modified by Paul Tunison</title><link>https://sourceforge.net/p/unitycf/wiki/Project%2520Standards/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -14,4 +14,4 @@
 
 Merging
 -------
-* Topic branches are to be merged into master via: `git merge --no-ff --log` and should primarily be done after review process (TBD) (usually done by Paul at this point in time).
+* Topic branches are to be merged into master via: "`git merge --no-ff --log`" and should primarily be done after review process (TBD) (usually done by Paul at this point in time).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Tunison</dc:creator><pubDate>Sun, 08 Jan 2012 18:08:50 -0000</pubDate><guid>https://sourceforge.net1c66d1dfdec9d528cb1493af299aba5772df7536</guid></item><item><title>WikiPage Project Standards modified by Paul Tunison</title><link>https://sourceforge.net/p/unitycf/wiki/Project%2520Standards/</link><description>Here we list various standards that we jointly, as the administration team (Ben, Conor, Paul), hold as vital to maintaining the quality of code generated as part of this project.


GIT
===

Topic Branches
--------------
* Branches that are flagged for merger into the master branch need to be prefixed with "`dev/`"
    * example: "`dev/my-fancy-feature`"
* Temporary or personal branches should be prefixed with the developer's user name
    * ex.1: "`purgo/fire-particle-test`"
    * ex.2: "`lollius/im_silly`"

Merging
-------
* Topic branches are to be merged into master via: `git merge --no-ff --log` and should primarily be done after review process (TBD) (usually done by Paul at this point in time).</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Tunison</dc:creator><pubDate>Sun, 08 Jan 2012 18:08:37 -0000</pubDate><guid>https://sourceforge.net2ad89271e3030ca17095b51ac39d2bfb1ae822f3</guid></item></channel></rss>