Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a bunch of missing Godot headers in own files | Rémi Verschelde | 2017-03-05 | 1 | -0/+29 | |
| | ||||||
* | -renamed globals.h to global_config.cpp (this seems to have caused a few ↵ | Juan Linietsky | 2017-02-21 | 1 | -1/+1 | |
| | | | | | | modified files) -.pck and .zip exporting redone, seems to be working.. | |||||
* | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -65/+65 | |
| | | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56 | |||||
* | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -2/+2 | |
| | | | | This saves typing and is a step towards fixing #56 | |||||
* | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 | |
| | | | | | 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. | |||||
* | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray | |||||
* | -Changed most project settings in the engine, so they have major and minor ↵ | Juan Linietsky | 2017-01-05 | 1 | -1/+1 | |
| | | | | | | | | 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 | |||||
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | 2017-01-02 | 1 | -68/+68 | |
| | | | | | | | | 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() | |||||
* | Renamed the bind_native functions to bind_vararg, should make it show the ↵ | Juan Linietsky | 2016-09-07 | 1 | -1/+1 | |
| | | | | documentation more clearly and also make it easier to bind to C# | |||||
* | Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399 | Juan Linietsky | 2016-09-06 | 1 | -1/+2 | |
| | ||||||
* | Should Fix Compiling Export Templates | ISylvox | 2016-09-06 | 1 | -1/+2 | |
| | | | | | - Works on Windows, Linux x11, Linux Server, Android, HTML5 - Not tested on Mac/iOS (don't have Apple's devices yet) | |||||
* | Removed script_variables/ prefix to VS properties, made them easier to ↵ | Juan Linietsky | 2016-09-04 | 1 | -26/+12 | |
| | | | | access from GD and Expression nodes | |||||
* | Added expression nodes to visual script, please test. | Juan Linietsky | 2016-09-04 | 1 | -5/+9 | |
| | ||||||
* | Connection hints when connecting to empty space. | Juan Linietsky | 2016-09-03 | 1 | -0/+17 | |
| | ||||||
* | More improvements to visual script.. | Juan Linietsky | 2016-08-31 | 1 | -0/+20 | |
| | | | | fixed a bug of not saving when sub-nodes changed. | |||||
* | -Reworked constant nodes better | Juan Linietsky | 2016-08-31 | 1 | -2/+13 | |
| | | | | -Added simple switch node, removed InputEventFilter | |||||
* | More visual script improvements | Juan Linietsky | 2016-08-30 | 1 | -56/+155 | |
| | | | | | | -Added anti-aliasing on lines -Improved draw performance enormously -Removed sequence ports for most nodes, current visual scripts will likely be broken now. Sorry! | |||||
* | Several all around fixes to visual scripting (in the process of creating demos) | Juan Linietsky | 2016-08-28 | 1 | -4/+38 | |
| | ||||||
* | More visual script work | Juan Linietsky | 2016-08-25 | 1 | -18/+49 | |
| | | | | | | | | | -Block switches to 2d/3d editor if editing visual script -Added cast node in flow control -Added ability to do RPC in visual script -Comment nodes -Fix bug with inverted cable in connecting backwards -Copy and paste nodes, including from different scripts | |||||
* | Proper function/property selection in visual script editing for property. | Juan Linietsky | 2016-08-23 | 1 | -1/+12 | |
| | | | | This one has an ordered list, built-in description, search, etc. | |||||
* | Brand new networked multiplayer | Juan Linietsky | 2016-08-19 | 1 | -2/+11 | |
| | ||||||
* | VisualScript: Adding TOOLS_ENABLED flag where needed (#6144) | vkbsb | 2016-08-15 | 1 | -1/+2 | |
| | | | Fixes #6022. | |||||
* | Added a simpler way to do sub-functions in both visual and gdscript with the ↵ | Juan Linietsky | 2016-08-08 | 1 | -1/+31 | |
| | | | | | | | subcall node. With this, visual script is almost done (missing registering custom nodes from addon). All this is probably pretty broken, too and needs a lot of testing. | |||||
* | Added ability to create custom nodes from script. | Juan Linietsky | 2016-08-07 | 1 | -0/+3 | |
| | ||||||
* | Automatically turn on process callbacks if relevant callbacks in node exists | Juan Linietsky | 2016-08-07 | 1 | -0/+17 | |
| | ||||||
* | -Added yield nodes to visual script | Juan Linietsky | 2016-08-07 | 1 | -78/+280 | |
| | | | | | -Added input selection nodes to visual script -Added script create icon for those who miss it, will only appear when it can be used. | |||||
* | Reverted printable null object, seems to cause bugs around and not sure why. | Juan Linietsky | 2016-08-06 | 1 | -2/+2 | |
| | | | | Will have to check better, likely for 3.0 | |||||
* | Likely with bugs and with some features are missing, as well as profiler ↵ | Juan Linietsky | 2016-08-06 | 1 | -17/+283 | |
| | | | | support, but VisualScript should be more or less done! | |||||
* | VisualScript can now execute visual scripts, but there is no debugger or ↵ | Juan Linietsky | 2016-08-05 | 1 | -9/+861 | |
| | | | | profiler yet. | |||||
* | More work on visual scripting.. | Juan Linietsky | 2016-08-03 | 1 | -0/+91 | |
| | ||||||
* | WIP visual scripting, not working yet but you can check out stuff | Juan Linietsky | 2016-08-02 | 1 | -0/+1156 | |