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
/
power_javascript.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-09
Add slope min stop velocity on 3D physics body, closes #10981
Juan Linietsky
1
-3
/
+6
2017-11-09
UWP: Update to build with Windows SDK 10.16229.0
George Marques
2
-1
/
+3
2017-11-09
Fix crash when converting empty scene to TileSet
Caleb Richardson
1
-0
/
+9
2017-11-09
Make sure we don't leak when an opcode is followed by itself
Hein-Pieter van Braam
1
-50
/
+80
2017-11-09
fixes to initialization order
Juan Linietsky
1
-7
/
+13
2017-11-09
Make video mode initialization more intuitive, fixes #12022
Juan Linietsky
17
-76
/
+24
2017-11-09
add missing distutils.version.LooseVersion import
Rhody Lugo
1
-0
/
+1
2017-11-09
Enable asset store for godot 3.0
Chaosus
1
-4
/
+6
2017-11-09
fix dictionary constant access crash
Karroffel
1
-1
/
+1
2017-11-09
unified headers fix
Rhody Lugo
1
-14
/
+8
2017-11-08
[DOCS] Object
Nathan Warden
1
-22
/
+33
2017-11-08
Fixing bad index used in Space2DSW
MateusMP
1
-13
/
+13
2017-11-08
Fix tilemap undo/redo
Marc Gilleron
1
-2
/
+2
2017-11-08
Fix crash when guessing type of variable declared to itself
Bojidar Marinov
1
-1
/
+3
2017-11-08
Fix "Invalid outputs" error when calling a void method from visual script
Bojidar Marinov
1
-0
/
+2
2017-11-08
Compile Android with STL enabled by default
AndreaCatania
1
-1
/
+1
2017-11-08
Increase joystick axis from 8 to 10
Bastiaan Olij
2
-1
/
+5
2017-11-08
[DOCS] OS.get_unique_string().
Max Hilbrunner
1
-1
/
+1
2017-11-08
Editor: Update 2D viewport and inspector selection on delete. Fix #12591.
mhilbrunner
1
-4
/
+6
2017-11-08
Fix has_gyro and has_grav mixup
Bastiaan Olij
1
-3
/
+7
2017-11-07
Ignore files not ending with '.xml' when building doc header
mhilbrunner
1
-0
/
+2
2017-11-07
Use UTF-8 for locale names. Fixes #12462.
mhilbrunner
1
-2
/
+2
2017-11-07
Fixed invalid license symbol
Chaosus
1
-2
/
+2
2017-11-07
Fixed collision exception - #12681
AndreaCatania
2
-0
/
+5
2017-11-07
[GDNative] even more API fixes
Karroffel
5
-0
/
+38
2017-11-07
Rewritten kinematic system
AndreaCatania
16
-350
/
+266
2017-11-07
Add menu to import current editor theme into theme editor
Geequlim
2
-8
/
+11
2017-11-06
Remove performance warnings, closes #11585
Juan Linietsky
1
-0
/
+3
2017-11-06
Fix randomisation of initial particle velocity
MillionOstrich
1
-2
/
+2
2017-11-06
add support for Android NDK unified headers
Rhody Lugo
2
-3
/
+37
2017-11-06
Prevent to stop music in another background app on iOS
volzhs
1
-0
/
+3
2017-11-06
Fix WebAudio and HTML5 build
Leon Krause
6
-1119
/
+16
2017-11-05
Added filter_clip to AtlasTexture
MrCdK
2
-3
/
+24
2017-11-05
Bullet - Added support to multiple spaces
AndreaCatania
2
-19
/
+23
2017-11-05
Changed line and word mouse selection
Paulb23
2
-59
/
+137
2017-11-05
make Dictionary use OrderedHashMap
Karroffel
1
-68
/
+35
2017-11-05
Fix selection and clicks on text in tables in RichTextLabel
Bernhard Liebl
1
-0
/
+3
2017-11-05
Convert DOS line endings to Unix line endings
Rémi Verschelde
16
-3520
/
+3520
2017-11-05
Basic docs for Geometry plus two new functions
Bernhard Liebl
3
-0
/
+53
2017-11-05
Fixed dedent() binding did not return result
Zher Huei Lee
1
-1
/
+1
2017-11-04
Added for fallback msbuild.exe.
BrainBlasted
2
-0
/
+8
2017-11-04
Bullet physics engine implementation
AndreaCatania
51
-1
/
+9847
2017-11-04
Use AbstractPolygon2DEditor for Line2D
Bernhard Liebl
4
-324
/
+131
2017-11-04
In Create New Node, always select and show best (shortest) match
Bernhard Liebl
3
-0
/
+25
2017-11-04
Vendor thirdparty Bullet source for upcoming physics server backend
AndreaCatania
648
-0
/
+220889
2017-11-04
Change URL of the mirror list
Bojidar Marinov
1
-4
/
+12
2017-11-04
Fixes random sorting order in Create New Node dialog
Bernhard Liebl
2
-3
/
+4
2017-11-04
Docs for wrap functions
Chaosus
1
-0
/
+52
2017-11-04
Docs cosmetics: add more space to Signals, Enumerations, Constants;
Bernhard Liebl
1
-28
/
+47
2017-11-04
make ConfigFile sections ordered
Karroffel
3
-34
/
+18
[next]