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
/
tools
/
scripts
/
file-hex-array.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-31
scons: msvc_is_detected not available in 2.1
Rémi Verschelde
1
-1
/
+1
2016-10-31
classref: Sync with current sources
Rémi Verschelde
1
-0
/
+140
2016-10-31
Fix p_index out of size error when closing script
volzhs
1
-1
/
+1
2016-10-31
Fix Accept/ConfirmationDialog UI broken
volzhs
1
-5
/
+8
2016-10-31
Revert "Place child control under label in AcceptDialog."
volzhs
1
-25
/
+10
2016-10-31
scons: Move lib splitting method to methods.py
Rémi Verschelde
3
-3
/
+51
2016-10-31
Adopt simpler strategy for big libs on Windows
Pedro J. Estébanez
2
-50
/
+12
2016-10-31
Add "Never" underline mode to LinkButton
rdb
3
-4
/
+9
2016-10-31
Fix locale for macOS-style locales
Damon
1
-6
/
+12
2016-10-31
Change set_locale to fallback to the global language (#6910)
Damon Myers
1
-6
/
+27
2016-10-31
Remove dead code in FileSystemDock
volzhs
1
-7
/
+0
2016-10-31
Fix comparison bug with InputEvent
volzhs
1
-1
/
+2
2016-10-31
"CCFLAGS" are for C and C++ compiler
Błażej Szczygieł
1
-1
/
+1
2016-10-31
Prevent unwanted script editor input on game crash
Henrique Lacreta Alves
1
-0
/
+1
2016-10-31
Add/expose VisualServer::get_default_clear_color()
Pedro J. Estébanez
5
-0
/
+9
2016-10-31
Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in R...
yg2f
1
-2
/
+4
2016-10-31
Added general notes on RayCast[2D] updating behaviour and force_raycast_update()
Karol Walasek
1
-0
/
+14
2016-10-31
Added force_raycast_update GDScript method for RayCast[2D]
Karol Walasek
4
-42
/
+59
2016-10-30
Fix extraneous NULL character on HTML export
George Marques
1
-2
/
+2
2016-10-30
Fix the hiding of mouse cursor before interaction
George Marques
1
-2
/
+5
2016-10-30
Fix output binary paths for VS project generation
George Marques
1
-3
/
+3
2016-10-30
SCons: Use colored output if available, change "colored"->"verbose"
Błażej Szczygieł
5
-14
/
+6
2016-10-30
Disable asserts in release mode
Błażej Szczygieł
1
-0
/
+2
2016-10-30
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
86
-8
/
+164
2016-10-30
Theora: Don't compile unnecessary files, rename "x86_opt_*"
Błażej Szczygieł
6
-35
/
+34
2016-10-30
png: Try to fix neon issue on iphone armv7
Rémi Verschelde
1
-22
/
+24
2016-10-30
drivers: Refactor SCsub and drop redundant env_drivers clone
Rémi Verschelde
11
-60
/
+60
2016-10-30
freetype: Make it a module and split thirdparty library
Rémi Verschelde
509
-878
/
+177
2016-10-30
chibi: Move to a module
Rémi Verschelde
52
-12
/
+84
2016-10-30
zlib: Split thirdparty files, simplify scons option
Rémi Verschelde
35
-48
/
+55
2016-10-30
glew: Split thirdparty files and isolate env
Rémi Verschelde
16
-19
/
+115
2016-10-30
squish: Update to upstream 1.14
Rémi Verschelde
25
-3643
/
+3912
2016-10-30
squish: Move to a module and split thirdparty lib
Rémi Verschelde
37
-60
/
+145
2016-10-30
rtaudio: Split thirdparty files
Rémi Verschelde
7
-4
/
+33
2016-10-30
mpc: Move to a module and split thirdparty libmpcdec
Rémi Verschelde
34
-54
/
+157
2016-10-30
theora: Move to a module and split thirdparty lib
Rémi Verschelde
88
-178
/
+199
2016-10-30
modules: Clone env in each module
Rémi Verschelde
15
-83
/
+85
2016-10-30
openssl: Move to a module and split thirdparty lib
Rémi Verschelde
957
-73
/
+831
2016-10-30
ogg/vorbis/opus/speex: Make them modules and unbundle thirdparty libs
Rémi Verschelde
518
-1480
/
+4421
2016-10-30
webp: Make it a module and unbundle libwebp thirdparty files
Rémi Verschelde
162
-251
/
+287
2016-10-30
dds/etc1/pbm/pvr: Make those modules and split thirdparty files
Rémi Verschelde
55
-126
/
+433
2016-10-30
jpg: Make it a module and split jpgd thirdparty files
Rémi Verschelde
13
-35
/
+112
2016-10-30
png: Split library to thirdparty dir and allow unbundling
Rémi Verschelde
35
-61
/
+203
2016-10-30
Drop nedmalloc which is apparently not used anymore
Rémi Verschelde
14
-8003
/
+2
2016-10-30
Added support for tooltips in ButtonArray. Fixes #6597
Zher Huei Lee
2
-7
/
+47
2016-10-20
Fixed tiny error in detect.py causing compilation for Android to fail.
Randy Tan Shaoxian
1
-1
/
+1
2016-10-18
Revert "Tween reset/stop/resume/remove for all object properties at once"
Rémi Verschelde
2
-21
/
+18
2016-10-18
Added a generic AStar implementation to Godot.
Juan Linietsky
3
-0
/
+506
2016-10-18
osx: Support gamepad input.
Andreas Haas
6
-3
/
+760
2016-10-17
classref: Sync with current source
Rémi Verschelde
1
-2
/
+10
[next]