summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-01SceneTab: MMB or double LMB to create new scenePoommetee Ketson
2017-07-01Script create diag: Show extensions for currently selected language only.Andreas Haas
2017-07-01Merge pull request #9455 from akien-mga/buildsystem-fixesRémi Verschelde
Buildsystem: Improve detect.py readability and fix issues
2017-07-01Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde
Tried to organize the configure(env) calls in sections, using the same order for all platforms whenever possible. Apart from cosmetic changes, the following issues were fixed: - Android: cleanup linkage, remove GLESv1_CM and GLESv2 - iPhone: Remove obsolete "ios_gles22_override" option - OSX: * Fix bits detection (default to 64) and remove obsolete "force_64_bits" option (closes #9449) * Make "fat" bits argument explicit - Server: sync with X11 - Windows: clean up old DirectX 9 stuff - X11: * Do not require system OpenSSL for building (closes #9443) * Fix typo'ed use_leak_sanitizer option * Fix .llvm suffix overriding custom extra_suffix
2017-06-30-Many fixes to VisualScript, fixed property names, etc.Juan Linietsky
-Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458
2017-06-30Merge pull request #9448 from Noshyaar/pr1Rémi Verschelde
EditorNode: request attention when quit while minimized
2017-06-30Merge pull request #9454 from bojidar-bg/9409-fix-collisionshape2d-returnRémi Verschelde
Fix Tileset/tilemap issues related to my adding of one-way collisions to them
2017-06-30Disable etc2comp and tinyexr modules on non-tools buildRémi Verschelde
They are not necessary in such configuration, and require C++11 and (on Android) the STL. Fixes #9273.
2017-06-30Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov
Fix bad return type in CollisionObject2D, Shape -> Shape2D. Was causing unintended null when casting. (9409) Fix a misplaced ++ operator. (9370) Fix merging with exiting tileset duplicating shapes. (9370)
2017-06-30EditorNode: request attention when quit while minimizedPoommetee Ketson
2017-06-28Merge pull request #9437 from robertdhernandez/NinePatch-HTML5-FixJuan Linietsky
[3.0] Fixed NinePatches not working on HTML5
2017-06-28Fixed NinePatches not working on HTML5Robert Hernandez
2017-06-28Reworked translation systemJuan Linietsky
-Label and Button reload translation on the fly -Resources are loaded and reload depending on locale
2017-06-28Merge pull request #7947 from RandomShaper/fix-vis-notifier-2dRémi Verschelde
Fix VisibilityNotifier2D viewport offset issue
2017-06-28Merge pull request #9416 from marcelofg55/masterRémi Verschelde
Implemented borderless window code for OSX.
2017-06-28Merge pull request #9419 from eska014/native-runRémi Verschelde
Subtle native-run buttons
2017-06-28Merge pull request #9424 from vnen/fix-import-pluginRémi Verschelde
Fix filesystem update for import plugins
2017-06-28Merge pull request #9428 from Noshyaar/masterGeorge Marques
Fix build error on master, commit aaf6ae3
2017-06-28Fix build error on masterPoommetee Ketson
2017-06-27Merge pull request #9425 from Zylann/curve_iteration3Juan Linietsky
Fix curve saving, refined undo/redo
2017-06-28Fix curve saving, refined undo/redoMarc Gilleron
2017-06-27Fix filesystem update for import pluginsGeorge Marques
2017-06-27Implemented borderless window code for OSX.Marcelo Fernandez
2017-06-27Hide HTML5 native-run icon without runnable presetL. Krause
2017-06-27Use custom native-run icons for Android and HTML5L. Krause
2017-06-27Change default color of script editor text selectionRémi Verschelde
Supersedes and closes #9388.
2017-06-27Fix active plugins property nameGeorge Marques
2017-06-27Merge pull request #9404 from Zylann/curve_improvementJuan Linietsky
Curve improvement
2017-06-27docs: Correct xform descriptions in class_basismdraw
2017-06-27Merge pull request #9360 from GodotExplorer/pr-external-editor-language-checkRémi Verschelde
Better user experience with external text editors.
2017-06-27Merge pull request #9413 from Noshyaar/pr-save1Rémi Verschelde
Clean up redundancy in scene save confirmation
2017-06-27Better user expirence with external text editors.geequlim
Implements open_in_external_editor for subclasses of ScriptLanguage. Add option 'Debug with external editor' to debug menu to control the behavoir of script opened by editor.
2017-06-27Clean up redundancy in scene save confirmationPoommetee Ketson
2017-06-26-Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky
-Fixded BackBuffercopy object
2017-06-27Fix regression in dc1843201571707ee09f0592ef3b0cd4232c70b8Rémi Verschelde
Closes #9407.
2017-06-27Merge pull request #9402 from nunodonato/selectimportagainRémi Verschelde
Update import dock when editing a resource from the inspector
2017-06-26Update import dock when editing a resource from the inspector (improved version)Nuno Donato
closes #8139. (just in case it wasn't closed well enough the first time :p)
2017-06-27Merge pull request #9195 from kubecz3k/obj-incoming-connectionsRémi Verschelde
Ability to get a list of signals that are targeting given object
2017-06-26Merge pull request #9268 from BastiaanOlij/improve_defaultsRémi Verschelde
Align primitive defaults to default collision shape sizes
2017-06-26Curve featuresMarc Gilleron
- Ability to set tangents as linear - Indicative min and max values - CurveTexture doesn't need min and max anymore
2017-06-26Merge pull request #9296 from TwistedTwigleg/Camera2D_enhancements_V2Rémi Verschelde
Camera2D enhancements (V2)
2017-06-26Merge pull request #9304 from Noshyaar/pr-saveRémi Verschelde
EditorNode: add Save/Discard/Cancel dialog
2017-06-26Merge pull request #9347 from bojidar-bg/7312-quick-input-editRémi Verschelde
Allow input mappings to be edited
2017-06-26Merge pull request #9385 from toger5/theme_item_listRémi Verschelde
margins for item list
2017-06-26Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemapsRémi Verschelde
Add one-way collisions and individual shape offsets for tilesets
2017-06-26Merge pull request #9318 from bojidar-bg/readd-normal-tilemapRémi Verschelde
Add normal map to tilemaps and tilesets
2017-06-26margins for item listtoger5
- without margins there are too little gaps on the left and the selecting looks weird - also changed the styles for selected and focus so they both have the same size
2017-06-26Merge pull request #9401 from godotengine/revert-9400-revert-9379-regex_bind_fixRémi Verschelde
Revert "Revert "Fixed RegEx::search missing return type hint""
2017-06-26Revert "Revert "Fixed RegEx::search missing return type hint""Rémi Verschelde
2017-06-26Merge pull request #9400 from godotengine/revert-9379-regex_bind_fixJuan Linietsky
Revert "Fixed RegEx::search missing return type hint"