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
/
modules
/
gdscript
/
gd_script.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-07
i18n: Sync translations with Weblate
Rémi Verschelde
15
-1348
/
+1514
2017-04-07
i18n: Add WIP Czech, Danish, Greek, Dutch and Thai translations
Rémi Verschelde
5
-0
/
+33956
2017-04-07
i18n: Update template with current source
Rémi Verschelde
1
-7
/
+31
2017-04-07
Optimize-out some debug and/or non-tools methods
Pedro J. Estébanez
3
-5
/
+36
2017-04-07
Reset display folded for an instanced scene if editable children is toggled off
Pedro J. Estébanez
1
-2
/
+6
2017-04-06
Add priority to samples in a library
Pedro J. Estébanez
14
-17
/
+116
2017-04-06
Make spatial AudioServers prefer inactive voices
Pedro J. Estébanez
2
-6
/
+24
2017-04-06
Add enum naming, by assinging a given enum's values to a Dict
Bojidar Marinov
1
-0
/
+20
2017-04-06
Adds enums to GDScript
Bojidar Marinov
3
-0
/
+87
2017-04-05
Fix crash on Android-x86
Pedro J. Estébanez
1
-0
/
+2
2017-04-05
Fixer looping timer accumulation in _process
Rémi Verschelde
1
-3
/
+2
2017-04-05
previous value of time_left is added to wait_time before assigning to time_left
Nikhil Shagrithaya
1
-2
/
+1
2017-04-05
Make buttons closer in Scene tree
volzhs
1
-0
/
+1
2017-04-05
Viewport: Fix undefined behaviour found by llvm sanitizer.
Andreas Haas
1
-2
/
+2
2017-04-05
Added ability to change A-star cost function
Fabian Mathews
4
-3
/
+31
2017-04-05
Add the option to check if input was handled
Saggi Mizrahi
2
-0
/
+6
2017-04-05
8145 - Mouse Position is unknown until first mouse event on X11 & Win
Sergey Pusnei
2
-1
/
+11
2017-04-05
Update build.gradle.template
Ramesh Ravone
1
-0
/
+1
2017-04-04
Apply same logic to Area with Area2D
volzhs
2
-8
/
+28
2017-04-03
Improve TouchScreenButton
Pedro J. Estébanez
2
-8
/
+27
2017-04-03
Fix monitoring status of Area2D
volzhs
2
-3
/
+9
2017-04-03
Fix crash when change project settings
volzhs
1
-1
/
+1
2017-04-03
Fix warped mouse panning on Linux
Pedro J. Estébanez
1
-1
/
+16
2017-04-02
Input: Update Gamepad mappings.
Andreas Haas
1
-12
/
+34
2017-03-29
Honor the Tween's final values
Shin-NiL
1
-0
/
+1
2017-03-29
Re-add attach button and context menu from 1880238c3e54f57a14361d2c347387edeb...
William Tumeo
4
-87
/
+100
2017-03-29
Re-add clear script button and context menu from ce5200b30e6d262905912c6571d5...
William Tumeo
2
-3
/
+38
2017-03-29
Workaround to allow debugging on Windows when offline
Emanuele Fornara
1
-1
/
+7
2017-03-29
Re-add script icons from 544194053a54870320d860f1cf333f45723758b9
William Tumeo
4
-2
/
+98
2017-03-29
Re-add create/load script button and context menu
William Tumeo
4
-6
/
+81
2017-03-29
Re-add script button from b77200728e7f2b2dd446a9717c83a20c9aac0ce4
William Tumeo
2
-1
/
+17
2017-03-27
Initialize hat values for mapping and revert X360 mappings.
Jordan Patterson
1
-2
/
+7
2017-03-27
Several enhancements for the tile map editor
Pedro J. Estébanez
1
-7
/
+42
2017-03-27
Include uniform (Shift down) mode in only-one-Node2D dragging
Pedro J. Estébanez
1
-1
/
+1
2017-03-26
Remove redundant subfolder in iOS template
Rémi Verschelde
39
-5
/
+4
2017-03-26
Better handling of joypad device IDs.
Andreas Haas
8
-42
/
+20
2017-03-25
SCons: Add option to toggle warnings (on by default)
Rémi Verschelde
10
-19
/
+27
2017-03-24
Fixed "unshaded" flag not being updated if light_type and receive_shadows_sta...
elasota
1
-2
/
+6
2017-03-24
Input: Update mouse position on mouse-button events.
Andreas Haas
1
-0
/
+5
2017-03-24
Use atan2 rather than acos in Vector3.angle_to.
Ferenc Arn
1
-1
/
+1
2017-03-24
Make inline blocks in GDScript more pythonic
Bojidar Marinov
1
-1
/
+9
2017-03-24
Suppress error messages when using ConfigFile::get_value and a default is given
Bojidar Marinov
1
-2
/
+7
2017-03-24
i18n: Sync templates and translations with current code
Rémi Verschelde
16
-9739
/
+10641
2017-03-24
i18n: Adapt script to tools/editor -> editor move
Rémi Verschelde
3
-10
/
+10
2017-03-24
Improved 2D snapping behavior
Pedro J. Estébanez
2
-48
/
+49
2017-03-24
Only assume HiDPI mode if DPI >= 192 and width > 2000
Rémi Verschelde
2
-4
/
+19
2017-03-22
Implement warped mouse panning for 2D & 3D editors
Pedro J. Estébanez
6
-3
/
+34
2017-03-22
Fix buffer size check in UDP socket.
Fabio Alessandrelli
2
-2
/
+2
2017-03-22
Use default UDP ring buffer size of 65536 for clients
Fabio Alessandrelli
2
-4
/
+4
2017-03-22
Fix bug causing UDP socket to close after the first send if not listening
Fabio Alessandrelli
2
-0
/
+2
[next]