aboutsummaryrefslogtreecommitdiff
path: root/core/variant_parser.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-06Attempt to see if this can solve the problem with #13338Juan Linietsky1-4/+11
2017-12-06Travis: Disable OSX builds, they create too much backlogRémi Verschelde1-3/+3
Travis CI has not enough OSX build nodes allocated for open source projects, so we often have to wait several hours (up to a full day) for builds to start.
2017-12-06Fixed rim lighting glitch, closes #13340, closes #13986Juan Linietsky1-1/+1
2017-12-06Update Android compileSdkVersion to 26Ruslan Mustakov1-1/+1
2017-12-06Fixed project name line edit lost input focus.qichunren1-1/+2
2017-12-05Export icon and splash images directly to final packageGeorge Marques1-0/+12
They need to bypass the path remapping to be loaded as images during the start routine.
2017-12-05Moves the guides colors to editor settingsGilles Roudiere2-1/+2
2017-12-05Make sure the scene warning of changes may be lost is only for scenes, fixes ↵Juan Linietsky1-1/+1
#13970
2017-12-05Improve slang, especially in user-visible partsUnknown17-35/+22
2017-12-05Fix a little mistake in a setting name (rulers->guides)Gilles Roudiere1-1/+1
2017-12-05Fixed typo: substract to subtractIndah Sylvia10-16/+16
2017-12-05GDNative: Save singletons only if there's a changeGeorge Marques1-2/+20
Ensures that the Project Settings are saved only if the list of singletons actually changed.
2017-12-04[DOCS] CenterContainer method descriptionsWill Nations1-0/+1
2017-12-04Do not cancel event if no need to cancel it. Fixes problem with GUI in 3D.Juan Linietsky1-2/+2
2017-12-04[DOCS] SceneState method descriptions added.Will Nations1-0/+24
2017-12-04[DOCS] PackedScene member/method/class descs.Will Nations1-0/+10
2017-12-04[DOCS] ColorPickerButton member/method descsWill Nations1-1/+4
2017-12-04[DOCS] WindowDialog member descriptionsWill Nations1-0/+2
2017-12-04i18n: Fix instructions for adding new languageRémi Verschelde1-2/+5
Closes #13972. [ci skip]
2017-12-04Added a higher level wrapper for proxy textureJuan Linietsky3-0/+97
2017-12-04Fix stop button always enabled (issue #13933)Waldson Patrício1-1/+4
2017-12-04-Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky15-14/+109
-Properly use hierarchy to initialize resources local to scene (solves problem of GUI in 3D)
2017-12-04Script Editor: Use first non-whitespace comment delimiter.Andreas Haas1-2/+7
As suggested by @neikeq in https://github.com/godotengine/godot/pull/13489#issuecomment-348690816
2017-12-04Rich Text Label: fixed deselection issueDmitry Koteroff1-0/+11
2017-12-04Make rulers on by defaultGilles Roudiere1-1/+1
2017-12-04Make auto switch to remote scene tree opt-inRémi Verschelde1-1/+1
The performance cost is too high for now, so it should be opt-in for users who really need it all the time. Fixes #13833.
2017-12-03Disable invariant gl_Position to workaround Mesa bug 100316Rémi Verschelde1-1/+3
Fixes #13450, though it would be worth reverting if/when the Mesa bug is fixed.
2017-12-03Forgot to apply oversampling to YBastiaan Olij1-0/+1
2017-12-03Makes editable the rulers colorGilles Roudiere1-1/+1
2017-12-03Fix open_dynamic_library override in OSIPhoneRuslan Mustakov2-3/+3
Was broken at 9678231b109c333a5273325c8758241310cd27f4
2017-12-02Exported variables now show in the correct order.Nathan Warden1-2/+2
2017-12-02TileMap FixesMariano Suligoy7-91/+98
2017-12-02Fix alignment for button preview_cameraGuilherme Felipe1-0/+2
2017-12-02Some untranslated UI stringsUnknown5-11/+11
2017-12-02Fixed FileDialog's "parent folder" button not having a texture.Michael Alexsander Silva Dias4-7/+6
2017-12-02Unnecessary use of TTRvolzhs1-1/+1
2017-12-01Script Editor: Make comment delimiter language dependent.Andreas Haas1-7/+14
2017-12-01Changed EditorAbout's TextEdits to RichTextLabels.Michael Alexsander Silva Dias2-12/+7
2017-12-01Add macOS shell_open URL escapingbruvzg1-1/+1
2017-12-01small fix so shadows dont need to use a separate material for world vertex ↵Juan Linietsky2-19/+17
coords (more perf)
2017-12-01Properly take into consideration that VERTEX must be written to in opaque ↵Juan Linietsky6-7/+54
pre pass, does some speed up to scenes using triplanar.
2017-12-01Fixed crash on duplicate instanced nodes (#13432)Konstantin Zaitsev1-1/+1
2017-11-30Fix wasapi going silent when number of channels are not supportedMarcelo Fernandez2-37/+49
2017-11-30Fixed bullet server null pointer checkAndrea Catania1-1/+1
Fixed bullet server null pointer check
2017-11-30Ported 'Exclude Parent' from Raycast2D to RaycastMarco Masselli2-0/+39
2017-12-01Needed a broader search path flagBastiaan Olij1-1/+1
2017-11-30Changed the dynamic library open function to allow setting the path of the ↵Juan Linietsky6-8/+21
library to open extra libraries.
2017-11-30glad: Sync with upstream 0.1.16a0Indah Sylvia4-29/+49
2017-11-30Fix PathFollow2D motion.Ferenc Arn1-11/+9
Fixes #13361.
2017-11-29Fixed editor settings disappearing (caused by uninitialized variable).Daniel J. Ramirez2-5/+15