index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
tile_set_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes the resize of tile shapes when a vertex is outside of the tilesheet. Fi...
Dashcell
2020-09-17
1
-0
/
+16
*
Made toolbar buttons in tile set editor flat
Javier Dehesa
2020-08-14
1
-0
/
+18
*
Fix TTR misuse
SkyJJ
2020-07-24
1
-1
/
+1
*
TileSet Editor: Check polygon size before indexing
Rémi Verschelde
2020-07-21
1
-12
/
+10
*
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
1
-1
/
+1
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-18
/
+18
*
Fix a random crash in the TileSet editor
Bojidar Marinov
2020-06-17
1
-1
/
+3
*
Allow mouse zooming without hovering the texture in the TileSet editor
Hugo Locurcio
2020-06-03
1
-9
/
+24
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-77
/
+138
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-46
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-3
/
+3
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-3
/
+3
*
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
1
-4
/
+4
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-38
/
+38
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-3
/
+3
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-8
/
+8
*
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
1
-1
/
+1
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-41
/
+25
*
Renamed NavigationPolygonInstance to NavigationRegion2D
Andrea Catania
2020-02-28
1
-2
/
+2
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-1
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-27
/
+27
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-22
/
+16
*
Fix problems with concave shapes in the TileSet editor
Michael Alexsander
2020-02-11
1
-10
/
+13
*
Bugfixes and ability to better specify filter and repeat modes everywhere.
Juan Linietsky
2020-02-11
1
-12
/
+12
*
Texture refactor
Juan Linietsky
2020-02-11
1
-13
/
+13
*
Fix TileSet editor's workspace size sometimes not changing correctly on regio...
Michael Alexsander
2020-01-10
1
-12
/
+16
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Merge pull request #34625 from timothyqiu/i18n
Rémi Verschelde
2019-12-30
1
-2
/
+2
|
\
|
*
Makes more editor strings translatable
Haoyu Qiu
2019-12-30
1
-2
/
+2
*
|
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
|
/
*
Makes more editor strings translatable
Haoyu Qiu
2019-12-21
1
-3
/
+17
*
Increase the TileSet and polygon UV editor zoom limits to 16×
Hugo Locurcio
2019-12-14
1
-2
/
+2
*
Merge pull request #34016 from norton-corbett/hotfix/tileset-editor-point-gra...
Rémi Verschelde
2019-12-13
1
-14
/
+42
|
\
|
*
Fixed another point grabbing issue at lower zoom levels.
Norton Corbett
2019-12-01
1
-18
/
+42
|
*
Take into account the current zoom level when grabbing polygon points in the ...
Norton Corbett
2019-12-01
1
-3
/
+7
*
|
Fix TilesetEditorContext separation snap.
dankan1890
2019-12-08
1
-1
/
+1
|
/
*
Properly handle zoom when opening tileset editor
Tomasz Chabora
2019-11-12
1
-2
/
+2
*
Fixed cases where labels with autowrap can overflow the editor ui
PouleyKetchoupp
2019-11-04
1
-0
/
+1
*
Fix "seperate" typos
Aaron Franke
2019-10-31
1
-2
/
+2
*
Add informational messages to various editors
Michael Alexsander Silva Dias
2019-09-04
1
-1
/
+25
*
Added drag and drop to the tileset plugin.
dankan1890
2019-08-26
1
-0
/
+85
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-2
/
+1
*
Merge pull request #31085 from sparkart/fix_redundant_navpolygons
Rémi Verschelde
2019-08-05
1
-0
/
+2
|
\
|
*
Fix Redundant Navigation Polygons
Emmanuel Barroga
2019-08-04
1
-0
/
+2
*
|
Some Vector2i usage cleanup
Aaron Franke
2019-08-03
1
-10
/
+9
|
/
[next]