aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/os_unix.cpp (unfollow)
Commit message (Collapse)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
This commit also fixes a crash in the BlendSpace2D as well as correct the drawing of the x-zero indicator in the BlendSpace2D editor plugin.
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
Fix #19675
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
These files did not serve a real purpose since `icon.png` can be used as the AppImage icon, and a .desktop file can be found at `misc/dist/linux/godot.desktop` with the same contents.
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
- Add (Csc/Vbc/Fsc)ToolExe environment variables when running Mono's MSBuild. - Fix directory for the 'mono_assemblies_output_dir' argument being created with the '#' top level directory token as part of its name. - Allow to build with 'mono_static=yes' on Unix without specifying a mono prefix. The build script will try to find the mono prefix using the output from pkg-config.
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
(cherry picked from commit d04cc2855a23fbfaeb3981736929a7d7aa46ca41)
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 ↵Juan Linietsky6-48/+112
with delete key
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
The glTF 2.0 spec says that these pbrMetallicRoughness material properties should be set as 1.0 by default. In fact, KhronosGroup's official Blender Exporter does not even write down those parameters if they are set as 1.0. However, Godot import them as 0.0. https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#pbrmetallicroughness Fixes: #19613 https://github.com/godotengine/godot/issues/19613
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
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
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
Also make the coverity addon only applied to the static checks build job.
2018-06-15Travis: Cleanup build matrixRémi Verschelde1-21/+12
Remove unused MinGW config, switch server build to gcc/tools. Update COVERITY_SCAN_TOKEN's secure.
2018-06-15doc: Remove extraneous empty lines in descriptionsRémi Verschelde10-17/+0