index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
unix
/
mutex_posix.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-08
Fix #18058 regression
Chaosus
1
-1
/
+6
2018-04-07
Removed strange custom world2d in CanvasLayer, been there since always and no...
Juan Linietsky
4
-27
/
+30
2018-04-07
Allows to map an action to all devices.
Nibodhika
4
-19
/
+47
2018-04-07
Document condition to avoid mistakes (like #17690)
Juan Linietsky
1
-0
/
+6
2018-04-07
Improve popup menus usability
Pedro J. Estébanez
8
-33
/
+63
2018-04-07
Correct profiling_frame naming in pluginscript
Emmanuel Leblond
1
-1
/
+1
2018-04-06
Fix skeleton import from glTF
Pedro J. Estébanez
1
-5
/
+10
2018-04-06
Update AUTHORS and DONORS list
Rémi Verschelde
2
-14
/
+33
2018-04-06
Fix Pluginscript add_global_constant mandatory value check
Emmanuel Leblond
1
-1
/
+1
2018-04-06
Fixed signal input variable name
Andrea Catania
1
-1
/
+1
2018-04-06
Fixed physics server area cleaning
Andrea Catania
3
-8
/
+8
2018-04-06
[NativeScript] replace error macros by simple returns
karroffel
1
-4
/
+2
2018-04-05
Fix buggy percent-encoding
Pedro J. Estébanez
1
-4
/
+4
2018-04-05
Remove size restriction for mouse cursor
Guilherme Felipe
3
-15
/
+12
2018-04-05
Fix segfault on x11
n4nn31355
1
-1
/
+1
2018-04-05
[NativeScript] added global type tag system
karroffel
5
-24
/
+64
2018-04-04
Renamed GDSyntaxHighlighter to GDScriptSyntaxHighlighter
Paulb23
3
-8
/
+8
2018-04-04
Explicitly print an error when --export fails.
Pieter-Jan Briers
1
-5
/
+9
2018-04-04
Update transform buttons in tile editor while using T, A, S shortcuts (fixes ...
Alexander Alekseev
1
-0
/
+3
2018-04-04
[GDNative] enable saving GDNativeLibrary as sub resource
karroffel
2
-3
/
+96
2018-04-04
[GDNative] easier GDNativeLib handling
karroffel
2
-67
/
+77
2018-04-04
Corrected physics query max result checking
Andrea Catania
1
-3
/
+10
2018-04-04
Fixed kinematic sliding on trimesh
Andrea Catania
3
-11
/
+5
2018-04-04
Add functionality to move selected tiles in tile map editor
Martin Rieke
2
-2
/
+55
2018-04-03
Ctrl+Clicking a enum now scrolls down to it in the docs.
Felix Yang
7
-12
/
+75
2018-04-03
Fix Collada material roughness import function 4
Dmitriy Romanov
1
-1
/
+1
2018-04-03
Websocket client SSL support
Fabio Alessandrelli
3
-1
/
+39
2018-04-03
Generalize SSL cert reading from file
Fabio Alessandrelli
4
-23
/
+35
2018-04-03
MbedTLS PR 1453 (fix UWP build)
Fabio Alessandrelli
4
-9
/
+173
2018-04-03
Small patch to change mbedtls _WIN32_WINNT
Fabio Alessandrelli
2
-2
/
+7
2018-04-03
Update mbedTLS to version 2.8.0
Fabio Alessandrelli
44
-391
/
+853
2018-04-03
Always verify peer certificate in lws.
Fabio Alessandrelli
4
-10
/
+109
2018-04-03
mbedtls: client: stop spinning on handshake fail
Fabio Alessandrelli
1
-2
/
+6
2018-04-03
Fix lws MinGW compilation
Fabio Alessandrelli
1
-5
/
+1
2018-04-03
Bump libwebsockets to version 2.4.2
Fabio Alessandrelli
18
-66
/
+143
2018-04-03
fix bone scale/rotation in AnimationPlayers
karroffel
2
-2
/
+2
2018-04-03
[DOCS] Tweaks and fixes for (Interpolated)Camera
Mel Collins
2
-14
/
+14
2018-04-03
Trigger IO error only after exhausting attempts
Tom Dobbelaere
1
-4
/
+7
2018-04-03
[mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...
Alexander Alekseev
1
-6
/
+6
2018-04-02
Removed unneeded sort from SpriteFramesEditor plugin
Wilson E. Alvarez
1
-2
/
+0
2018-04-02
Comment out some debugging messages when playing Theora files
Wilson E. Alvarez
1
-8
/
+12
2018-04-02
Abstracted the syntax highlighter from text edit
Paulb23
11
-272
/
+828
2018-04-02
Fix of a possible memory leak: ConcavePolygonShapeBullet::setup was able to e...
Alexander Alekseev
1
-2
/
+2
2018-04-01
Added signal to VideoPlayer to notify when the video finished playing
Wilson E. Alvarez
1
-6
/
+9
2018-04-01
add tint for under, progress and over and tint group
bosak
2
-30
/
+63
2018-04-01
Mesh: fix crash when creating mesh outline from QuadMesh
Poommetee Ketson
2
-0
/
+6
2018-04-01
physics area added monitorable check
Andrea Catania
1
-1
/
+4
2018-03-31
Fix Collada material roughness import function 3
Dmitriy Romanov
1
-1
/
+1
2018-03-31
Fix UpdatePowerInfo method implementation in PowerIphone class
Igors Vaitkus
1
-1
/
+1
2018-03-31
[GDNative] fixed issue with library unloading order
karroffel
1
-13
/
+25
[next]