<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/resources/scene_format_text.cpp, branch 3.0.1-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/scene/resources/scene_format_text.cpp?h=3.0.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/scene/resources/scene_format_text.cpp?h=3.0.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-02-24T00:34:34Z</updated>
<entry>
<title>Refactor version macros and fix related bugs</title>
<updated>2018-02-24T00:34:34Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-02-23T18:48:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d79a7a27735fde30a843bbd931a663ffaa5884c9'/>
<id>urn:sha1:d79a7a27735fde30a843bbd931a663ffaa5884c9</id>
<content type='text'>
The previous logic with VERSION_MKSTRING was a bit unwieldy, so there were
several places hardcoding their own variant of the version string, potentially
with bugs (e.g. forgetting the patch number when defined).

The new logic defines:

- VERSION_BRANCH, the main 'major.minor' version (e.g. 3.1)
- VERSION_NUMBER, which can be 'major.minor' or 'major.minor.patch',
  depending on whether the latter is defined (e.g. 3.1.4)
- VERSION_FULL_CONFIG, which contains the version status (e.g. stable)
  and the module-specific suffix (e.g. mono)
- VERSION_FULL_BUILD, same as above but with build/reference name
  (e.g. official, custom_build, mageia, etc.)
  Note: Slight change here, as the previous format had the build name
  *before* the module-specific suffix; now it's after
- VERSION_FULL_NAME, same as before, so VERSION_FULL_BUILD prefixed
  with "Godot v" for readability

Bugs fixed thanks to that:

- Export templates version matching now properly takes VERSION_PATCH
  into account by relying on VERSION_FULL_CONFIG.
- ClassDB hash no longer takes the build name into account, but limits
  itself to VERSION_FULL_CONFIG (build name is cosmetic, not relevant
  for the API hash).
- Docs XML no longer hardcode the VERSION_STATUS, this was annoying.
- Small cleanup in Windows .rc file thanks to new macros.

(cherry picked from commit 23ebae01dc7e3df9c842ca7d017f7b233837721d)
</content>
</entry>
<entry>
<title>Ability to import .escn files, which is just a .tscn but with forced import.</title>
<updated>2018-01-31T00:15:00Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2018-01-30T14:03:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c77047d6a378490ff1001546b9d5fbfa39727f53'/>
<id>urn:sha1:c77047d6a378490ff1001546b9d5fbfa39727f53</id>
<content type='text'>
This works together with the new Blender to Godot exporter.

(cherry picked from commit 1322ca6fb254f31d9f6133ad083588b5d21e97be)
</content>
</entry>
<entry>
<title>Fix typos in code and docs with codespell</title>
<updated>2018-01-18T21:01:42Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-18T20:37:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9f479f096cb50fa8d1215e68c262f110116114ef'/>
<id>urn:sha1:9f479f096cb50fa8d1215e68c262f110116114ef</id>
<content type='text'>
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
</content>
</entry>
<entry>
<title>Add missing copyright headers and fix formatting</title>
<updated>2018-01-05T00:22:23Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-04T23:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e4213e66b2dd8f5a87d8cf5015ac83ba3143279d'/>
<id>urn:sha1:e4213e66b2dd8f5a87d8cf5015ac83ba3143279d</id>
<content type='text'>
Using `misc/scripts/fix_headers.py` on all Godot files.
Some missing header guards were added, and the header inclusion order
was fixed in the Bullet module.
</content>
</entry>
<entry>
<title>Update copyright statements to 2018</title>
<updated>2018-01-01T13:40:47Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-01T13:40:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b50a9114b105dafafdda8248a38653bca314a6f3'/>
<id>urn:sha1:b50a9114b105dafafdda8248a38653bca314a6f3</id>
<content type='text'>
Happy new year to the wonderful Godot community!
</content>
</entry>
<entry>
<title>Improve duplication and saving of instanced scenes</title>
<updated>2017-12-16T16:58:17Z</updated>
<author>
<name>Matthias Hoelzl</name>
</author>
<published>2017-12-08T14:05:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ced1ff63a8267773bf440610792ce3ab4eb2f8ec'/>
<id>urn:sha1:ced1ff63a8267773bf440610792ce3ab4eb2f8ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Added new scene conversion to binary on export (disabled by default, please test)</title>
<updated>2017-12-15T11:39:26Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-12-15T11:38:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=251433847f85124d87f193ded4cd353e1f5bf5f5'/>
<id>urn:sha1:251433847f85124d87f193ded4cd353e1f5bf5f5</id>
<content type='text'>
-This method works by directly converting text to binary, so the scene does not need to be loaded and saved
</content>
</entry>
<entry>
<title>Rename Rect3 to AABB.</title>
<updated>2017-11-17T16:01:41Z</updated>
<author>
<name>Ferenc Arn</name>
</author>
<published>2017-11-17T02:09:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d28763a4c1792dc00fde3d151eaea54f9cf2b8a9'/>
<id>urn:sha1:d28763a4c1792dc00fde3d151eaea54f9cf2b8a9</id>
<content type='text'>
Fixes #12973.
</content>
</entry>
<entry>
<title>Rename pos to position in user facing methods and variables</title>
<updated>2017-09-20T11:11:10Z</updated>
<author>
<name>letheed</name>
</author>
<published>2017-09-10T13:37:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5ad9be4c24e9d7dc5672fdc42cea896622fe5685'/>
<id>urn:sha1:5ad9be4c24e9d7dc5672fdc42cea896622fe5685</id>
<content type='text'>
Rename user facing methods and variables as well as the corresponding
C++ methods according to the folloming changes:

* pos -&gt; position
* rot -&gt; rotation
* loc -&gt; location

C++ variables are left as is.
</content>
</entry>
<entry>
<title>Fix issues regarding reload of resources in imported scenes. Closes #10017</title>
<updated>2017-08-31T21:57:44Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-08-31T21:57:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d39e79e7ec8e010c251d9df3ece7cb7675a2c7a5'/>
<id>urn:sha1:d39e79e7ec8e010c251d9df3ece7cb7675a2c7a5</id>
<content type='text'>
</content>
</entry>
</feed>
