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
2017-09-21
Added proximity and distance fade to SpatialMaterial
Juan Linietsky
7
-1
/
+151
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
2017-09-18
Prevent running the crash_handler when a debugger is present on windows
Marcelo Fernandez
5
-22
/
+26
2017-09-18
Modified/Added documentation for RigidBody and RigidBody2D
FigyTuna
2
-19
/
+43
2017-09-18
Added code tags and corrected some lines
RaTi17
1
-75
/
+75
2017-09-17
Fixed metrics.
Daniel J. Ramirez
3
-26
/
+44
2017-09-18
Do not allow link-local addresses to be used by editor debugger
Fabio Alessandrelli
1
-3
/
+4
2017-09-17
Implement smart snapping. Fixes a bug with anchors single-axis move (when the...
Gilles Roudiere
2
-109
/
+189
2017-09-17
Avoid grid step to go below zero
Gilles Roudiere
1
-2
/
+2
2017-09-17
Use shift to move anchors on a single axis
Gilles Roudiere
1
-26
/
+42
2017-09-17
Implement shortcuts to multiply/divide the grid step
Gilles Roudiere
2
-23
/
+45
2017-09-17
Fusion the lock/unlock and the group/ungroup buttons
Gilles Roudiere
1
-0
/
+31
2017-09-17
Adds keyboards shortcuts
Gilles Roudiere
1
-4
/
+4
2017-09-17
Implements rulers
Gilles Roudiere
3
-58
/
+203
[next]