Rémi Verschelde
|
fead547ba5
|
Merge pull request #28972 from erammos/28943_script_editor_plugin
minor change in scriptEdtiorPlugin ref #28943
|
2019-05-20 11:22:47 +02:00 |
|
Rémi Verschelde
|
a940b4cf64
|
Merge pull request #28997 from akien-mga/codespell
Fix typos with codespell
|
2019-05-19 22:04:14 +02:00 |
|
Rémi Verschelde
|
e0574e1d98
|
Fix typos with codespell
Using codespell 1.15.0.
Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
doubleclick
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
|
2019-05-19 13:10:35 +02:00 |
|
Chaosus
|
719a9a9c1c
|
Added Fresnel and OneMinus to visual shaders
|
2019-05-19 13:44:30 +03:00 |
|
Elias Rammos
|
20ebfefad1
|
minor change in scriptEdtiorPlugin ref #28943
|
2019-05-18 14:46:45 +03:00 |
|
Max Hilbrunner
|
580b0c651d
|
Merge pull request #28920 from hmumm/dragging-directory-adds-it-to-script
Directories can now be dragged into the script editor
|
2019-05-17 19:51:18 +02:00 |
|
Ibrahn Sahir
|
cbf2d3cdc4
|
Removed an unused and leaked CheckButton instance in theme editor plugin
|
2019-05-17 15:39:48 +01:00 |
|
Hayden
|
c9b9ba26db
|
Directories can now be dragged into the script editor
|
2019-05-16 10:44:05 -05:00 |
|
Michael Alexsander Silva Dias
|
c66bcedb7a
|
Make "Onion Skinning" toggle its own button
|
2019-05-14 00:42:05 -03:00 |
|
Rémi Verschelde
|
3fa84efb03
|
Merge pull request #28831 from dankan1890/spriteframes_sheet_fix
AnimatedSprite: Add from spritesheets now work as expected. Fix #28030
|
2019-05-13 12:13:07 +02:00 |
|
dankan1890
|
abeb61f220
|
AnimatedSprite: Add from spritesheets now work as expected. Fix #28030
|
2019-05-12 02:33:05 +02:00 |
|
freestraws
|
537ee747be
|
Apply sprite frames editor FPS value correctly upon _animation_select
|
2019-05-11 16:32:32 -04:00 |
|
Rémi Verschelde
|
84401e8cdf
|
Merge pull request #28629 from YeldhamDev/findfiles_always_available
Make "Find in Files" always available in the script editor
|
2019-05-03 23:00:45 +02:00 |
|
Chaosus
|
8a8b7af638
|
Fix collapse visual shader tree
|
2019-05-03 11:10:08 +03:00 |
|
Chaosus
|
e57d761f9b
|
Fix build visual_shader_editor_plugin
|
2019-05-03 08:50:00 +03:00 |
|
Michael Alexsander Silva Dias
|
52651509f0
|
Make "Find in Files" always available in the script editor
|
2019-05-02 20:07:06 -03:00 |
|
Chaosus
|
62b7132947
|
Fix input entries when switching to new visual shader
|
2019-05-02 10:00:08 +03:00 |
|
Chaosus
|
3c159ea379
|
Added missed inputs for other modes in visual shaders
|
2019-05-01 17:04:39 +03:00 |
|
Rémi Verschelde
|
ae41e35191
|
Merge pull request #27676 from qarmin/small_fixes_2
Small fixes to static analyzer bugs
|
2019-05-01 08:19:04 +02:00 |
|
Rémi Verschelde
|
36d4f86ed9
|
Merge pull request #27707 from Calinou/tweak-message-wording
Improve wording of various messages and make casing more consistent
|
2019-04-30 11:10:36 +02:00 |
|
Rémi Verschelde
|
ac0369e9ff
|
Merge pull request #27845 from samdze/master
Make TileMap overridable "set_cell" function called on undo/redo
|
2019-04-30 10:55:53 +02:00 |
|
Rémi Verschelde
|
5313ce232d
|
Merge pull request #27870 from mawenzy/pr_gotoline
Bind goto_line function for Script Editor
|
2019-04-30 10:53:23 +02:00 |
|
Rémi Verschelde
|
d647f7ce71
|
Merge pull request #28491 from guilhermefelipecgs/ux_tile_map
[TileMapEditor] Improve tool picking usability
|
2019-04-30 10:09:05 +02:00 |
|
Rémi Verschelde
|
7018de8425
|
Merge pull request #28016 from YeldhamDev/spritesheet_dialog_improvements
Small improvements to the new Sprite Sheet dialog
|
2019-04-29 18:40:59 +02:00 |
|
Rémi Verschelde
|
23147ae2c3
|
Merge pull request #28101 from MunWolf/debugger_cursor
Added a marker in text_edit that tells which row is executing.
|
2019-04-29 18:38:38 +02:00 |
|
Guilherme Felipe
|
99958c99da
|
[TileMapEditor] Improve tool picking usability
When KEY_CONTROL is released, go back to the last tool.
Also add a tooltip for paint button with shortcuts for line draw and
rectangle paint.
|
2019-04-29 12:38:33 -03:00 |
|
Rémi Verschelde
|
85c27f9c90
|
Merge pull request #28452 from Sintinium/undoredo-lock
Undo support for locking and grouping for both 2D and 3D
|
2019-04-29 16:23:28 +02:00 |
|
Rémi Verschelde
|
18e88c8563
|
Merge pull request #18992 from aaronfranke/mono-equal-approx
[Core] [Mono] Improve and use approximate equality methods
|
2019-04-29 10:16:46 +02:00 |
|
Samuele Zolfanelli
|
e2dd0c101e
|
Make TileMap overridable "set_cell" function called on undo/redo
|
2019-04-27 17:20:32 +02:00 |
|
Sintinium
|
d1fa546dc9
|
Undo support for locking and grouping for both 2D and 3D
|
2019-04-26 18:16:59 -05:00 |
|
Chaosus
|
7a9735eef4
|
Fix uniform title color in visual shaders(regression)
|
2019-04-26 10:53:40 +03:00 |
|
Rémi Verschelde
|
77f576e2a1
|
Merge pull request #28418 from guilhermefelipecgs/fix_scroll
Fix scroll for texture_region and polygon_2d editor
|
2019-04-25 22:58:03 +02:00 |
|
Rémi Verschelde
|
ae8f8530af
|
Merge pull request #28417 from guilhermefelipecgs/more_switch_on_hover
Set switch_on_hover to true for the remaining menus
|
2019-04-25 22:57:07 +02:00 |
|
Aaron Franke
|
b659e1eb2b
|
Use approximate equallity methods in many places
|
2019-04-25 13:20:29 -04:00 |
|
Rémi Verschelde
|
cce2e4b07c
|
Merge pull request #22301 from YeldhamDev/button_popup_highlight
Enable toggle behaviour for buttons that trigger popups
|
2019-04-25 17:47:23 +02:00 |
|
Guilherme Felipe
|
f662f1505e
|
Fix scroll for texture_region and polygon_2d editor
|
2019-04-25 10:51:27 -03:00 |
|
Guilherme Felipe
|
32b9b3159a
|
Set switch_on_hover to true for the remaining menus
|
2019-04-25 10:27:33 -03:00 |
|
Rémi Verschelde
|
42194e2f09
|
Merge pull request #28354 from gdupr/gui_improvements_in_asset_editor
GUI improvements in the asset library editor.
|
2019-04-25 13:34:12 +02:00 |
|
Rémi Verschelde
|
5fe971145c
|
Merge pull request #28347 from homer666/tilemap-hide-menu
Hide "TileMap" menu properly in CanvasItem view
|
2019-04-25 13:32:04 +02:00 |
|
Rémi Verschelde
|
cfc6ae8920
|
Merge pull request #28336 from guilhermefelipecgs/fix_play_pos
[StateMachine] Fix play position
|
2019-04-25 13:28:58 +02:00 |
|
Rémi Verschelde
|
7dc7cbea0a
|
Merge pull request #28410 from guilhermefelipecgs/fix_typo
[Tilemap] Fix typo
|
2019-04-25 12:17:53 +02:00 |
|
Rémi Verschelde
|
c26f0c9bbd
|
Merge pull request #28377 from YeldhamDev/connection_info_script_changes
Make small changes to the new connection info on script feature
|
2019-04-25 10:41:27 +02:00 |
|
Yuri Roubinsky
|
9f3899b20a
|
Merge pull request #28411 from Chaosus/fix_vs_crash
Fix crash regression in visual shader
|
2019-04-25 07:48:59 +03:00 |
|
Chaosus
|
446f8a2cc2
|
Fix crash regression in visual shader
|
2019-04-25 07:46:18 +03:00 |
|
Guilherme Felipe
|
6fb19bebbb
|
[Tilemap] Fix typo
|
2019-04-24 21:30:50 -03:00 |
|
Michael Alexsander Silva Dias
|
11bac340d0
|
Merge pull request #28363 from YeldhamDev/themeeditor_namepopup_size_fix
Fix "Name" popup's size in theme editor
|
2019-04-24 17:22:18 -03:00 |
|
Chaosus
|
3a3df84d3b
|
Fix connection lines glitch in visual shaders
|
2019-04-24 12:47:54 +03:00 |
|
Yuri Roubinsky
|
93e7eb0ddb
|
Merge pull request #28375 from Chaosus/fix_vs_loopback
Disallow loopback connection in visual shaders
|
2019-04-24 09:41:06 +03:00 |
|
Chaosus
|
21ca9f6c7c
|
Disallow loopback connection in visual scripts and visual shaders
|
2019-04-24 09:14:45 +03:00 |
|
Michael Alexsander Silva Dias
|
4bca3236d1
|
Make small changes to the new connection info on script feature
|
2019-04-24 03:13:25 -03:00 |
|