Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-05 | Merge pull request #7950 from RandomShaper/expose-more-geom | Rémi Verschelde | |
Expose uncapped versions of closest-point-to-segment utilities | |||
2017-03-05 | Merge pull request #7916 from RebelliousX/tab_container | Rémi Verschelde | |
TabContainer's signal changes (v3) | |||
2017-03-05 | - `tab_changed` signal emits only by selecting a different tab. | Thaer Razeq | |
- Added `tab_selected` signal. Which emits a signal by selecting any tab, if current tab is selected again. - Added `get_previous_tab()`. Which returns the previous shown tab. **Note:** only `tab_changed` can modify previous tab index. - Add documentation for the added function and signals. Fix a typo too. | |||
2017-03-04 | Expose uncapped versions of closest-point-to-segment utilities | Pedro J. Estébanez | |
2017-03-04 | Add API to access battery power state | Julian Murgia | |
Done: - X11, server (tested) - Windows (developed, would be nice to retest) - OSX (not tested) Prepared (not developed): - Android (code is here, but may not compile) - iphone - winrt - bb10 - haiku - javascript | |||
2017-03-04 | Added AppImage structure | Daniel J. Ramirez | |
2017-03-04 | Implements modules documents | Geequlim | |
Editor can generate documents for modules in thier own xml files | |||
2017-03-04 | Merge pull request #7508 from lonesurvivor/area2d-fix | Rémi Verschelde | |
Fix two problems with Area2D and remove_child() | |||
2017-03-04 | Merge pull request #7929 from RayKoopa/editor_resizable_dialogs | Rémi Verschelde | |
Resizable editor / project settings dialogs & save their bounds | |||
2017-03-04 | Merge pull request #7940 from RandomShaper/expose-geometry | Rémi Verschelde | |
Expose Geometry::get_closest_point_to_segment_2d() | |||
2017-03-04 | Merge pull request #7937 from volzhs/fix-input-android | Rémi Verschelde | |
Fix handling input for Android | |||
2017-03-04 | Merge pull request #7927 from volzhs/wrong-ref-treeitem | Rémi Verschelde | |
Fix wrong TreeItem reference after reconstructing | |||
2017-03-04 | Merge pull request #7923 from WalasPrime/fix_7922_peer_present | Rémi Verschelde | |
Added a SceneTree.is_network_peer_present, closes #7922 | |||
2017-03-04 | Added a SceneTree.has_network_peer, closes #7922 | Karol Walasek | |
2017-03-04 | Expose Geometry::get_closest_point_to_segment_2d() | Pedro J. Estébanez | |
2017-03-03 | Make Editor, Export and Project settings dialogs resizable and store their ↵ | Ray Koopa | |
bounds | |||
2017-03-04 | Fix handling input for Android | volzhs | |
2017-03-02 | Merge pull request #7930 from tagcup/missing_fixme_comments | Rémi Verschelde | |
Added missing FIXMEs in PR #7878 [ci skip] | |||
2017-03-02 | Added missing FIXMEs in PR #7878 | Ferenc Arn | |
2017-03-03 | Fix wrong TreeItem reference after reconstructing | volzhs | |
2017-03-02 | Merge pull request #7911 from RandomShaper/single-field-prop-edit | Rémi Verschelde | |
Implement single-field property change for multinode edit | |||
2017-03-02 | Implement single-field property change for multinode edit | Pedro J. Estébanez | |
2017-03-02 | Merge pull request #7882 from AlexHolly/PoolStringArray-join | Rémi Verschelde | |
added join to PoolStringArray | |||
2017-03-02 | Merge pull request #7628 from RayKoopa/gui_resizable_popups | Rémi Verschelde | |
Added functionality for resizable WindowDialogs | |||
2017-03-01 | Added functionality for resizable dialogs. | Ray Koopa | |
2017-03-01 | Merge pull request #7917 from lmbarros/master | Rémi Verschelde | |
Fix RANDOM_MAX, which is 2^32-1 with PCG32. [ci skip] | |||
2017-03-01 | Fix RANDOM_MAX, which is 2^32-1 with PCG32. | Leandro Motta Barros | |
2017-03-01 | added join to PoolStringArray | AlexHolly | |
2017-02-28 | Merge pull request #7878 from RebelliousX/else | Rémi Verschelde | |
Bunch of missing `else` statements and general logic | |||
2017-02-28 | Merge pull request #7787 from SaracenOne/nan_and_inf | Rémi Verschelde | |
Inf and NaN support added to GDScript | |||
2017-02-28 | Inf and NaN support added to GDScript. | Saracen | |
2017-02-28 | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | |
- Add FIXME tags comments to some unfixed potential bugs - Remove some checks (always false: unsigned never < 0) - Fix some if statements based on reviews. - Bunch of missing `else` statements | |||
2017-02-28 | Merge pull request #7904 from tagcup/use_math_prng | Rémi Verschelde | |
Use the common PRNG in 2D particles code. | |||
2017-02-27 | Merge pull request #7527 from RayKoopa/inspector_show_in_file_system | Rémi Verschelde | |
Add menu item in the inspector to show file in FileSystem | |||
2017-02-27 | Merge pull request #7517 from RayKoopa/gui_disabled_tabs | Rémi Verschelde | |
Add feature to disable tabs in TabContainer and Tabs control. | |||
2017-02-27 | Use the common PRNG in 2D particles code. | Ferenc Arn | |
Replaces the custom PRNG used by 2D particles code with a wrapper for the PRNG located under core/math. | |||
2017-02-27 | Merge pull request #7903 from shlomif/fix-build-compile-error | Rémi Verschelde | |
Fix failing build when ALSA is absent [ci skip] | |||
2017-02-27 | Fix failing build on mageia v6 x64 linux. | Shlomi Fish | |
There was an error about undeclared malloc()+free(). | |||
2017-02-27 | Add disabled tabs | Ray Koopa | |
2017-02-27 | Merge pull request #7600 from RayKoopa/fix_tab_container | Rémi Verschelde | |
Fix several drawing and logic issues in TabContainer | |||
2017-02-27 | Add menu item for file resources in the inspector to reveal them in the ↵ | Ray Koopa | |
FileSystem | |||
2017-02-27 | Fix several drawing and logic issues in TabContainer | Ray Koopa | |
2017-02-27 | fix custom scene arguments from the editor | Benjamin Bäumler | |
sequel of #7347 Play edited scene and Play custom scene didn't worked when main_run_args hadn't $scene as argument. Changes/Fixes the way how the editor handles scene paths when starting the project/a scene Play the project - no scene path Play the edited scene - scene path of active scene in the editor Play custom scene - scene path of custom scene main_arg_runs is now empty by default and $scene won't be replaced by the scene path anymore Changed declaration if EditorRun::run, to remove a unused value | |||
2017-02-27 | Merge pull request #6462 from RandomShaper/fix-improve-anim-blend | Rémi Verschelde | |
Fix/improve AnimationPlayer blending logic | |||
2017-02-27 | Merge pull request #7897 from RandomShaper/particles2d-process-mode | Rémi Verschelde | |
Add process mode option to Particles2D | |||
2017-02-27 | Add process mode option to Particles2D | Pedro J. Estébanez | |
2017-02-26 | Merge pull request #7862 from Hinsbart/joypad_connections | Rémi Verschelde | |
Better handling of joypad device IDs. | |||
2017-02-26 | Merge pull request #7653 from Dumbeldor/RichTextLabel_remove_line | Rémi Verschelde | |
RichTextLabel add function remove_line | |||
2017-02-26 | Better handling of joypad device IDs. | Andreas Haas | |
Now InputDefault is responsible for giving out joypad device IDs to the platform, instead of each platform handling this itself. This makes it possible for c++ modules to add their own "custom" gamepad devices, without the risk of messing up events in case the user also has regular gamepads attached (using the OS code). For now, it's implemented for the main desktop platforms. Possible targets for future work: android, uwp, javascript | |||
2017-02-26 | Merge pull request #7889 from Hinsbart/fix_autoenable_input | Rémi Verschelde | |
Fix auto-enable of _input processing when _input() method is set. |