aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_tokenizer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-25zstd: Apply upstream patch to fix UWP ARM buildGeorge Marques2-8/+13
2017-07-25documentation for EditorPlugin and ScriptEditorJakub Grzesik1-0/+85
2017-07-25[NativeScript] fix double initialization in editorKarroffel2-2/+10
2017-07-25Good bye chunky fonts, closes #9441Juan Linietsky1-1/+1
2017-07-25Add support for ARMv8 (64-bit) on AndroidPedro J. Estébanez4-14/+43
2017-07-25Label: update min size when regenerate wordcachePoommetee Ketson2-7/+1
2017-07-25Update GDScript completion names for Pool*ArraysAndrii Doroshenko (Xrayez)3-5/+5
2017-07-25Remove ANDROID definePedro J. Estébanez1-1/+1
2017-07-25Add a way to retrieve stack bottom of the main threadRuslan Mustakov4-0/+25
2017-07-25Fix Node::move_child() crash if moving to the end plus onePedro J. Estébanez1-0/+5
2017-07-25Add missing initializersPedro J. Estébanez1-1/+2
2017-07-25Extend check for same space to all 2D/3D bodies/shapesPedro J. Estébanez2-2/+13
2017-07-25Fix 2D broadphase remove-while-iterating logicPedro J. Estébanez1-2/+4
2017-07-25Fix early-accepting area-area match when masks don't matchPedro J. Estébanez1-3/+3
2017-07-25Fix crash in Space2DSW::test_body_motion()Pedro J. Estébanez1-1/+1
2017-07-25Workaround to allow pasting unicode characters from X selection.Jia Wang1-2/+14
2017-07-25Improve/add atomicsPedro J. Estébanez2-8/+50
2017-07-25Fixed setting our system_fbo framebufferBastiaanOlij1-2/+5
2017-07-25[NativeScript] bound `new` to ClassDBKarroffel1-0/+2
2017-07-24[GDNative] basic OS detectionKarroffel1-2/+11
2017-07-24expose missing CollisionShape API for CollisionObjectJakub Grzesik4-0/+55
2017-07-24GDNative register_propertyRamesh Ravone1-0/+1
2017-07-24[NativeScript] forgot to uncomment userdata returnKarroffel2-3/+3
2017-07-24[NativeScript] fix double free but on exitKarroffel1-35/+1
2017-07-24Fix switching SRGB extension happen before binding of textureEvgeny Zuev1-21/+21
2017-07-24EditorNode: fix missing distraction-free tooltipPoommetee Ketson1-0/+1
2017-07-24[GDNative] new GDNative APIKarroffel50-2005/+2542
2017-07-23UWP: Fix build issue caused by atomic operationsGeorge Marques1-1/+1
2017-07-23small grammar fixJuan Linietsky1-3/+3
2017-07-23-Ability to set default import presets for typeJuan Linietsky12-223/+348
2017-07-23Make GDScript allow some keywords as identifiersBojidar Marinov3-141/+263
2017-07-23Fix Right-Click (Ctrl-Click) on OS XMarcelo Fernandez1-73/+31
2017-07-23Requesting for dictionary keys also respects insertion order, closes #9161Juan Linietsky1-0/+21
2017-07-23Suppress get_edited_scene_root errorPoommetee Ketson3-1/+10
2017-07-23Add object type hint for docsPoommetee Ketson26-74/+71
2017-07-23Add .to_local/.to_global methods on Node2D and SpatialBojidar Marinov4-0/+32
2017-07-23Tabs: expose tab_close_display_policy propertyPoommetee Ketson2-1/+18
2017-07-23EditorNode: request_attn when behind other windowsPoommetee Ketson1-2/+1
2017-07-23Added configurable modifier key to activate freelookMarc Gilleron2-29/+37
2017-07-22zstd: Update to upstream version 1.3.0George Marques20-1190/+2742
2017-07-22Fix atomic operations in NO_THREADS buildsL. Krause1-2/+2
2017-07-22function to add script and instance at once, as needed by neikeqJuan Linietsky2-0/+13
2017-07-22Script languges are uninitialized properly now.Juan Linietsky3-3/+13
2017-07-23Sprite: fix disconnect nonexistent signalPoommetee Ketson1-13/+0
2017-07-23Move About dialog to editor_about.cppPoommetee Ketson4-174/+285
2017-07-22Several changes to better run in mobile.Juan Linietsky24-171/+508
2017-07-22libpng: Update to upstream version 1.6.31rc01Rémi Verschelde18-74/+275
2017-07-22Implement input focus behavior in HTML5L. Krause3-31/+94
2017-07-22Docs: fix broken ref tagsPoommetee Ketson1-9/+15
2017-07-22Docs: ignore tags inside code,codeblock tagPoommetee Ketson1-8/+17