Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-17 | Fix typos in shader_language.cpp | Poommetee Ketson | |
2018-04-17 | Merge pull request #18239 from vnen/variant-op-names | Rémi Verschelde | |
Fix names of Variant operators | |||
2018-04-17 | Merge pull request #18224 from endragor/android-device-events | Rémi Verschelde | |
Fix Android input source checks | |||
2018-04-17 | Merge pull request #18215 from marcelofg55/pulseaudio_latency | Rémi Verschelde | |
Fixed high cpu usage with PulseAudio | |||
2018-04-16 | Fix names of Variant operators | George Marques | |
2018-04-16 | Fix Android input source checks | Ruslan Mustakov | |
Input source types are not pure bit flags, they are combinations of flags, so != 0 check was incorrect and resulted in crashes later, when trying to obtain the device. | |||
2018-04-16 | Merge pull request #18210 from willvincent/feature/exp_doc_fix | Poommetee Ketson | |
Fix/Remove potentially confusing references to Euler [ci skip] | |||
2018-04-15 | Remove incorrect & potentially confusing references to Euler | Will Vincent | |
e is referred to as Euler’s number, so technically the MATH_EXP description in VisualScript doc was not incorrect, though could potentially lead to confusion. e is different from Euler’s constant however, making the existing GDScript exp & VisualScriptMathConstant descriptions nvalid. | |||
2018-04-15 | Fixed high cpu usage with PulseAudio | Marcelo Fernandez | |
2018-04-15 | Merge pull request #18196 from ShyRed/fix18195 | Rémi Verschelde | |
ItemList selection: Check against item count | |||
2018-04-15 | Merge pull request #18211 from YeldhamDev/anim_player_doc_fix | Poommetee Ketson | |
Minor fixes for the AnimationPlayer doc. [ci skip] | |||
2018-04-14 | Minor fixes for the AnimationPlayer doc. | Michael Alexsander Silva Dias | |
2018-04-14 | Merge pull request #18170 from Chaosus/improvewrapf | Gilles Roudiere | |
Small performance fix to wrapf | |||
2018-04-14 | ItemList selection: Check against item count | ShyRed | |
ItemList needs to check against the number of items available when the user moves the selection via "ui_right" action. | |||
2018-04-13 | Merge pull request #18154 from mhilbrunner/issue-12512 | Fabio Alessandrelli | |
Add DNS resolution in NetworkedMultiplayerEnet::create_client() | |||
2018-04-13 | Add DNS resolution in NetworkedMultiplayerEnet::create_client() | mhilbrunner | |
2018-04-13 | Merge pull request #18038 from Chaosus/mathf | Ignacio Etcheverry | |
[Mono] Improvements for Mathf | |||
2018-04-13 | Merge pull request #18156 from RandomShaper/fix-messed-pr | Rémi Verschelde | |
Revert "Unify http- and percent- encode/decode" | |||
2018-04-13 | [Mono] Improve Mathf | Chaosus | |
2018-04-13 | Merge pull request #17502 from groud/2Deditor_rect | Juan Linietsky | |
Remove the rect surrounding 2D nodes in 2D editor when it's not pertinent | |||
2018-04-13 | Small performance fix to wrapf | Chaosus | |
2018-04-12 | Revert "Unify http- and percent- encode/decode" | Pedro J. Estébanez | |
This reverts commit b76ee30917c63211ac9e94a21bebbddf518d169f. | |||
2018-04-12 | Merge pull request #18149 from marcelofg55/pulse_channel_map | George Marques | |
Fix PulseAudio problems with 8 channels devices | |||
2018-04-12 | Fix PulseAudio problems with 8 channels devices | Marcelo Fernandez | |
2018-04-12 | Travis: Upgrade scons-local to 3.0.1 on OSX | Rémi Verschelde | |
Also change URL, prdownload alias seems broken right now on SF. | |||
2018-04-12 | Merge pull request #18124 from marcelofg55/pulse_channels | Rémi Verschelde | |
Fix PulseAudio driver for audio devices that report unknown number of channels | |||
2018-04-12 | Travis: Enforce Coverity Scan on STATIC_CHECKS Linux/gcc build job | Rémi Verschelde | |
Also ensure that we are not using cached build objects (need to build from scratch), and update encrypted Coverity Scan token. | |||
2018-04-12 | Merge pull request #18145 from Faless/get_peer_ip_port | Rémi Verschelde | |
Implement get_peer_[address|port] in ENet/WSServer | |||
2018-04-12 | Fix PulseAudio driver for audio devices that report unknown number of channels | Marcelo Fernandez | |
2018-04-12 | Implement get_peer_[address|port] in ENet/WSServer | Fabio Alessandrelli | |
Also implement get_connected_host and get_connected_port in WebSocketPeer (not supported in HTML5 due to browser limitation). Add shorthand disconnect_peer(id) for get_peer(id)->close() like in ENet to WebSocketServer. | |||
2018-04-12 | Merge pull request #18140 from AndreaCatania/coverity1 | Rémi Verschelde | |
Fixed wrong function call | |||
2018-04-12 | Travis: Remove unnecessary/obsolete before_install call | Rémi Verschelde | |
It comes from the Coverity documentation but it fails, and their example projects don't use it. | |||
2018-04-12 | Fixed wrong function call | Andrea Catania | |
2018-04-12 | Travis: Add setup for Coverity Scan | Rémi Verschelde | |
2018-04-12 | Merge pull request #18118 from akien-mga/nodes-internal-process | Rémi Verschelde | |
Use internal physics processing for Nodes' internal logic | |||
2018-04-12 | Merge pull request #18123 from marcelofg55/pulse_stream_error | Rémi Verschelde | |
Fix error detecting for PulseAudio pa_stream_new call | |||
2018-04-12 | Merge pull request #18138 from AndreaCatania/patch-1 | Rémi Verschelde | |
Rigidbody wake up when hitten by a kinematic body | |||
2018-04-12 | Merge pull request #18130 from Calinou/update-hack-font-v3.003 | Rémi Verschelde | |
Update Hack font to v3.003 | |||
2018-04-12 | Rigidbody wake up when hitten by a kinematic body | Andrea Catania | |
2018-04-11 | Update Hack font to v3.003 | Hugo Locurcio | |
2018-04-11 | Fix error detecting for PulseAudio pa_stream_new call | Marcelo Fernandez | |
2018-04-11 | Merge pull request #18106 from endragor/iphone-x | Rémi Verschelde | |
iPhone X support and iOS-related fixes | |||
2018-04-11 | iPhone X support and iOS-related fixes | Ruslan Mustakov | |
Starting from April 2018 Apple no longer accepts apps that do not support iPhone X. For games this mainly means respecting the safe area, unobstructed by notch and virtual home button. UI controls must be placed within the safe area so that users can interact with them. This commit: - Adds OS::get_window_safe_area method that returns unobscured area of the window, where interactive controls should be rendered. - Reorganizes how launch screens are exported - the previous way was incorrect and modern iPhones did not pick up the correct screens and because of that used a non-native resolution to render the game. - Adds launch screen options for iPhone X. - Makes launch screens optional in the export template. If not specified, a white screen will be used. - Adds App Store icon (1024x1024) export option as it now has to be bundled with the app instead of being provided in iTunes Connect. - Fixes crash when launching games in iOS Simulator. It happened because controllerWasConnected callback came before the engine was initialized. Now in such case the controllers will be queued up and registered after initialization is done. - Fixes issue with the virtual keyboard where for some reason autocorrection panel would intersect with the keyboard itself and not allow you to use the top row of the keyboard. This is fixed by disabling autocorrection altogether. Closes #17358. Fixes #17428. Fixes #17331. | |||
2018-04-11 | Use internal physics processing for Nodes' internal logic | Rémi Verschelde | |
2018-04-11 | Merge pull request #18108 from akien-mga/travis-xcode9.3 | Rémi Verschelde | |
Travis: Use XCode 9.3 / macOS 10.13 for osx/iphone builds | |||
2018-04-11 | Merge pull request #17724 from Noshyaar/doc | Rémi Verschelde | |
Update classref and docs, fix missing parameters' name | |||
2018-04-11 | Update classref and docs, fix missing parameters' name | Poommetee Ketson | |
2018-04-10 | Merge pull request #18116 from Paulb23/fix_shader_highlighting | Rémi Verschelde | |
Fixed colour region calculation for the first line, issue 18104 | |||
2018-04-10 | Fixed color region calculation for the first line | Paulb23 | |
2018-04-10 | Merge pull request #18070 from mhilbrunner/godot-net-kick | Fabio Alessandrelli | |
NetworkedMultiplayerEnet: Add disconnecting/kicking peers |