Rémi Verschelde
|
39e2af32ca
|
Merge pull request #11352 from FigyTuna/physics_body_docs
[DOCS] Modified/Added documentation for PhysicsBody and PhysicsBody2D
|
2017-09-17 22:43:39 +02:00 |
|
Rémi Verschelde
|
cb20441ac9
|
Merge pull request #11351 from cbscribe/kcc_kinematiccollision_doc
[DOCS] Add KinematicCollision descriptions
[ci skip]
|
2017-09-17 22:42:34 +02:00 |
|
Rémi Verschelde
|
a829c77a58
|
Merge pull request #11349 from willt/getsetmove
[DOCS] added member descriptions to various shapes
[ci skip]
|
2017-09-17 22:42:10 +02:00 |
|
Rémi Verschelde
|
73b8e5acab
|
Merge pull request #11362 from marcelofg55/fix_x11_export
Fix x11 exported executables not getting the +x flag
|
2017-09-17 22:40:54 +02:00 |
|
Rémi Verschelde
|
65ef19abe3
|
Merge pull request #11360 from volzhs/fix-animation-editor-error
Fix set_item_icon error when starting editor
|
2017-09-17 22:40:31 +02:00 |
|
Rémi Verschelde
|
e4dd65b6fb
|
Merge pull request #11370 from marcelofg55/fix_keyu_crashnew
Fix crash when using key+u on a line with only a #
|
2017-09-17 22:33:08 +02:00 |
|
Marcelo Fernandez
|
31ba932e3b
|
Fix crash when using key+u on a line with only a #
|
2017-09-17 17:07:42 -03:00 |
|
Thomas Herzog
|
259778ce8c
|
Merge pull request #11296 from touilleMan/gdnative-api-struct
[GDnative] pass api as struct of function pointers to loaded gdnative modules
|
2017-09-17 20:59:46 +02:00 |
|
Marcelo Fernandez
|
3528b1e571
|
Fix x11 exported executables not getting the +x flag
|
2017-09-17 14:40:58 -03:00 |
|
Rémi Verschelde
|
574a5714dc
|
doc: Sync classref and escape comparators
[ci skip]
|
2017-09-17 18:57:17 +02:00 |
|
Rémi Verschelde
|
07d18a0076
|
Merge pull request #11276 from hpvb/fix-11270
Only do 'drive' discovery on X11
|
2017-09-17 18:44:25 +02:00 |
|
Emmanuel Leblond
|
8d57a3f3d5
|
[GDnative] Use X macro to define godot_gdnative_api_struct and it instantiation
|
2017-09-17 18:33:08 +02:00 |
|
Rémi Verschelde
|
4208518c4d
|
Merge pull request #11356 from Paulb23/text_editor_theme_crash
Fixed segfault on loading text editor theme
[ci skip]
|
2017-09-17 17:57:00 +02:00 |
|
Rémi Verschelde
|
3531251902
|
Merge pull request #11353 from Grosskopf/audio-streams-docs
[DOCS] Added Documentation of the rest of the AudioStream files
[ci skip]
|
2017-09-17 17:52:46 +02:00 |
|
Rémi Verschelde
|
e6cd5be972
|
Merge pull request #11201 from kerskuchen/tilemap-shortcuts
Adds missing shortcuts to TileEditor. Keeps fill-tool selected after use.
|
2017-09-17 17:52:18 +02:00 |
|
volzhs
|
357b9602b4
|
Fix set_item_icon error when starting editor
|
2017-09-18 00:41:08 +09:00 |
|
Thomas Herzog
|
41715c1e8f
|
Merge pull request #11294 from karroffel/json-object
added JSON singleton
|
2017-09-17 16:31:27 +02:00 |
|
Emmanuel Leblond
|
e4c9f8895e
|
[GDnative] create godot_gdnative_api_struct and pass it to godot_gdnative_init_options
|
2017-09-17 16:13:14 +02:00 |
|
Paulb23
|
a48dc9aa17
|
Fixed segfault on loading text editor theme
|
2017-09-17 13:19:38 +00:00 |
|
Juan Linietsky
|
d22ceeef1b
|
correction to one way collision code
|
2017-09-17 10:18:09 -03:00 |
|
Juan Linietsky
|
5886f810c2
|
fixes to one way collision, closes #10971
|
2017-09-17 09:39:03 -03:00 |
|
Grosskopf
|
10269b74c8
|
Added Documentation of AudioStream
|
2017-09-17 13:48:10 +02:00 |
|
Poommetee Ketson
|
27370a9d16
|
Merge pull request #11322 from Grosskopf/audio-stream-player-3D-docs
[DOCS] wrote documentation for audio stream player 3D
[ci skip]
|
2017-09-17 18:19:51 +07:00 |
|
Jakob Schwab
|
f98f65fd7f
|
Adds missing shortcuts to TileEditor. Keeps fill-tool selected after use
The following keyboard shortcuts are now available:
-Bucket fill (G)
-Paint Tile (P)
-Transpose Tile (T)
Fixes #10918
|
2017-09-17 13:09:04 +02:00 |
|
Grosskopf
|
4ca06efd11
|
wrote documentation for audio stream player 3D
|
2017-09-17 13:08:08 +02:00 |
|
Rémi Verschelde
|
0953c8fd55
|
Merge pull request #11314 from marcelofg55/master
Fix possible crash with ctrl-u on script editor
|
2017-09-17 12:56:13 +02:00 |
|
Rémi Verschelde
|
317512e2fb
|
Merge pull request #11301 from volzhs/fix-richtextlabel
Make clickable properly in editor help
|
2017-09-17 12:55:47 +02:00 |
|
Rémi Verschelde
|
c74bab66aa
|
Merge pull request #11274 from Rubonnek/keep-argument-names-consistent
Renamed function arguments to keep them consistent between declaration and implementation
|
2017-09-17 12:53:48 +02:00 |
|
Rémi Verschelde
|
a1b4e4c607
|
Merge pull request #11272 from Rubonnek/move-to-initializer-list
Moved class_name and return_val to initializer list
|
2017-09-17 12:52:46 +02:00 |
|
Rémi Verschelde
|
53990c7bb9
|
Merge pull request #11196 from poke1024/canvas-old-rect
Adds display of old bounding box as suggested by Zephilinox in issue …
|
2017-09-17 12:44:36 +02:00 |
|
Rémi Verschelde
|
2db9973ad4
|
Merge pull request #11176 from bncastle/master
Implement +,-,/, * and negate operators for Color type
|
2017-09-17 12:43:21 +02:00 |
|
Rémi Verschelde
|
a29559bc0e
|
Merge pull request #11075 from ISylvox/fix-main-scene-state
Fixes Tab Switching of Main Scene State. Closes #11045
|
2017-09-17 12:43:01 +02:00 |
|
Rémi Verschelde
|
3e66cd9b68
|
Merge pull request #10998 from MillionOstrich/custom-types-fix-icons
Fix icons for custom types in the recent & favorites lists in the create dialog
|
2017-09-17 12:42:08 +02:00 |
|
Rémi Verschelde
|
c24ca2c7a8
|
Merge pull request #10900 from toger5/theme_tab_border
Added border for tabs + container.
|
2017-09-17 12:41:36 +02:00 |
|
Rémi Verschelde
|
2115935f46
|
Merge pull request #11346 from cbscribe/kcc_light2d_doc
[DOCS] Add Light2D member descriptions.
[ci skip]
|
2017-09-17 12:39:09 +02:00 |
|
Rémi Verschelde
|
d67c9ef8a3
|
Merge pull request #11332 from Grosskopf/audio-stream-player-docs
[DOCS] Added Documentation of AudioStreamPlayer
[ci skip]
|
2017-09-17 12:38:14 +02:00 |
|
Rémi Verschelde
|
7d35a8c6fd
|
Merge pull request #11331 from Grosskopf/audio-stream-player-2D-docs
[DOCS] Added Documentation of AudioStreamPlayer2D
[ci skip]
|
2017-09-17 12:38:07 +02:00 |
|
Rémi Verschelde
|
bc404c093a
|
Merge pull request #11311 from FigyTuna/collision_polygon_docs
[DOCS] Modified the docs for CollisionPolygon and CollisionPolygon2D
[ci skip]
|
2017-09-17 12:37:01 +02:00 |
|
Rémi Verschelde
|
5d8d899385
|
Merge pull request #11227 from willt/@GDScript
In @GDScript added previous changes that went missing. added more des…
[ci skip]
|
2017-09-17 12:35:40 +02:00 |
|
Rémi Verschelde
|
356af7d2a5
|
Merge pull request #11345 from cbscribe/kcc_canvaslayer_doc
[DOCS] CanvasLayer member descriptions
[ci skip]
|
2017-09-17 12:05:48 +02:00 |
|
Rémi Verschelde
|
6dd8dd935e
|
Merge pull request #11343 from BastiaanOlij/fix_basename
Fixed naming of pck file
|
2017-09-17 12:03:39 +02:00 |
|
Rémi Verschelde
|
c47538d5bb
|
Merge pull request #11323 from Paulb23/quick_open_not_showing_issue_11277
Fixed quick open not showing entries with no search text, issue 11277
|
2017-09-17 11:30:11 +02:00 |
|
Grosskopf
|
a2f9ffb0c7
|
Added Documentation of AudioStreamPlayer
Fixed according to Comments
autoplay issue fixed
|
2017-09-17 10:54:13 +02:00 |
|
Grosskopf
|
0babf9cd0c
|
Added Documentation of AudioStreamPlayer2D
Fixxed according to comments
Somehow that fix was messed up again
Forgot some quotationmarks
updated autoplay, tried again
|
2017-09-17 10:52:41 +02:00 |
|
FigyTuna
|
4fc0910ed3
|
Modified/Added documentation for PhysicsBody and PhysicsBody2D
|
2017-09-16 23:47:20 -07:00 |
|
Chris Bradfield
|
ffe7708491
|
[DOCS] Add KinematicCollision descriptions
|
2017-09-16 21:56:03 -07:00 |
|
William Taylor
|
d2419c840e
|
[DOCS] added member descriptions to various shapes
|
2017-09-16 21:55:23 -07:00 |
|
Poommetee Ketson
|
2ca656fc38
|
Merge pull request #11350 from djrm/pr_compilation_fix
Fixed compilation with tools=no
|
2017-09-17 11:55:01 +07:00 |
|
Daniel J. Ramirez
|
d84c79d349
|
Fixed compilation with tools=no
|
2017-09-16 23:33:44 -05:00 |
|
Chris Bradfield
|
9b4a0e2836
|
[DOCS] Add Light2D member descriptions.
|
2017-09-16 21:05:40 -07:00 |
|