summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-07-26Merge pull request #18282 from aaronfranke/better-mathfRémi Verschelde
2018-07-26Merge pull request #18955 from tagcup/fix_set_scaleRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Expose 64-bit Color methods to GDScript and fix/update Color XML docAaron Franke
2018-07-25[Core] 64-bit int Color methodsAaron Franke
2018-07-25Fix format ignores case in placeholderAlexander Holland
2018-07-25Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde
2018-07-24Merge pull request #20411 from ibrahn/remove-substr-strlenRémi Verschelde
2018-07-24Merge pull request #20407 from akien-mga/po-newline-eofMax Hilbrunner
2018-07-24removed redundant strlen calculation from String::substrIbrahn Sahir
2018-07-24Fix loading PO files with missing newline after last msgstrRémi Verschelde
2018-07-24reduce clang warning spamkarroffel
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-23Merge pull request #15880 from neikeq/better-collectionsIgnacio Etcheverry
2018-07-23Merge pull request #19313 from RandomShaper/improve-imageJuan Linietsky
2018-07-23Optimize image scaling routinesPedro J. Estébanez
2018-07-23Add trilinear filtering to image scalingPedro J. Estébanez
2018-07-23Merge pull request #12678 from AndreaCatania/softJuan Linietsky
2018-07-23Added function append_array to vectorAndreaCatania
2018-07-22Fix upper/lower case convertion for characters >= 0x80Marcelo Fernandez
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-07-20Merge pull request #20157 from GodotExplorer/image-load-webpJuan Linietsky
2018-07-20Fix build issues and typos after c69de2ba4Rémi Verschelde
2018-07-20Fix unwanted restartingvolzhs
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-18Several improvements to editor inspector usability and styleJuan Linietsky
2018-07-18Add Dictionary::erase_checked(key) methodIgnacio Etcheverry
2018-07-18fix nameclash with MSVCkarroffel
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-07-18Fixed OS.has_feature not using custom feature tags.matthew1006
2018-07-17reworked ustring.rsplit to fix behaviour.Ibrahn Sahir
2018-07-17Merge pull request #20195 from Faless/ssl_handshakeMax Hilbrunner
2018-07-17Add webp buffer loader for Imagegeequlim
2018-07-16HTTP client now uses non blocking handshakeFabio Alessandrelli
2018-07-16Implement non blocking-handshake for StreamPeerSSLFabio Alessandrelli
2018-07-15Global class names (and GDScript support for it)Juan Linietsky
2018-07-09Added support for extra mouse buttons.unknown
2018-07-08MultiplayerAPI::send_bytes transfer mode support.Fabio Alessandrelli
2018-07-05Merge pull request #19183 from Nallebeorn/rename-main-sceneMax Hilbrunner
2018-07-05Merge pull request #19279 from aaronfranke/core-fposmod-fixMax Hilbrunner
2018-07-05Merge pull request #19229 from RandomShaper/fix-focus-stealMax Hilbrunner
2018-07-04Fix CORS problems due to added headers on JS targetGagaPete
2018-07-03Merge pull request #19919 from marcelofg55/notif_crashMax Hilbrunner
2018-07-03Update resource file project settings on renameBenjamin
2018-07-03Merge pull request #19192 from marcelofg55/undo_redo_msgMax Hilbrunner
2018-07-03Ensure, if a texture meant for a normal map is imported and size limit exists...Juan Linietsky
2018-07-03Merge pull request #19802 from matthew1006/custom-feature-tag-fixMax Hilbrunner
2018-07-03Merge pull request #19819 from MetaSaval/masterMax Hilbrunner
2018-07-03Hacked around duplication bug. I think duplicate needs to be even smarter, ma...Juan Linietsky