aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Various clean ups and cosmetic changes in scene.glsl.Ferenc Arn2017-10-031-73/+74
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use self-documenting names for variables which are otherwise confusing. Also avoid recalculating certain terms.
* | | | | | | | | | | | | | Merge pull request #11792 from touilleMan/gdnative-json-apiThomas Herzog2017-10-035-734/+4586
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDnative] autogenerate gdnative_api_struct.h from a json
| * | | | | | | | | | | | | | [GDnative] replace gdnative_api_struct.h by a json-based autogenerated systemEmmanuel Leblond2017-10-035-734/+4586
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #11791 from djrm/pr_update_gitignoreHein-Pieter van Braam2017-10-031-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added logs to .gitignore
| * | | | | | | | | | | | | | Added logs to .gitignoreDaniel J. Ramirez2017-10-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ciskip]
* | | | | | | | | | | | | | | Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam2017-10-037-14/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add OS::is_userfs_persistent, allow starting HTML5 platform in private mode
| * | | | | | | | | | | | | | | Add OS::is_userfs_persistent to check user:// persistenceLeon Krause2017-10-027-14/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows starting HTML5 export when IndexedDB is not available.
* | | | | | | | | | | | | | | | Merge pull request #11653 from bojidar-bg/doc-vscript-1Nathan Lovato2017-10-0316-3/+210
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | [DOCS] Document some of the VisualScript classes
| * | | | | | | | | | | | | | | Document some of the VisualScript classes.Bojidar Marinov2017-10-0316-3/+210
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #11660 from toger5/additional_spacing_1_as_defaultAndreas Haas2017-10-031-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add spacing to tabs.
| * | | | | | | | | | | | | | | | added spacing to tabstoger52017-10-031-3/+9
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #11770 from Noshyaar/pr-๓Andreas Haas2017-10-032-14/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CurveEditor: fix can't edit right tangent
| * | | | | | | | | | | | | | | | CurveEditor: fix can't edit right tangentPoommetee Ketson2017-10-032-14/+14
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #11739 from neikeq/tengo-el-monoAndreas Haas2017-10-0393-7/+19628
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | Moved mono module here
| * | | | | | | | | | | | | | | | Fix SConstruct check for config.is_enabled()Ignacio Etcheverry2017-10-031-7/+6
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Added mono moduleIgnacio Etcheverry2017-10-0392-0/+19622
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #11478 from n-pigeon/scale_gizmoAndreas Haas2017-10-032-54/+190
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Scale editing Gizmo for Spatial Editor
| * | | | | | | | | | | | | | | | | Scale editing Gizmo for Spatial EditorPrzemysław Gołąb (n-pigeon)2017-09-262-54/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support for axis locked scaling with handles, supports both world and local space. Local space recommended for most editing tasks. Also fixed some small bugs, polished Gizmo looks and cleaned up some dead code. Happy scaling! :)
* | | | | | | | | | | | | | | | | | Merge pull request #11568 from endragor/loggersAndreas Haas2017-10-0249-331/+947
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract logging logic
| * | | | | | | | | | | | | | | | | | Extract logging logicRuslan Mustakov2017-09-2549-331/+947
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously logging logic was scattered over OS class implementations with plenty of duplication. Major changes in this commit: - Extracted logging logic into a separate Logger hierarchy. It allows easy configuration of logging mechanism depending on compile-time or run-time configuration. - Implemented RotatedFileLogger which is usually used with StdLogger, providing persistency of logs. It is often important to be able to obtain logs of the game even in production to be able to understand what happened prior to some problem. On mobile there previously was no way to obtain the logs aside from having the device connected to your machine. - flush() is not performed in release mode for every logged line. It is only performed for errors.
* | | | | | | | | | | | | | | | | | | Merge pull request #11592 from SaracenOne/header_generator_fixAndreas Haas2017-10-021-8/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Python header generator now generates strings with escape characters.
| * | | | | | | | | | | | | | | | | | Python header generator now generates strings with escape characters.Saracen2017-09-261-8/+22
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #11658 from BastiaanOlij/mobile_vrAndreas Haas2017-10-028-0/+825
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reintroduce generic mobile vr interface
| * | | | | | | | | | | | | | | | | | | reintroduce generic mobile vr interfaceBastiaanOlij2017-09-288-0/+825
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas2017-10-0275-296/+296
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed fixed_process to physics_process
| * | | | | | | | | | | | | | | | | | | | Renamed fixed_process to physics_processAndreaCatania2017-09-3075-296/+296
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge pull request #11700 from tagcup/clearcoat_fixAndreas Haas2017-10-021-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix clearcoat without Schlick-GGX specular.
| * | | | | | | | | | | | | | | | | | | | Fix clearcoat without Schlick-GGX specular.Ferenc Arn2017-09-291-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #11698.
* | | | | | | | | | | | | | | | | | | | | Merge pull request #11706 from toger5/create_node_preferred_logicAndreas Haas2017-10-023-7/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | added smart searching with preferrence to root node
| * | | | | | | | | | | | | | | | | | | | create dialog search preferrence fixes: #11697toger52017-09-293-7/+34
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #11730 from gabrielformiga/fix-small-png-texture-importAndreas Haas2017-10-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change to Image::shrink_x2 function preventing it set a 0 width/height for mipmapped textures
| * | | | | | | | | | | | | | | | | | | | Change to shrink_x2 function preventing it set a 0 width/heightGabriel2017-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #11747 from Noshyaar/pr-๑Andreas Haas2017-10-021-3/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EditorAudioBus: restore delete option on master bus
| * | | | | | | | | | | | | | | | | | | | | EditorAudioBus: restore delete option on master busPoommetee Ketson2017-10-011-3/+2
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #11752 from Listwon/vssconsAndreas Haas2017-10-021-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix scons: *** No SConstruct file found
| * | | | | | | | | | | | | | | | | | | | | | Fix scons: *** No SConstruct file foundBartłomiej T. Listwon2017-10-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add --directory=$(ProjectDir) to build_commandline()
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11753 from Listwon/IntellisenseAndreas Haas2017-10-021-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix IntelliSense
| * | | | | | | | | | | | | | | | | | | | | | | Fix IntelliSenseBartłomiej T. Listwon2017-10-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the CPPPATH passed to MSVSProject. Uses SCons Dir() function to convert "#" paths http://www.scons.org/doc/0.97/HTML/scons-user/a3414.html#CV-CPPPATH
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11754 from magyar123/masterAndreas Haas2017-10-021-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed center align in LineEdit
| * | | | | | | | | | | | | | | | | | | | | | | | Fixed center align in LineEditbalint magyar2017-10-011-2/+8
| | |/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11757 from mhilbrunner/doc_status_py27Andreas Haas2017-10-021-4/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | doc_status.py Python 2.7 backwards compatibility & Windows support
| * | | | | | | | | | | | | | | | | | | | | | | doc_status.py Python 2.7 backwards compatibilitymhilbrunner2017-10-011-4/+14
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11767 from Noshyaar/pr-๒Andreas Haas2017-10-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3DEditorGizmo: fix spotlight and camera gizmo & handle
| * | | | | | | | | | | | | | | | | | | | | | | 3DEditorGizmo: fix spotlight and camera gizmo & handlePoommetee Ketson2017-10-021-2/+2
| | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11768 from cbscribe/kcc_polygon2d_docAndreas Haas2017-10-022-8/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | [DOCS] Update Polygon2D and CollisionPolygon2D
| * | | | | | | | | | | | | | | | | | | | | | [DOCS] Update Polygon2D and CollisionPolygon2DChris Bradfield2017-10-022-8/+22
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11575 from marcelofg55/move_path_to_trashPoommetee Ketson2017-10-029-13/+140
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash
| * | | | | | | | | | | | | | | | | | | | | | | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez2017-09-259-13/+140
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11646 from djrm/pr_visual_improvementsPoommetee Ketson2017-10-0240-1151/+190
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several visual improvements.
| * | | | | | | | | | | | | | | | | | | | | | | Several visual improvements.Daniel J. Ramirez2017-09-2840-1151/+190
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes.