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
/
platform
/
javascript
/
export
/
export.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-27
Fix locale for macOS-style locales
Damon
1
-6
/
+12
2016-10-27
Change set_locale to fallback to the global language (#6910)
Damon Myers
1
-6
/
+27
2016-10-26
Fix PacketPeerUDP get_packet_port()
Fabio Alessandrelli
2
-4
/
+4
2016-10-26
Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto
Fabio Alessandrelli
7
-22
/
+26
2016-10-23
Remove dead code in FileSystemDock
volzhs
1
-7
/
+0
2016-10-22
"CCFLAGS" are for C and C++ compiler
Błażej Szczygieł
1
-1
/
+1
2016-10-22
Fixed tiny error in detect.py causing compilation for Android to fail.
Randy Tan Shaoxian
1
-1
/
+1
2016-10-22
Prevent unwanted script editor input on game crash
Henrique Lacreta Alves
1
-0
/
+1
2016-10-20
Fix extraneous NULL character on HTML export
George Marques
1
-2
/
+2
2016-10-20
Fix the hiding of mouse cursor before interaction
George Marques
1
-2
/
+5
2016-10-20
fix #6031 when creating a script the language will be what you selected last ...
Adham Zahran
4
-1
/
+46
2016-10-20
Fix output binary paths for VS project generation
George Marques
1
-3
/
+3
2016-10-20
added implementation of is_valid_ip_address()
Ariel Manzur
3
-25
/
+117
2016-10-20
added windows support for ipv6, cleaned up unix code
Ariel Manzur
11
-122
/
+175
2016-10-19
address type for http client
Ariel Manzur
2
-4
/
+5
2016-10-19
fixed some byte order and parsing problems
Ariel Manzur
3
-21
/
+52
2016-10-18
adding ipv6
Ariel Manzur
17
-126
/
+444
2016-10-17
Fix memory management of XAudio2 driver
George Marques
2
-8
/
+5
2016-10-17
Isolate XAudio2 driver
George Marques
10
-39
/
+53
2016-10-17
SCons: Use colored output if available, change "colored"->"verbose"
Błażej Szczygieł
5
-14
/
+6
2016-10-17
Disable asserts in release mode
Błażej Szczygieł
1
-0
/
+2
2016-10-17
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
88
-8
/
+168
2016-10-16
Theora: Don't compile unnecessary files, rename "x86_opt_*"
Błażej Szczygieł
6
-34
/
+33
2016-10-17
Fix crash when using Directory.dir_exists(path) on Android
volzhs
1
-1
/
+0
2016-10-15
png: Try to fix neon issue on iphone armv7
Rémi Verschelde
1
-22
/
+24
2016-10-15
drivers: Refactor SCsub and drop redundant env_drivers clone
Rémi Verschelde
11
-60
/
+60
2016-10-15
freetype: Make it a module and split thirdparty library
Rémi Verschelde
510
-882
/
+178
2016-10-15
Allow whitespace in Gamepad mappings.
Andreas Haas
1
-2
/
+2
2016-10-15
chibi: Move to a module
Rémi Verschelde
52
-12
/
+84
2016-10-15
zlib: Split thirdparty files, simplify scons option
Rémi Verschelde
36
-49
/
+57
2016-10-15
glew: Split thirdparty files and isolate env
Rémi Verschelde
16
-19
/
+115
2016-10-15
squish: Update to upstream 1.14
Rémi Verschelde
25
-3643
/
+3912
2016-10-15
squish: Move to a module and split thirdparty lib
Rémi Verschelde
37
-60
/
+144
2016-10-15
rtaudio: Split thirdparty files
Rémi Verschelde
7
-4
/
+33
2016-10-15
mpc: Move to a module and split thirdparty libmpcdec
Rémi Verschelde
34
-54
/
+157
2016-10-15
theora: Move to a module and split thirdparty lib
Rémi Verschelde
88
-178
/
+199
2016-10-15
modules: Clone env in each module
Rémi Verschelde
17
-93
/
+94
2016-10-15
openssl: Move to a module and split thirdparty lib
Rémi Verschelde
960
-737
/
+839
2016-10-15
ogg/vorbis/opus: Make them modules and unbundle thirdparty libs
Rémi Verschelde
408
-1400
/
+4223
2016-10-15
webp: Make it a module and unbundle libwebp thirdparty files
Rémi Verschelde
162
-250
/
+287
2016-10-15
dds/etc1/pbm/pvr: Make those modules and split thirdparty files
Rémi Verschelde
55
-126
/
+433
2016-10-15
enet: Split enet thirdparty files and allow unbundling
Rémi Verschelde
26
-11
/
+107
2016-10-15
jpg: Make it a module and split jpgd thirdparty files
Rémi Verschelde
13
-35
/
+112
2016-10-15
png: Split library to thirdparty dir and allow unbundling
Rémi Verschelde
35
-61
/
+203
2016-10-15
Fix GraphEdit connection wire when resizing GraphNode
volzhs
1
-0
/
+1
2016-10-14
Added support for tooltips in ButtonArray. Fixes #6597
Zher Huei Lee
2
-7
/
+47
2016-10-15
Add option for root node name on Import 3D scene window
volzhs
1
-2
/
+18
2016-10-14
Drop nedmalloc which is apparently not used anymore
Rémi Verschelde
14
-8003
/
+2
2016-10-13
Remove speex support, it is obsoleted by opus
Rémi Verschelde
110
-28804
/
+1
2016-10-13
Fixed Particle2D docs - radians to degrees for some params
Karol Walasek
1
-2
/
+2
[next]