aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_language.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-26Implement OpenGL ES rasterizer selection logic for Android.geequlim4-14/+38
2018-06-26Optimize _recreate_quadrantsMarcelo Fernandez2-4/+8
2018-06-26ensure BlendSpace1D syncs animationsThomas Herzog1-8/+20
2018-06-25renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky16-119/+124
2018-06-25removed printJuan Linietsky1-4/+0
2018-06-25added BlendSpace1D editor pluginThomas Herzog10-54/+914
2018-06-25added AnimationBlendSpace1DThomas Herzog5-3/+346
2018-06-25rename BlendSpace to BlendSpace2DThomas Herzog7-151/+151
2018-06-25State machine animation nodeJuan Linietsky30-13/+3660
2018-06-25Remove extra addition to tree of editor autoloadsGeorge Marques1-8/+0
2018-06-25Fix vsync initializationChaosus1-0/+2
2018-06-24Fight off some error spam in the editorBastiaan Olij1-4/+16
2018-06-23Add a Clear button to the profilerMarcelo Fernandez2-4/+17
2018-06-24Remove the old AppImage structureHugo Locurcio3-12/+0
2018-06-23Changed themes presets to String formatChaosus3-51/+49
2018-06-23Fix typo in y shiftBastiaan Olij1-5/+5
2018-06-22Mono: Module build improvementsIgnacio Etcheverry2-20/+56
2018-06-22bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLEDDuy-Nguyen Ta1-1/+11
2018-06-22i18n: Sync translations with WeblateRémi Verschelde37-1669/+1755
2018-06-21Added auto triangle generation in blend space, using Delaunay.Juan Linietsky7-12/+341
2018-06-21Remove error messagesJuan Linietsky2-2/+2
2018-06-21Fix crashes, ability to add blendpsace into blendtree, ability to delete with...Juan Linietsky6-48/+112
2018-06-21Animation Blend SpacesJuan Linietsky12-45/+1807
2018-06-21Move Theme options to submenuChaosus2-37/+57
2018-06-21add NoCache wrapper to CommandRhody Lugo6-14/+20
2018-06-21fix default glTF metallic & roughness factor valuesRodolfo Ribeiro Gomes1-2/+5
2018-06-19Add missing NULL checks for add_child_below_nodeMarcelo Fernandez1-0/+4
2018-06-19Fix profiler not updating on realtimeMarcelo Fernandez1-2/+2
2018-06-19Fixed float Color conversions to int typesMax1-13/+13
2018-06-19Add access for GDNative modules to some platform dependent internals on AndroidBastiaan Olij4-0/+152
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky25-49/+4043
2018-06-18Expose OS.get_ticks_usec()Marc Gilleron3-0/+14
2018-06-18Prevent animation player crashGuilherme Felipe1-1/+1
2018-06-18Fix order to register autoloads in-editorGeorge Marques1-2/+22
2018-06-18Add longer description to ViewportTexture docMel Collins1-0/+2
2018-06-18Added description for abs function in Rect2unknown1-0/+1
2018-06-18[DOCS] Builtin keywords because search is terribadMax Hilbrunner1-1/+1
2018-06-18[DOCS] TreeItem: Small fix for remove_child()Max Hilbrunner1-1/+1
2018-06-18[DOCS] InputEventMouseButton: FactorMax Hilbrunner1-1/+1
2018-06-17Add a little to ViewportTexture docsMel Collins1-0/+2
2018-06-16Fix property hint for ReflectionProbe extentsRémi Verschelde1-2/+2
2018-06-15The build-solutions flag now forces editor mode.Nathan Warden1-0/+1
2018-06-15[Pluginscript] Fix not working exports in editorEmmanuel Leblond1-19/+4
2018-06-15Removed unused AudioServer::update functionMarcelo Fernandez3-7/+0
2018-06-15Fix Vector2 doc of floor, add ceil docletheed1-1/+2
2018-06-15Fix path typo for editor def capitalize_propertiesGuilherme Felipe4-3/+15
2018-06-15Travis: Build Mono module in linux tools jobRémi Verschelde1-2/+5
2018-06-15Travis: Make dependencies follow the matrix requirementsRémi Verschelde1-39/+33
2018-06-15Travis: Cleanup build matrixRémi Verschelde1-21/+12
2018-06-15doc: Remove extraneous empty lines in descriptionsRémi Verschelde10-17/+0