Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-14 | Merge pull request #14672 from akien-mga/openmp-linking | Rémi Verschelde | |
openmp: Simplify linking on X11, fixing clang build | |||
2017-12-14 | Merge pull request #14674 from djrm/pr_visual_improvements | Rémi Verschelde | |
Updated icons | |||
2017-12-14 | Updated icons | Daniel J. Ramirez | |
[ciskip] | |||
2017-12-14 | openmp: Simplify linking on X11, fixing clang build | Rémi Verschelde | |
2017-12-14 | Merge pull request #14667 from bruvzg/macports-clang-imp | Rémi Verschelde | |
Minor improvements for #14658 (MacPorts clang support) | |||
2017-12-14 | MacPorts clang version selection, and OpenMP linking fix. | bruvzg | |
2017-12-14 | GDScript files are converted to binary on export now. | Juan Linietsky | |
2017-12-14 | Fix type mismatch in OS::set_borderless_window | Rémi Verschelde | |
Closes #14663. | |||
2017-12-14 | Merge pull request #14662 from akien-mga/openmp-clang | Rémi Verschelde | |
openmp: Don't try to link GCC's implementation on Clang | |||
2017-12-14 | openmp: Don't try to link GCC's implementation on Clang | Rémi Verschelde | |
Also disable openmp build on Travis, breaks on Trusty's Clang. Group deps more naturally. | |||
2017-12-14 | Merge pull request #14657 from Valentactive/fix_compiling_new_lightmapper | Rémi Verschelde | |
fix for compiling the new lightmapper | |||
2017-12-14 | Merge pull request #14658 from bruvzg/macports-clang | Rémi Verschelde | |
Adds `macports_clang` build flag. | |||
2017-12-14 | Adds `macports_clang` build flag to build using clang-5.0 form MacPorts ↵ | bruvzg | |
(with OpenMP support). | |||
2017-12-14 | fix for compiling the new lightmapper | Michele Valente | |
also changed two calls that were ambiguous | |||
2017-12-14 | Merge pull request #14654 from ColinKinloch/master | Rémi Verschelde | |
Fixed inconsistent use of tabs and spaces in indentation. | |||
2017-12-14 | Added indent_style to editorconfig, fixed inconsistent use of tabs and ↵ | Colin Kinloch | |
spaces in indentation. | |||
2017-12-14 | -Add lightmapper | Juan Linietsky | |
-Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button) | |||
2017-12-14 | Revert property changes in "[DOCS] AnimationPlayer new props, members/methods" | Rémi Verschelde | |
This partially reverts commits e79456519d0c1dff98ffa5f39e8e7c962b7dd553 and 2d07fe29208b9ccef31ab654ca5405edac7a0de7, which introduced API changes needing more in-depth review at this stage. Kept the removal of "get_position" binding, redundant with "get_current_animation_position". Kept docs changes where applicable. Also removed the obsolete "stop_all" method which does the same as "stop". Fixes #14602. | |||
2017-12-13 | Merge pull request #14638 from mhilbrunner/patch-7 | Rémi Verschelde | |
[DOCS] JSON: Small fixes | |||
2017-12-13 | Merge pull request #14633 from poke1024/fix-richtextlabel-crash | Rémi Verschelde | |
Fix crash (and bug) in RichTextLabel | |||
2017-12-13 | [DOCS] JSON: Small fixes | Max Hilbrunner | |
2017-12-13 | Fix crash (and bug) in RichTextLabel | poke1024 | |
2017-12-13 | Merge pull request #14626 from Hinsbart/module_env | Rémi Verschelde | |
Scons: Build modules in seperate env. | |||
2017-12-13 | TileMapEditor: Fix tile placement. | Andreas Haas | |
Fixes #14625 | |||
2017-12-13 | Scons: Build modules in seperate env. | Andreas Haas | |
2017-12-13 | Merge pull request #14499 from akien-mga/glsl-bone-type | Rémi Verschelde | |
Fix usage of signed type in skeleton shader | |||
2017-12-13 | Merge pull request #14587 from hoelzl/pr-no-std-arg-on-msvc | Rémi Verschelde | |
Don't pass -std=gnu++11 to MSVC | |||
2017-12-13 | Merge pull request #14591 from mhilbrunner/patch-6 | Rémi Verschelde | |
Small fix in stream_peer_openssl: missing break, formatting | |||
2017-12-13 | Merge pull request #14593 from Hinsbart/mono_env | Rémi Verschelde | |
Mono: Build in cloned env. | |||
2017-12-13 | Merge pull request #14596 from Noshyaar/pr | Rémi Verschelde | |
Enhance undoredo action name, TTR, cleanup | |||
2017-12-13 | Merge pull request #14603 from YeldhamDev/tileset_button | Noshyaar | |
Fixed Tileset editor button having the wrong text and not being translatable | |||
2017-12-12 | Fixed Tileset editor button having the wrong text and not being translatable. | Michael Alexsander Silva Dias | |
2017-12-12 | Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVC | Matthias Hoelzl | |
2017-12-12 | Merge pull request #14595 from hpvb/fix-mingw-build | Rémi Verschelde | |
Fix mingw build for thekla_atlas | |||
2017-12-12 | Fix mingw build for thekla_atlas | Hein-Pieter van Braam | |
2017-12-12 | Enhance undoredo action name, TTR, cleanup | Poommetee Ketson | |
2017-12-12 | Mono: Build in cloned env. | Andreas Haas | |
Use a cloned env, so that toggling glue_enabled doesn't force a full rebuild as mentioned in #14584. | |||
2017-12-12 | stream_peer_openssl: add missing break & format | Max Hilbrunner | |
2017-12-12 | Merge pull request #14530 from mhilbrunner/add-http | Noshyaar | |
HTTPClient: Add PATCH method and missing HTTP status codes | |||
2017-12-12 | Merge pull request #14474 from toger5/fixSliderNan | Noshyaar | |
added missing NaN check fixes: #13255 | |||
2017-12-12 | HTTPClient: Add PATCH method and missing HTTP status codes | mhilbrunner | |
2017-12-12 | Merge pull request #14581 from Noshyaar/pr | Rémi Verschelde | |
Change statable to multistate, remove extra separator | |||
2017-12-12 | Change statable to multistate, remove extra separator | Poommetee Ketson | |
2017-12-12 | Merge pull request #14549 from RayKoopa/highlight_settings_categories | Rémi Verschelde | |
Highlight Editor Settings categories | |||
2017-12-12 | Merge pull request #14565 from bruvzg/mingw-specific-binutils | Rémi Verschelde | |
Use MinGW specific binutils for debug symbols separation. | |||
2017-12-12 | Merge pull request #14555 from bojidar-bg/14324-nested-ternary | Rémi Verschelde | |
Properly support nested ternary expressions | |||
2017-12-12 | Merge pull request #14561 from volzhs/libwebp-0.6.1 | Rémi Verschelde | |
Update libwebp to 0.6.1 | |||
2017-12-12 | Merge pull request #14566 from cbscribe/kcc_node_docs | Rémi Verschelde | |
[DOC] Update Node class ref | |||
2017-12-11 | [DOC] Update Node class ref | Chris Bradfield | |
2017-12-12 | Update libwebp to 0.6.1 | volzhs | |
* lossless performance and compression improvements + a new 'cruncher' mode (-m 6 -q 100) * ARM performance improvements with clang (15-20% w/ndk r15c) * webp-js: emscripten/webassembly based javascript decoder * miscellaneous bug & build fixes |