summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-22Merge pull request #7172 from Faless/fix_localize_pathRémi Verschelde
Properly localize absolute path that starts with the resource folder.
2016-11-22Properly localize absolute path.Fabio Alessandrelli
Calling localize_path will return a localized path in res:// if the path starts with the resource file-system/folder, and will return the unchanged absolute path otherwise. Closes #6979 and #7161.
2016-11-21Merge pull request #7145 from avril-gh/fixes-6464-lost-iconsRémi Verschelde
fixes #6464 lost icons in dock and file dialog, also #6443 , #6302
2016-11-21Correct description for the return values from get_status. (#7137)romeojulietthotel
2016-11-21Merge pull request #7125 from Hinsbart/x11_maximizeRémi Verschelde
X11: Fix maximized boot splash
2016-11-21Merge pull request #7124 from volzhs/select_matchRémi Verschelde
Select exactly matched file automatically in FileDialog
2016-11-21Merge pull request #7123 from zaps166/webm_iphone_x86Rémi Verschelde
WebM: Fix iPhone x86 compilation
2016-11-21Merge pull request #7122 from zaps166/webm_msvc2013Rémi Verschelde
Fix compilation with MSVC 2013
2016-11-19png: Allow building shared freetype with bundled libpngRémi Verschelde
This was the behaviour when building Godot 2.1, which allows to build against Ubuntu 12.04 and its freetype that links old libpng12, while still bundling libpng16.
2016-11-19Revert "libpng: Fix erroneously linking against libpng12 on old distros"Rémi Verschelde
This reverts commits 5fa1bb331ad9be31dbfc752c7d19ccf7caeb8fa and ec4be71fade1ee5c6171e323d09197f3bf528499. Looks like Debian/Ubuntu are not even shipping libpng16 nowadays in their stable releases, we'll have to go back to statically linking our own libpng16 to wait for them to stop being 5 years behind everybody.
2016-11-19libpng: Same fix as previous commit for server platformRémi Verschelde
2016-11-19libpng: Fix erroneously linking against libpng12 on old distrosRémi Verschelde
This bit us for 2.1.1 binaries built on Ubuntu 12.04 LTS where libpng.pc apparently prioritizes libpng12.
2016-11-18memory ops implemented as OS functions by defaultAriel Manzur
(cherry picked from commit 67f65f66391327b2967a20a89c3627e1dd6e84eb)
2016-11-18adding get_stored_values methodAriel Manzur
changed order name (cherry picked from commit dbca4ee3fe283f59a8c9d50aae73b97f48be7b01)
2016-11-18fixes #6464 lost icons in dock and file dialog, also #6443 , #6302Avril
Fixes lost icons in docks, file manager, sample library, settings and various other places.
2016-11-17Select exactly matched file automatically in FileDialogvolzhs
2016-11-16WebM: Fix iPhone x86 compilationBłażej Szczygieł
2016-11-16Add missing commit title in the log exampleRémi Verschelde
2016-11-16Add instructions about git commit log formattingRémi Verschelde
2016-11-16X11: Fix maximized boot splashAndreas Haas
When instructing the window manager to (un)maximize a window, the resulting resolution is recieved via an XEvent of type "ConfigureNotify". The problem here was that these events were only handled in the `OS_X11::process_xevents()` method, which is initially called on the first iteration of the main loop. Because of this, the VideoMode still hadn't been updated yet when doing the boot splash setup.
2016-11-15Fix compilation with MSVC 2013Błażej Szczygieł
2016-11-15Blimey! Ye Pirate locale be anchor' a'port!Rémi Verschelde
2016-11-15i18n: Sync template and translations with current codeRémi Verschelde
2016-11-15i18n: Sync translations with WeblateRémi Verschelde
Adds initial translations for Hungarian and Pirate (yaaaar!)
2016-11-15Merge pull request #7115 from sketchyfun/path3D_handle_snapRémi Verschelde
Added snapping to 3D path handles
2016-11-15Merge pull request #7113 from volzhs/check-project-pathRémi Verschelde
Check entered and trimmed path when create, import, install project
2016-11-15Merge pull request #7112 from khairul169/hidehttpreqdebugRémi Verschelde
Disable debug properties of HTTP Request
2016-11-14Merge pull request #7109 from volzhs/emit-signal-from-setGeorge Marques
Emit "*_changed" signal in set_*
2016-11-14Added snapping to 3D path handles to bring it in line with its 2D counterpartBen Hickling
2016-11-14Check entered and trimmed path when create, import, install projectvolzhs
2016-11-14Merge pull request #7111 from volzhs/crash-import-sceneRémi Verschelde
Fix crash when select target path on import 3d scene window
2016-11-14Merge pull request #7110 from RandomShaper/patch-2Rémi Verschelde
Update/fix Android build
2016-11-14Merge pull request #7107 from eska014/wasmRémi Verschelde
Some WebAssembly stuff
2016-11-14Merge pull request #7101 from volzhs/fix-box-selectionRémi Verschelde
Prevent to select children if selection lock or instanced scene
2016-11-14Uncomment debug properties of HTTP Requestkhairul169
2016-11-14Fix crash when select target path on import 3d scene windowvolzhs
2016-11-13Update/fix Android buildPedro J. Estébanez
Fix wrong path for 32-bit Windows, which fixes #7084 Exclude 32-bit Windows from multi-threaded linking because it's not supported by the NDK Remove 32-bit Linux as there is no NDK variant for it
2016-11-14Emit "*_changed" signal in set_*volzhs
2016-11-13Remove explicit BINARYEN_METHOD for WebAssembly buildeska
This option is the default since Binaryen version 21.
2016-11-13Enable memory growth in WebAssembly buildseska
This allows setting TOTAL_MEMORY during runtime at the cost of reserving a bit more memory.
2016-11-13Clarify a NULL comparisoneska
'TreeItem::get_children()' does not return the child count, but rather a pointer to the children. This comparison caused an error during WebAssembly builds using the LLVM backend path.
2016-11-12Prevent to select children if selection lock or instanced scenevolzhs
Fix #7086
2016-11-12Merge pull request #6968 from neikeq/pr-register-trnglmeshIgnacio Etcheverry
Core: Register TriangleMesh type
2016-11-12Merge pull request #7100 from vnen/visualscript-positiveRémi Verschelde
Add "Positive" operator to VisualScript
2016-11-11Add "Positive" operator to VisualScriptGeorge Marques
2016-11-11Merge pull request #6998 from volzhs/fix-editor-settingsRémi Verschelde
Fix resetting to default value in EditorSettings
2016-11-11Merge pull request #6802 from henriquelalves/masterRémi Verschelde
Added small modification on gdscript parser to allow users insert '+' before variables
2016-11-11Merge pull request #7082 from volzhs/attach-scriptRémi Verschelde
Can create or load script on Attach script dialog
2016-11-11Merge pull request #7079 from RandomShaper/quicker-android-exportRémi Verschelde
Make Android export quicker (especially on Windows)
2016-11-11Merge pull request #7078 from pkowal1982/export_buttonRémi Verschelde
Export immediately if only one device present