index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
javascript
/
javascript_main.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-08
Added a simpler way to do sub-functions in both visual and gdscript with the ...
Juan Linietsky
10
-2
/
+241
2016-08-07
Added ability to create custom nodes from script.
Juan Linietsky
5
-0
/
+320
2016-08-07
Automatically turn on process callbacks if relevant callbacks in node exists
Juan Linietsky
2
-1
/
+18
2016-08-07
-Added yield nodes to visual script
Juan Linietsky
20
-148
/
+2488
2016-08-06
Added yield() signal smart autocompletion.
Juan Linietsky
3
-1
/
+34
2016-08-06
Added an easy API to yield to a specific time by doing:
Juan Linietsky
3
-0
/
+74
2016-08-06
removed extra print
Juan Linietsky
1
-1
/
+1
2016-08-06
Reverted printable null object, seems to cause bugs around and not sure why.
Juan Linietsky
3
-3
/
+7
2016-08-06
Likely with bugs and with some features are missing, as well as profiler supp...
Juan Linietsky
26
-52
/
+794
2016-08-05
VisualScript can now execute visual scripts, but there is no debugger or prof...
Juan Linietsky
27
-206
/
+3318
2016-08-05
Fix steam controller gamepad mapping
Andreas Haas
1
-1
/
+1
2016-08-05
Fix #5891 by not expecting the script instance to be a GDInstance
Bojidar Marinov
1
-2
/
+1
2016-08-05
Some additions to the OS documentation (#6037)
MSC
1
-0
/
+22
2016-08-04
TextureRegionEditor snap_mode fix.
Saracen
1
-1
/
+1
2016-08-04
Concluded base visual scripting! can edit but not run though.
Juan Linietsky
7
-6
/
+175
2016-08-03
More work on visual scripting..
Juan Linietsky
10
-57
/
+349
2016-08-03
[ci skip] update Raycast documentation
Hubert Jarosz
1
-0
/
+2
2016-08-03
Bump version to 2.2-alpha
Rémi Verschelde
2
-4
/
+4
2016-08-03
Added missing license and quotation typo
Paulb23
2
-1
/
+58
2016-08-03
More progress on visual script editing
Juan Linietsky
15
-109
/
+1019
2016-08-03
Fix translatable strings in VisualScript
Rémi Verschelde
1
-6
/
+6
2016-08-02
Fix set_window_size not setting the correct size on OSX
marcelofg55
1
-0
/
+10
2016-08-02
WIP visual scripting, not working yet but you can check out stuff
Juan Linietsky
79
-1161
/
+10470
2016-08-02
DynamicFont caches now accounts for texture flags
Zher Huei Lee
2
-65
/
+67
2016-08-02
Added extra spacing support for DynamicFont
Zher Huei Lee
3
-7
/
+77
2016-08-02
Added texture mipmaps and filtering to DynamicFont
Zher Huei Lee
2
-10
/
+88
2016-08-01
Auto import project folder, confirm scan multiple folders or non-project folder
Dima Granetchi
2
-8
/
+50
2016-08-01
Added Scene tree dock shortcuts
Paulb23
1
-6
/
+8
2016-08-01
Fix help page title indentation
Mario Schlack
1
-6
/
+4
2016-07-31
Improve dialog title when scanning for projects
Rémi Verschelde
1
-0
/
+1
2016-07-31
dnd folder open scan window if engine.cfg not found
Dima Granetchi
1
-0
/
+6
2016-07-31
fix run button availability check
Dima Granetchi
2
-14
/
+10
2016-07-30
Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D
eska
3
-4
/
+28
2016-07-31
Fix String::is_valid_integer() for single symbols + and -
allkhor
1
-1
/
+1
2016-07-30
UI navigation via JOYSTICK_MOTION.
Andreas Haas
1
-0
/
+1
2016-07-30
Fix infinite loop when replacing text
Ignacio Etcheverry
1
-4
/
+6
2016-07-29
Project Manager: Import projects using filesystem drag'n'drop.
Andreas Haas
2
-0
/
+18
2016-07-29
Explicitly initialize 'pending_auto_reload' to false.
Saracen
1
-0
/
+1
2016-07-28
New http request and tutorials icon
Daniel J. Ramirez
7
-1034
/
+77
2016-07-29
keep selected_list up to date
Dima Granetchi
2
-22
/
+35
2016-07-28
Fix editor icons source file generation
George Marques
2
-52
/
+1
2016-07-28
World2D: Fix typo in default_density deprecation check
Rémi Verschelde
1
-1
/
+1
2016-07-28
Exposed enable syntax highlighting to properties
Paulb23
1
-0
/
+1
2016-07-28
Fix regression with str() improvements for math types
Ignacio Etcheverry
6
-23
/
+44
2016-07-27
Fix Windows resource script
George Marques
1
-2
/
+2
2016-07-27
LineEdit: Fix event handled as text when a mod key is pressed
Ignacio Etcheverry
1
-1
/
+1
2016-07-27
AboutDialog: Popup respecting its minimum size
Ignacio Etcheverry
1
-1
/
+1
2016-07-27
Improve Windows application details
George Marques
1
-4
/
+10
2016-07-27
Project Settings: Use containers for the Input Map tab content
Ignacio Etcheverry
1
-16
/
+17
2016-07-27
Prettier str() for some math types
Ignacio Etcheverry
5
-10
/
+17
[next]