Emmanuel Leblond
1e646e2797
Fix codeblock tag in classes.xml for EditorSettings
...
(cherry picked from commit 28d7486267
)
2017-01-08 12:35:02 +01:00
Fabio Alessandrelli
e8a6cbc897
Migrate int.IP_TYPE_ constants to IP.TYPE_
...
(cherry picked from commit c18c5013f8
)
2017-01-04 00:46:32 +01:00
Fabio Alessandrelli
3f6fe2f3f1
Update docs to IPv6
...
(cherry picked from commit 7f42da0330
)
2016-12-11 18:12:46 +01:00
Rémi Verschelde
bf3cf5505e
classref: Sync with current source
2016-11-15 09:14:02 +01:00
ISylvox
0413d85add
vsnc --> vsync
...
(cherry picked from commit b5c383fd61
)
2016-11-15 08:34:43 +01:00
DTV96Calibre
bc8dabf3d2
Fixed minor typo
...
(cherry picked from commit 37098419c5
)
2016-11-15 08:30:35 +01:00
Rémi Verschelde
eaf803f71e
style: Various other PEP8 fixes in Python files
...
Done with `autopep8 --select=E7`, fixes:
- E701 - Put colon-separated compound statement on separate lines.
- E702 - Put semicolon-separated compound statement on separate lines.
- E703 - Put semicolon-separated compound statement on separate lines.
- E711 - Fix comparison with None.
- E712 - Fix (trivial case of) comparison with boolean.
- E713 - Fix (trivial case of) non-membership check.
- E721 - Fix various deprecated code (via lib2to3).
2016-11-02 22:30:34 +01:00
Rémi Verschelde
a7389217f8
style: Fix PEP8 blank lines issues in Python files
...
Done with `autopep8 --select=E3,W3`, fixes:
- E301 - Add missing blank line.
- E302 - Add missing 2 blank lines.
- E303 - Remove extra blank lines.
- E304 - Remove blank line following function decorator.
- E309 - Add missing blank line.
- W391 - Remove trailing blank lines.
2016-11-02 22:29:36 +01:00
Rémi Verschelde
e259bf8bbb
style: Fix PEP8 whitespace issues in Python files
...
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.
2016-11-02 22:28:28 +01:00
Rémi Verschelde
561c1f17a1
style: Start applying PEP8 to Python files, indentation issues
...
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.
2016-11-02 22:26:55 +01:00
Rémi Verschelde
a20da0c048
classref: Sync with current sources
2016-10-31 00:15:54 +01:00
rdb
a27aee241c
Add "Never" underline mode to LinkButton
...
(cherry picked from commit d517bc908f
)
2016-10-31 00:05:32 +01:00
Karol Walasek
9f9d1eed7b
Added general notes on RayCast[2D] updating behaviour and force_raycast_update()
...
(cherry picked from commit 8d57640d37
)
2016-10-31 00:00:34 +01:00
Rémi Verschelde
5a49e45d21
SCsub: Add python shebang as a hint for syntax highlighting
...
Also switch existing shebangs to "better" /usr/bin/env python.
(cherry picked from commit fc8ccd5b8c
)
2016-10-30 14:51:34 +01:00
Rémi Verschelde
14e45a55d4
Revert "Tween reset/stop/resume/remove for all object properties at once"
...
This reverts commit 6fc894d652
.
It caused a regression, cf. #6863 .
2016-10-18 21:43:46 +02:00
Rémi Verschelde
2287bac8f7
classref: Sync with current source
2016-10-17 21:07:01 +02:00
Karol Walasek
8a8ace8fa0
Fixed Particle2D docs - radians to degrees for some params
...
(cherry picked from commit 5687fa4709
)
2016-10-17 20:49:52 +02:00
Rémi Verschelde
c757787fed
classref: Sync with current 2.1 branch
2016-10-09 17:50:09 +02:00
Karol Walasek
b2a58da321
Filled blanks and normalized documentation on RayCast[2D]
...
(cherry picked from commit db0a46d7f7
)
2016-10-09 17:25:07 +02:00
Pawel Kowal
6fc894d652
Tween reset/stop/resume/remove for all object properties at once
...
(cherry picked from commit acc242fd6a
)
2016-10-09 17:22:16 +02:00
George Marques
1d175be921
Add docs for XMLparser, VideoPlayer and most of Tree
...
(cherry picked from commit 7cd64c3c8d
)
2016-10-09 17:18:36 +02:00
George Marques
6a0d47f34c
Add a function to plugin get the main screen parent
...
- Fix a bug where the main screen button did not disappear when the plugin
was deactivated.
(cherry picked from commit 98e7c1edba
)
2016-10-09 17:12:15 +02:00
Rémi Verschelde
eed5d878e8
classref: Sync with current source
2016-09-19 09:08:12 +02:00
Andreas Haas
521b5bd90f
Update documentation on joystick vibration.
...
Added a note that long vibration durations are not recommended because of hardware limitations.
For example, my ps4 controller can only vibrate for ~3s on linux.
(cherry picked from commit cef70a5f8b
)
2016-09-18 23:22:14 +02:00
Pawel Kowal
2b43d0a028
ScrollContainer expand children bug fix
...
(cherry picked from commit 853161a000
)
2016-09-18 23:16:33 +02:00
Paulb23
71dc733ad2
Added ItemList get_v_scroll to docs
...
(cherry picked from commit 7d455fca71
)
2016-09-18 23:13:40 +02:00
Gastronok
3b691907e9
Change the documentation to reflect that Directory.list_dir_begin()
...
returns true (not false) when a stream could not be initialized. (See, for
example,
https://github.com/godotengine/godot/blob/master/drivers/windows/dir_access_windows.cpp#L76
)
(cherry picked from commit cd82fafd58
)
2016-09-18 23:12:55 +02:00
Paulb23
a1df4f138c
Document itemlist disable tooltip
...
(cherry picked from commit 607d602493
)
2016-09-18 23:12:30 +02:00
Rémi Verschelde
68c7da5a35
classref: Sync with current source
2016-09-01 18:56:48 +02:00
George Marques
0657d43960
Better document the BaseButton signals
...
(cherry picked from commit 141360ed82
)
2016-09-01 08:44:52 +02:00
Gau o fthe Veldt
fa1f5e55de
Documentation for most of ItemList control.
...
The icon stuff is incomplete since I haven't used icons.
(cherry picked from commit f9e931bf12
)
2016-09-01 08:41:18 +02:00
Franklin Sobrinho
71a9efe604
Update Globals and EditorSettings docs
...
(cherry picked from commit 038e99e107
)
2016-09-01 08:40:54 +02:00
Franklin Sobrinho
df3d2b25d8
Update EditorPlugin doc
...
(cherry picked from commit a27d2e4c29
)
2016-09-01 08:39:58 +02:00
Rémi Verschelde
720305d98e
classref: Sync with current source
2016-08-10 21:28:01 +02:00
MSC
4f8f9a4dbf
Some additions to the OS documentation ( #6037 )
...
(cherry picked from commit 7b05b4c83c
)
2016-08-08 18:14:35 +02:00
Hubert Jarosz
d55304c56f
[ci skip] update Raycast documentation
...
clarification that set_cast_to needs LOCAL point
and get_collision_point gives GLOBAL point
(cherry picked from commit 1445553fea
)
2016-08-08 18:14:14 +02:00
eska
b80c42ef4e
Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D
2016-07-30 21:27:58 +02:00
Pawel Kowal
535a6f9faf
Array has() documentation
2016-07-27 15:49:15 +02:00
Javier López Úbeda
2f8910185e
Update Tween class documentation
2016-07-25 21:15:27 +02:00
MarianoGNU
23a20791d1
Update documentation.
2016-07-24 18:09:56 -03:00
Juan Linietsky
221cb58382
Add some doc to ImmediateGeometry
2016-07-23 08:58:57 -03:00
Rémi Verschelde
51519b5d6b
Merge pull request #5851 from 29jm/typo-scroll
...
Fix typo in ScrollContainer documentation
2016-07-22 13:32:36 +02:00
Johan Manuel
908f585ef6
Fix typo in ScrollContainer documentation
2016-07-22 12:03:10 +02:00
Rémi Verschelde
c57b992774
Merge pull request #5847 from 29jm/patch-3
...
Expose virtual keyboard functions to GDScript
2016-07-22 08:39:07 +02:00
Johan Manuel
ec8c6e2c7c
Expose virtual keyboard functions to GDScript
2016-07-21 23:58:58 +02:00
Zher Huei Lee
3dd5ffb48a
Added examples to RegEx doc
2016-07-21 22:01:53 +01:00
Rémi Verschelde
d723e5a62f
Merge pull request #5560 from vnen/os-request-attention
...
Add OS.request_attention() for Windows
2016-07-21 17:29:45 +02:00
Rémi Verschelde
5274f2a126
Merge pull request #5819 from hurikhan/android_getScreenDPI
...
Implement get_screen_dpi() on Android
2016-07-21 09:09:49 +02:00
Mario Schlack
0717893772
Implement get_screen_dpi() on Android
2016-07-20 14:54:48 +02:00
Rémi Verschelde
4bf1654272
classref: WIP improved docs for Node
...
Also clarified the purpose of Input.get_mouse_speed (see #1355 )
2016-07-19 23:45:59 +02:00