<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/x11/SCsub, branch mirror</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=mirror</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/platform/x11/SCsub?h=mirror'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-02-14T16:29:25Z</updated>
<entry>
<title>PEP3101 applied with changing old type string formatting as new ones</title>
<updated>2018-02-14T16:29:25Z</updated>
<author>
<name>BTaskaya</name>
</author>
<published>2018-02-14T16:29:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=78dba05fc02c7258b5f9f5a53cf4ea8a3c6ba856'/>
<id>urn:sha1:78dba05fc02c7258b5f9f5a53cf4ea8a3c6ba856</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make separate debug symbols opt-in</title>
<updated>2018-01-26T19:46:56Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2018-01-26T19:46:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c6d9a7665acdd5785760eee0c69bd1d2a53b6b90'/>
<id>urn:sha1:c6d9a7665acdd5785760eee0c69bd1d2a53b6b90</id>
<content type='text'>
This adds a separate_debug_symbols option to the x11, windows, and osx
targets. This will default to adding normal debugging symbols to the
artifacts and only splits them when separate_debug_symbols=yes on the
Scons command line.
</content>
</entry>
<entry>
<title>Rename the debug symbol files to .debugsymbols</title>
<updated>2017-12-16T12:55:04Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2017-12-16T12:54:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=05018582d796cbaaa516c2a729012352a2f4cb3f'/>
<id>urn:sha1:05018582d796cbaaa516c2a729012352a2f4cb3f</id>
<content type='text'>
Some users were confused by the '.debug' suffix for the symbols.
</content>
</entry>
<entry>
<title>disable caching for targets using helper functions</title>
<updated>2017-11-29T03:24:12Z</updated>
<author>
<name>Rhody Lugo</name>
</author>
<published>2017-11-28T20:27:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a65c0939fd1adc616275ad01996917fab89a7b9c'/>
<id>urn:sha1:a65c0939fd1adc616275ad01996917fab89a7b9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use the same cache for all branches for appveyor</title>
<updated>2017-11-28T07:23:33Z</updated>
<author>
<name>Rhody Lugo</name>
</author>
<published>2017-11-27T13:39:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a4a222d62dcffaf93e3dd439c3f61836a4cd831e'/>
<id>urn:sha1:a4a222d62dcffaf93e3dd439c3f61836a4cd831e</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
