aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/tcp_server_posix.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-08Fix TileSet::AutotileData::ocludder_map typoPJB30052-9/+9
2017-12-08Fixes TileMap occluder offsets.PJB30051-4/+1
This is NOT related to #14388! This fixes a graphical bug where the light occluders used by tilemaps weren't getting offset anymore, this they'd be positioned incorrectly. I tried on all 3 tilemap positioning modes and it seemed to work on every one.
2017-12-08Fix thekla_atlas buildHein-Pieter van Braam2-2/+2
clang doesn't like c++ versions being supplied to build c source files.
2017-12-08Import thekla_atlasHein-Pieter van Braam127-0/+31441
As requested by reduz, an import of thekla_atlas into thirdparty/
2017-12-08After a lot of trial and error, i think rim lighting implementation is now ↵Juan Linietsky1-6/+8
perfect, closes #13986
2017-12-07[DOCS] CanvasItem/Material/Layer, ClassDB, CollisionObject(2D)Will Nations6-3/+45
2017-12-07Finished off the RayCast documentation.Nathan Warden1-1/+4
2017-12-07Removed style override inside the Localization tab in the Project Settings.Michael Alexsander Silva Dias1-13/+7
2017-12-08Fix Manage Export Templates linkMattUV3-0/+3
In some cases, the link to download export templates was missing. Fixes #14391
2017-12-07Fixed is_playing funtion (was reporting wrong), closes #13928Juan Linietsky2-3/+3
Made error reporting to opcode_set in gdscript a bit clearer
2017-12-07Added small bit of bias depending on lenght for contact shadows, fixes #12726Juan Linietsky1-1/+1
2017-12-07Changed current line draw order and added code folding colorPaulb237-9/+24
2017-12-07Exposed EditorSceneImporter to script. Added APIs to use intermediate ↵Juan Linietsky11-10/+190
converters more easily.
2017-12-07[DOCS] AnimationPlayer prop API fixedWill Nations2-6/+9
2017-12-07Implement orbit velocity in particles (this is for 2D only, like in 2.1), ↵Juan Linietsky1-5/+27
closes #12764 Fixed tangential velocity (was broken)
2017-12-07Added some clean up in camera/viewport management. Fixes #12279, Fixes #12774Juan Linietsky2-4/+8
2017-12-07ability to keep user tracks when importing animations, closes #12801Juan Linietsky4-4/+46
2017-12-07Add uppercase and lowercase to rightclickmenu in scripteditorsersoong1-0/+2
2017-12-07doc: Sync classref after a496dd4d, removing NOEDITOR properties from docRémi Verschelde33-169/+350
2017-12-07doc: Sync classref with current sourceRémi Verschelde12-197/+69
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde199-875/+954
2017-12-07Style: Update definitions for clang-format 5.0.0Rémi Verschelde3-19/+37
This will be the new standard from now on.
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde13-23/+20
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook.
2017-12-07Travis: Install libxi-dev after #14347Rémi Verschelde1-0/+1
2017-12-07[DOCS] ARVR, AStar, AtlasTexture, BasisWill Nations5-21/+28
2017-12-07Fix windows compilation when using MinGWMrCdK1-1/+1
2017-12-07Add 'copy script path' to script editor pluginsersoong2-0/+15
2017-12-07use application:didFinishLaunchingWithOptions: instead of ↵volzhs1-1/+2
applicationDidFinishLaunching: for iOS
2017-12-06Check for icon in LineEdit::set_cursor_positionTheAspiringHacker1-0/+4
Fixes #14340
2017-12-06fixes horizontal scrolling over hidden linesIan2-6/+12
2017-12-06Reduce some graphics memory usage by disabling unnecesary modes, closes #12831Juan Linietsky1-0/+2
2017-12-06[DOCS] EditorScript methodsWill Nations1-1/+3
2017-12-06[DOCS] EditorFileSystemDirectory methodsWill Nations1-0/+13
2017-12-06[DOCS] Camera2D methods/constantsWill Nations1-0/+10
2017-12-07Use run-time dynamic linking for AddDllDirectory and RemoveDllDirectory to ↵bruvzg1-5/+12
support mingw-w64 build and Windows 7 with KB2533623.
2017-12-06-Fix particles with size==0, closes #13931Juan Linietsky7-17/+55
-Fixed material previews (dont show sphere unless for spatial)
2017-12-06Remove guards for the now targeted Windows 7+Pedro J. Estébanez2-16/+4
2017-12-06Add build param for targeted Windows versionPedro J. Estébanez1-6/+5
2017-12-06Improve/fix multitouch on WindowsPedro J. Estébanez2-15/+48
- Fix logic error. - Track touches to enable defensive handling and releasing on focus out. - Change comment-out by preprocessor `#if`. - Track/report coordinates as float.
2017-12-06Implement multitouch on X11Pedro J. Estébanez3-0/+180
2017-12-06Add method to set main screen plugin iconWaldson Patrício3-2/+25
2017-12-06Fix and rewrite folding logic, closes #14005, closes #13421Juan Linietsky4-40/+26
2017-12-06Make "Search Help" more responsivepoke10242-71/+86
2017-12-06Particles2D: Fix normal map rid.Andreas Haas1-1/+1
Looks like a Copy & Paste error, fixes #14334.
2017-12-06Fixes to some thread safety situations to avoid GIProbe from freezing on ↵Juan Linietsky2-2/+17
save. Fixes #13338
2017-12-06Created internal usage flag to remove non editor properties from doc, closes ↵Juan Linietsky2-3/+4
#13334
2017-12-06Fix Windows-to-Linux export errorPedro J. Estébanez2-1/+4
Now chmod() returns ERR_UNAVAILABLE by default, to signal the caller the problem is lack of support instead of a failed operation.
2017-12-06Attempt to see if this can solve the problem with #13338Juan Linietsky1-4/+11
2017-12-06Fix missing stylebox for LinkButton's hover statesWaldson Patrício1-0/+2
2017-12-06Fixed PopupMenu's submenus not showing up in certain situations.Michael Alexsander Silva Dias1-3/+3