aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-0813-45/+45
* Dictionary keys are now sorted by insertion orderJuan Linietsky2017-01-082-13/+89
* i18n: Add support for Scots (sco) languageRémi Verschelde2017-01-081-0/+1
* Move core engine tests to core/Rémi Verschelde2017-01-0828-0/+6204
* -Fix bugs related to PoolVector crashesJuan Linietsky2017-01-081-5/+33
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-0764-1744/+1302
* -Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky2017-01-0612-593/+329
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-0526-172/+215
* -GDScript support for accessing properties directlyJuan Linietsky2017-01-042-0/+17
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-046-82/+159
|\
| * Use right handed coordinate system for rotation matrices and quaternions. Als...Ferenc Arn2017-01-036-82/+159
* | -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-043-2/+39
|/
* Begin modifying properties to make them more friendly to script and doc.Juan Linietsky2017-01-036-6/+17
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-0271-953/+1196
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-0219-1572/+915
|\
| * Some fixes and clean upsJuan Linietsky2016-12-311-1/+1
| * Some BRDF fixesJuan Linietsky2016-12-211-0/+2
| * work in progress global illuminationJuan Linietsky2016-12-201-11/+11
| * DOF blur, near and far fields..Juan Linietsky2016-12-102-2/+2
| * Support for SSAOJuan Linietsky2016-12-042-0/+10
| * all light types and shadows are working, pending a lot of clean-upJuan Linietsky2016-11-093-1/+25
| * Everything returning to normal in 3D, still a long way to goJuan Linietsky2016-10-192-0/+110
| * 2D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky2016-10-104-2/+8
| * Begining of GLES3 renderer:Juan Linietsky2016-10-0311-1571/+762
* | Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-0213-98/+153
|\ \
| * | Expose HTTP classes' set_ip_type to scriptingFabio Alessandrelli2016-12-132-6/+10
| * | Separate hostname resolve cache based on ip_typeFabio Alessandrelli2016-12-091-11/+15
| * | IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2016-12-093-47/+65
| * | Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli2016-12-098-0/+26
| * | Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-0911-36/+30
| * | Use an instance variable for ip_type in raw socketsFabio Alessandrelli2016-12-096-15/+24
* | | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-01230-230/+230
* | | Remove extraneous line in .po reader, which caused it to disregard first lineBojidar Marinov2016-12-201-2/+0
|/ /
* | Merge pull request #7149 from Kazuo256/array-lastGeorge Marques2016-11-223-0/+17
|\ \
| * | Add Array.front() and Array.back()Kazuo2562016-11-183-0/+17
* | | Properly localize absolute path.Fabio Alessandrelli2016-11-221-1/+2
* | | memory ops implemented as OS functions by defaultAriel Manzur2016-11-182-121/+8
|/ /
* | Blimey! Ye Pirate locale be anchor' a'port!Rémi Verschelde2016-11-151-0/+2
* | Merge pull request #6968 from neikeq/pr-register-trnglmeshIgnacio Etcheverry2016-11-121-0/+2
|\ \
| * | Core: Register TriangleMesh typeIgnacio Etcheverry2016-10-301-0/+2
* | | Merge pull request #6802 from henriquelalves/masterRémi Verschelde2016-11-112-2/+53
|\ \ \
| * | | Added small modification on parser for '+'Henrique L. Alves2016-10-222-2/+53
* | | | Merge pull request #6862 from Faless/fix_6388Rémi Verschelde2016-11-112-4/+4
|\ \ \ \
| * | | | Fix Keyboard Input Hangs when using modifiersFabio Alessandrelli2016-10-192-4/+4
* | | | | Merge pull request #7039 from RandomShaper/fix-triangulationRémi Verschelde2016-11-092-13/+5
|\ \ \ \ \
| * | | | | Clean/fix triangulation internalsPedro J. Estébanez2016-11-052-13/+5
* | | | | | Merge pull request #7070 from ISylvox/vsnc-to-vsyncRémi Verschelde2016-11-094-6/+6
|\ \ \ \ \ \
| * | | | | | vsnc --> vsyncISylvox2016-11-084-6/+6
* | | | | | | Some missing License notice has been addedSPTelur2016-11-072-0/+59
|/ / / / / /
* | | | | | Merge pull request #7048 from neikeq/pr-marshals-singletonGeorge Marques2016-11-063-2/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |