summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-30Merge pull request #21585 from TGRCdev/rigidbody_docsRémi Verschelde
Documented some RigidBody and PhysicsDirectBodyState methods
2018-08-29Added documentation for some RigidBody methods, and copied the descriptions ↵Tiger C
to matching PhysicsDirectBodyState methods.
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-29Merge pull request #21578 from volzhs/font-hindiRémi Verschelde
Add Hindi font for editor
2018-08-29doc: Sync classref with current sourceRémi Verschelde
2018-08-30Add Hindi font for editorvolzhs
2018-08-29Ported CPU particles to 2DJuan Linietsky
2018-08-29Merge pull request #21572 from akien-mga/physicsbody-friction-bounceRémi Verschelde
Physics: Properly obsolete friction and bounce properties
2018-08-29Merge pull request #21571 from AndreaCatania/zerverRémi Verschelde
Fixed crash if convex has 0 vertices
2018-08-29Physics: Properly obsolete friction and bounce propertiesRémi Verschelde
Without this change any new PhysicsBody would show deprecation warnings due to default values for friction and bounce being defined. It also enforced a physics material override even when using default values.
2018-08-29Fixed crash if convex has 0 verticesAndrea Catania
2018-08-29Merge pull request #21516 from elasota/fix-bptcRémi Verschelde
Fix BPTC regressions
2018-08-29Merge pull request #21563 from marcelofg55/_set_celldRémi Verschelde
Unexpose TileMap set_celld
2018-08-29Merge pull request #21538 from jmf/masterRémi Verschelde
Fix CSGBox size
2018-08-29Merge pull request #21564 from ibrahn/fix-move-slide-crashRémi Verschelde
Initialise rays_found count in test_ray_separation.
2018-08-29Initialise rays_found count in test_ray_separation.Ibrahn Sahir
Prevents branch on uninit that could result in crashes with move_and_slide.
2018-08-29Unexpose TileMap set_celldMarcelo Fernandez
2018-08-29Merge pull request #21561 from BastiaanOlij/doc_meshRémi Verschelde
Update ArrayMesh/Mesh documentation
2018-08-29Moved documentation for methods made accessible from super class for MeshBastiaan Olij
2018-08-29Merge pull request #21539 from yurchor/masterRémi Verschelde
Fix minor typos and word puzzles
2018-08-29Travis: Move Coverity module to x11-tools-mono-gcc buildRémi Verschelde
Update Coverity Scan secure token, previous one expired.
2018-08-29Merge pull request #21553 from bmwiedemann/sortRémi Verschelde
Sort list of input files
2018-08-29Fix vformat(), minor typos and word puzzlesYuri Chornoivan
2018-08-29BuildSystem: Sort input file listsBernhard M. Wiedemann
so that godot package builds reproducibly in spite of indeterministic filesystem readdir order and http://bugs.python.org/issue30461 See https://reproducible-builds.org/ for why this is good. Sort font input file list, so that builtin_fonts.gen.h is created in a reproducible way Sort list of platforms, so that editor/register_exporters.gen.cpp is created in a reproducible way Sort list of source files, so that .a files and resulting godot binaries are created in a reproducible way
2018-08-29BuildSystem: Fix font listBernhard M. Wiedemann
We want to add the individual strings to the list and not add a list object to the list. Without this patch, sorting failed because "str < list" is not a valid operation in python.
2018-08-29Merge pull request #21485 from JFonS/fix_selectionRémi Verschelde
Saner selection code for instanced scenes in 3D, should close #21447
2018-08-29Merge pull request #21554 from bmwiedemann/dateRémi Verschelde
Do not record year of build
2018-08-29Merge pull request #21559 from akien-mga/3d-grid-zfightingRémi Verschelde
Fix z-fighting on origin grid lines in spatial editor
2018-08-29Fix z-fighting on origin grid lines in spatial editorRémi Verschelde
Fixes #21264.
2018-08-29Merge pull request #21557 from akien-mga/fix-set_weightRémi Verschelde
Fix operator precedence in PhysicsBody2D::set_weight
2018-08-29Fix operator precedence in PhysicsBody2D::set_weightRémi Verschelde
Fixes #16038.
2018-08-29Merge pull request #21544 from willnationsdev/fix-scn-metaRémi Verschelde
Fix making _editor_icon meta during CLEAR_SCRIPT
2018-08-29Do not record year of buildBernhard M. Wiedemann
This value becomes part of get_version_info output, but if it is changing every year without any other change, it cannot be a useful indicator of anything. Using a constant value, makes the package build reproducible. See https://reproducible-builds.org/ for why this is good.
2018-08-28Fix typo in os_uwp causing a build failureHein-Pieter van Braam
2018-08-28Fix making _editor_icon meta during CLEAR_SCRIPTWill Nations
2018-08-28Fix to make CSGBox the size that is entered in Width, Height and Depth ↵jmf
instead of twice those lengths.
2018-08-28Merge pull request #21537 from tko/itemlist-edit-scaleRémi Verschelde
Scale the Item List Editor window size with the editor scale
2018-08-28Scale the Item List Editor window size with the editor scaleTommi Komulainen
Makes the dialog bigger and more usable on HiDPI screens. Fixes #21520
2018-08-28Merge pull request #21454 from char0xff/docMax Hilbrunner
Update UndoRedo.xml
2018-08-28Merge pull request #21444 from romlok/input-propagationMax Hilbrunner
Clarify direction of input event propagation
2018-08-28Donors: Add GameDev.tv as platinum sponsorRémi Verschelde
2018-08-28Merge pull request #21526 from Faless/tcp_ip_fixesRémi Verschelde
Fix DNS resolution when cache is invalid.
2018-08-28Fix DNS resolution when cache is invalid.Fabio Alessandrelli
Fix StreamPeerTCP.connect_to_host return value.
2018-08-28Merge pull request #21523 from dragmz/21521-fixRémi Verschelde
Fix for p_width - 1=-1 out of size
2018-08-28Fix for p_width - 1=-1 out of sizeMarcin Zawiejski
Fixes a zero-size image creation by moving the profiler plot update call to the Clear button handler so it is not called during initialization.
2018-08-28Merge pull request #21514 from cbscribe/kcc_docs_fixes2Rémi Verschelde
[DOCS] Classref corrections and clarifications
2018-08-28Merge pull request #21511 from eska014/webm-nomtRémi Verschelde
Fix WebM and Theora video in HTML5 export
2018-08-28Merge pull request #21510 from milkowski/masterRémi Verschelde
No need to link with libandroid_support.a in NDK 17
2018-08-28Merge pull request #21496 from tko/macos-completeRémi Verschelde
[macOS] change "Complete Symbol" shortcut to not conflict with Spotlight
2018-08-28Merge pull request #21495 from tko/macos-replaceRémi Verschelde
[macOS] fix conflicting keybindings for (Find and) Replace...