| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-05-04 | base for translation | Juan Linietsky | 3 | -1/+5916 | |
| 2016-05-04 | Remove double incluson of scene/gui/dialogs.h | Mattias Cibien | 1 | -1/+0 | |
| Removed a double inclusion of scene/gui/dialogs.h in file editor_file_dialog.h | |||||
| 2016-05-03 | Modified editor strings to be translatable in the future | Juan Linietsky | 96 | -2103/+2135 | |
| 2016-05-03 | Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxes | Daniel J. Ramirez | 2 | -3/+4 | |
| 2016-05-04 | Fix ds3 gamepad mapping | Hinsbart | 1 | -0/+1 | |
| 2016-05-03 | Fix windows 64-bits build. | George Marques | 3 | -3/+4 | |
| The change in `tools/doc/doc_data.cpp` is needed because the MSVC compiler does not support variable length arrays. Fix #4113 | |||||
| 2016-05-03 | Update OpenSSL to 1.0.2h | mrezai | 35 | -153/+365 | |
| 2016-05-03 | Autocomplete no longer shows duplicates, issue 1824 | Paulb23 | 1 | -0/+4 | |
| 2016-05-03 | Input Documentation | CowThing | 1 | -0/+16 | |
| Input Documentation | |||||
| 2016-05-03 | Sync class reference | Rémi Verschelde | 1 | -63/+107 | |
| 2016-05-03 | Add ability to send drag events to another object | Juan Linietsky | 3 | -1/+38 | |
| will be documented/tested later | |||||
| 2016-05-03 | Fixed behavior of OS.set_window_resizable | Mattias Cibien | 1 | -1/+1 | |
| Should fix #4428. * Minimize button is not hidden anymore | |||||
| 2016-05-03 | Fix crash in dynamic font | sanikoyes | 1 | -0/+4 | |
| 2016-05-03 | Fixed documentation generator for polymorphic functions | Daniel J. Ramirez | 1 | -0/+20 | |
| 2016-05-02 | Documented bool methods | Daniel J. Ramirez | 1 | -0/+3 | |
| 2016-05-02 | Documented float | Daniel J. Ramirez | 1 | -0/+5 | |
| 2016-05-02 | Documented int methods | Daniel J. Ramirez | 1 | -0/+3 | |
| 2016-05-02 | Revert "added name parameter on animationplayer finished" | Juan Linietsky | 1 | -3/+2 | |
| 2016-05-02 | Update Opus driver to 1.1.2 | George Marques | 270 | -5041/+12794 | |
| And opusfile to 0.7. | |||||
| 2016-05-02 | Finished AnimationPlayer Documentation | CowThing | 1 | -0/+4 | |
| Finished AnimationPlayer Documentation | |||||
| 2016-05-02 | Finished Timer Documentation | CowThing | 1 | -0/+3 | |
| Finished Timer Documentation | |||||
| 2016-05-02 | Fix checking unsaved changes only in current scene | Ignacio Etcheverry | 1 | -1/+5 | |
| 2016-05-02 | Fix error in GLSL #include code | Saracen | 1 | -27/+26 | |
| 2016-05-01 | Support for dynamic fonts (TTF) | Juan Linietsky | 8 | -1/+3974 | |
| Added support for DynamicFont, which can load a TTF of any size to use as a font. No import required. | |||||
| 2016-05-02 | added name parameter on animationplayer finished | Alexander Holland | 1 | -2/+3 | |
| 2016-05-01 | Documented YSort (#4515) | CowThing | 1 | -0/+4 | |
| Documented YSort | |||||
| 2016-05-01 | Debugger: Fix breaked signal binding (#4508) | Rémi Verschelde | 1 | -1/+1 | |
| Closes #4270. | |||||
| 2016-05-01 | Documented ColorRamp | Daniel J. Ramirez | 1 | -0/+14 | |
| 2016-05-01 | Partial documentation for Particles2D | Daniel J. Ramirez | 1 | -0/+36 | |
| 2016-05-01 | Document Popup, PopupDialog, PopupMenu, and PopupPanel | Bojidar Marinov | 1 | -7/+29 | |
| 2016-05-01 | Tabs: Fix align issue with right/close buttons | Rémi Verschelde | 1 | -5/+2 | |
| The stylebox around the close button was badly centered. There were also bad margins applied when using right buttons. | |||||
| 2016-05-01 | Tabs: cleanup code, no functional change | Rémi Verschelde | 1 | -86/+36 | |
| Some dead code removed, a few cosmetic changes. | |||||
| 2016-05-01 | Tabs: Fix navigation buttons overlap when resizing | Rémi Verschelde | 1 | -42/+9 | |
| It was not taking into account the minimum width of the stylebox. Fixed by factorizing some duplicate code. | |||||
| 2016-05-01 | Tabs: Fix icon size not taken into account for offset | Rémi Verschelde | 1 | -0/+1 | |
| Fixes #4107. | |||||
| 2016-05-01 | Support for #includes in built-in GL shaders. | Saracen | 1 | -53/+85 | |
| 2016-05-01 | FileDialog: reset mkdir label after use (#4500) | Rémi Verschelde | 3 | -2/+3 | |
| Closes #1686. | |||||
| 2016-05-01 | OSX: Fix lib suffix for Android lib (#4499) | Rémi Verschelde | 1 | -3/+1 | |
| Fixes #1452. | |||||
| 2016-05-01 | GridMap: Fix backwards rotate hotkeys (#4498) | Rémi Verschelde | 1 | -3/+3 | |
| Fixes #1237 | |||||
| 2016-05-01 | AnimationPlayer: Prevent resetting timeline when pinned (#4497) | Rémi Verschelde | 1 | -0/+3 | |
| Fixes #1019 | |||||
| 2016-05-01 | math: Fix rounding error for 0 in Math::round (#4495) | Rémi Verschelde | 2 | -5/+3 | |
| Thus revert the previous workaround in commit b123bc4a2a9c07fcfd27a84109960bda158b3b9d. Fixes #3221. | |||||
| 2016-05-01 | Project manager: unescape project names (#4494) | Rémi Verschelde | 1 | -1/+1 | |
| Fixes #3609 | |||||
| 2016-05-01 | Add math/script expression evaluation in editor (#3620) | Franco Eusébio Garcia | 5 | -40/+252 | |
| Rebase of #453 | |||||
| 2016-05-01 | Allow any directory for custom character set and gradient image file when ↵ | volzhs | 1 | -2/+2 | |
| import font fix #4486 | |||||
| 2016-04-29 | Ignore invalid folders in `platform` | Rémi Verschelde | 1 | -1/+1 | |
| Fixes #4479 | |||||
| 2016-04-29 | Implement OS.get_process_ID for Windows | George Marques | 2 | -0/+6 | |
| Based on code by @ratsdiov. Closes #1733 | |||||
| 2016-04-29 | classref: Run doctool and merge BitmapFont | Rémi Verschelde | 1 | -201/+207 | |
| BitmapFont was split from the Font class, so the relevant method descriptions were readded manually. | |||||
| 2016-04-29 | disabled appirater | Ariel Manzur | 1 | -3/+3 | |
| 2016-04-29 | Add more documentations for this classes: | Geequlim | 1 | -1/+39 | |
| * BoxContainer * CenterContainer * ScrollContainer * SplitContainer * Vector2 * StringArray * FileDiloags | |||||
| 2016-04-29 | rate url on iOS and properly launching from .app on OSX | Ariel Manzur | 2 | -2/+12 | |
| 2016-04-29 | I think this is ok, "resizable" property might change | Ariel Manzur | 1 | -1/+1 | |
