summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-09-23Fixed scons warning: Ignoring missing 'core/helper/SCsub' after #22351.allkhor
2018-09-23Merge pull request #22351 from DualMatrix/remove_obsoleteRémi Verschelde
2018-09-23Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to c...DualMatrix
2018-09-23Fallback to "en" when invalid locale is requestedRémi Verschelde
2018-09-22StreamPeer get[_utf8]_string with negative length.Fabio Alessandrelli
2018-09-21Add checks for clean disconnect in HTTP/TCP/SSL.Fabio Alessandrelli
2018-09-20Merge pull request #22201 from DualMatrix/error_spam_2_electric_boogalooRémi Verschelde
2018-09-19Fix: Strip integer part in "decimals"Aaron Franke
2018-09-19Fixed error spam in remote debuggerDualMatrix
2018-09-18Color: Fix rounding error converting from float to 8-bitRémi Verschelde
2018-09-16Merge pull request #22066 from Faless/bundle_certsRémi Verschelde
2018-09-15Fix HTTPClient _get_http_data bug after #21976.Fabio Alessandrelli
2018-09-15Allow system certs file to be used by Editor.Fabio Alessandrelli
2018-09-15Bundle SSL certs with the templates.Fabio Alessandrelli
2018-09-15doc: Sync classref with current sourceRémi Verschelde
2018-09-15Clearly deprecate sync too in favor of remotesync.Fabio Alessandrelli
2018-09-15Rename slave keyword to puppetFabio Alessandrelli
2018-09-14Merge pull request #21954 from isaacremnant/fix_inputsRémi Verschelde
2018-09-13Fix FileAccessCompressed::get_8 returning 0 for the last byte of a fileelasota
2018-09-13Merge pull request #21976 from Faless/http_client_eof_fixRémi Verschelde
2018-09-13Merge pull request #22020 from Faless/tcp_fixRémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-13Fix TCP connecting state not set correctlyFabio Alessandrelli
2018-09-12Misc. typosluz.paz
2018-09-13Less verbose ScriptDebugger, message on connect.Fabio Alessandrelli
2018-09-12Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli
2018-09-12Unify PacketPeerUDP using NetSocketFabio Alessandrelli
2018-09-12New NetSocket interface, BSD/Win implementationFabio Alessandrelli
2018-09-12Fix non chunked HTTP reading till eof.Fabio Alessandrelli
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-10Fix is_action_pressed for InputEventAction.isaacremnant
2018-09-08Fixed error spam when inspecting remote treeDualMatrix
2018-09-06Print an error if you try to instantiate an editor class outside the editor, ...Juan Linietsky
2018-09-03Added multi-monitor support for center_window()Jared
2018-09-02Change ResourceLoader::load to make it more thread safe.Juan Linietsky
2018-09-01Change some instances of args named "ev" to "event"Michael Alexsander Silva Dias
2018-09-01Fixed duplicating AnimationPlayers leaving empty tracks.DualMatrix
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-28Fix DNS resolution when cache is invalid.Fabio Alessandrelli
2018-08-27Removed fallback system and merged bptc into s3tcJuan Linietsky
2018-08-27Merge pull request #21420 from elasota/fix-last-mipmapRémi Verschelde
2018-08-27Revert "Try closing gracefully before terminating process"Rémi Verschelde
2018-08-27Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quatIgnacio Etcheverry
2018-08-25Fix mipmap levels not being initializedelasota
2018-08-25Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky
2018-08-24Merge pull request #20712 from marcelofg55/midi_open_closeJuan Linietsky
2018-08-24Fix bug leading to crashes in CSG due to bug in OAHashMap, closes #20403Juan Linietsky
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-24Add print_verbose to print to stdout only in verbose modeRémi Verschelde
2018-08-24mono: Quat - add some missing constructors and methodsKelly Thomas