Javier Dehesa
|
f2ef5253f0
Added zoom functionality to sprite frames editor plugin
|
5 years ago |
Aaron Franke
|
56e2c6c704
Make all String float conversion methods be 64-bit
|
5 years ago |
Stijn Hinlopen
|
526e060b73
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and resource depency dialogs).
|
5 years ago |
Hugo Locurcio
|
31b7f02a29
Remove ToolButton in favor of Button
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
MrRevington
|
13770ac08d
Add AtlasTexture support in SpriteFrames Editor - Add Frames from a Sprite Sheet
|
5 years ago |
Juan Linietsky
|
eaae4b6408
Renamed 2D and 3D nodes to make their types explicit
|
5 years ago |
Juan Linietsky
|
441f1a5fe9
Popups are now windows also (broken!)
|
5 years ago |
Juan Linietsky
|
4758057f20
Working multiple window support, including editor
|
5 years ago |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
Rémi Verschelde
|
48ed841dd0
Signals: Fix some regressions from #36426
|
5 years ago |
Rémi Verschelde
|
01afc442c7
Signals: Port connect calls to use callable_mp
|
5 years ago |
Rémi Verschelde
|
2cf6ac6c50
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Juan Linietsky
|
3f335ce3d4
Texture refactor
|
6 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Rémi Verschelde
|
e37ad996a1
Merge pull request #34625 from timothyqiu/i18n
|
5 years ago |
Haoyu Qiu
|
8cf941a8cb
Makes more editor strings translatable
|
5 years ago |
Haoyu Qiu
|
078c0d75f2
Cleans up headers included in editor_node.h
|
5 years ago |
Rafał Mikrut
|
ed1c4bc77d
Removed unused variables, add some constants numbers
|
5 years ago |
Rémi Verschelde
|
ab3bccdb78
Fix typos with codespell
|
6 years ago |
Rémi Verschelde
|
242e6cb904
Merge pull request #32000 from codecustard/Add_Reorder_frames_via_dragndrop
|
6 years ago |
PouleyKetchoupp
|
a701d4e940
SpriteFramesEditor improvements around deleting animations
|
6 years ago |
Emmanuel Barroga
|
0048468658
Add ability to reorder animation frames via drag and drop
|
6 years ago |
hbina085
|
9f0c6a6009
Many fallthrough switch cases now have the FALLTHROUGH macro to tell the compiler that this is intended.
|
6 years ago |
Rémi Verschelde
|
3fa84efb03
Merge pull request #28831 from dankan1890/spriteframes_sheet_fix
|
6 years ago |
dankan1890
|
abeb61f220
AnimatedSprite: Add from spritesheets now work as expected. Fix #28030
|
6 years ago |