<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/x11/SCsub, branch master</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/platform/x11/SCsub?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/platform/x11/SCsub?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-09-16T10:00:46Z</updated>
<entry>
<title>Create separate debug info files by default</title>
<updated>2017-09-16T10:00:46Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2017-09-13T17:32:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=88be952fc9021df7e10adc49211e5024d200a665'/>
<id>urn:sha1:88be952fc9021df7e10adc49211e5024d200a665</id>
<content type='text'>
Now that we have a built-in stacktrace on a segfault it would be useful
to have debug information on debug_release builds so that bugreports can
include this information. Without this debug info we will still get
function names in the backtrace but not file location.

This commit will by default build all targets with minimal debug info
and then strip the information into separate files. On MacOS this is a
.dSYM file, on Linux/MingW this is a .debug file. MacOSX will
automatically load a dSYM file if it exists in its debugger. On
Linux/MingW we create a 'gnu debuglink' meaning that gdb and friends
will automatically find the debug symbols if they exist.

Existing workflow for developers does not change at all, except that we
now create two instead of one build artifact by default.

This commit also adds a 'debug_symbols' option to X11, MacOS, and MingW
targets. The default is 'yes' which corresponds to -g1. The alternatives
are 'no' (don't generate debug infos at all) or 'full' which runs with
-g2. A target=debug build will now build with -g3.
</content>
</entry>
<entry>
<title>Added a crash handler to dump the backtrace on Windows, Linux and OS X</title>
<updated>2017-09-13T13:07:23Z</updated>
<author>
<name>Marcelo Fernandez</name>
</author>
<published>2017-09-08T01:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=83fe9373621ab9f7e175a43868b2eda935107539'/>
<id>urn:sha1:83fe9373621ab9f7e175a43868b2eda935107539</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add API to access battery power state</title>
<updated>2017-03-04T17:04:29Z</updated>
<author>
<name>Julian Murgia</name>
</author>
<published>2016-07-23T11:15:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=94103c0c025f04e75d5e163d9f0bdde27bb0c848'/>
<id>urn:sha1:94103c0c025f04e75d5e163d9f0bdde27bb0c848</id>
<content type='text'>
Done:
- X11, server (tested)
- Windows (developed, would be nice to retest)
- OSX (not tested)
Prepared (not developed):
- Android (code is here, but may not compile)
- iphone
- winrt
- bb10
- haiku
- javascript
</content>
</entry>
<entry>
<title>Finish replacement of joystick by joypad</title>
<updated>2017-01-08T20:33:37Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-08T20:29:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5bfa4227b309062b3ec9651a5d0c1e560a3f9863'/>
<id>urn:sha1:5bfa4227b309062b3ec9651a5d0c1e560a3f9863</id>
<content type='text'>
Some parts were forgotten in 547a577.
</content>
</entry>
<entry>
<title>style: Fix PEP8 whitespace issues in Python files</title>
<updated>2016-10-31T23:35:16Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-30T17:57:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d4c17700aa2f36f69978beda04e42ff2749de270'/>
<id>urn:sha1:d4c17700aa2f36f69978beda04e42ff2749de270</id>
<content type='text'>
Done with `autopep8 --select=E2,W2`, fixes:

- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
</content>
</entry>
<entry>
<title>style: Start applying PEP8 to Python files, indentation issues</title>
<updated>2016-10-31T23:33:51Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-30T17:44:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=97c8508f5e4f57b1048830d44e76e1f4517fd449'/>
<id>urn:sha1:97c8508f5e4f57b1048830d44e76e1f4517fd449</id>
<content type='text'>
Done with `autopep8 --select=E1`, fixes:

- E101 - Reindent all lines.
- E112 - Fix under-indented comments.
- E113 - Fix over-indented comments.
- E115 - Fix under-indented comments.
- E116 - Fix over-indented comments.
- E121 - Fix a badly indented line.
- E122 - Fix a badly indented line.
- E123 - Fix a badly indented line.
- E124 - Fix a badly indented line.
- E125 - Fix indentation undistinguish from the next logical line.
- E126 - Fix a badly indented line.
- E127 - Fix a badly indented line.
- E128 - Fix a badly indented line.
- E129 - Fix a badly indented line.
</content>
</entry>
<entry>
<title>SCsub: Add python shebang as a hint for syntax highlighting</title>
<updated>2016-10-17T18:10:46Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-17T06:50:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163'/>
<id>urn:sha1:fc8ccd5b8c8b779bffd0f4d7f22f2f964c939163</id>
<content type='text'>
Also switch existing shebangs to "better" /usr/bin/env python.
</content>
</entry>
<entry>
<title>Better gamepad support</title>
<updated>2015-12-18T05:12:53Z</updated>
<author>
<name>hondres</name>
</author>
<published>2015-12-18T05:12:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=af633c794179d29a4bf0c01983c8b08d14553596'/>
<id>urn:sha1:af633c794179d29a4bf0c01983c8b08d14553596</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build System Changes</title>
<updated>2014-10-07T04:31:49Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-10-07T04:31:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0fa94a96904a8ff44d1a26fd6b783c2d6a533540'/>
<id>urn:sha1:0fa94a96904a8ff44d1a26fd6b783c2d6a533540</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=

Build System:
-Big clean up of SCons, changed how builds are done to a much cleaner method (check the Github Wiki for instructions).
-Deactivated BlackBerry10 (sorry), if no mantainer found (or BlackBerry does not send us a Passort ;), platform will be removed as we have no longer devices to test.

Engine:
-Removed deprecated object and scene format (was in there just for compatibility, not in use since a long time).
-Added ability to open scenes even if a node type was removed (will try to guess the closest type).
-Removed deprecated node types.
</content>
</entry>
<entry>
<title>-run script in editor</title>
<updated>2014-02-21T02:01:44Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-02-21T02:01:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f2a068984c36de1f77940ae9d5dc0d017b8e642d'/>
<id>urn:sha1:f2a068984c36de1f77940ae9d5dc0d017b8e642d</id>
<content type='text'>
-add search docs dialog that returns places string was found
-added flash
</content>
</entry>
</feed>
