Julian Murgia - StraToN
f46e340ab5
Added "Clear" button top right of output debug console in editor
2015-07-29 00:41:24 +02:00
Juan Linietsky
07c99e11f5
QOL, script buttons in scene tabs
2015-07-26 10:44:35 -03:00
Juan Linietsky
d50ebbb441
-added icons for root node types on tabs
2015-07-24 14:18:02 -03:00
Juan Linietsky
95047562d7
Several performance improvements, mainly in loading and instancing scenes and resources.
...
A general speedup should be apparent, with even more peformance increase when compiling optimized.
WARNING: Tested and it seems to work, but if something breaks, please report.
2015-06-29 00:29:49 -03:00
Juan Linietsky
a67486a39e
improved get_node(), connect(), etc code completion.
...
-properly completes text arguments
-includes the "/root" autoloads
2015-06-26 01:14:49 -03:00
Juan Linietsky
29b2e811f6
added a tiny bit more space to docks and script tab
2015-06-24 18:57:14 -03:00
Juan Linietsky
30a94bcc9f
fix connection dialog bug
2015-06-24 18:26:34 -03:00
Juan Linietsky
48f1d02da4
added ability to define signals in script
...
closes #2175
2015-06-24 13:29:45 -03:00
Franklin Sobrinho
5688b6157f
CollisionShape2D visual editor
2015-06-23 12:20:34 -03:00
Juan Linietsky
8b61a3c358
Merge pull request #1907 from tommy3/show-hidden-files
...
set initial flag 'show_hidden_files' for file dialogs in project manager initialization
2015-06-23 00:01:55 -03:00
Juan Linietsky
5092cc46b4
Merge pull request #2070 from Krzycho666/AnimationPlayer_fix
...
Animation player set_steps fix
2015-06-22 23:57:28 -03:00
Juan Linietsky
6154cff93f
Merge pull request #2101 from sanikoyes/Pr-script-editor-save-state
...
Pr-Script editor
2015-06-22 23:54:04 -03:00
Juan Linietsky
29e644c20a
Merge pull request #2144 from Krzycho666/UndoRedo_fix
...
added GDscript bidings for UndoRedo class
2015-06-22 23:42:13 -03:00
Franklin Sobrinho
0159cecd69
Small fixes for Grid/Tile map editor palette
2015-06-22 11:10:13 -03:00
Franklin Sobrinho
d68a33b473
Grid/Tile map editor new item palette
2015-06-22 10:05:03 -03:00
Juan Linietsky
e9bbb97acc
Multiple scene editing *POTENTIALLY UNSTABLE*
...
-ability to edit multiple scenes at the same time
-resource internal IDs are now persistent, this makes multiple scene
editing possible but maaaaay result in file corruption bugs (tested and
could not find anything but possibility exists because core code
changed, report immediately if you find this).
-properly save settings, layout, etc when edited
-script editing is independent from scene editing now
-show a yellow box when a script belongs to the scene
2015-06-22 00:04:15 -03:00
krzycho
d65455185a
- added GDscript bidings for UndoRedo class mechanizm
...
- registered UndoRedo
2015-06-21 22:23:09 +02:00
Juan Linietsky
37af8b4136
Merge branch 'master' of https://github.com/okamstudio/godot
2015-06-16 16:39:20 -03:00
Juan Linietsky
669f5c994b
fix "v" pivot adjust function
2015-06-16 16:15:01 -03:00
sanikoyes
14cd70faf3
Script editor: restore line/column after script reload
2015-06-16 15:15:10 +08:00
Juan Linietsky
f2a29aadc6
fixed small refresh issue when moving docks
2015-06-14 01:09:58 -03:00
Juan Linietsky
7674bad6c4
fixes for dock motion
2015-06-14 00:41:08 -03:00
Juan Linietsky
8228fea02f
missing changes
2015-06-14 02:13:47 -03:00
Juan Linietsky
edf1f27118
Merge branch 'master' of https://github.com/okamstudio/godot
2015-06-13 22:14:36 -03:00
Juan Linietsky
9a58960d28
some editor window changes
...
-ability to make dock position configurable, and it gets saved
-editor starts maximized default
2015-06-13 22:12:53 -03:00
Juan Linietsky
8945670bc0
made changing pivot simpler in 2D nodes (just press v with mouse over position)
2015-06-12 13:53:18 -03:00
krzycho
2287d030a2
fixed problem with crashing godot when changing number of steps while no animation added
2015-06-11 14:39:50 +02:00
Juan Linietsky
143265d4cb
Merge pull request #1973 from Biliogadafr/ColorRamp
...
Replace color phases with color ramp for Particles2D. (need some review/guidance)
2015-06-07 00:26:35 -03:00
Juan Linietsky
b524b40fdc
-fixed many memory initialization issues
...
-fixed deadlock on previews thread
-fixed compilation errors on unix
2015-06-06 22:06:58 -03:00
Juan Linietsky
6974823288
Merge remote-tracking branch 'origin/master'
...
Conflicts:
tools/editor/io_plugins/editor_texture_import_plugin.cpp
2015-06-06 10:12:09 -03:00
Juan Linietsky
9acab32daa
new file dialog!
...
-ItemList control for easier lists/thumbnails
-New file dialog, with support for thumbnails, favorites, recent places,
etc
-Moved .fscache out of the project, no more bugs due to committed/pulled
.fscache!
-Dir dialog now sorts directories
2015-06-06 09:44:38 -03:00
Juan Linietsky
ab99671bb8
-fixes to navigation, so edge-merging is more flexible on conflict
...
-add tab support to richtextlabel
-some click fixes to audio stream resampled
-ability to import largetextures (dialog)
2015-06-01 19:42:34 -03:00
reduz
07a466f6e6
mesh preview
2015-05-31 21:13:24 -03:00
Juan Linietsky
d5348eebdc
work in progress, resource previews
2015-05-31 02:00:18 -03:00
Juan Linietsky
f62961aba3
-fix bug in animation editor
...
-fix crash bug in physics motion, closes #1993
2015-05-27 17:30:50 -03:00
Juan Linietsky
f36e7dcb40
improved animation editor
...
-same-value link keys
-new layout
-forward, backwards playback
-integrated curve/property editor
-auto increment sprite frame after insert
-copy & paste animation resoucres
2015-05-25 01:47:02 -03:00
Biliogadafr
df9d48d9b5
Replace color phases with color ramp for Particles2D.
2015-05-24 21:18:52 +03:00
Juan Linietsky
1e50677594
fixes on sample importing
2015-05-19 23:37:04 -03:00
Juan Linietsky
f220183e40
fix a crash situation when starting a thread and other small fixes
2015-05-18 12:45:53 -03:00
Juan Linietsky
5900e7f589
fix a compile error
2015-05-18 11:14:02 -03:00
Juan Linietsky
e323cc0505
-Rename unexisting by nonexistant, closes #1940
...
-Added function to retrieve list of actions fron InputMap
2015-05-18 10:20:54 -03:00
Juan Linietsky
5272853cdc
-changed some copyrights to 2015
2015-05-17 18:19:24 -03:00
Juan Linietsky
2696ecb769
reinstante focus into textedit after menu used in code editor
2015-05-17 15:38:24 -03:00
Juan Linietsky
e72717e373
properly save external resources, fixes #1924
...
added API to get scancode names to OS
2015-05-17 13:15:23 -03:00
Juan Linietsky
70c2c7a3f9
Merge pull request #1900 from guilhermefelipecgs/fix_#1898
...
Fix find option in Help tab. #1898
2015-05-16 16:18:17 -03:00
Juan Linietsky
744f778707
Merge pull request #1761 from est31/master
...
Fix headless exporting bugs
2015-05-16 13:43:38 -03:00
tommy3
282c392466
set initial flag 'show_hidden_files' for file dialogs in project manager initialization
2015-05-14 23:50:15 +02:00
Guilherme Felipe
96a86fdf75
Fix #1898
2015-05-13 23:27:13 -03:00
Juan Linietsky
4363798608
-Fixed bug in translation remaps, also added proper demo, maybe fixes #1729
2015-05-12 07:31:15 -03:00
Juan Linietsky
bc0ef64bed
fixed crash on make resources unique menu option, fixes #1874
2015-05-11 21:23:29 -03:00
Juan Linietsky
421b4fec3e
-compatibility option for physicsbody layers, fixes #1842
2015-05-10 15:58:08 -03:00
Juan Linietsky
1310e09c73
corrected copyright date in project manager, fixes #1870
2015-05-09 13:11:59 -03:00
ehriche
897a1aade5
optional formal changes
2015-05-06 01:22:31 +02:00
ehriche
dcc93a33fd
fixed SpatialEditor::_init_indications. loopcounter "i" used ambiguous
2015-05-06 00:49:00 +02:00
est31
584f4470c8
Abort when exporting fails
2015-05-05 18:19:14 +02:00
est31
1268e65aa5
Set settings directory variable when loading settings fails
...
This makes export work when you are first running godot for your user.
2015-05-05 18:19:14 +02:00
Juan Linietsky
74b0e0c296
fix crash in editor when using alt+arrows to indent, thanks adolson and romulox_x
2015-05-05 00:17:22 -03:00
Juan Linietsky
68700ee3a9
Proper support for code editor autosaving (disabled by default)
2015-05-04 23:32:40 -03:00
Juan Linietsky
2a02d3f96f
fix font import path on windows, closes #1675
2015-05-04 15:06:41 -03:00
Juan Linietsky
30f652998d
Merge pull request #1738 from jackmakesthings/master
...
Updating demo engine.cfgs where name is missing
2015-05-03 23:00:26 -03:00
Juan Linietsky
4804462ee0
-Fixes from source code analyzizer, closes #1768
2015-05-01 10:44:08 -03:00
Juan Linietsky
fa83cf3c96
label properly adjusted to size when inserting key, fixes #1607
2015-04-28 22:46:05 -03:00
Juan Linietsky
eeb0fcfb41
fix quit bug on linux when using alt-f4, fixes #1677
2015-04-26 19:02:32 -03:00
jack
d22a13e2e8
issue #1715 - menu separator
...
There was a request for a separator between Open Scene and Save Scene to avoid accidental mis-clicks. So here's that!
2015-04-25 22:45:49 -04:00
Juan Linietsky
807a811fad
changed some shortcuts in text editor, maybe fixes #1732
2015-04-24 16:25:27 -03:00
Juan Linietsky
4fb905ed29
Merge branch 'master' of https://github.com/okamstudio/godot
2015-04-24 15:09:47 -03:00
Juan Linietsky
115f55e972
local changes
2015-04-24 15:09:35 -03:00
Juan Linietsky
b09a8bd32f
fix to collada import crash
2015-04-23 22:42:52 -03:00
Juan Linietsky
c43dfddb65
Changed collada importer to properly handle ALL blend shape arrays, fixes problems with animated normals, uvs, etc.
2015-04-22 23:29:03 -03:00
Juan Linietsky
8aab677906
corrected project manager popup, fixes #1721
2015-04-21 21:30:00 -03:00
Juan Linietsky
93ce7d92c1
-Many fixes and demo for RichTexLabel
...
-Proper ability to edit BBCode in RTL.
2015-04-21 16:01:58 -03:00
Juan Linietsky
59154cccf9
-Changed Godot exit to be clean.
...
-Added more debug information on memory cleanliness on exit (if run with -v)
-Fixed several memory leaks, fixes #1731 , fixes #755
2015-04-20 19:38:02 -03:00
Juan Linietsky
1de1a04b78
-fix local and global usage for DirAccess, fixes #791
...
please test anyway..
2015-04-18 20:11:33 -03:00
Juan Linietsky
b66b86b05e
-Fixed post-import script-reload buf, fixes #1683
2015-04-18 19:06:58 -03:00
Juan Linietsky
bedb4f1ab2
Merge pull request #1662 from TheHX/fix_plugins
...
Fix toolbar menu position(RichText and MultiMesh plugins)
2015-04-18 14:45:29 -03:00
Juan Linietsky
fdaa2920eb
Updated copyright year in all headers
2015-04-18 14:38:54 -03:00
Juan Linietsky
2998515442
-Fix issue of scene import script path being broken on reimport, fixes #1668
2015-04-13 09:21:34 -03:00
Juan Linietsky
2dfa1279ea
improved save path error messages for scene, textures and audio, fixes #1514
2015-04-12 16:45:59 -03:00
Franklin Sobrinho
5cb4ba24d3
Fix toolbar menu position(RichText and MultiMesh plugins)
2015-04-09 09:48:46 -03:00
Franklin Sobrinho
59692d9012
Changed popup_centered by popup_centered_minsize in editor dialogs
2015-04-08 14:02:13 -03:00
Juan Linietsky
e18c6ef63b
-Better Collada now keeps mesh names properly from blender, makes the "overwrite existing, keep materials" import mode work properly.
2015-04-08 01:46:55 -03:00
Juan Linietsky
b016f3898b
fixed re-import of scene when new nodes are added, fixes #1620
2015-04-08 01:11:50 -03:00
Juan Linietsky
ef222aea89
Merge pull request #836 from adolson/new-default-project-icon
...
new default project icon
2015-04-07 20:25:33 -03:00
Juan Linietsky
e336306e91
Merge pull request #1554 from NateWardawg/inspectorupdate
...
Camel casing being capitalized only happens in the inspector now.
2015-04-07 20:22:09 -03:00
Juan Linietsky
d1567636f4
Merge pull request #1569 from sanikoyes/Pr-sort-sample-library
...
Pr-sort-sample-library
2015-04-07 20:17:16 -03:00
Juan Linietsky
5ed2600279
Merge pull request #1580 from UsernameIsAReservedWord/fixes_help_background_color_theme
...
fixes #332 : makes EditorHelp uses EditorSettings bg color
2015-04-07 20:15:06 -03:00
Juan Linietsky
b1bf4fcef2
Merge pull request #1591 from MostafaHassan/pr_FixCrashInVisualShader
...
(Fix crash) in visual shader for curve remap node
2015-04-07 20:14:10 -03:00
Juan Linietsky
9c1fef866f
Merge pull request #1602 from TheHX/fix_issue_#1594
...
Fix Issue #1594
2015-04-07 20:12:39 -03:00
Juan Linietsky
b36e41cb71
Added a PVRTC encoder for iOS
2015-04-06 21:48:20 -03:00
Franklin Sobrinho
f77349a4c2
Better fix
2015-04-03 10:28:30 -03:00
Franklin Sobrinho
aa929bc1f1
fix_issue_#1594
2015-04-02 15:32:37 -03:00
Juan Linietsky
1572238adb
merging okam changes
2015-04-02 07:22:17 -03:00
mostafahassan
78d734873d
Fixed crash when trying to add keypoints and deleting them while holding mouse button down.
2015-03-31 22:49:11 +02:00
mostafahassan
3d4cc27bad
New node will be added to root node if nothing is selected
2015-03-31 20:26:38 +02:00
yg2f
303ce0ea32
makes_editorhelp_uses_editor_settings_bg_color
...
This fixes issue #332 by using the "text_editor/background_color" editor
setting as background color for the EditorHelp.
2015-03-26 15:45:53 +01:00
sanikoyes
1515de217e
Sort sample lists by name(more readable)
2015-03-25 10:57:35 +08:00
Juan Linietsky
92905075d3
crash bug solved, fixes #1560
2015-03-23 13:44:03 -03:00
Juan Linietsky
7ad7f2f6a9
android fixes, please test
...
(can' t build android atm)
2015-03-23 11:31:23 -03:00
Nathan Warden
21eb3b2a83
Camel casing being capitalized only happens in the inspector now.
2015-03-23 00:08:07 -05:00
Carl Olsson
b9bd83e178
Merge branch 'master' of https://github.com/not-surt/godot into snapping2
2015-03-23 08:31:54 +10:00