Rémi Verschelde
9a5f362494
Merge pull request #21585 from TGRCdev/rigidbody_docs
...
Documented some RigidBody and PhysicsDirectBodyState methods
2018-08-30 08:05:42 +02:00
Tiger C
74aa104607
Added documentation for some RigidBody methods, and copied the descriptions to matching PhysicsDirectBodyState methods.
2018-08-29 18:44:24 -04:00
Rémi Verschelde
9eb4d4ab2d
Add missing copyright headers
2018-08-29 22:41:17 +02:00
Rémi Verschelde
6003cf70b1
Merge pull request #21578 from volzhs/font-hindi
...
Add Hindi font for editor
2018-08-29 22:41:09 +02:00
Rémi Verschelde
5267099a87
doc: Sync classref with current source
2018-08-29 22:25:11 +02:00
volzhs
1dc6d47df9
Add Hindi font for editor
2018-08-30 05:11:09 +09:00
Juan Linietsky
cf834a22dc
Ported CPU particles to 2D
2018-08-29 16:48:55 -03:00
Rémi Verschelde
7b7f4b20cb
Merge pull request #21572 from akien-mga/physicsbody-friction-bounce
...
Physics: Properly obsolete friction and bounce properties
2018-08-29 18:54:16 +02:00
Rémi Verschelde
5eb32cc179
Merge pull request #21571 from AndreaCatania/zerver
...
Fixed crash if convex has 0 vertices
2018-08-29 18:52:42 +02:00
Rémi Verschelde
060988408b
Physics: Properly obsolete friction and bounce properties
...
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-29 18:44:42 +02:00
Andrea Catania
9a67a07a2c
Fixed crash if convex has 0 vertices
2018-08-29 17:34:26 +02:00
Rémi Verschelde
39cbb992c3
Merge pull request #21516 from elasota/fix-bptc
...
Fix BPTC regressions
2018-08-29 16:35:34 +02:00
Rémi Verschelde
cfa6a1d7ab
Merge pull request #21563 from marcelofg55/_set_celld
...
Unexpose TileMap set_celld
2018-08-29 16:33:24 +02:00
Rémi Verschelde
907b7a3897
Merge pull request #21538 from jmf/master
...
Fix CSGBox size
2018-08-29 15:03:01 +02:00
Rémi Verschelde
27ae49ea29
Merge pull request #21564 from ibrahn/fix-move-slide-crash
...
Initialise rays_found count in test_ray_separation.
2018-08-29 14:50:44 +02:00
Ibrahn Sahir
2a823a38ac
Initialise rays_found count in test_ray_separation.
...
Prevents branch on uninit that could result in crashes with
move_and_slide.
2018-08-29 13:23:14 +01:00
Marcelo Fernandez
20bea1e231
Unexpose TileMap set_celld
2018-08-29 09:00:00 -03:00
Rémi Verschelde
24ecc4abb0
Merge pull request #21561 from BastiaanOlij/doc_mesh
...
Update ArrayMesh/Mesh documentation
2018-08-29 13:16:57 +02:00
Bastiaan Olij
6837d695d6
Moved documentation for methods made accessible from super class for Mesh
2018-08-29 21:02:48 +10:00
Rémi Verschelde
6c8aa939e4
Merge pull request #21539 from yurchor/master
...
Fix minor typos and word puzzles
2018-08-29 12:21:33 +02:00
Rémi Verschelde
1f3aa6890f
Travis: Move Coverity module to x11-tools-mono-gcc build
...
Update Coverity Scan secure token, previous one expired.
2018-08-29 12:16:10 +02:00
Rémi Verschelde
4af5c2a009
Merge pull request #21553 from bmwiedemann/sort
...
Sort list of input files
2018-08-29 11:35:48 +02:00
Yuri Chornoivan
06e73522dc
Fix vformat(), minor typos and word puzzles
2018-08-29 11:50:39 +03:00
Bernhard M. Wiedemann
83b856c046
BuildSystem: Sort input file lists
...
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-29 10:24:07 +02:00
Bernhard M. Wiedemann
f312582326
BuildSystem: Fix font list
...
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-29 10:24:07 +02:00
Rémi Verschelde
b6c170165c
Merge pull request #21485 from JFonS/fix_selection
...
Saner selection code for instanced scenes in 3D, should close #21447
2018-08-29 10:08:41 +02:00
Rémi Verschelde
d2abbfb1c5
Merge pull request #21554 from bmwiedemann/date
...
Do not record year of build
2018-08-29 09:56:20 +02:00
Rémi Verschelde
1ff772bb7e
Merge pull request #21559 from akien-mga/3d-grid-zfighting
...
Fix z-fighting on origin grid lines in spatial editor
2018-08-29 09:47:07 +02:00
Rémi Verschelde
7e79fb80db
Fix z-fighting on origin grid lines in spatial editor
...
Fixes #21264 .
2018-08-29 09:27:50 +02:00
Rémi Verschelde
a8eaf69a68
Merge pull request #21557 from akien-mga/fix-set_weight
...
Fix operator precedence in PhysicsBody2D::set_weight
2018-08-29 09:21:34 +02:00
Rémi Verschelde
3b01bf94ad
Fix operator precedence in PhysicsBody2D::set_weight
...
Fixes #16038 .
2018-08-29 08:37:08 +02:00
Rémi Verschelde
07c43a6567
Merge pull request #21544 from willnationsdev/fix-scn-meta
...
Fix making _editor_icon meta during CLEAR_SCRIPT
2018-08-29 08:31:18 +02:00
Bernhard M. Wiedemann
853d9c0807
Do not record year of build
...
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-29 05:55:37 +02:00
Hein-Pieter van Braam
6fcc20ec51
Fix typo in os_uwp causing a build failure
2018-08-28 22:45:39 +02:00
Will Nations
ca14766e3a
Fix making _editor_icon meta during CLEAR_SCRIPT
2018-08-28 15:32:35 -05:00
jmf
11c90b0bb3
Fix to make CSGBox the size that is entered in Width, Height and Depth instead of twice those lengths.
2018-08-28 14:41:41 -03:00
Rémi Verschelde
d42807371c
Merge pull request #21537 from tko/itemlist-edit-scale
...
Scale the Item List Editor window size with the editor scale
2018-08-28 19:40:40 +02:00
Tommi Komulainen
aded18104b
Scale the Item List Editor window size with the editor scale
...
Makes the dialog bigger and more usable on HiDPI screens.
Fixes #21520
2018-08-28 19:17:29 +02:00
Max Hilbrunner
6f9416b2b6
Merge pull request #21454 from char0xff/doc
...
Update UndoRedo.xml
2018-08-28 17:09:40 +02:00
Max Hilbrunner
e59dc62562
Merge pull request #21444 from romlok/input-propagation
...
Clarify direction of input event propagation
2018-08-28 17:09:02 +02:00
Rémi Verschelde
a651dbfe7e
Donors: Add GameDev.tv as platinum sponsor
2018-08-28 12:55:07 +02:00
Rémi Verschelde
a5e44cd262
Merge pull request #21526 from Faless/tcp_ip_fixes
...
Fix DNS resolution when cache is invalid.
2018-08-28 12:54:20 +02:00
Fabio Alessandrelli
97757cd1d1
Fix DNS resolution when cache is invalid.
...
Fix StreamPeerTCP.connect_to_host return value.
2018-08-28 12:32:04 +02:00
Rémi Verschelde
0dd162a936
Merge pull request #21523 from dragmz/21521-fix
...
Fix for p_width - 1=-1 out of size
2018-08-28 12:18:53 +02:00
Marcin Zawiejski
eaa0dbc7d8
Fix for p_width - 1=-1 out of size
...
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-28 11:49:12 +02:00
Rémi Verschelde
6671096dd7
Merge pull request #21514 from cbscribe/kcc_docs_fixes2
...
[DOCS] Classref corrections and clarifications
2018-08-28 08:13:13 +02:00
Rémi Verschelde
57ba7caa6d
Merge pull request #21511 from eska014/webm-nomt
...
Fix WebM and Theora video in HTML5 export
2018-08-28 07:56:52 +02:00
Rémi Verschelde
bec00110e0
Merge pull request #21510 from milkowski/master
...
No need to link with libandroid_support.a in NDK 17
2018-08-28 07:47:59 +02:00
Rémi Verschelde
ac38b7e97b
Merge pull request #21496 from tko/macos-complete
...
[macOS] change "Complete Symbol" shortcut to not conflict with Spotlight
2018-08-28 07:40:55 +02:00
Rémi Verschelde
cda5a56808
Merge pull request #21495 from tko/macos-replace
...
[macOS] fix conflicting keybindings for (Find and) Replace...
2018-08-28 07:38:30 +02:00