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
/
modules
/
gdscript
/
gdscript_parser.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-15
Mono: Runtime main args and assembly search fixes
Ignacio Etcheverry
2
-15
/
+42
2018-04-15
Mono: Avoid invalid class names.
Andreas Haas
4
-2
/
+33
2018-04-15
Fix a merge error
Hein-Pieter van Braam
1
-1
/
+1
2018-04-15
EditorExport: Allow export plugins to add shared libraries
Ignacio Etcheverry
1
-2
/
+0
2018-04-15
Mono: Add project export plugin
Ignacio Etcheverry
12
-51
/
+403
2018-04-14
[mono] write classes with no constructor as abstract
Paul Joannon
1
-2
/
+3
2018-04-14
[mono] rename functions to conform to PascalCase
Paul Joannon
2
-18
/
+18
2018-04-14
Fix mono basis GetEuler bug and marshalling/unmarshalling
Carter Anderson
1
-82
/
+106
2018-04-14
Replace float with real_t, default Vectors, other misc C# improvements
Aaron Franke
13
-289
/
+471
2018-04-14
Fix bad autocomplete of partially written node paths when using syntactic sug...
robfram
1
-1
/
+1
2018-04-14
Update Hack font to v3.003
Hugo Locurcio
4
-5
/
+4
2018-04-14
WASAPI driver will now resample when the device rate != audio/mix_rate
Marcelo Fernandez
1
-4
/
+13
2018-04-14
WASAPI audio driver compile fix on mingw
Marcelo Fernandez
1
-0
/
+11
2018-04-14
Fix possible crash when audio channels change
Marcelo Fernandez
2
-11
/
+33
2018-04-14
Fix PulseAudio problems with 8 channels devices
Marcelo Fernandez
2
-27
/
+26
2018-04-14
Fix error detecting for PulseAudio pa_stream_new call
Marcelo Fernandez
1
-1
/
+4
2018-04-14
CoreAudio: Fix iphone build after audio device refactor (#17742)
Rémi Verschelde
1
-0
/
+2
2018-04-14
Added new audio device functions to set/get the audio device
Marcelo Fernandez
11
-194
/
+778
2018-04-14
Fix PulseAudio driver for audio devices that report unknown number of channels
Marcelo Fernandez
1
-2
/
+3
2018-04-14
auto-completion edge jump
Alexander Holland
1
-4
/
+10
2018-04-14
Disable FreeType SIMD in HTML5 builds
Leon Krause
1
-4
/
+12
2018-04-14
Change shebang of pre-commit-clang-format hook to make it portable
robfram
1
-1
/
+1
2018-04-14
Explicitly set OpenGL profile to core (X11, Windows).
bruvzg
3
-1
/
+4
2018-04-14
skip demo download prompt if ssl is unavailable
Emanuele Fornara
1
-1
/
+1
2018-04-14
completed-signal is emitted by all GDScriptFunctionStates of a coroutine now,...
Lars Kokemohr
2
-4
/
+17
2018-04-14
Fix round preview getting square on "run scene" (issue 16734)
poke1024
3
-0
/
+35
2018-04-14
Fix selection of Sprites using AtlasTexture in the editor.
Andreas Loew
1
-1
/
+21
2018-04-14
Fix for a possible crash when a custom theme is not loaded properly
Marcelo Fernandez
1
-1
/
+3
2018-04-14
FIX Windows enter/exit mouse notifications
Ranoller
1
-0
/
+2
2018-04-14
iPhone X support and iOS-related fixes
Ruslan Mustakov
30
-109
/
+239
2018-04-14
GridMap: fix next/prev plane text, fix meta not found
Poommetee Ketson
1
-3
/
+3
2018-04-14
Moves the md5sum's from the <filename>.import file into .import/<filename>.md5
Geoffrey
1
-12
/
+51
2018-04-14
Made print_tree_pretty() function which displays scene tree graphically
Geoffrey
3
-5
/
+44
2018-04-14
Make BaseButton not emit press when container is scrolled
Ruslan Mustakov
5
-24
/
+60
2018-04-14
For-in loop variable added to autocompletion
Rado'sPC\aRaGaR
1
-3
/
+13
2018-04-14
Implement always-on-top for MacOS
Pedro J. Estébanez
2
-0
/
+16
2018-04-14
Add new window setting: always on top
Pedro J. Estébanez
8
-1
/
+105
2018-04-06
Update AUTHORS and DONORS list
Rémi Verschelde
2
-14
/
+33
2018-03-29
Fixes infinite loop in GridContainer
Gilles Roudiere
1
-4
/
+4
2018-03-29
Fix getting Android device information
volzhs
1
-2
/
+8
2018-03-29
Fixed several leaks in VisualServerScene, RasterizerSceneGLES3 and Rasterizer...
Wilson E. Alvarez
5
-0
/
+24
2018-03-29
Fix a potential bug hinted by clang
Bojidar Marinov
1
-4
/
+4
2018-03-29
Fixed leak in BulletPhysicsServer
Wilson E. Alvarez
1
-1
/
+3
2018-03-29
SCons: Fix running 'scons' without platform argument
Rémi Verschelde
1
-105
/
+104
2018-03-29
Prevent android to split-screen
Xavier Sellier
1
-1
/
+2
2018-03-29
Fix for clang warning at distance_to
Marcelo Fernandez
1
-1
/
+1
2018-03-29
Prevent division by zero in GridContainer
Leon Krause
1
-2
/
+2
2018-03-29
Fix silent failure of importing OGG Vorbis files
robfram
1
-0
/
+1
2018-03-29
Update libwebm
ShyRed
5
-107
/
+371
2018-03-29
Fix animation length from glTF not correctly set
Pedro J. Estébanez
1
-4
/
+3
[next]