aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Show object string cast instead of object id in debuggersupaiku2016-09-061-2/+4
| | | | |
* | | | | Merge pull request #6352 from hurikhan/fix_release_build_IIRémi Verschelde2016-09-051-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix release build. (II)
| * | | | | Fix release build. (II)Mario Schlack2016-09-011-2/+2
| | |/ / / | |/| | |
* | | | | InputEvent: Fix event comparisons when type is NONERémi Verschelde2016-09-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Was a regression from 2e5a4cb5ca33576ea81601f949b2e633ff92213c. Fixes #6376.
* | | | | Merge pull request #6365 from akien-mga/pr-localesRémi Verschelde2016-09-021-24/+414
|\ \ \ \ \ | | | | | | | | | | | | i18n: Update list of supported locales based off glibc
| * | | | | i18n: Update list of supported locales based off glibcRémi Verschelde2016-09-011-24/+414
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #5733, fixes #6214.
* | | | | | Basic type constants for visual scriptJuan Linietsky2016-09-022-3/+11
| | | | | |
* | | | | | -Modified Input and added is_action_just_pressed() as well as ↵Juan Linietsky2016-09-016-11/+32
|/ / / / / | | | | | | | | | | | | | | | is_action_just_released()
* / / / / More improvements to visual script..Juan Linietsky2016-08-312-0/+7
|/ / / / | | | | | | | | | | | | fixed a bug of not saving when sub-nodes changed.
* | | | Merge pull request #6188 from TheHX/undo-redoRémi Verschelde2016-08-292-15/+58
|\ \ \ \ | | | | | | | | | | Implemented UndoRedo mergeable modes
| * | | | Implemented UndoRedo mergeable modesFranklin Sobrinho2016-08-172-15/+58
| | | | |
* | | | | Several all around fixes to visual scripting (in the process of creating demos)Juan Linietsky2016-08-282-6/+8
| | | | |
* | | | | Merge pull request #6249 from volzhs/issue-6121Rémi Verschelde2016-08-281-1/+45
|\ \ \ \ \ | | | | | | | | | | | | Show last added action on Input Map
| * | | | | Show last added action on Input Map and implement InputEvent "=="volzhs2016-08-281-1/+45
| | | | | |
* | | | | | Merge pull request #6270 from neikeq/pr-m32-ctorRémi Verschelde2016-08-271-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Matrix32: Add a constructor which takes six real_t params
| * | | | | | Matrix32: Add constructor that takes six real_t paramsIgnacio Etcheverry2016-08-241-0/+9
| | | | | | |
* | | | | | | Merge pull request #6187 from TheHX/pr-pinfo-functionRémi Verschelde2016-08-272-0/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added add_property_info function to Globals and EditorSettings classes
| * | | | | | | Added add_property_info function to Globals and EditorSettings classesFranklin Sobrinho2016-08-162-0/+22
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #6290 from caryoscelus/masterIgnacio Etcheverry2016-08-271-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix string iterator
| * | | | | | | fix string iteratorcaryoscelus2016-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since strings are null-terminated, size() returns incorrect length, so use length() instead. fixes #6287
* | | | | | | | Merge pull request #6239 from volzhs/fix-return-spbGeorge Marques2016-08-261-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Fix StreamPeerBuffer::duplicate() does not return value
| * | | | | | | Fix StreamPeerBuffer::duplicate() does not return valuevolzhs2016-08-221-0/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | More visual script workJuan Linietsky2016-08-255-30/+108
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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 Linietsky2016-08-232-0/+9
|/ / / / / | | | | | | | | | | | | | | | This one has an ordered list, built-in description, search, etc.
* | | | | -High Level protocol optimization (should be smaller)Juan Linietsky2016-08-227-16/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Ability to set compression to ENet packets (check API) -Fixed small bug in StringDB that lead to duplicate empty strings -Added a new class, StreamPeerBuffer, useful to create your own tightly packed data
* | | | | Changed API to use sequenced packets for UDP (drop old)Juan Linietsky2016-08-192-2/+2
| | | | |
* | | | | Brand new networked multiplayerJuan Linietsky2016-08-193-10/+42
|/ / / /
* | | | Added high level networked multiplayer to Godot.Juan Linietsky2016-08-141-0/+2
| | | | | | | | | | | | | | | | | | | | It's complete, but absolutely and completely untested, undocumented and NSFW. Have fun :-)
* | | | Missing some bits, and added connection status.Juan Linietsky2016-08-142-1/+14
| | | |
* | | | -Added an ENet implementation for NetworkedMultiplayerPeer for "a bit higher ↵Juan Linietsky2016-08-142-10/+5
| | | | | | | | | | | | | | | | level" networking.
* | | | Fixed bug in make_dir_recursive, closes #6016Juan Linietsky2016-08-081-0/+7
| | | |
* | | | Merge pull request #6055 from eska014/native-bind-rettypeRémi Verschelde2016-08-082-2/+11
|\ \ \ \ | | | | | | | | | | Allow documenting unexposed return types in bind_native_method
| * | | | Allow documenting unexposed return types in bind_native_methodeska2016-08-062-2/+11
| | | | | | | | | | | | | | | | | | | | Document return type of `Object.call` and `GDScript.new`
* | | | | Added a simpler way to do sub-functions in both visual and gdscript with the ↵Juan Linietsky2016-08-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Automatically turn on process callbacks if relevant callbacks in node existsJuan Linietsky2016-08-071-1/+1
| | | | |
* | | | | -Added yield nodes to visual scriptJuan Linietsky2016-08-076-9/+58
| | | | | | | | | | | | | | | | | | | | | | | | | -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 Linietsky2016-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | Will have to check better, likely for 3.0
* | | | | Likely with bugs and with some features are missing, as well as profiler ↵Juan Linietsky2016-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | support, but VisualScript should be more or less done!
* | | | | VisualScript can now execute visual scripts, but there is no debugger or ↵Juan Linietsky2016-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | profiler yet.
* | | | | More progress on visual script editingJuan Linietsky2016-08-032-0/+54
| | | | |
* | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-08-0215-42/+88
|\ \ \ \ \
| * \ \ \ \ Merge pull request #5976 from allkhor/masterRémi Verschelde2016-07-311-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | Fix String::is_valid_integer() for single symbols + and -
| | * | | | Fix String::is_valid_integer() for single symbols + and -allkhor2016-07-311-1/+1
| | | | | |
| * | | | | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska2016-07-301-1/+1
| |/ / / /
| * | | | Fix regression with str() improvements for math typesIgnacio Etcheverry2016-07-286-23/+44
| | | | |
| * | | | Merge pull request #5921 from neikeq/pr-issue-5919Rémi Verschelde2016-07-275-10/+17
| |\ \ \ \ | | | | | | | | | | | | Prettier str() for some math types
| | * | | | Prettier str() for some math typesIgnacio Etcheverry2016-07-275-10/+17
| | | |/ / | | |/| |
| * | | | Fix reading of empty StringArray-s in .tscnBojidar Marinov2016-07-271-1/+3
| | | | | | | | | | | | | | | | | | | | Closes #5912
| * | | | Changed the way the step decimals are computed to a safer way, fixes many ↵Juan Linietsky2016-07-262-16/+20
| |/ / / | | | | | | | | | | | | issues.
| * | | Merge pull request #5524 from pkowal1982/masterJuan Linietsky2016-07-243-0/+7
| |\ \ \ | | | | | | | | | | Array has(var value) function