Ignacio Etcheverry
|
2060e6616c
|
Add missing Vector2Array case to Variant::operator String()
- Correcly display Vector2Array default arguments in the documentation
|
2016-05-04 15:16:24 +02:00 |
|
Rémi Verschelde
|
479cfb1d36
|
Merge pull request #4518 from AlexHolly/animationplayer-finished-name
added name parameter on animationplayer finished
|
2016-05-02 11:37:40 +02:00 |
|
Rémi Verschelde
|
85c2dbe069
|
Merge pull request #4505 from SaracenOne/glsl_includes
Support for #includes in built-in GL shaders.
|
2016-05-02 11:36:22 +02:00 |
|
Juan Linietsky
|
5bb7cef836
|
Support for dynamic fonts (TTF)
Added support for DynamicFont, which can load a TTF of any size to use
as a font. No import required.
|
2016-05-01 23:13:06 -03:00 |
|
Alexander Holland
|
f9fafb75dc
|
added name parameter on animationplayer finished
|
2016-05-02 01:48:00 +02:00 |
|
CowThing
|
957c265f11
|
Documented YSort (#4515)
Documented YSort
|
2016-05-01 23:55:24 +02:00 |
|
Rémi Verschelde
|
8ceab5ddaf
|
Debugger: Fix breaked signal binding (#4508)
Closes #4270.
|
2016-05-01 23:06:30 +02:00 |
|
Rémi Verschelde
|
d6304855c5
|
Merge pull request #4506 from akien-mga/pr-tabs
Tabs: Various fixes for multiple tabs and right/close buttons position
|
2016-05-01 23:06:17 +02:00 |
|
Rémi Verschelde
|
23f04abfb7
|
Merge pull request #4510 from djrm/classref-edit
Documented ColorRamp
|
2016-05-01 20:48:44 +02:00 |
|
Daniel J. Ramirez
|
c2bdb3727b
|
Documented ColorRamp
|
2016-05-01 13:34:25 -05:00 |
|
Rémi Verschelde
|
6117a6f9b0
|
Merge pull request #4509 from djrm/classref-edit
Partial documentation for Particles2D
|
2016-05-01 19:45:00 +02:00 |
|
Daniel J. Ramirez
|
3cd58fe0ba
|
Partial documentation for Particles2D
|
2016-05-01 12:36:45 -05:00 |
|
Rémi Verschelde
|
a3d81cab8a
|
Merge pull request #4507 from bojidar-bg/document-popup-and-inherited
Document Popup, PopupDialog, PopupMenu, and PopupPanel
|
2016-05-01 16:56:50 +02:00 |
|
Bojidar Marinov
|
5cdf4a6379
|
Document Popup, PopupDialog, PopupMenu, and PopupPanel
|
2016-05-01 17:52:42 +03:00 |
|
Rémi Verschelde
|
21c181bd3c
|
Tabs: Fix align issue with right/close buttons
The stylebox around the close button was badly centered.
There were also bad margins applied when using right buttons.
|
2016-05-01 16:48:55 +02:00 |
|
Rémi Verschelde
|
8b32c80529
|
Tabs: cleanup code, no functional change
Some dead code removed, a few cosmetic changes.
|
2016-05-01 16:27:33 +02:00 |
|
Rémi Verschelde
|
8574489dd2
|
Tabs: Fix navigation buttons overlap when resizing
It was not taking into account the minimum width of the stylebox.
Fixed by factorizing some duplicate code.
|
2016-05-01 15:29:07 +02:00 |
|
Rémi Verschelde
|
bbaf296948
|
Tabs: Fix icon size not taken into account for offset
Fixes #4107.
|
2016-05-01 14:54:45 +02:00 |
|
Saracen
|
6c0071be96
|
Support for #includes in built-in GL shaders.
|
2016-05-01 13:39:43 +01:00 |
|
Rémi Verschelde
|
8dc9e55707
|
Merge pull request #4502 from volzhs/import-font
Allow any directory for custom character set and gradient image file …
|
2016-05-01 11:38:37 +02:00 |
|
Rémi Verschelde
|
ab7886ffc4
|
FileDialog: reset mkdir label after use (#4500)
Closes #1686.
|
2016-05-01 11:38:24 +02:00 |
|
Rémi Verschelde
|
94274b9ab5
|
OSX: Fix lib suffix for Android lib (#4499)
Fixes #1452.
|
2016-05-01 11:38:15 +02:00 |
|
Rémi Verschelde
|
8259c46707
|
GridMap: Fix backwards rotate hotkeys (#4498)
Fixes #1237
|
2016-05-01 11:38:08 +02:00 |
|
Rémi Verschelde
|
0b4f277184
|
AnimationPlayer: Prevent resetting timeline when pinned (#4497)
Fixes #1019
|
2016-05-01 11:37:58 +02:00 |
|
Rémi Verschelde
|
6883325f92
|
math: Fix rounding error for 0 in Math::round (#4495)
Thus revert the previous workaround in commit b123bc4a2a .
Fixes #3221.
|
2016-05-01 11:37:46 +02:00 |
|
Rémi Verschelde
|
78adbf4790
|
Project manager: unescape project names (#4494)
Fixes #3609
|
2016-05-01 11:37:32 +02:00 |
|
Franco Eusébio Garcia
|
a735573327
|
Add math/script expression evaluation in editor (#3620)
Rebase of #453
|
2016-05-01 10:33:32 +02:00 |
|
volzhs
|
b172cb524d
|
Allow any directory for custom character set and gradient image file when import font
fix #4486
|
2016-05-01 16:59:46 +09:00 |
|
Rémi Verschelde
|
ff40dcd83f
|
Merge pull request #4488 from vnen/pr-windows-pid
Implement OS.get_process_ID for Windows
|
2016-04-30 23:05:09 +02:00 |
|
Rémi Verschelde
|
f938793e78
|
Ignore invalid folders in platform
Fixes #4479
|
2016-04-29 18:58:37 +02:00 |
|
George Marques
|
2cd8e86aa0
|
Implement OS.get_process_ID for Windows
Based on code by @ratsdiov.
Closes #1733
|
2016-04-29 13:57:57 -03:00 |
|
Rémi Verschelde
|
18c09acf9f
|
classref: Run doctool and merge BitmapFont
BitmapFont was split from the Font class, so the relevant method
descriptions were readded manually.
|
2016-04-29 18:28:07 +02:00 |
|
Ariel Manzur
|
6aae63fce2
|
disabled appirater
|
2016-04-29 13:03:46 -03:00 |
|
Rémi Verschelde
|
2bc626a72c
|
Merge pull request #4487 from Geequlim/master
Add more documentations
|
2016-04-29 16:35:15 +02:00 |
|
Geequlim
|
a518792d89
|
Add more documentations for this classes:
* BoxContainer
* CenterContainer
* ScrollContainer
* SplitContainer
* Vector2
* StringArray
* FileDiloags
|
2016-04-29 22:27:16 +08:00 |
|
Ariel Manzur
|
6962fd91c6
|
rate url on iOS and properly launching from .app on OSX
|
2016-04-29 10:54:25 -03:00 |
|
Ariel Manzur
|
de3ed61fc5
|
I think this is ok, "resizable" property might change
|
2016-04-29 10:54:25 -03:00 |
|
Ariel Manzur
|
b50c00ff90
|
merged iphoen changes
|
2016-04-29 10:50:56 -03:00 |
|
Rémi Verschelde
|
6d22e03b96
|
Merge pull request #4485 from bojidar-bg/2d-snap-axis
Allow dragging on only one axis when holding down shift in 2D
|
2016-04-29 14:36:03 +02:00 |
|
Rémi Verschelde
|
db50ccb25f
|
Merge pull request #4484 from Paulb23/shader_editor_text_editor_settings
Shader editor now uses text editor settings
|
2016-04-29 14:15:35 +02:00 |
|
Bojidar Marinov
|
d82ff4ed09
|
Allow dragging on only one (global) axis when holding down shift
Closes #1723
|
2016-04-29 15:06:29 +03:00 |
|
Paulb23
|
64751e0a75
|
Shader editor now uses text editor settings
|
2016-04-29 12:39:04 +01:00 |
|
Rémi Verschelde
|
fa3240a8e9
|
Specify the demos license
It was already under the MIT as the rest of the engine,
but some users seemed not convinced about it.
|
2016-04-29 10:59:40 +02:00 |
|
Rémi Verschelde
|
a0dce1e66f
|
Merge pull request #4482 from Geequlim/master
Add more documentations and fix AcceptDialog::add_cancel
|
2016-04-29 10:43:50 +02:00 |
|
Geequlim
|
5c61e17c10
|
Add more documentations and fix AcceptDialog::add_cancel
|
2016-04-29 16:34:07 +08:00 |
|
Rémi Verschelde
|
c97cc362e3
|
Merge pull request #4387 from JoshuaGrams/rigidbody2d-torque
Hooked up RigidBody2D torque methods
|
2016-04-29 10:29:12 +02:00 |
|
Geequlim
|
4de3f8944e
|
Fill in the blank in the Array, CenterContainer and Dictionary class reference (#4476)
|
2016-04-29 07:32:13 +02:00 |
|
Rémi Verschelde
|
4e8cb708ec
|
Merge pull request #4473 from Paulb23/shader_editor_color_fix
Fixed shader editor syntax coloring
|
2016-04-29 07:31:02 +02:00 |
|
Daniel J. Ramirez
|
faf21b81e8
|
Documentation for Canvas Modulate, ColorPicker, ColorPickerButton
|
2016-04-29 07:27:18 +02:00 |
|
Juan Linietsky
|
0fa588a830
|
move Font to BitmapFont
so we can add DynamicFont later..
|
2016-04-28 22:21:36 -03:00 |
|