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
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed Windows ignoring minimized/maximized status set by user
Marcelo Fernandez
2018-03-01
1
-1
/
+10
*
Fix server build on FreeBSD
Fabio Alessandrelli
2018-03-01
3
-2
/
+15
*
Fix various valgrind reported uninitialized variable uses
Hein-Pieter van Braam
2018-03-01
1
-4
/
+7
*
Fix intermittent audio driver crash during startup on Android
Ruslan Mustakov
2018-03-01
1
-0
/
+1
*
Android: Mark GLES3 as required in the manifest
Rémi Verschelde
2018-02-27
1
-1
/
+1
*
Add missing return statements (iOS and server).
bruvzg
2018-02-27
1
-0
/
+2
*
Refactor version macros and fix related bugs
Rémi Verschelde
2018-02-24
1
-6
/
+4
*
server: Add support for statically linking libgcc and libstdc++
Rémi Verschelde
2018-02-22
1
-0
/
+5
*
Fix typos with codespell
luz.paz
2018-02-22
5
-8
/
+8
*
Add dummy audio driver, fix dummy rasterizer
K. S. Ernest (iFire) Lee
2018-02-21
1
-2
/
+3
*
Fixes to OS_Server and DummyRasterizer to match new signatures
Fabio Alessandrelli
2018-02-21
3
-2
/
+13
*
server platform now compiles and run on linux.
Fabio Alessandrelli
2018-02-21
4
-47
/
+147
*
Flush HTTPClient response data only on request/close in HTML5 platform
Leon Krause
2018-02-19
1
-2
/
+0
*
Warn when polling HTTPClient synchronously in HTML5 platform
Leon Krause
2018-02-19
2
-0
/
+24
*
Disable insecure HTTP methods CONNECT and TRACE in HTML5 platform
Leon Krause
2018-02-19
1
-0
/
+2
*
Fix HTML5 HTTPClient response header retrieval
Leon Krause
2018-02-19
1
-2
/
+4
*
Fix HTML5 HTTPClient failure detection
Leon Krause
2018-02-19
1
-11
/
+7
*
Remove window decorations for fullscreen on X11
Pedro J. Estébanez
2018-02-19
1
-2
/
+9
*
X11: Link libgcc statically with use_static_cpp option
Rémi Verschelde
2018-02-19
1
-3
/
+3
*
PEP3101 applied with changing old type string formatting as new ones
BTaskaya
2018-02-19
3
-9
/
+9
*
[X11] Improving error detection in move_to_trash
Iskustvo
2018-02-19
1
-18
/
+37
*
Fix broken APK expansion due to missed option renames
Rémi Verschelde
2018-02-19
2
-2
/
+2
*
Added OS::center_window to center the window precisely on desktop platforms
Marcelo Fernandez
2018-02-19
6
-0
/
+35
*
Windows: Fix case of imm32 for case-sensitive MinGW build
Rémi Verschelde
2018-02-19
1
-2
/
+2
*
Windows: implement OS.get_unique_id and OS.set_ime_position
geequlim
2018-02-19
3
-2
/
+15
*
Fixed android arm64v8
Colin Kinloch
2018-02-19
1
-6
/
+13
*
Fix inconsistencies and typos in argument names
Paolo Perkovic
2018-02-04
1
-1
/
+1
*
Implement OS::get_processor_count() for Windows
Hein-Pieter van Braam
2018-01-30
2
-0
/
+33
*
[macOS] Strip executable when `separate_debug_symbols` is set to yes
bruvzg
2018-01-30
1
-0
/
+1
*
Fix Copy/Paste problems on X11
Hein-Pieter van Braam
2018-01-30
1
-11
/
+29
*
Merge pull request #16081 from djgaspa/dll-directory
Rémi Verschelde
2018-01-27
1
-2
/
+2
|
\
|
*
Fix remove_dll_directory crash when cookie is null
djgaspa
2018-01-26
1
-2
/
+2
*
|
Fix macOS build after #16092
bruvzg
2018-01-26
1
-1
/
+1
*
|
Make separate debug symbols opt-in
Hein-Pieter van Braam
2018-01-26
6
-3
/
+6
*
|
Bullet: allow unbundling only if > 2.87
Rémi Verschelde
2018-01-26
2
-6
/
+6
|
/
*
Merge pull request #16059 from eska014/html5-notls
Rémi Verschelde
2018-01-25
1
-0
/
+5
|
\
|
*
Disable OpenSSL module in HTML5 platform by default
Leon Krause
2018-01-25
1
-0
/
+5
*
|
Silence verbose stderr info message on X11
Rémi Verschelde
2018-01-24
1
-1
/
+1
*
|
Fix HTML5 JS API setResizeCanvasOnStart
Leon Krause
2018-01-24
1
-8
/
+3
|
/
*
Fix horizontal scroll for windows platform
binbitten
2018-01-20
1
-1
/
+1
*
HTML export: Make s3tc the standard Texture Format
x1212
2018-01-20
1
-3
/
+3
*
On macOS, prevent key_event_buffer overflows
Bernhard Liebl
2018-01-19
2
-9
/
+14
*
Fix Android onTextChanged crash
Ruslan Mustakov
2018-01-17
1
-4
/
+7
*
Merge pull request #15773 from endragor/android-gdnative-remote-fs
Rémi Verschelde
2018-01-16
1
-10
/
+18
|
\
|
*
Make remote FS work with GDNative on Android
Ruslan Mustakov
2018-01-16
1
-10
/
+18
*
|
Wrap Emscripten module into JS Engine singleton per SCons
Leon Krause
2018-01-13
1
-6
/
+5
*
|
Merge pull request #15665 from endragor/fix-android-gdnative
Rémi Verschelde
2018-01-13
2
-0
/
+13
|
\
\
|
*
|
Fix open_dynamic_library for Android
Ruslan Mustakov
2018-01-13
2
-0
/
+13
|
|
/
*
/
SCons: Allow unbundling bullet on Linux (only 2.87+)
Rémi Verschelde
2018-01-13
2
-0
/
+20
|
/
*
[macOS] Adds ability to open files with "Open With" or double-click from Finder
bruvzg
2018-01-12
3
-1
/
+33
[next]