<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/servers/visual/rasterizer_dummy.cpp, branch 1.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/servers/visual/rasterizer_dummy.cpp?h=1.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/servers/visual/rasterizer_dummy.cpp?h=1.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2015-04-18T17:38:54Z</updated>
<entry>
<title>Updated copyright year in all headers</title>
<updated>2015-04-18T17:38:54Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-18T17:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fdaa2920eb21fff3320a17e9239e04dfadecdb00'/>
<id>urn:sha1:fdaa2920eb21fff3320a17e9239e04dfadecdb00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Beta1 Attempt #1</title>
<updated>2015-04-02T15:59:23Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-02T15:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=68e42f53badd6a501021e545c09b2c41ad21e1e0'/>
<id>urn:sha1:68e42f53badd6a501021e545c09b2c41ad21e1e0</id>
<content type='text'>
-=-==-=-=-=-=-=-

-Small fixes in canvas item light shader
-Fixed compilation in server target
-Export for Android makes 32 bits display as default
-changed version to 1.1beta1
</content>
</entry>
<entry>
<title>-fix compilation of godot server</title>
<updated>2015-02-19T14:54:03Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-02-19T14:54:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3fdf3d8eabf3ca8c756de52a4bb6aa302c1f454f'/>
<id>urn:sha1:3fdf3d8eabf3ca8c756de52a4bb6aa302c1f454f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Initial working(?) implementation of shaders for 2D. Lighting still not there though.</title>
<updated>2015-01-12T13:19:09Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-12T13:19:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=544ce2a1dbaa5548490c975c2f6f6ed7c21377b9'/>
<id>urn:sha1:544ce2a1dbaa5548490c975c2f6f6ed7c21377b9</id>
<content type='text'>
Check for reference:
https://github.com/okamstudio/godot/wiki/shader
</content>
</entry>
<entry>
<title>2D Rewrite Step [1]</title>
<updated>2015-01-10T20:35:26Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-10T20:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=89970848311ee2d49040a148a56d80590091877c'/>
<id>urn:sha1:89970848311ee2d49040a148a56d80590091877c</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-

-Moved drawing code to a single function that takes linked list (should make it easier to optimize in the future).
-Implemented Z ordering of 2D nodes. Node2D and those that inherit have a visibility/Z property that affects drawing order (besides the tree order)
-Removed OpenGL ES 1.x support. Good riddance!
</content>
</entry>
<entry>
<title>-ability to set default textures in shader (needed for visual shader editing)</title>
<updated>2014-12-21T14:42:44Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-12-21T14:42:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f7f197c40941ffaf03fcddeb20536dec8074ca00'/>
<id>urn:sha1:f7f197c40941ffaf03fcddeb20536dec8074ca00</id>
<content type='text'>
-work in progress new graph system (will replace current one)
-crash fix in s3m loader (out of bounds acess)
-fixed vbox overriding of separation (fixes empty line between section tabs)
</content>
</entry>
<entry>
<title>-Much improvement to baked light baker</title>
<updated>2014-10-28T01:54:32Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-10-28T01:54:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e82dc402052a47b44bb3bcf50ee4801257f92778'/>
<id>urn:sha1:e82dc402052a47b44bb3bcf50ee4801257f92778</id>
<content type='text'>
-Fixed many bugs in stretch mode
-Fixes to camera project and unproject as consequence of the above
-added setget to script (documented in script doc)
-more fixes to collada exporter for blender
</content>
</entry>
<entry>
<title>More Bug Fixes</title>
<updated>2014-09-17T23:03:10Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-17T23:03:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=990f6cf50e96213a4b1a2961e61a9b922cd75d71'/>
<id>urn:sha1:990f6cf50e96213a4b1a2961e61a9b922cd75d71</id>
<content type='text'>
-=-=-=-=-=-=-

-Fixed a few bugs in Mixer, now playback of chiptunes works great :)
-Changed how visibility AABB generation from skeletons work, it's fully automatic and real-time now, generated from current skeleton pose for the frame.
-Fixed camera in 3D kinematic character demo.
</content>
</entry>
<entry>
<title>Misc Fixes</title>
<updated>2014-06-28T02:21:45Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-06-28T02:21:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2af2a84a03fd707cfa4c682aff34d722343d8985'/>
<id>urn:sha1:2af2a84a03fd707cfa4c682aff34d722343d8985</id>
<content type='text'>
==========

-NOTIFICATION_WM_QUIT fixed on android (seems tha way this is reported changed in newer sdk)
-WIP implementation of APK Expansion APIs for publishing games larger than 50mb in Play Store
-Feaures in the new tutorials are all present in the sourcecode
-This (hopefully) should get rid of the animation list order getting corrupted
-Improved 3D Scene Importer (Skeletons, Animations and other stuff were not being merged). Anything missing?
-In code editor, the automatic syntax checker will only use file_exists() to check preload() else it might freeze the editor too much while typing if the preload is a big resource
-Fixed bugs in PolygonPathFinder, stil pending to do a node and a demo
</content>
</entry>
<entry>
<title>More 3D Work</title>
<updated>2014-06-16T13:22:26Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-06-16T13:22:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=703004f830f39adcde9b9565f1aa49d1b10e8d27'/>
<id>urn:sha1:703004f830f39adcde9b9565f1aa49d1b10e8d27</id>
<content type='text'>
-=-=-=-=-=-

-ESM Shadow Mapping for softer and less glitchy shadows
-HDR Pipeline (convert to Linear on texture import, convert to SRGB at the end)
-Fix to xml parse bug
</content>
</entry>
</feed>
