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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finalized DynamicFont implementation
Juan Linietsky
2016-05-29
4
-1
/
+2695
*
Added translation support to Godot
Juan Linietsky
2016-05-27
5
-11
/
+27
*
Changed import workflow
Juan Linietsky
2016-05-27
7
-0
/
+53
*
Add spaces to macros in memory.h to make C++11 compilers happy
Geequlim
2016-05-27
1
-5
/
+4
*
Real-Time Remote Inspector support
Juan Linietsky
2016-05-22
4
-1
/
+104
*
Merge remote-tracking branch 'origin/master'
Juan Linietsky
2016-05-21
3
-18
/
+18
|
\
|
*
remove trailing whitespace
Hubert Jarosz
2016-05-21
3
-18
/
+18
*
|
First version of Profiler
Juan Linietsky
2016-05-21
11
-2
/
+413
|
/
*
-Added configuration warning system for nodes
Juan Linietsky
2016-05-17
4
-1
/
+78
*
Removing round from int interpolation
punto-
2016-05-17
1
-1
/
+1
*
New reworked AnimatedSprite!
Juan Linietsky
2016-05-14
4
-5
/
+21
*
classref: Directory and ConfigFile
Rémi Verschelde
2016-05-12
2
-6
/
+6
*
Added possibility to strip left and right to strip_edges (#4594)
Mattias Cibien
2016-05-11
3
-14
/
+18
*
Merge pull request #4553 from AlexHolly/fix-percent-decode-utf8
Rémi Verschelde
2016-05-07
1
-5
/
+6
|
\
|
*
fix percent decode utf8 error
Alexander Holland
2016-05-05
1
-5
/
+6
*
|
Variant: readd String.ends_with and Dict.has_all
Rémi Verschelde
2016-05-06
1
-0
/
+4
*
|
export fix_alpha_edges
Ariel Manzur
2016-05-05
1
-4
/
+2
|
/
*
Merge pull request #4549 from AlexHolly/httpclient-rawbody-support
Rémi Verschelde
2016-05-05
2
-2
/
+57
|
\
|
*
httpclient request withh raw_array body
Alexander Holland
2016-05-04
2
-2
/
+57
*
|
Merge pull request #4547 from neikeq/pr-wrong-debug-methods
Rémi Verschelde
2016-05-05
1
-0
/
+12
|
\
\
|
*
|
Add missing Vector2Array case to Variant::operator String()
Ignacio Etcheverry
2016-05-04
1
-0
/
+12
*
|
|
ability to shrink all images x2 on load
Juan Linietsky
2016-05-04
2
-0
/
+61
|
|
/
|
/
|
*
|
Modified editor strings to be translatable in the future
Juan Linietsky
2016-05-03
4
-0
/
+33
|
/
*
Support for dynamic fonts (TTF)
Juan Linietsky
2016-05-01
1
-1
/
+3
*
math: Fix rounding error for 0 in Math::round (#4495)
Rémi Verschelde
2016-05-01
1
-1
/
+3
*
Add math/script expression evaluation in editor (#3620)
Franco Eusébio Garcia
2016-05-01
1
-0
/
+43
*
fix - HTTPClient connection keep-alive duplicate Headers #4208
Alexander Holland
2016-04-27
1
-0
/
+1
*
Merge pull request #4409 from Hinsbart/encode_axis_value
Rémi Verschelde
2016-04-24
1
-2
/
+4
|
\
|
*
Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION.
Hinsbart
2016-04-23
1
-2
/
+4
*
|
add sign comparison for joystick axis events in InputMap::_find_event
Hinsbart
2016-04-22
1
-1
/
+1
|
/
*
Merge pull request #4345 from mownier/add/getter/http-client-connection
Rémi Verschelde
2016-04-18
2
-0
/
+8
|
\
|
*
Added getter method for the connection property in HTTPClient. (#4336)
Mounir Ybanez
2016-04-18
2
-0
/
+8
*
|
string ends_with
Alexander Holland
2016-04-17
1
-0
/
+2
*
|
Fix File.get_csv_line not including quoted newlines in the output
Bojidar Marinov
2016-04-16
1
-1
/
+3
|
/
*
Merge pull request #4223 from AlexHolly/dictionary-has-all
Rémi Verschelde
2016-04-11
3
-0
/
+14
|
\
|
*
dictionary has_all
Alexander Holland
2016-04-04
3
-0
/
+14
*
|
Use non-templated nearest_power_of_2
punto-
2016-04-11
1
-2
/
+3
*
|
Remove duplicate
Rémi Verschelde
2016-04-07
1
-1
/
+0
|
/
*
Remove trailing spaces
Rémi Verschelde
2016-04-02
1
-24
/
+24
*
Add support for patch versions (2.0.x)
Rémi Verschelde
2016-03-22
1
-0
/
+4
*
Add function to convert Date time from a dictionary to Epoch
Kyle Luce
2016-03-16
2
-28
/
+157
*
Fixes the month consistency issue in enums and get_date etc
Kyle Luce
2016-03-13
3
-5
/
+10
*
Remove undefined binds
Rémi Verschelde
2016-03-12
1
-2
/
+0
*
Borderless window support for the Win32 build. Default window position is now...
Saracen
2016-03-12
3
-1
/
+18
*
-Made editor support SSL certs by default (embedded them)
Juan Linietsky
2016-03-12
4
-3
/
+41
*
Merge pull request #3934 from Razzlegames/epocConvert
Rémi Verschelde
2016-03-10
2
-3
/
+73
|
\
|
*
Added epoc to dictionary converter
Kyle Luce
2016-03-05
2
-3
/
+73
*
|
remove trailing whitespace
Hubert Jarosz
2016-03-09
116
-2949
/
+2949
*
|
Merge pull request #3991 from JoshuaGrams/issue-3711
Rémi Verschelde
2016-03-08
1
-1
/
+7
|
\
\
|
*
|
Variant::blend: add Quat, fix Vector3.
Josh Grams
2016-03-08
1
-1
/
+7
[next]