index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
editor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-05
2012
-399113
/
+0
*
Implements modules documents
Geequlim
2017-03-04
3
-5
/
+32
*
Make Editor, Export and Project settings dialogs resizable and store their bo...
Ray Koopa
2017-03-03
3
-36
/
+67
*
Implement single-field property change for multinode edit
Pedro J. Estébanez
2017-03-02
4
-82
/
+140
*
Various fixes detected using PVS-Studio static analyzer.
Thaer Razeq
2017-02-28
9
-11
/
+14
*
Merge pull request #7527 from RayKoopa/inspector_show_in_file_system
Rémi Verschelde
2017-02-27
4
-5
/
+51
|
\
|
*
Add menu item for file resources in the inspector to reveal them in the FileS...
Ray Koopa
2017-02-27
4
-5
/
+51
*
|
fix custom scene arguments from the editor
Benjamin Bäumler
2017-02-27
3
-24
/
+19
|
/
*
Merge pull request #7857 from Hinsbart/external_script_break
Rémi Verschelde
2017-02-26
1
-0
/
+4
|
\
|
*
Don't switch to script on breakpoint hit when using external editor.
Andreas Haas
2017-02-20
1
-0
/
+4
*
|
Merge pull request #7842 from Zylann/fix_line2d_editor
Rémi Verschelde
2017-02-26
2
-4
/
+9
|
\
\
|
*
|
Fixed Line2D editor doesn't respond to input
Marc Gilleron
2017-02-19
2
-4
/
+9
*
|
|
Merge pull request #7879 from bojidar-bg/fix-iphone-builds
Rémi Verschelde
2017-02-23
6
-6
/
+6
|
\
\
\
|
*
|
|
Complete the globals.h -> global_config.h conversion
Bojidar Marinov
2017-02-23
6
-6
/
+6
*
|
|
|
working on template validation
Juan Linietsky
2017-02-21
2
-9
/
+48
|
/
/
/
*
|
/
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
31
-48
/
+362
|
|
/
|
/
|
*
|
Editor Export Settings Dialog is completed!! Now on to make some exporters..
Juan Linietsky
2017-02-19
13
-2045
/
+1016
|
/
*
Correct hash behavior for floating point numbers
Hein-Pieter van Braam
2017-02-16
1
-2
/
+2
*
-begin of export work, not done yet
Juan Linietsky
2017-02-15
4
-311
/
+351
*
Merge pull request #7792 from Hinsbart/inputmap_fixes
Rémi Verschelde
2017-02-14
2
-5
/
+11
|
\
|
*
ProjectSettings: InputMap dialog fixes
Andreas Haas
2017-02-13
2
-5
/
+11
*
|
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
62
-654
/
+654
|
/
*
Merge pull request #7352 from Zylann/polyline
Rémi Verschelde
2017-02-12
6
-0
/
+452
|
\
|
*
Added Line2D node that draws a polygon-based line
Marc Gilleron
2017-01-15
6
-0
/
+452
*
|
Merge pull request #7789 from volzhs/update-script-button
Rémi Verschelde
2017-02-12
1
-0
/
+4
|
\
\
|
*
|
Update attach/clear script tool bar icon in Scene panel
volzhs
2017-02-13
1
-0
/
+4
*
|
|
Merge pull request #7772 from Limb/fixgiprobeeditor
Rémi Verschelde
2017-02-12
1
-2
/
+0
|
\
\
\
|
*
|
|
Remove memdelete of button in GIProbeEditor exit
Kenneth Lorthioir
2017-02-09
1
-2
/
+0
*
|
|
|
Merge pull request #7768 from bojidar-bg/sc-multiple-names
Rémi Verschelde
2017-02-12
1
-1
/
+8
|
\
\
\
\
|
*
|
|
|
Make _sc_ files work like ._sc_, fixes #7762
Bojidar Marinov
2017-02-09
1
-1
/
+8
|
|
/
/
/
*
|
|
|
Merge pull request #7757 from volzhs/save-debug-options
Rémi Verschelde
2017-02-12
5
-14
/
+38
|
\
\
\
\
|
*
|
|
|
Save and restore debug options
volzhs
2017-02-08
5
-14
/
+38
*
|
|
|
|
Merge pull request #7740 from magyar123/master
Rémi Verschelde
2017-02-12
2
-0
/
+9
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Add editor option for automatically closing the output when stopping the game.
mbalint12
2017-02-06
2
-0
/
+9
*
|
|
|
|
Reorder the folders in tools to prepare moving tools/editor
Rémi Verschelde
2017-02-09
50
-28
/
+219381
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #7709 from bojidar-bg/sort-scripts-by-path
Rémi Verschelde
2017-02-07
2
-4
/
+50
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Sort settings for scripts in the editor
Bojidar Marinov
2017-02-02
2
-4
/
+50
*
|
|
|
Several bugfixes, improving the import workflow
Juan Linietsky
2017-02-06
8
-93
/
+222
|
|
/
/
|
/
|
|
*
|
|
Ensure proper config version when reading the new configuration file.
Juan Linietsky
2017-02-04
1
-2
/
+2
*
|
|
Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.x
Juan Linietsky
2017-02-04
5
-21
/
+21
*
|
|
completed scene importing (I hope?)
Juan Linietsky
2017-02-04
5
-10
/
+227
*
|
|
fix continous reimport bug (i hope)
Juan Linietsky
2017-02-04
1
-2
/
+27
*
|
|
Scene import more or less working, needs some missing features.
Juan Linietsky
2017-02-04
5
-6
/
+1297
*
|
|
OBJ file importing!
Juan Linietsky
2017-02-03
7
-4
/
+269
*
|
|
wav file importing!
Juan Linietsky
2017-02-02
3
-0
/
+654
|
/
/
*
|
Fix crash when saving root node by "Save Branch as Scene" with unsaved scene
volzhs
2017-02-02
1
-0
/
+7
*
|
Merge pull request #7672 from Hinsbart/drag_crash
Rémi Verschelde
2017-02-02
1
-1
/
+3
|
\
\
|
*
|
SceneTreeDock: Fix crash when dragging invalid nodes.
Andreas Haas
2017-01-29
1
-1
/
+3
*
|
|
Merge pull request #7670 from RandomShaper/load-placeholder-dup
Rémi Verschelde
2017-02-02
1
-0
/
+1
|
\
\
\
|
*
|
|
Replicate load-as-placeholder state on node duplication
Pedro J. Estébanez
2017-01-29
1
-0
/
+1
[next]