summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-06-15doc: Sync classref with current sourceRémi Verschelde
2017-06-15Merge pull request #9177 from tagcup/gcc5_isinfRémi Verschelde
2017-06-15Ability to get a list of signals that are targeting objectJakub Grzesik
2017-06-14Use inline code for isinf as a workaround for libstdc++ versions from gcc 5.x...Ferenc Arn
2017-06-14Merge pull request #9157 from capnm/fix-https-requestRémi Verschelde
2017-06-14Merge pull request #9158 from Hinsbart/script_templatesRémi Verschelde
2017-06-14Merge pull request #9175 from bd339/iss9156Rémi Verschelde
2017-06-14Merge pull request #9155 from kubecz3k/check-process-typeRémi Verschelde
2017-06-14Rewrite Image::blit_rect to use the following algorithm:Benjamin Dahse
2017-06-13Merge pull request #8548 from tagcup/etc2compJuan Linietsky
2017-06-13Don't append standard ports to the request header.Martin Capitanio
2017-06-13Add ability to use custom script templates.Andreas Haas
2017-06-13Fixed thread check, solves: #3698kubeczek
2017-06-11Expose zstd and zlib compression levels as global config.Ferenc Arn
2017-06-11Merge pull request #9104 from tagcup/zstdJuan Linietsky
2017-06-11Added EditorPlugin.remove_import_plugin()Zher Huei Lee
2017-06-09renamed all Rect3.pos to Rect3.positionalexholly
2017-06-08Add zstd compression support.Ferenc Arn
2017-06-09-Restored multithread capability to VisualServerJuan Linietsky
2017-06-08Fix build error, commit bee81d5Poommetee Ketson
2017-06-08Merge pull request #9002 from Hinsbart/key_action_matchRémi Verschelde
2017-06-08Merge pull request #8981 from toger5/addedGrowFunctionRémi Verschelde
2017-06-07Merge pull request #9015 from mcanders/mcanders/ParseObjectVariantFixRémi Verschelde
2017-06-05added grow functions to Rect2toger5
2017-06-04Fix Variant::OBJECT token parsingCarter Anderson
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
2017-06-03Merge pull request #8973 from thomas-goerlich/8957_rand_range_bugfixRémi Verschelde
2017-06-01Merge pull request #9011 from karroffel/ptrcall-nightmare-fixRémi Verschelde
2017-05-31Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn
2017-05-31rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky
2017-06-01fixed PowerState enum castKarroffel
2017-05-31Fix PathFollow rotations.Ferenc Arn
2017-05-30InputEvent: Restore old behaviour for matching key events to actions.Andreas Haas
2017-05-30Several fixes related to PBR and EnvironmentJuan Linietsky
2017-05-29Changed enum to const because enum with uint64 size does not work on VSC++ Co...Thomas Görlich
2017-05-29NaturalSort: strings start with . treated differentlyPoommetee Ketson
2017-05-28-Added .hdr format supportJuan Linietsky
2017-05-27Merge pull request #8936 from Hinsbart/fix_actionRémi Verschelde
2017-05-27Fix InputEvent actions.Andreas Haas
2017-05-26-Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky
2017-05-25Fix virtual methods in InputEventKey.Andreas Haas
2017-05-25Merge pull request #8590 from tagcup/s3tc_stuffJuan Linietsky
2017-05-25Merge pull request #8898 from vnen/screentouch-struct-classRémi Verschelde
2017-05-24Change InputEventScreenTouch from struct to classGeorge Marques
2017-05-24Fix 2D-editor mouse wheel zoom (x11).Martin Capitanio
2017-05-23-Fix the "set_val" call deferred, it was the only one.. closes #8742Juan Linietsky
2017-05-23fixed crash on code that checks InputEventJuan Linietsky
2017-05-22Merge pull request #8786 from bojidar-bg/fix-astar-weight-scaleRémi Verschelde
2017-05-22Fix weigth scale of A* being applied to the whole path and estimationBojidar Marinov