Juan Linietsky
|
95eb7466df
|
-Added a ColorFrame control, kind of like Texture but for color.
-Added dropping nodes to text editor for them to become a path
-Fixed issues with font not properly being set in code editor
|
2016-09-11 11:28:01 -03:00 |
Juan Linietsky
|
1bf684cea2
|
-Cleaned up find/replace bar for replace (made selection only default if selection exists), also made buttons look like buttons
-Fixed a bug related to theme propagation, may be able to solve #6443, #6302 and others. Please test.
|
2016-09-11 10:05:46 -03:00 |
Juan Linietsky
|
2a003d7b4e
|
fix get_selected_nodes()
|
2016-09-10 17:50:20 -03:00 |
Juan Linietsky
|
65b93d177e
|
-Added bindings to the resource filesystem for editor
-Added set_child_rect, which was unavailable for script
|
2016-09-10 17:34:27 -03:00 |
Juan Linietsky
|
491dde2eb4
|
Made it possible to properly draw over the 2D canvas for 2D objects. Arranged some functions to achieve this.
|
2016-09-10 16:44:03 -03:00 |
Juan Linietsky
|
67d3935eb1
|
-Added way to generate resource previews from script plugin.
-Updated documentation
|
2016-09-10 15:32:17 -03:00 |
Juan Linietsky
|
75f292f8eb
|
Add API for inspecting objects from EditorPlugin, as requested in one of the comments of #6254
|
2016-09-10 14:44:28 -03:00 |
Juan Linietsky
|
4d664c9289
|
Merge pull request #5692 from kubecz3k/remoteTransform
Remote transform node (for 3d)
|
2016-09-10 12:28:47 -03:00 |
Juan Linietsky
|
fc61eb37ce
|
Merge pull request #5920 from 29jm/fix-warnings
Fix some more warnings
|
2016-09-10 12:21:02 -03:00 |
Juan Linietsky
|
3c30a3b1aa
|
Merge pull request #6137 from supaiku-o/master
Add a Close All files option to script editor
|
2016-09-10 12:07:39 -03:00 |
Juan Linietsky
|
7a27d5d9e7
|
Merge pull request #6363 from vnen/winrt
Fix the support for WinRT/UWP
|
2016-09-10 11:47:42 -03:00 |
Ralf Hölzemer
|
991a433cb3
|
Move hardcoded theme colors from editor_node into editor_themes
|
2016-09-09 20:16:13 +02:00 |
Rémi Verschelde
|
8af99ef1c6
|
Merge pull request #6436 from djrm/icons
Tweaked some icons, including xform one
|
2016-09-09 07:46:42 +02:00 |
Daniel J. Ramirez
|
56f9adac3b
|
Tweaked some icons, including xform one
|
2016-09-08 19:22:30 -05:00 |
Ignacio Etcheverry
|
7c4f6c654b
|
Merge pull request #6190 from iammangod96/patch-1
Fixed running the game before saving scene
|
2016-09-08 22:10:50 +02:00 |
Paulb23
|
a82ecf6d80
|
Added customisable grid color, issue 3781
|
2016-09-08 14:53:39 +01:00 |
Rémi Verschelde
|
633f940c96
|
Merge pull request #6368 from Garmelon/issue-6320
Tilemap editor: Bucket tool - allow deleting and replacing of tiles
|
2016-09-08 07:58:06 +02:00 |
George Marques
|
6aedff7968
|
Merge pull request #6418 from RandomShaper/canvas-show-hide-bones
Add show bones checkable menu item
|
2016-09-07 23:53:46 -03:00 |
Juan Linietsky
|
828e1c092f
|
Renamed the bind_native functions to bind_vararg, should make it show the documentation more clearly and also make it easier to bind to C#
|
2016-09-07 19:39:57 -03:00 |
Rémi Verschelde
|
19bd661a8f
|
Merge pull request #6421 from Paulb23/highlight_current_script_issue_5450
Added setting to change current script background color, issue 5450
|
2016-09-07 20:42:36 +02:00 |
Paulb23
|
9e92fcaef9
|
Added setting to change current script background color, issue 5450
|
2016-09-07 17:54:20 +01:00 |
Pedro J. Estébanez
|
17c5fc5955
|
Add show bones checkable menu item
|
2016-09-07 11:10:28 +02:00 |
Geequlim
|
c1f23bb6af
|
Fix dialogs in ProjectManage don't with editor theme issue
|
2016-09-07 15:21:15 +08:00 |
Juan Linietsky
|
0094c30938
|
Do not expose resource/ properties in sectioned property editor, closes #6396
|
2016-09-06 19:38:31 -03:00 |
George Marques
|
15458c8e6a
|
Add Windows Universal export to editor
- Use OPENSSL_ENABLED definition to the whole source to detect it
anywhere.
- Add WinRT/UWP template files with manifest and default images.
|
2016-09-06 13:09:45 -03:00 |
Rémi Verschelde
|
78275aad87
|
Merge pull request #6364 from akien-mga/pr-tools-cleanup
Cleanup of the tools folder
|
2016-09-06 18:06:29 +02:00 |
Rémi Verschelde
|
a66a23fafe
|
Merge pull request #6410 from supaiku-o/issue-6029
Always show output panel when debugging
|
2016-09-06 07:51:50 +02:00 |
Rémi Verschelde
|
d7cf27b507
|
Merge pull request #6406 from volzhs/create-folder
Select newly created folder on Directory dialog
|
2016-09-06 07:51:05 +02:00 |
supaiku
|
8514eaf34b
|
Always show output panel when debugging
|
2016-09-06 01:46:50 +02:00 |
volzhs
|
28a0ed75ba
|
Select newly created folder on Directory dialog
|
2016-09-06 07:33:59 +09:00 |
Rémi Verschelde
|
3b3502b758
|
Remove tools/script_plugins, demos of the old plugin API
They are superseded by the official demos in
https://github.com/godotengine/godot-demo-projects/tree/master/plugins
|
2016-09-05 07:49:22 +02:00 |
Rémi Verschelde
|
6a4ba76836
|
Merge tools/docdump in tools/doc
Reduces clutter in the tools folder.
|
2016-09-05 07:49:22 +02:00 |
Rémi Verschelde
|
ae9729b6df
|
Move various scripts to the "scripts" folder
Thus cleaning up the "tools" folder a bit.
|
2016-09-05 07:49:22 +02:00 |
Rémi Verschelde
|
08e5e8794a
|
Remove obsolete Win32 libraries that everyone had forgotten about
|
2016-09-05 07:49:22 +02:00 |
Rémi Verschelde
|
3efe1231f0
|
Move templates and distribution stuff to tools/dist
Also removed the obsolete iOS xcode template.
|
2016-09-05 07:49:10 +02:00 |
Joscha
|
acd41d964a
|
Tilemap editor: Bucket tool - allow deleting and replacing of tiles
|
2016-09-02 12:04:52 +00:00 |
Rémi Verschelde
|
3759d378da
|
i18n: Sync template and and merge translations
|
2016-09-01 19:31:13 +02:00 |
Rémi Verschelde
|
a5134e432e
|
i18n: Sync translations from Weblate
Translator credits added manually based on Weblate git log.
Adds Catalan, Danish and Norwegian Bokmål initial translations.
|
2016-09-01 19:30:18 +02:00 |
Juan Linietsky
|
5567350e1b
|
-Reworked constant nodes better
-Added simple switch node, removed InputEventFilter
|
2016-08-31 12:50:46 -03:00 |
Rémi Verschelde
|
ace2ad961c
|
Merge pull request #6228 from manokara/tilemap-someinfo
Add mouse position information in TileMap.
|
2016-08-31 07:42:14 +02:00 |
Mark Nokalt
|
cd71fcb097
|
editor: Add mouse position information in TileMap
|
2016-08-30 19:58:17 -03:00 |
Rémi Verschelde
|
a69544c45b
|
Merge pull request #6245 from volzhs/issue-6154
Change "Disable Filter" to "Enable Filter" on Font Import window
|
2016-08-29 19:05:21 +02:00 |
Rémi Verschelde
|
79068e348f
|
Merge pull request #6223 from RandomShaper/improve-gridmap-edit
Improve/fix GridMap editor
|
2016-08-29 19:05:00 +02:00 |
Rémi Verschelde
|
e51d59ed98
|
Merge pull request #6188 from TheHX/undo-redo
Implemented UndoRedo mergeable modes
|
2016-08-29 19:04:42 +02:00 |
Rémi Verschelde
|
91a5c77282
|
Merge pull request #6185 from TheHX/pr-issue-3496
Better editor settings for the FileSystem dock
|
2016-08-29 19:04:33 +02:00 |
Rémi Verschelde
|
23cb5efe7c
|
Merge pull request #5956 from djrm/tree_behavior
Double click on scene tree element to focus currently selected node
|
2016-08-29 18:28:05 +02:00 |
Rémi Verschelde
|
b3caf72b1d
|
Merge pull request #6319 from djrm/icons
VS icons improvements
|
2016-08-29 08:09:15 +02:00 |
Daniel J. Ramirez
|
9465ce46c6
|
Colors for VS sockets and icons
|
2016-08-28 19:57:16 -05:00 |
Daniel J. Ramirez
|
372b5f2d04
|
VS icons improvements
|
2016-08-28 13:59:56 -05:00 |
volzhs
|
85f373691f
|
check "disable_filter" option for backward compatibility
|
2016-08-28 20:25:35 +09:00 |