| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-12-15 | Added third argument for String.split() function (see issue #14349) | Dmitry Koteroff | 4 | -6/+22 | |
| Remove negative limit, leave only positive and make it reflect behaviour like in Python Also limit renamed to maxsplit to match Python one. Also docs updated. Fix indent | |||||
| 2017-12-15 | ScriptCreateDialog: Fix loading scripts with named classes. | Andreas Haas | 1 | -1/+1 | |
| We only need to validate the class name when creating a new script, existing scripts already have one. Fixes #14643 Supersedes/Closes #14684 | |||||
| 2017-12-15 | Fix javascript build error and improve #14604 | Fabio Alessandrelli | 2 | -5/+5 | |
| 2017-12-15 | fix compile issue | Juan Linietsky | 1 | -1/+1 | |
| 2017-12-15 | Fixes slider node tick offset | Henrique L Alves | 1 | -4/+4 | |
| Fixes wrong tick offset on slider nodes - they now match with the corresponding 'grabber' positions. Fixes issue #14637 | |||||
| 2017-12-15 | -Added new scene conversion to binary on export (disabled by default, please ↵ | Juan Linietsky | 7 | -250/+670 | |
| test) -This method works by directly converting text to binary, so the scene does not need to be loaded and saved | |||||
| 2017-12-15 | Update Hack font to version 3.000 | Hugo Locurcio | 3 | -41/+22 | |
| 2017-12-15 | Fixes thekla atlas mingw-w64 build | bruvzg | 4 | -2/+11 | |
| 2017-12-15 | Remove debug printf on Windows | Rémi Verschelde | 1 | -2/+0 | |
| 2017-12-15 | [DOCS] Completed the docs for the Navigation node. | Nathan Warden | 1 | -0/+11 | |
| 2017-12-15 | Add missing godot_get_stack_bottom and godot_get_global_constants in ↵ | Emmanuel Leblond | 1 | -0/+12 | |
| gdnative_api.json | |||||
| 2017-12-14 | Updated icons | Daniel J. Ramirez | 24 | -232/+48 | |
| [ciskip] | |||||
| 2017-12-14 | Updated input_default.cpp again (new maps take priority) | Andrew Silver | 1 | -12/+12 | |
| Fixes #14639 | |||||
| 2017-12-14 | openmp: Simplify linking on X11, fixing clang build | Rémi Verschelde | 1 | -2/+1 | |
| 2017-12-14 | MacPorts clang version selection, and OpenMP linking fix. | bruvzg | 3 | -12/+13 | |
| 2017-12-14 | GDScript files are converted to binary on export now. | Juan Linietsky | 5 | -20/+102 | |
| 2017-12-14 | Fix type mismatch in OS::set_borderless_window | Rémi Verschelde | 7 | -8/+7 | |
| Closes #14663. | |||||
| 2017-12-14 | openmp: Don't try to link GCC's implementation on Clang | Rémi Verschelde | 2 | -8/+9 | |
| Also disable openmp build on Travis, breaks on Trusty's Clang. Group deps more naturally. | |||||
| 2017-12-14 | Adds `macports_clang` build flag to build using clang-5.0 form MacPorts ↵ | bruvzg | 5 | -3/+25 | |
| (with OpenMP support). | |||||
| 2017-12-14 | fix for compiling the new lightmapper | Michele Valente | 2 | -4/+4 | |
| also changed two calls that were ambiguous | |||||
| 2017-12-14 | Fixes built-In "LIGHT" causing fragment compilation error | Arnaud PEZEL | 1 | -0/+1 | |
| Add a rename for shader LIGHT built-in, Fix bug #14537 | |||||
| 2017-12-14 | Added indent_style to editorconfig, fixed inconsistent use of tabs and ↵ | Colin Kinloch | 3 | -7/+11 | |
| spaces in indentation. | |||||
| 2017-12-14 | -Add lightmapper | Juan Linietsky | 44 | -1138/+4584 | |
| -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 | HTTP cleanup & better defaults | mhilbrunner | 5 | -132/+131 | |
| 2017-12-13 | [DOCS] Animation, CanvasItem, Curve3D, Curve | Will Nations | 4 | -14/+48 | |
| 2017-12-14 | Revert property changes in "[DOCS] AnimationPlayer new props, members/methods" | Rémi Verschelde | 4 | -51/+82 | |
| 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 | [DOCS] JSON: Small fixes | Max Hilbrunner | 2 | -6/+6 | |
| 2017-12-13 | Fix crash (and bug) in RichTextLabel | poke1024 | 1 | -1/+1 | |
| 2017-12-13 | TileMapEditor: Fix tile placement. | Andreas Haas | 1 | -0/+1 | |
| Fixes #14625 | |||||
| 2017-12-13 | Scons: Build modules in seperate env. | Andreas Haas | 4 | -6/+19 | |
| 2017-12-12 | Fixed Tileset editor button having the wrong text and not being translatable. | Michael Alexsander Silva Dias | 1 | -1/+1 | |
| 2017-12-12 | Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVC | Matthias Hoelzl | 2 | -2/+4 | |
| 2017-12-12 | Fix mingw build for thekla_atlas | Hein-Pieter van Braam | 3 | -14/+16 | |
| 2017-12-12 | Enhance undoredo action name, TTR, cleanup | Poommetee Ketson | 12 | -163/+18 | |
| 2017-12-12 | Mono: Build in cloned env. | Andreas Haas | 1 | -9/+12 | |
| 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 | 1 | -2/+6 | |
| 2017-12-12 | HTTPClient: Add PATCH method and missing HTTP status codes | mhilbrunner | 3 | -4/+73 | |
| 2017-12-12 | Change statable to multistate, remove extra separator | Poommetee Ketson | 4 | -25/+24 | |
| 2017-12-11 | [DOC] Update Node class ref | Chris Bradfield | 1 | -51/+55 | |
| 2017-12-12 | Update libwebp to 0.6.1 | volzhs | 162 | -6153/+7519 | |
| * 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 | |||||
| 2017-12-11 | Use MinGW specific binutils for debug symbols separation | bruvzg | 1 | -3/+8 | |
| 2017-12-11 | Properly support nested ternary expressions | Bojidar Marinov | 1 | -4/+7 | |
| Fixes 14324. | |||||
| 2017-12-11 | Highlight Editor Settings categories | Ray Koopa | 1 | -1/+2 | |
| 2017-12-11 | Fix Index p_current=0 error at starting editor | volzhs | 2 | -3/+9 | |
| 2017-12-11 | doc: Sync classref with current source | Rémi Verschelde | 4 | -17/+42 | |
| 2017-12-11 | Fix align=center info is not saved with CheckBox & CheckButton | volzhs | 1 | -1/+1 | |
| 2017-12-11 | Fix CheckBox minimum size | volzhs | 4 | -11/+58 | |
| 2017-12-11 | Fix CheckButton minimum size | volzhs | 6 | -17/+40 | |
| 2017-12-11 | Fixed bad bindings | AndreaCatania | 1 | -2/+2 | |
| 2017-12-11 | Fixed #14503 | Dmitry Koteroff | 1 | -0/+1 | |
