| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #7959 from karroffel/powerstate-ptrcall-fix | Rémi Verschelde | 2017-03-05 | 3 | -6/+2 |
| |\ | | | | | really fixed PTRCALL now | ||||
| | * | really fixed PTRCALL now | Karroffel | 2017-03-05 | 3 | -6/+2 |
| |/ | |||||
| * | Merge pull request #7547 from akien-mga/clang-format-base | Rémi Verschelde | 2017-03-05 | 5 | -0/+356 |
| |\ | | | | | Style: Add .clang-format based on LLVM style | ||||
| | * | clang-format: Add pre-commit hook | Rémi Verschelde | 2017-02-12 | 4 | -0/+258 |
| | | | | | | | | | | | Derived from https://github.com/githubbrowser/Pre-commit-hooks and https://gitlab.cern.ch/GeantV/geant/blob/master/hooks/pre-commit-clang-format | ||||
| | * | Style: Add .clang-format based on LLVM style | Rémi Verschelde | 2017-02-11 | 1 | -0/+98 |
| | | | | | | | | | | | | | Adapted some parameters to fit the de facto Godot style as closely as possible (tab indentation, long lines with no wrapping - for now -, indented case labels, left-aligned pointer operators). | ||||
| * | | Merge pull request #7958 from karroffel/powerstate-ptrcall-fix | Rémi Verschelde | 2017-03-05 | 2 | -0/+7 |
| |\ \ | | | | | | | Added PowerState casting operator to Variant | ||||
| | * | | Added PowerState casting operator to Variant | Karroffel | 2017-03-05 | 2 | -0/+7 |
| | | | | | | | | | | | | | Without it Godot does not build with PTRCALL_ENABLED | ||||
| * | | | Add a bunch of missing Godot headers in own files | Rémi Verschelde | 2017-03-05 | 180 | -120/+3787 |
| |/ / | |||||
| * | | iphone: Drop unused Appirater thirdparty API | Rémi Verschelde | 2017-03-05 | 6 | -970/+0 |
| | | | |||||
| * | | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 2029 | -302/+302 |
| | | | | | | | | | | | | | The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful. | ||||
| * | | Merge pull request #7954 from Hinsbart/tilemap_self_modulate | Rémi Verschelde | 2017-03-05 | 1 | -0/+3 |
| |\ \ | | | | | | | TileMap: Respect self_modulate property | ||||
| | * | | TileMap: Respect self_modulate property | Andreas Haas | 2017-03-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Now `TileMap`s make use of the `self_modulate` property. There's still a bug: The Editor doesn't re-draw with the new color when you change the TileMaps `self_modulate` in the inspector. You'll have to make it update manually (by placing a tile, changing the transform, etc..) I'll open an issue for that after this is merged (If I don't fix it in the meantime ^^). | ||||
| * | | | Merge pull request #7950 from RandomShaper/expose-more-geom | Rémi Verschelde | 2017-03-05 | 2 | -0/+15 |
| |\ \ \ | | | | | | | | | Expose uncapped versions of closest-point-to-segment utilities | ||||
| | * | | | Expose uncapped versions of closest-point-to-segment utilities | Pedro J. Estébanez | 2017-03-04 | 2 | -0/+15 |
| | | | | | |||||
| * | | | | Merge pull request #7916 from RebelliousX/tab_container | Rémi Verschelde | 2017-03-05 | 3 | -7/+42 |
| |\ \ \ \ | |_|/ / |/| | | | TabContainer's signal changes (v3) | ||||
| | * | | | - `tab_changed` signal emits only by selecting a different tab. | Thaer Razeq | 2017-03-05 | 3 | -7/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
| * | | | | Add API to access battery power state | Julian Murgia | 2017-03-04 | 44 | -1/+2162 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | | Added AppImage structure | Daniel J. Ramirez | 2017-03-04 | 3 | -0/+12 |
| | | | | | |||||
| * | | | | Implements modules documents | Geequlim | 2017-03-04 | 4 | -5/+43 |
| | | | | | | | | | | | | | | | | | Editor can generate documents for modules in thier own xml files | ||||
| * | | | | Merge pull request #7508 from lonesurvivor/area2d-fix | Rémi Verschelde | 2017-03-04 | 1 | -6/+7 |
| |\ \ \ \ | | | | | | | | | | | Fix two problems with Area2D and remove_child() | ||||
| | * | | | | When overlappinng Area2Ds are removed with remove_child(), _enter_tree and ↵ | lonesurvivor | 2017-01-25 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | _exit_tree signals are now properly disconnected upon removal | ||||
| * | | | | | Merge pull request #7929 from RayKoopa/editor_resizable_dialogs | Rémi Verschelde | 2017-03-04 | 7 | -42/+105 |
| |\ \ \ \ \ | | | | | | | | | | | | | Resizable editor / project settings dialogs & save their bounds | ||||
| | * | | | | | Make Editor, Export and Project settings dialogs resizable and store their ↵ | Ray Koopa | 2017-03-03 | 7 | -42/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | | | bounds | ||||
| * | | | | | | Merge pull request #7940 from RandomShaper/expose-geometry | Rémi Verschelde | 2017-03-04 | 2 | -0/+7 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Expose Geometry::get_closest_point_to_segment_2d() | ||||
| | * | | | | | | Expose Geometry::get_closest_point_to_segment_2d() | Pedro J. Estébanez | 2017-03-04 | 2 | -0/+7 |
| | | |_|_|/ / | |/| | | | | |||||
| * | | | | | | Merge pull request #7937 from volzhs/fix-input-android | Rémi Verschelde | 2017-03-04 | 1 | -37/+12 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix handling input for Android | ||||
| | * | | | | | | Fix handling input for Android | volzhs | 2017-03-04 | 1 | -37/+12 |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Merge pull request #7927 from volzhs/wrong-ref-treeitem | Rémi Verschelde | 2017-03-04 | 2 | -2/+4 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix wrong TreeItem reference after reconstructing | ||||
| | * | | | | | | Fix wrong TreeItem reference after reconstructing | volzhs | 2017-03-03 | 2 | -2/+4 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #7923 from WalasPrime/fix_7922_peer_present | Rémi Verschelde | 2017-03-04 | 3 | -0/+13 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Added a SceneTree.is_network_peer_present, closes #7922 | ||||
| | * | | | | | | Added a SceneTree.has_network_peer, closes #7922 | Karol Walasek | 2017-03-04 | 3 | -0/+13 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #7930 from tagcup/missing_fixme_comments | Rémi Verschelde | 2017-03-02 | 2 | -2/+2 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | Added missing FIXMEs in PR #7878 [ci skip] | ||||
| | * | | | | | Added missing FIXMEs in PR #7878 | Ferenc Arn | 2017-03-02 | 2 | -2/+2 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #7911 from RandomShaper/single-field-prop-edit | Rémi Verschelde | 2017-03-02 | 8 | -82/+359 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Implement single-field property change for multinode edit | ||||
| | * | | | | Implement single-field property change for multinode edit | Pedro J. Estébanez | 2017-03-02 | 8 | -82/+359 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #7882 from AlexHolly/PoolStringArray-join | Rémi Verschelde | 2017-03-02 | 2 | -0/+13 |
| |\ \ \ \ | | | | | | | | | | | added join to PoolStringArray | ||||
| | * | | | | added join to PoolStringArray | AlexHolly | 2017-03-01 | 2 | -0/+13 |
| | | | | | | |||||
| * | | | | | Merge pull request #7628 from RayKoopa/gui_resizable_popups | Rémi Verschelde | 2017-03-02 | 3 | -64/+180 |
| |\ \ \ \ \ | | | | | | | | | | | | | Added functionality for resizable WindowDialogs | ||||
| | * | | | | | Added functionality for resizable dialogs. | Ray Koopa | 2017-03-01 | 3 | -64/+180 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #7917 from lmbarros/master | Rémi Verschelde | 2017-03-01 | 1 | -1/+1 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | Fix RANDOM_MAX, which is 2^32-1 with PCG32. [ci skip] | ||||
| | * | | | | Fix RANDOM_MAX, which is 2^32-1 with PCG32. | Leandro Motta Barros | 2017-03-01 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #7878 from RebelliousX/else | Rémi Verschelde | 2017-02-28 | 32 | -39/+41 |
| |\ \ \ \ | | | | | | | | | | | Bunch of missing `else` statements and general logic | ||||
| | * | | | | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | 2017-02-28 | 32 | -39/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | | | | | Merge pull request #7787 from SaracenOne/nan_and_inf | Rémi Verschelde | 2017-02-28 | 11 | -4/+53 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Inf and NaN support added to GDScript | ||||
| | * | | | | Inf and NaN support added to GDScript. | Saracen | 2017-02-28 | 11 | -4/+53 |
| |/ / / / | |||||
| * | | | | Merge pull request #7904 from tagcup/use_math_prng | Rémi Verschelde | 2017-02-28 | 2 | -19/+7 |
| |\ \ \ \ | | | | | | | | | | | Use the common PRNG in 2D particles code. | ||||
| | * | | | | Use the common PRNG in 2D particles code. | Ferenc Arn | 2017-02-27 | 2 | -19/+7 |
| | | | | | | | | | | | | | | | | | | | | | Replaces the custom PRNG used by 2D particles code with a wrapper for the PRNG located under core/math. | ||||
| * | | | | | Merge pull request #7527 from RayKoopa/inspector_show_in_file_system | Rémi Verschelde | 2017-02-27 | 4 | -5/+51 |
| |\ \ \ \ \ | | | | | | | | | | | | | Add menu item in the inspector to show file in FileSystem | ||||
| | * | | | | | Add menu item for file resources in the inspector to reveal them in the ↵ | Ray Koopa | 2017-02-27 | 4 | -5/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | FileSystem | ||||
| * | | | | | | Merge pull request #7517 from RayKoopa/gui_disabled_tabs | Rémi Verschelde | 2017-02-27 | 6 | -12/+86 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Add feature to disable tabs in TabContainer and Tabs control. | ||||
