index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
project_settings_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i18n: Sync translation templates with current source
Rémi Verschelde
2018-06-05
1
-2
/
+2
*
-New inspector.
Juan Linietsky
2018-05-15
1
-2
/
+2
*
Merge pull request #18610 from homer666/editor-popup-adjustments
Juan Linietsky
2018-05-07
1
-1
/
+8
|
\
|
*
Adjust default editor popup sizes
homer666
2018-05-05
1
-1
/
+8
*
|
Small changes for some strings.
Michael Alexsander Silva Dias
2018-05-03
1
-1
/
+1
|
/
*
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-22
1
-6
/
+6
*
Fixes left/up axis not mappable as actions
Gilles Roudiere
2018-04-18
1
-1
/
+2
*
Allow actions to provide an analog value
Gilles Roudiere
2018-04-16
1
-70
/
+102
*
Allows to map an action to all devices.
Nibodhika
2018-04-07
1
-14
/
+31
*
Fix non-valid characters for `input_action`
robfram
2018-03-17
1
-4
/
+13
*
Merge pull request #17013 from Noshyaar/theme
Rémi Verschelde
2018-03-13
1
-0
/
+8
|
\
|
*
Update icons when theme changed
Poommetee Ketson
2018-02-25
1
-0
/
+8
*
|
Fix non working action names containing whitespaces
robfram
2018-03-12
1
-4
/
+4
|
/
*
Fix UX with project settings search functionality
Paolo Perkovic
2018-02-02
1
-1
/
+1
*
ProjectSettings: Disallow adding properties without name.
Andreas Haas
2018-01-30
1
-1
/
+10
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Fixes and modifications for some dialogs.
Michael Alexsander Silva Dias
2017-12-21
1
-2
/
+0
*
Clean up setting dialogues a bit.
Ray Koopa
2017-12-17
1
-4
/
+4
*
Enhance undoredo action name, TTR, cleanup
Poommetee Ketson
2017-12-12
1
-2
/
+2
*
Removed style override inside the Localization tab in the Project Settings.
Michael Alexsander Silva Dias
2017-12-07
1
-13
/
+7
*
Merge pull request #11933 from cxong/master
Juan Linietsky
2017-11-21
1
-2
/
+2
|
\
|
*
Use "Command" for OSX in translation strings (#1619)
Cong
2017-10-13
1
-2
/
+2
*
|
Merge pull request #12895 from volzhs/better-ttr-format
Rémi Verschelde
2017-11-13
1
-2
/
+2
|
\
\
|
*
|
Better TTR format
volzhs
2017-11-13
1
-2
/
+2
*
|
|
Merge pull request #12829 from ianb96/project_settings_fix
Andreas Haas
2017-11-11
1
-0
/
+1
|
\
\
\
|
*
|
|
fix #12769 project settings crash
Ian
2017-11-10
1
-0
/
+1
|
|
/
/
*
/
/
Replace Del icon by Remove icon
William McKIE
2017-11-10
1
-3
/
+3
|
/
/
*
|
Clear text when a new action is added Project Settings Input Map
bncastle
2017-10-31
1
-0
/
+1
*
|
ProjectSettings: show error msg in a label instead
Poommetee Ketson
2017-10-28
1
-4
/
+14
*
|
Added the ability to filter the list of locales in the Remap tab.
DimOkGamer
2017-10-24
1
-9
/
+202
*
|
Fix deleting localization remap option.
DimOkGamer
2017-10-15
1
-1
/
+1
|
/
*
Added the set/get_setting function in Editor/Project settings. Renamed has() ...
Juan Linietsky
2017-10-05
1
-13
/
+13
*
fixed the OS.has_feature() API, and added support for 32 and 64.
Juan Linietsky
2017-10-03
1
-0
/
+2
*
Remove unecessary anchors&margins set causing bad display (sons of containers)
Gilles Roudiere
2017-09-27
1
-1
/
+0
*
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...
Gilles Roudiere
2017-09-22
1
-2
/
+2
*
-Fixed changes to default input actions not working, closes #10502
Juan Linietsky
2017-09-06
1
-4
/
+4
*
Merge pull request #10874 from Noshyaar/pr-action
Rémi Verschelde
2017-09-04
1
-17
/
+35
|
\
|
*
ProjectSettings: enhance add action error, fix confirm dialog
Poommetee Ketson
2017-09-04
1
-17
/
+35
*
|
Added transmission shader parameter.
Juan Linietsky
2017-09-03
1
-0
/
+7
*
|
Fix typos 'a' and 'an'
Poommetee Ketson
2017-09-02
1
-1
/
+1
|
/
*
Fix files header
Poommetee Ketson
2017-09-01
1
-1
/
+1
*
Fix inability to change project settings
Rémi Verschelde
2017-08-28
1
-1
/
+8
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Cleanup tons of obsolete commented out code
Rémi Verschelde
2017-08-26
1
-84
/
+6
*
Fix typo 'an setting' to 'a setting'
Poommetee Ketson
2017-08-26
1
-1
/
+1
*
Editor: Add some more translatable strings.
Andreas Haas
2017-08-25
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-4
/
+4
*
Several ui improvements (mostly margins)
Daniel J. Ramirez
2017-08-08
1
-8
/
+9
*
Some theme and usability improvements
Daniel J. Ramirez
2017-07-31
1
-9
/
+9
[next]