Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-30 | Merge pull request #21585 from TGRCdev/rigidbody_docs | Rémi Verschelde | |
Documented some RigidBody and PhysicsDirectBodyState methods | |||
2018-08-29 | Added documentation for some RigidBody methods, and copied the descriptions ↵ | Tiger C | |
to matching PhysicsDirectBodyState methods. | |||
2018-08-29 | Add missing copyright headers | Rémi Verschelde | |
2018-08-29 | Merge pull request #21578 from volzhs/font-hindi | Rémi Verschelde | |
Add Hindi font for editor | |||
2018-08-29 | doc: Sync classref with current source | Rémi Verschelde | |
2018-08-30 | Add Hindi font for editor | volzhs | |
2018-08-29 | Ported CPU particles to 2D | Juan Linietsky | |
2018-08-29 | Merge pull request #21572 from akien-mga/physicsbody-friction-bounce | Rémi Verschelde | |
Physics: Properly obsolete friction and bounce properties | |||
2018-08-29 | Merge pull request #21571 from AndreaCatania/zerver | Rémi Verschelde | |
Fixed crash if convex has 0 vertices | |||
2018-08-29 | Physics: Properly obsolete friction and bounce properties | Ré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-29 | Fixed crash if convex has 0 vertices | Andrea Catania | |
2018-08-29 | Merge pull request #21516 from elasota/fix-bptc | Rémi Verschelde | |
Fix BPTC regressions | |||
2018-08-29 | Merge pull request #21563 from marcelofg55/_set_celld | Rémi Verschelde | |
Unexpose TileMap set_celld | |||
2018-08-29 | Merge pull request #21538 from jmf/master | Rémi Verschelde | |
Fix CSGBox size | |||
2018-08-29 | Merge pull request #21564 from ibrahn/fix-move-slide-crash | Rémi Verschelde | |
Initialise rays_found count in test_ray_separation. | |||
2018-08-29 | Initialise rays_found count in test_ray_separation. | Ibrahn Sahir | |
Prevents branch on uninit that could result in crashes with move_and_slide. | |||
2018-08-29 | Unexpose TileMap set_celld | Marcelo Fernandez | |
2018-08-29 | Merge pull request #21561 from BastiaanOlij/doc_mesh | Rémi Verschelde | |
Update ArrayMesh/Mesh documentation | |||
2018-08-29 | Moved documentation for methods made accessible from super class for Mesh | Bastiaan Olij | |
2018-08-29 | Merge pull request #21539 from yurchor/master | Rémi Verschelde | |
Fix minor typos and word puzzles | |||
2018-08-29 | Travis: Move Coverity module to x11-tools-mono-gcc build | Rémi Verschelde | |
Update Coverity Scan secure token, previous one expired. | |||
2018-08-29 | Merge pull request #21553 from bmwiedemann/sort | Rémi Verschelde | |
Sort list of input files | |||
2018-08-29 | Fix vformat(), minor typos and word puzzles | Yuri Chornoivan | |
2018-08-29 | BuildSystem: Sort input file lists | Bernhard 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-29 | BuildSystem: Fix font list | Bernhard 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-29 | Merge pull request #21485 from JFonS/fix_selection | Rémi Verschelde | |
Saner selection code for instanced scenes in 3D, should close #21447 | |||
2018-08-29 | Merge pull request #21554 from bmwiedemann/date | Rémi Verschelde | |
Do not record year of build | |||
2018-08-29 | Merge pull request #21559 from akien-mga/3d-grid-zfighting | Rémi Verschelde | |
Fix z-fighting on origin grid lines in spatial editor | |||
2018-08-29 | Fix z-fighting on origin grid lines in spatial editor | Rémi Verschelde | |
Fixes #21264. | |||
2018-08-29 | Merge pull request #21557 from akien-mga/fix-set_weight | Rémi Verschelde | |
Fix operator precedence in PhysicsBody2D::set_weight | |||
2018-08-29 | Fix operator precedence in PhysicsBody2D::set_weight | Rémi Verschelde | |
Fixes #16038. | |||
2018-08-29 | Merge pull request #21544 from willnationsdev/fix-scn-meta | Rémi Verschelde | |
Fix making _editor_icon meta during CLEAR_SCRIPT | |||
2018-08-29 | Do not record year of build | Bernhard 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-28 | Fix typo in os_uwp causing a build failure | Hein-Pieter van Braam | |
2018-08-28 | Fix making _editor_icon meta during CLEAR_SCRIPT | Will Nations | |
2018-08-28 | Fix to make CSGBox the size that is entered in Width, Height and Depth ↵ | jmf | |
instead of twice those lengths. | |||
2018-08-28 | Merge pull request #21537 from tko/itemlist-edit-scale | Rémi Verschelde | |
Scale the Item List Editor window size with the editor scale | |||
2018-08-28 | Scale the Item List Editor window size with the editor scale | Tommi Komulainen | |
Makes the dialog bigger and more usable on HiDPI screens. Fixes #21520 | |||
2018-08-28 | Merge pull request #21454 from char0xff/doc | Max Hilbrunner | |
Update UndoRedo.xml | |||
2018-08-28 | Merge pull request #21444 from romlok/input-propagation | Max Hilbrunner | |
Clarify direction of input event propagation | |||
2018-08-28 | Donors: Add GameDev.tv as platinum sponsor | Rémi Verschelde | |
2018-08-28 | Merge pull request #21526 from Faless/tcp_ip_fixes | Rémi Verschelde | |
Fix DNS resolution when cache is invalid. | |||
2018-08-28 | Fix DNS resolution when cache is invalid. | Fabio Alessandrelli | |
Fix StreamPeerTCP.connect_to_host return value. | |||
2018-08-28 | Merge pull request #21523 from dragmz/21521-fix | Rémi Verschelde | |
Fix for p_width - 1=-1 out of size | |||
2018-08-28 | Fix for p_width - 1=-1 out of size | Marcin 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-28 | Merge pull request #21514 from cbscribe/kcc_docs_fixes2 | Rémi Verschelde | |
[DOCS] Classref corrections and clarifications | |||
2018-08-28 | Merge pull request #21511 from eska014/webm-nomt | Rémi Verschelde | |
Fix WebM and Theora video in HTML5 export | |||
2018-08-28 | Merge pull request #21510 from milkowski/master | Rémi Verschelde | |
No need to link with libandroid_support.a in NDK 17 | |||
2018-08-28 | Merge pull request #21496 from tko/macos-complete | Rémi Verschelde | |
[macOS] change "Complete Symbol" shortcut to not conflict with Spotlight | |||
2018-08-28 | Merge pull request #21495 from tko/macos-replace | Rémi Verschelde | |
[macOS] fix conflicting keybindings for (Find and) Replace... |