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_eval.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-09-22
Changed get_audio_bus and set functions to get_audio_bus_name and set
Marcelo Paez
4
-11
/
+11
2017-09-22
Ability to convert from SpatialMaterial to ShaderMaterial
Juan Linietsky
8
-2
/
+185
2017-09-22
Fixes the rulers text drawn outside the viewport_base
Gilles Roudiere
1
-0
/
+1
2017-09-22
freelook_base_speed calibration
Unknown
1
-2
/
+2
2017-09-21
Fixed a bunch of typos, including an error code.
Ross Hadden
9
-19
/
+19
2017-09-21
UWP: Fix build issue about Object ambiguity
George Marques
1
-16
/
+16
2017-09-21
RichTextLabel: Added get_visible_line_count method.
Ferenc Arn
2
-16
/
+54
2017-09-21
Add inversesqrt to shader language.
Ferenc Arn
1
-0
/
+4
2017-09-21
Ensure pressed is set to false in BaseButton::_unpress_group.
Ferenc Arn
1
-1
/
+1
2017-09-21
Improved a lot of icons, and some style fixes
Daniel J. Ramirez
29
-41
/
+69
2017-09-21
Fix godot spraying errors about a null check
Gilles Roudiere
1
-1
/
+2
2017-09-21
Added proximity and distance fade to SpatialMaterial
Juan Linietsky
7
-1
/
+151
2017-09-21
Implement Linux-style likely()/unlikely() macros
Hein-Pieter van Braam
4
-15
/
+24
2017-09-21
rotation orbit modifier defaults to none
Unknown
1
-1
/
+1
2017-09-21
Fix TrustManager for Android
volzhs
1
-16
/
+4
2017-09-21
Correct spelling SEPERATE -> SEPARATE to fix build
Leon Krause
1
-3
/
+3
2017-09-20
Visual tweaks.
Daniel J. Ramirez
210
-1497
/
+293
2017-09-20
Fix import order, so scenes are imported after textures.
Juan Linietsky
10
-12
/
+104
2017-09-20
Allow equality checks between null and arbitrary types
Hein-Pieter van Braam
1
-156
/
+201
2017-09-20
Let queue_free() work on nodes which are not in the scene tree
Rémi Verschelde
1
-2
/
+5
2017-09-20
Add missing NULL checks on CanvasItemEditor
Marcelo Fernandez
1
-0
/
+6
2017-09-20
Box selection for MeshInstances and subscene nodes.
SaracenOne
3
-10
/
+42
2017-09-20
Rename pos to position in user facing methods and variables
letheed
247
-832
/
+823
2017-09-20
Show button name always in main toolbar
volzhs
2
-19
/
+0
2017-09-20
Do not compile Recast for Android
Ruslan Mustakov
1
-1
/
+1
2017-09-20
Set Android minSdkVersion to 18
Ruslan Mustakov
2
-9
/
+9
2017-09-20
Return player ID after connecting to Game Center
Ruslan Mustakov
1
-0
/
+1
2017-09-20
Fix duplication of node with script
Evgeny Zuev
1
-1
/
+12
2017-09-20
verbose and platform specific implementation for is_nan
ABU MD. MARUF SARKER
1
-2
/
+38
2017-09-19
better script code font size rescaling on retina displays
poke1024
1
-7
/
+6
2017-09-19
Fix mouse button state in HTML5 platform
Leon Krause
1
-8
/
+8
2017-09-19
Allow booleanization of all types
Hein-Pieter van Braam
6
-105
/
+20
2017-09-19
added OAHashMap type
Karroffel
6
-33
/
+770
2017-09-19
Fix crash handler not including stdlib.h
Marcelo Fernandez
2
-0
/
+2
2017-09-19
Be type-strict checking on equality checks
Hein-Pieter van Braam
1
-67
/
+63
2017-09-19
Don't call Variant::reference() unnecessarily
Hein-Pieter van Braam
1
-30
/
+131
2017-09-19
Fix accidental cast to Vector3 for Vector2 iter
Hein-Pieter van Braam
1
-1
/
+1
2017-09-19
Fixed Typo: 'Seperate' to 'Separate'
Indah Sylvia
3
-11
/
+11
2017-09-19
Added support for FT_PIXEL_MODE_MONO in FreeType
Zher Huei Lee
1
-2
/
+17
2017-09-19
Change structure order for godot nim compatibility
Konstantin Zaitsev
1
-1
/
+1
2017-09-19
Fix MSVC compilation errors
Konstantin Zaitsev
2
-3
/
+3
2017-09-19
settings 'editors/3d' organized, sorted, new_defaults
toger5
2
-56
/
+56
2017-09-19
update inertia/freelook settings values + renamed free_orbit... to
toger5
2
-13
/
+22
2017-09-19
added precision scrolling to spatial editor zoom
toger5
1
-3
/
+3
2017-09-19
Remove more GDScript runtime checks on release
Hein-Pieter van Braam
1
-33
/
+54
2017-09-19
zoom inertia uses its own setting (not the same then translation)
toger5
2
-1
/
+6
2017-09-19
added editor spacing
toger5
2
-9
/
+20
2017-09-18
Drag and drop for meshes directly and fix drop restriction for non-Texture ob...
SaracenOne
2
-12
/
+59
2017-09-18
Add some options and reorganize the 2D editor menus. Makes available forced s...
Gilles Roudiere
9
-98
/
+383
2017-09-18
Fixed a lot of HiDPI metrics.
Daniel J. Ramirez
6
-19
/
+23
[next]