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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Display the Y angle properly when rotating from gizmo, partially help...
2.1.4-stable
Rémi Verschelde
2017-08-27
1
-11
/
+3
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
233
-233
/
+233
*
Re-apply clang-format to all files
Rémi Verschelde
2017-08-27
6
-111
/
+109
*
Fix double single quotes in `connect` error print
Poommetee Ketson
2017-08-27
1
-1
/
+1
*
simplify the way window is allowed to steal focus, no longer relying on proje...
Juan Linietsky
2017-08-27
1
-2
/
+0
*
Move wait_for_flush out of queue lock
Sipaha
2017-08-27
2
-18
/
+47
*
Merge pull request #10521 from RandomShaper/fix-double-parsing-2.1
Rémi Verschelde
2017-08-22
1
-3
/
+1
|
\
|
*
Fix tokenization of doubles
Pedro J. Estébanez
2017-08-22
1
-3
/
+1
*
|
Correct hash behavior for floating point numbers
Hein-Pieter van Braam
2017-08-20
5
-44
/
+250
*
|
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-08-18
6
-20
/
+37
|
/
*
Display the Y angle properly when rotating from gizmo, partially helps #1479
Juan Linietsky
2017-08-13
1
-3
/
+11
*
keep default exported script values unless overriden, closes #8127
Juan Linietsky
2017-08-13
2
-0
/
+35
*
Port StreamPeerBuffer to 2.1
Raymoo
2017-08-12
3
-0
/
+156
*
core/[io;object]: fix typo 'resoucre' to 'resource'
Indah Sylvia
2017-08-08
3
-8
/
+8
*
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-30
4
-18
/
+17
*
Bindings: Fix Object::get_meta return type.
Andreas Haas
2017-07-30
1
-1
/
+1
*
Fix misplaced quote in error messsage
Pedro J. Estébanez
2017-07-27
1
-1
/
+1
*
Fix cvs files freezing the editor when a double quote is not closed
Marcelo Fernandez
2017-07-25
1
-0
/
+2
*
Ignore fuzzy translations
Poommetee Ketson
2017-07-14
1
-6
/
+15
*
AStar: add bool has_point(id)
Poommetee Ketson
2017-07-14
2
-0
/
+8
*
Enhanced debugger. ake 2.1 more productive!
geequlim
2017-07-11
3
-70
/
+281
*
Merge pull request #8944 from RandomShaper/fix-error-handling-2.1
Rémi Verschelde
2017-07-05
8
-34
/
+66
|
\
|
*
Make error handling more convenient
Pedro J. Estébanez
2017-07-05
8
-34
/
+66
*
|
Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399
Juan Linietsky
2017-06-30
1
-6
/
+3
*
|
Revert "Dictionary keys are now sorted by insertion order"
Rémi Verschelde
2017-06-28
2
-81
/
+12
*
|
Merge pull request #9410 from williamd1k0/advanced-string-format
Rémi Verschelde
2017-06-27
5
-12
/
+156
|
\
\
|
*
|
Dictionary keys are now sorted by insertion order
Juan Linietsky
2017-06-26
2
-12
/
+81
|
*
|
Add advanced string format
William Tumeo
2017-06-16
3
-0
/
+75
*
|
|
Fix crash with String copy from with NULL string parameter
geequlim
2017-06-25
1
-0
/
+12
*
|
|
BuildSystem: generated files have .gen.ext
Poommetee Ketson
2017-06-25
3
-5
/
+5
*
|
|
Added 'blit_rect_mask' method
dumitru-stama
2017-06-24
3
-2
/
+68
*
|
|
Added two new methods 'blend_rect_mask' and 'fill'
d
2017-06-18
3
-0
/
+83
*
|
|
Merge pull request #9167 from dumitru-stama/blitalpha
Rémi Verschelde
2017-06-17
3
-0
/
+49
|
\
\
\
|
*
|
|
Added a new 'blend_rect' method acting as 'blit_rect' with alpha-blending
dumitru.stama
2017-06-14
3
-0
/
+49
|
|
/
/
*
|
|
Fixed a blit_rect crash with out-of-bounds coords
dumitru.stama
2017-06-17
1
-4
/
+4
*
|
|
Don't append standard ports to the request header.
Martin Capitanio
2017-06-17
1
-2
/
+12
*
|
|
added grow functions to Rect2
toger5
2017-06-17
2
-0
/
+23
|
/
/
*
|
Doc: Sync classref with current source
Rémi Verschelde
2017-06-14
1
-1
/
+1
*
|
Fix root path resolution on PCK file
George Marques
2017-06-07
1
-0
/
+2
*
|
Use builtin BC decompression when libsquish not available
Pedro J. Estébanez
2017-05-28
1
-1
/
+327
*
|
Use libsquish to decompress DXT textures.
Ferenc Arn
2017-05-26
2
-326
/
+6
*
|
Fix weigth scale of A* being applied to the whole path and estimation
Bojidar Marinov
2017-05-27
1
-4
/
+2
*
|
Avoid overestimating the cost in AStar heuristics.
Ferenc Arn
2017-05-27
1
-1
/
+1
*
|
Added bool to allow astar points to be connected in one direction only
Fabian Mathews
2017-05-27
2
-4
/
+6
*
|
Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l...
Marcelo Fernandez
2017-05-26
1
-18
/
+47
*
|
Move other lone thirdparty files to thirdparty/misc
Rémi Verschelde
2017-05-26
1
-1
/
+1
*
|
Split thirdparty smaz.c out of compressed_translation.cpp
Rémi Verschelde
2017-05-26
2
-209
/
+3
*
|
Move core thirdparty files to thirdparty/{minizip,misc}
Rémi Verschelde
2017-05-26
34
-12079
/
+74
*
|
Update snake_case splitting
Marco Melorio
2017-05-26
1
-1
/
+3
*
|
Core: fix possible memory leaks.
Andreas Haas
2017-05-26
2
-2
/
+2
[next]