Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-13 | Scons: Build modules in seperate env. | Andreas Haas | |
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 | 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 | |||
2017-12-11 | Use MinGW specific binutils for debug symbols separation | bruvzg | |
2017-12-11 | Properly support nested ternary expressions | Bojidar Marinov | |
Fixes 14324. | |||
2017-12-11 | Highlight Editor Settings categories | Ray Koopa | |
2017-12-11 | Merge pull request #14548 from volzhs/fix-out-of-size | Rémi Verschelde | |
Fix Index p_current=0 error at starting editor | |||
2017-12-11 | Fix Index p_current=0 error at starting editor | volzhs | |
2017-12-11 | Merge pull request #13836 from AndreaCatania/scale | Rémi Verschelde | |
Fixed bullet scale on get_transform and joints | |||
2017-12-11 | doc: Sync classref with current source | Rémi Verschelde | |
2017-12-11 | Merge pull request #14534 from AndreaCatania/patch-2 | Rémi Verschelde | |
Fixed bad bindings | |||
2017-12-11 | Merge pull request #14543 from volzhs/checkbox-checkbutton-center | Rémi Verschelde | |
Fix align=center info is not saved with CheckBox & CheckButton | |||
2017-12-11 | Merge pull request #14541 from volzhs/fix-checkbutton | Rémi Verschelde | |
Fix CheckButton & CheckBox minimum size | |||
2017-12-11 | Fix align=center info is not saved with CheckBox & CheckButton | volzhs | |
2017-12-11 | Merge pull request #14533 from Krakean/addrootifnone_fix | Rémi Verschelde | |
Fix to #14503 | |||
2017-12-11 | Fix CheckBox minimum size | volzhs | |
2017-12-11 | Fix CheckButton minimum size | volzhs | |
2017-12-11 | Fixed bad bindings | AndreaCatania | |
2017-12-11 | Fixed #14503 | Dmitry Koteroff | |
2017-12-11 | Merge pull request #14511 from akien-mga/drop_tilemap_center_xy | Rémi Verschelde | |
TileMap: Drop unused center_x/center_y booleans | |||
2017-12-11 | Merge pull request #14514 from akien-mga/unix_has_data | Rémi Verschelde | |
Drop unused OS_Unix::has_data and related logic | |||
2017-12-11 | Merge pull request #14516 from AndreaCatania/patch-2 | Rémi Verschelde | |
Implemented physics linear and angular lock | |||
2017-12-11 | Merge pull request #14520 from Smjert/fix/11247/skybox | Rémi Verschelde | |
Fix skybox generation imprecision with Clang | |||
2017-12-11 | Merge pull request #14518 from poke1024/fix-player-wpos | Rémi Verschelde | |
Fix player window centering on macOS retina screens | |||
2017-12-10 | Merge pull request #14529 from Smjert/fix/scene-tree-editor-crash | Rémi Verschelde | |
Fix SceneTreeEditor crashing when calling _deselect_items | |||
2017-12-10 | Fix SceneTreeEditor crashing when calling _deselect_items | Stefano Bonicatti | |
The crash can be triggered for instance by trying to reparent a node and clicking on the background of the Reparent Node window. | |||
2017-12-10 | Merge pull request #14521 from mhilbrunner/docs-http | Rémi Verschelde | |
[DOCS] HTTPClient & HTTPRequest | |||
2017-12-10 | Merge pull request #14527 from mhilbrunner/patch-5 | Rémi Verschelde | |
[DOCS] IP.xml typo fix | |||
2017-12-10 | [DOCS] IP.xml typo fix | Max Hilbrunner | |
2017-12-10 | [DOCS] HTTPClient & HTTPRequest | mhilbrunner | |
2017-12-10 | Merge pull request #14524 from mhilbrunner/patch-3 | Chris Bradfield | |
[DOCS] IP | |||
2017-12-10 | Merge pull request #14525 from mhilbrunner/patch-4 | Rémi Verschelde | |
[DOCS] IP_Unix [ci skip] | |||
2017-12-10 | [DOCS] IP | Max Hilbrunner | |
2017-12-10 | [DOCS] IP_Unix | Max Hilbrunner | |
2017-12-10 | Merge pull request #14512 from Silvea12/master | Rémi Verschelde | |
Updated controller mappings for windows/mac/linux | |||
2017-12-10 | Merge pull request #14505 from akien-mga/bind_vmethod_return | Rémi Verschelde | |
Fix wrong return value in some virtual method bindings | |||
2017-12-10 | Merge pull request #14497 from akien-mga/iphone-cleanup | Rémi Verschelde | |
iOS: Drop obsolete code from never-public modules | |||
2017-12-10 | Fix skybox generation imprecision with Clang | Stefano Bonicatti | |
The bug generated a "blue circle" at the bottom end of the y axis, and probably one too at the other end. This is caused by a normalization of a vector which results in its y component to be sometimes > 1.0 or < -1.0 in Clang. This value is then used with acos(), which returns NaN. Fixes #11247 | |||
2017-12-10 | iOS: Drop obsolete code from never-public modules | Rémi Verschelde | |