93ab45b6b5
Style: Fix whole-line commented code
...
They do not play well with clang-format which aligns the `//` part
with the rest of the code block, thus producing badly indented commented code.
2017-01-14 14:52:23 +01:00
bc26f90581
Type renames:
...
Matrix32 -> Transform2D
Matrix3 -> Basis
AABB -> Rect3
RawArray -> PoolByteArray
IntArray -> PoolIntArray
FloatArray -> PoolFloatArray
Vector2Array -> PoolVector2Array
Vector3Array -> PoolVector3Array
ColorArray -> PoolColorArray
2017-01-11 00:52:51 -03:00
48097f6df3
Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a container!
2017-01-10 01:49:55 -03:00
fa170cbc58
PopupMenu now emits both index_pressed and id_pressed instead of item_pressed, closes #3188
2017-01-08 18:18:54 -03:00
547a57777b
renamed joystick to joypad everywhere around source code!
2017-01-08 17:06:33 -03:00
920947f297
renamed _input_event for GUI events to _gui_input, so it's more differentiated than generalized _input
2017-01-08 16:28:12 -03:00
0f7af4ea51
-Changed most project settings in the engine, so they have major and minor categories.
...
-Changed SectionedPropertyEditor to support this
-Renamed Globals singleton to GlobalConfig, makes more sense.
-Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available
2017-01-05 09:16:00 -03:00
b085c40edf
-Conversion of most properties to a simpler syntax, easier to use by script
...
-Modified help to display properties
GDScript can still not make use of them, though.
2017-01-04 01:16:14 -03:00
118eed485e
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant.
...
All usages of "type" to refer to classes were renamed to "class"
ClassDB has been exposed to GDScript.
OBJ_TYPE() macro is now GDCLASS()
2017-01-02 23:03:46 -03:00
c7bc44d5ad
Welcome in 2017, dear changelog reader!
...
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer
with state-of-the-art rendering techniques tuned to work as low as middle
end handheld devices - without compromising with the possibilities given
for higher end desktop games of course. Great times ahead for the Godot
community and the gamers that will play our games!
2017-01-01 22:03:33 +01:00
6c674375e5
Merge pull request #6249 from volzhs/issue-6121
...
Show last added action on Input Map
2016-08-28 12:02:08 +02:00
2e5a4cb5ca
Show last added action on Input Map and implement InputEvent "=="
2016-08-28 15:18:13 +09:00
9483d3cbf9
Device Input dialog now uses containers
2016-08-04 16:51:58 +02:00
9df192d8ec
Project Settings: Use containers for the Input Map tab content
2016-07-27 17:32:24 +02:00
06eef730c0
Merge pull request #5584 from TheHX/project-settings
...
Implement undo/redo for adding and deleting global properties
2016-07-10 13:04:08 -03:00
9be07081de
Implement undo/redo for adding and deleting global properties
2016-07-07 10:10:12 -03:00
3b7b581d63
Added drag and drop to rearrange the autoload order
...
* Created a new class for autoload settings, in editor_autoload_settings.h
2016-07-04 20:22:28 -03:00
9a3ca0eaa2
Merge pull request #4824 from 29jm/pr-3481
...
Ability to rename autoloads
2016-06-06 20:46:10 -03:00
007efb6a20
-customizable shortcuts in editor
...
-editor settings now save to .tres instead of .xml
-buttons can now hold a shortcut
2016-06-04 21:31:47 -03:00
0fc4f1bcf4
Added more translatable strings in code. Updated template tools.pot.
...
also improved Russian localization.
2016-05-30 21:47:53 +03:00
cb05e8450d
Set more visible string to translatable
2016-05-29 16:10:23 +08:00
4b80b6b0e3
Ability to rename autoloads
...
The commit makes the 'Name' field of autoloads editable, with support
for undo/redo. Name clashes/invalid characters are handled. Fixes #3481 .
2016-05-27 18:17:57 +02:00
00d8f86044
i18n: Second pass at proofreading
...
Mostly removing commented out strings, plus a few critical ones
that should not be translated.
2016-05-21 01:27:27 +02:00
94c34ff890
i18n: Proofreading of all strings
...
Done to ensure that no important identifiers are translatable,
to fix compound strings using the new vformat() function, and
some general English proofreading here and there.
2016-05-21 00:21:57 +02:00
567cb691ec
Modified editor strings to be translatable in the future
2016-05-03 22:25:37 -03:00
418049b741
More precise InputMap Axis descriptions in project settings.
...
Now it's "Left Stick {Up, Down, Left, Right}" instead of just "Left Stick" repeated 4x.
2016-04-28 15:53:49 +02:00
8b1dcbfe4d
-Made editor support SSL certs by default (embedded them)
...
-Made asset sharing support https
-Many fixes to HTTPRequest
-Added an asset installer dialog
-Visual cleanups to asset sharing tab
-Fixed some issues in ScrollContainer, hope it does not break things
-Asset sharing tab is not visible (hidden on purpose) for now.
2016-03-12 10:46:38 -03:00
bf7f9244a9
fix two reading uninitialized pointers
...
fixed in:
tools/editor/project_settings.cpp
scene/gui/graph_edit.cpp
2016-03-09 00:16:56 +01:00
4a4f247914
remove trailing whitespace
2016-03-09 00:00:52 +01:00
48524384d6
Fix Project Settings dialog add/delete global variable
2016-03-06 11:22:21 -03:00
6fc1c3a4d1
Completed the support for plugins! It is not possible to add plugins.
...
Not all APIs are provided yet, please request whathever you are missing.
Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings.
Have fun!
2016-02-27 23:12:27 -03:00
5d68149d7d
Rename input actions by editing its item in the list
2016-02-13 13:18:40 +01:00
0065be1bcd
fix joystick related label text in project settings
2016-02-11 15:39:41 +01:00
dcb823b293
Merge pull request #3560 from Hinsbart/axis_names
...
fix joystick axis names in project settings
2016-02-02 21:58:20 -03:00
1395029d8a
fix joystick axis names in project settings
2016-02-03 00:15:50 +01:00
857edbea1c
-make animationplayer thinner, also toolbuttons too. fixes #3526
2016-02-02 18:22:37 -03:00
a9412b8744
-make autoloads keep order when toggling singleton, fixes #3482
2016-02-02 08:06:59 -03:00
a479ce6e86
-Made Joystick menus friendlier, show button index, more up to date names and axis names. Closes #3501
2016-02-02 07:56:08 -03:00
0364d6b076
do not fail on invalid audio driver, fixes #3466
2016-01-31 18:47:13 -03:00
54d53e0a78
fix dpad left/right not showing correctly in project settings
2016-01-28 20:53:15 +01:00
dc7c6c19f3
Revert "Better search for SectionedPropertyEditor, added "All" section"
2016-01-23 16:05:27 -03:00
94a60f408a
Better search for SectionedPropertyEditor, added "All" section
2016-01-12 09:40:35 -03:00
eb7901c8b8
-Project settings can properly add/remove properties again, fixes #3177
2016-01-10 17:08:02 -03:00
d5b8131f27
small usability improvement, change everything related to resolution and scaling together in the project settings, closes #1974
2016-01-03 19:47:07 -03:00
908f75c23f
having active items is pointless in input map
2016-01-03 18:52:42 -03:00
432e2e7769
proper joy axis support as actions, can be configured and inquired, fixes #2317
2016-01-02 09:37:16 -03:00
5be9ff7b67
Update copyright to 2016 in headers
2016-01-01 11:50:53 -02:00
496cb49771
Fix proper ordering of project settings properties, also fixes inability to change order of autoloads
2015-12-28 18:04:22 -03:00
110de2ccac
-Added proper code completion for singletons
2015-12-28 16:36:29 -03:00
e0d21d2158
Ability to set autoloads as singleton global variables
2015-12-28 15:59:20 -03:00