aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_parser.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-15Mono: Runtime main args and assembly search fixesIgnacio Etcheverry2-15/+42
2018-04-15Mono: Avoid invalid class names.Andreas Haas4-2/+33
2018-04-15Fix a merge errorHein-Pieter van Braam1-1/+1
2018-04-15EditorExport: Allow export plugins to add shared librariesIgnacio Etcheverry1-2/+0
2018-04-15Mono: Add project export pluginIgnacio Etcheverry12-51/+403
2018-04-14[mono] write classes with no constructor as abstractPaul Joannon1-2/+3
2018-04-14[mono] rename functions to conform to PascalCasePaul Joannon2-18/+18
2018-04-14Fix mono basis GetEuler bug and marshalling/unmarshallingCarter Anderson1-82/+106
2018-04-14Replace float with real_t, default Vectors, other misc C# improvementsAaron Franke13-289/+471
2018-04-14Fix bad autocomplete of partially written node paths when using syntactic sug...robfram1-1/+1
2018-04-14Update Hack font to v3.003Hugo Locurcio4-5/+4
2018-04-14WASAPI driver will now resample when the device rate != audio/mix_rateMarcelo Fernandez1-4/+13
2018-04-14WASAPI audio driver compile fix on mingwMarcelo Fernandez1-0/+11
2018-04-14Fix possible crash when audio channels changeMarcelo Fernandez2-11/+33
2018-04-14Fix PulseAudio problems with 8 channels devicesMarcelo Fernandez2-27/+26
2018-04-14Fix error detecting for PulseAudio pa_stream_new callMarcelo Fernandez1-1/+4
2018-04-14CoreAudio: Fix iphone build after audio device refactor (#17742)Rémi Verschelde1-0/+2
2018-04-14Added new audio device functions to set/get the audio deviceMarcelo Fernandez11-194/+778
2018-04-14Fix PulseAudio driver for audio devices that report unknown number of channelsMarcelo Fernandez1-2/+3
2018-04-14auto-completion edge jumpAlexander Holland1-4/+10
2018-04-14Disable FreeType SIMD in HTML5 buildsLeon Krause1-4/+12
2018-04-14Change shebang of pre-commit-clang-format hook to make it portablerobfram1-1/+1
2018-04-14Explicitly set OpenGL profile to core (X11, Windows).bruvzg3-1/+4
2018-04-14skip demo download prompt if ssl is unavailableEmanuele Fornara1-1/+1
2018-04-14completed-signal is emitted by all GDScriptFunctionStates of a coroutine now,...Lars Kokemohr2-4/+17
2018-04-14Fix round preview getting square on "run scene" (issue 16734)poke10243-0/+35
2018-04-14Fix selection of Sprites using AtlasTexture in the editor.Andreas Loew1-1/+21
2018-04-14Fix for a possible crash when a custom theme is not loaded properlyMarcelo Fernandez1-1/+3
2018-04-14FIX Windows enter/exit mouse notificationsRanoller1-0/+2
2018-04-14iPhone X support and iOS-related fixesRuslan Mustakov30-109/+239
2018-04-14GridMap: fix next/prev plane text, fix meta not foundPoommetee Ketson1-3/+3
2018-04-14Moves the md5sum's from the <filename>.import file into .import/<filename>.md5Geoffrey1-12/+51
2018-04-14Made print_tree_pretty() function which displays scene tree graphicallyGeoffrey3-5/+44
2018-04-14Make BaseButton not emit press when container is scrolledRuslan Mustakov5-24/+60
2018-04-14For-in loop variable added to autocompletionRado'sPC\aRaGaR1-3/+13
2018-04-14Implement always-on-top for MacOSPedro J. Estébanez2-0/+16
2018-04-14Add new window setting: always on topPedro J. Estébanez8-1/+105
2018-04-06Update AUTHORS and DONORS listRémi Verschelde2-14/+33
2018-03-29Fixes infinite loop in GridContainerGilles Roudiere1-4/+4
2018-03-29Fix getting Android device informationvolzhs1-2/+8
2018-03-29Fixed several leaks in VisualServerScene, RasterizerSceneGLES3 and Rasterizer...Wilson E. Alvarez5-0/+24
2018-03-29Fix a potential bug hinted by clangBojidar Marinov1-4/+4
2018-03-29Fixed leak in BulletPhysicsServerWilson E. Alvarez1-1/+3
2018-03-29SCons: Fix running 'scons' without platform argumentRémi Verschelde1-105/+104
2018-03-29Prevent android to split-screenXavier Sellier1-1/+2
2018-03-29Fix for clang warning at distance_toMarcelo Fernandez1-1/+1
2018-03-29Prevent division by zero in GridContainerLeon Krause1-2/+2
2018-03-29Fix silent failure of importing OGG Vorbis filesrobfram1-0/+1
2018-03-29Update libwebmShyRed5-107/+371
2018-03-29Fix animation length from glTF not correctly setPedro J. Estébanez1-4/+3