summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-23i18n: Fix extract.py after #17440Rémi Verschelde
As discussed in https://github.com/godotengine/godot/pull/17440#discussion_r212277597
2018-08-23i18n: Merge translation catalogs with updated templateRémi Verschelde
2018-08-23i18n: Sync translation template with current sourceRémi Verschelde
Finally unlocking translations for the master/3.1 branch on Weblate to prepare for the stable release.
2018-08-23i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit f16f9b2b8ae38b76e2a820c060561ebfc71644ab) Also adds initial Georgian and Latvian translations.
2018-08-23Merge pull request #21313 from JFonS/gizmo_enablingRémi Verschelde
Remove material errors after opening new project, fixes #21073
2018-08-23Merge pull request #21305 from Mr-Slurpy/expression-fixRémi Verschelde
Fixed bugs in expression class
2018-08-23Remove material errors after opening new project, fixes #21073JFonS
2018-08-23Merge pull request #21301 from elasota/multithread-cvttRémi Verschelde
Multithread BPTC compression jobs
2018-08-23Merge pull request #21254 from YeldhamDev/tile_grid_map_sideRémi Verschelde
Add option to move Tile/GridMap editors to another side
2018-08-23Merge pull request #21290 from elasota/texture-import-optionsRémi Verschelde
Hide unused options when not using "Video RAM" compression mode
2018-08-23Merge pull request #21240 from aaronfranke/mono-project-vectorRémi Verschelde
[Mono] Vector2/3 Project methods
2018-08-23Merge pull request #21167 from elasota/squish-quality-configRémi Verschelde
Support higher-quality S3TC compression modes
2018-08-23Merge pull request #20507 from rdhafidh/android_libcpp_shared_masterRémi Verschelde
add support libc++_shared on android (master)
2018-08-23Fixed bugs in expression classDaniel Eliasinski
2018-08-22Multithread CVTT compression jobselasota
2018-08-22Modifications to raw input so the handling of absolute coordinates is more ↵Juan Linietsky
correct.
2018-08-22Merge pull request #20523 from moiman100/windows-raw-inputJuan Linietsky
Raw input relative motion for Windows
2018-08-22Hide "no BPTC if RGB" and "HDR Mode" options when not using "Video RAM" import.elasota
2018-08-22Add option to move Tile/GridMap editors to another sideMichael Alexsander Silva Dias
2018-08-23add support libc++_shared stl on androidRidwan Abdul Hafidh
2018-08-22get rid of default template function arguments, works on cxx03Juan Linietsky
2018-08-22Merge pull request #21283 from YeldhamDev/gridmap_meshlib_renameRémi Verschelde
Rename instances of the word "theme" to "mesh_library" in GridMap and MeshLibrary editors
2018-08-22Merge pull request #21174 from KellyThomas/c-sharp-feature-parity-rect2Ignacio Etcheverry
[Mono] Rect2 - add Abs(), rename private fields
2018-08-22Merge pull request #21229 from marcelofg55/ns_profilingRémi Verschelde
Implemented profiling functions for NativeScript
2018-08-22Merge pull request #21150 from Calinou/more-window-placement-optionsRémi Verschelde
Add more project window placement options
2018-08-22Rename instances of the word "theme" to "mesh_library" in GridMap and ↵Michael Alexsander Silva Dias
MeshLibrary editors
2018-08-22Make sure resizing of float and half float images works, fixes #21157Juan Linietsky
2018-08-22Implemented profiling functions for NativeScriptMarcelo Fernandez
2018-08-22Add more project window placement optionsHugo Locurcio
It is now possible to use the previous or next monitor (relative to the editor) to display running projects. If either end is reached, it will wrap around to the last or first monitor (respectively). This closes #20283.
2018-08-22[Mono] Vector2/3 Project methodsAaron Franke
2018-08-22Use cluster fit at higher quality levelselasota
2018-08-22Add distance based dithering to the default material.Juan Linietsky
2018-08-22Display tile ID along with nameMariano Javier Suligoy
Fixes #20895.
2018-08-22Merge pull request #21152 from DualMatrix/fileselect_errorRémi Verschelde
Fixed !is_inside_tree() errors in file dialog
2018-08-22Merge pull request #21287 from Noshyaar/preview-crashRémi Verschelde
Fix crash when previewing null AudioStream
2018-08-22Fix crash when previewing null AudioStreamPoommetee Ketson
2018-08-22Merge pull request #21281 from elasota/fix-squish-sseRémi Verschelde
Fix Squish SSE misconfiguration
2018-08-22Merge pull request #21279 from vnen/gdscript-fixesRémi Verschelde
Assorted GDScript fixes
2018-08-22Merge pull request #21256 from elasota/bptcRémi Verschelde
BPTC support
2018-08-21BPTC supportelasota
2018-08-21Fix Squish SSE misconfigurationelasota
2018-08-22Merge pull request #21274 from YeldhamDev/meshlib_editor_fixesRémi Verschelde
Fix MeshLibrary editor
2018-08-22Add modulation of tiles from tileset in palette and editor drawLaurent Van Acker
2018-08-21GDScript: Ignore unused arguments/local vars that start with _George Marques
Makes it simple to ignore particular arguments without adding special comments, especially in engine-defined functions.
2018-08-21GDScript: Show warning messages only on debuggerGeorge Marques
Don't show on console/output anymore.
2018-08-22Merge pull request #21275 from neikeq/tfiswrongwithhooksIgnacio Etcheverry
Mono: Fix weird crash when loading corlib
2018-08-22Mono: Fix weird crash when loading corlibIgnacio Etcheverry
2018-08-22Merge pull request #18502 from space-wizards/18-04-29-assembly-load-hookIgnacio Etcheverry
assembly_load_hook fallback for registering GDMonoAssemblies.
2018-08-22Restrict set_pitch_scale to positive scales for AudioStreamPlayer*Chaosus
Fixes #20459. Co-authored-by: Tiago José Sousa Magalhães <crakylps@gmail.com>
2018-08-21Fix MeshLibrary editorMichael Alexsander Silva Dias