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
/
api
/
api.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-12-19
Fix fatal mono logs not getting logged to disk.
PJB3005
1
-1
/
+3
2017-12-19
Fixed bug where all file dialogs requested thumbnails even if hidden.
Juan Linietsky
2
-2
/
+6
2017-12-19
-Fix some crashes in unwrapper
Juan Linietsky
4
-1217
/
+1129
2017-12-19
Should no longer crash after rebaking, may be a solution to #14795
Juan Linietsky
3
-9
/
+18
2017-12-19
fix for BitmapFont::create_from_fnt to allow loading from file in
Ibrahn Sahir
1
-2
/
+2
2017-12-18
sort by the most recently accessed files
Rhody Lugo
2
-12
/
+12
2017-12-18
Add method_descr again because it's required for classes that
Guilherme Felipe
1
-28
/
+36
2017-12-18
Fix doc methods not showing up
Guilherme Felipe
1
-32
/
+28
2017-12-18
Fix bug in previous commit
Rémi Verschelde
1
-1
/
+1
2017-12-18
Prevent infinite loop in export template manager
Rémi Verschelde
1
-10
/
+7
2017-12-18
Fix installing export templates from file
Onur Aslan
1
-1
/
+1
2017-12-18
Add plugin to edit GDNativeLibrary
geequlim
6
-17
/
+555
2017-12-18
Use a different strategy for path remaps, try loading from a remap file instead.
Juan Linietsky
2
-1
/
+62
2017-12-18
Add more details to issue template
Rémi Verschelde
1
-3
/
+8
2017-12-18
doc: Sync classref with current source
Rémi Verschelde
6
-7
/
+51
2017-12-18
Remove debug logs that are of no use to end users
Ruslan Mustakov
3
-6
/
+0
2017-12-18
Added baked light support for gridmaps.
Juan Linietsky
5
-55
/
+303
2017-12-17
Dictionary::copy -> ::duplicate
Will Nations
6
-10
/
+12
2017-12-17
Fix ogg looping pop noise. Closes #11468
MrCdK
1
-4
/
+12
2017-12-17
Expose Range, ScrollBar and Slider as virtual.
Daniel J. Ramirez
3
-13
/
+3
2017-12-17
Fix Sprite3D alpha_cut member not being initialized
Stefano Bonicatti
1
-0
/
+1
2017-12-17
Now every variant type has its icon.
Daniel J. Ramirez
4
-8
/
+14
2017-12-17
General use Variant type icons, plus other icon updates.
Daniel J. Ramirez
61
-239
/
+180
2017-12-17
Property install export templates when downloaded from http
Juan Linietsky
3
-6
/
+20
2017-12-17
Fix method not returning value in all paths (autotile editor)
George Marques
1
-3
/
+3
2017-12-17
Exposed LineEdit's "selection_clear" and renamed it to "deselect".
Michael Alexsander Silva Dias
3
-25
/
+20
2017-12-17
Clean up setting dialogues a bit.
Ray Koopa
6
-45
/
+81
2017-12-17
Limit the lightmapper subdivide to 1024
Hein-Pieter van Braam
2
-6
/
+2
2017-12-17
Fix cut-copy-line breaking paste (issue 14539)
Bernhard Liebl
2
-6
/
+6
2017-12-17
Fixes how transform is applied to geometry in UV unwrap
Juan Linietsky
2
-9
/
+10
2017-12-17
Show sub-resources as sub-menu
volzhs
2
-5
/
+8
2017-12-17
Cleanup some #if 0'd code
Rémi Verschelde
17
-1324
/
+10
2017-12-17
Fix Clip Content property is not saved
volzhs
1
-1
/
+1
2017-12-17
Refactoring FPS & information on 3D viewport
volzhs
3
-45
/
+28
2017-12-17
Add several unlikely() macros
Hein-Pieter van Braam
2
-12
/
+13
2017-12-17
Fixed Android NDK unified header detection for python 3
Colin Kinloch
1
-1
/
+1
2017-12-17
Increase sleep time for android export thread
Bernhard Liebl
1
-1
/
+2
2017-12-17
Tweak OpenMP parameters for lightbaker
Hein-Pieter van Braam
1
-3
/
+5
2017-12-16
Fix gdnative generation for lightmapper.
K. S. Ernest (iFire) Lee
1
-0
/
+6
2017-12-17
Shader Language: Add in-for declared variables within for-block scope.
Enzo Nocera
1
-1
/
+1
2017-12-16
Add support for whole program optimization on MSVC
George Marques
1
-0
/
+3
2017-12-17
Use a more naive RNG for the lightmapper
Hein-Pieter van Braam
1
-2
/
+14
2017-12-16
More changes to PopupMenu's submenu keyboard handling.
Michael Alexsander Silva Dias
1
-10
/
+25
2017-12-16
Revert "Fix mouse button release not sent to gui_input if it's different from...
Juan Linietsky
1
-2
/
+1
2017-12-16
Don't glBindTexture() on viewports without effects
Hein-Pieter van Braam
1
-1
/
+1
2017-12-16
Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.
Juan Linietsky
14
-18
/
+61
2017-12-16
Bind TextEdit.deselect and update documentation
Rémi Verschelde
16
-12
/
+262
2017-12-16
fixed reference to splash file
Juan Linietsky
1
-1
/
+1
2017-12-16
Added custom editor splash (including sponsor logo).
Juan Linietsky
5
-1
/
+35
2017-12-16
Docs methods grouping by prefix
poke1024
2
-125
/
+142
[next]