aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-25More visual script workJuan Linietsky35-248/+1703
-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
2016-08-24DocData: Fix null reference not detected correctlyIgnacio Etcheverry1-0/+4
2016-08-23tiny bug fixJuan Linietsky1-0/+1
2016-08-23Making bits of docs appear in different dialogues is made easier with ↵Juan Linietsky7-63/+177
EditorHelpBit
2016-08-23Proper function/property selection in visual script editing for property.Juan Linietsky17-676/+949
This one has an ordered list, built-in description, search, etc.
2016-08-23prettier connections for graph editJuan Linietsky6-54/+139
2016-08-22enet: Fix build on android and iphone platformsRémi Verschelde1-0/+2
Fixes #6156.
2016-08-22-High Level protocol optimization (should be smaller)Juan Linietsky12-85/+515
-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
2016-08-20fix to mingw buildJuan Linietsky1-1/+1
2016-08-19Changed API to use sequenced packets for UDP (drop old)Juan Linietsky4-9/+9
2016-08-20ENet windows compilation fixes.Juan Linietsky4-6/+4
For reference, when you include a Windows header (be it directly windows.h or something that includes it) put it at the end of the includes. it seems I forgot.
2016-08-19Many fixes to networking, demo should work nowJuan Linietsky2-4/+14
2016-08-19Brand new networked multiplayerJuan Linietsky23-244/+1303
2016-08-18DocData: Fix duplicated parenthesis for default valuesIgnacio Etcheverry1-6/+8
2016-08-16Small usability improvements on the TileMap editor tile palette.Franklin Sobrinho1-10/+27
* The column width changes with the zoom, now the icons don't overlap. * Added a tile hsepation setting. * Added a setting to show/hide tile names.
2016-08-15Update EditorPlugin docFranklin Sobrinho1-0/+24
2016-08-15Expose additional functions for the EditorPlugin classFranklin Sobrinho2-3/+26
2016-08-152d collision shape icons now uses the color for shape iconsDaniel J. Ramirez24-125/+575
2016-08-15VisualScript: Adding TOOLS_ENABLED flag where needed (#6144)vkbsb3-1/+6
Fixes #6022.
2016-08-14Added high level networked multiplayer to Godot.Juan Linietsky7-5/+698
It's complete, but absolutely and completely untested, undocumented and NSFW. Have fun :-)
2016-08-14Missing some bits, and added connection status.Juan Linietsky4-8/+64
2016-08-14-Added an ENet implementation for NetworkedMultiplayerPeer for "a bit higher ↵Juan Linietsky26-10/+6801
level" networking.
2016-08-12Confirm code completion with numpad key ENTERIgnacio Etcheverry1-1/+1
2016-08-10i18n: Merge PO files with current templateRémi Verschelde26-6184/+12868
2016-08-10i18n: Sync template with current sourceRémi Verschelde1-226/+465
2016-08-10i18n: Sync translations from WeblateRémi Verschelde22-1753/+45588
Translator credits added manually based on Weblate git log.
2016-08-10classref: Sync with current sourceRémi Verschelde1-36/+1737