| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-07-01 | Revert "Fix Tileset/tilemap issues related to my adding of one-way ↵ | Juan Linietsky | 6 | -56/+37 | |
| collisions to them" | |||||
| 2017-07-01 | Script create diag: Show extensions for currently selected language only. | Andreas Haas | 1 | -4/+2 | |
| 2017-07-01 | Buildsystem: Improve detect.py readability and fix issues | Rémi Verschelde | 10 | -657/+468 | |
| 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 | 36 | -293/+1089 | |
| -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-30 | Disable etc2comp and tinyexr modules on non-tools build | Rémi Verschelde | 2 | -2/+10 | |
| They are not necessary in such configuration, and require C++11 and (on Android) the STL. Fixes #9273. | |||||
| 2017-06-30 | Fix #9409, fixup #9370; tileset now has shape transform instead of offset | Bojidar Marinov | 6 | -37/+56 | |
| 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-30 | EditorNode: request attention when quit while minimized | Poommetee Ketson | 1 | -0/+3 | |
| 2017-06-28 | Fixed NinePatches not working on HTML5 | Robert Hernandez | 1 | -1/+1 | |
| 2017-06-28 | Reworked translation system | Juan Linietsky | 23 | -52/+248 | |
| -Label and Button reload translation on the fly -Resources are loaded and reload depending on locale | |||||
| 2017-06-28 | Fix build error on master | Poommetee Ketson | 1 | -1/+1 | |
| 2017-06-28 | Fix curve saving, refined undo/redo | Marc Gilleron | 4 | -63/+97 | |
| 2017-06-27 | Fix filesystem update for import plugins | George Marques | 1 | -2/+2 | |
| 2017-06-27 | Implemented borderless window code for OSX. | Marcelo Fernandez | 2 | -1/+38 | |
| 2017-06-27 | Hide HTML5 native-run icon without runnable preset | L. Krause | 1 | -1/+28 | |
| 2017-06-27 | Use custom native-run icons for Android and HTML5 | L. Krause | 7 | -16/+42 | |
| 2017-06-27 | Change default color of script editor text selection | Rémi Verschelde | 1 | -1/+1 | |
| Supersedes and closes #9388. | |||||
| 2017-06-27 | Fix active plugins property name | George Marques | 1 | -1/+1 | |
| 2017-06-27 | docs: Correct xform descriptions in class_basis | mdraw | 1 | -2/+2 | |
| 2017-06-27 | Better user expirence with external text editors. | geequlim | 8 | -10/+49 | |
| 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-27 | Clean up redundancy in scene save confirmation | Poommetee Ketson | 1 | -3/+1 | |
| 2017-06-26 | -Fixed SCREEN_TEXTURE and other related 2D shader parameters. | Juan Linietsky | 28 | -78/+200 | |
| -Fixded BackBuffercopy object | |||||
| 2017-06-27 | Fix regression in dc1843201571707ee09f0592ef3b0cd4232c70b8 | Rémi Verschelde | 1 | -1/+1 | |
| Closes #9407. | |||||
| 2017-06-26 | Update import dock when editing a resource from the inspector (improved version) | Nuno Donato | 1 | -2/+1 | |
| closes #8139. (just in case it wasn't closed well enough the first time :p) | |||||
| 2017-06-26 | Curve features | Marc Gilleron | 7 | -98/+308 | |
| - Ability to set tangents as linear - Indicative min and max values - CurveTexture doesn't need min and max anymore | |||||
| 2017-06-26 | margins for item list | toger5 | 1 | -6/+7 | |
| - 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-26 | Revert "Revert "Fixed RegEx::search missing return type hint"" | Rémi Verschelde | 1 | -1/+1 | |
| 2017-06-26 | Revert "Fixed RegEx::search missing return type hint" | Juan Linietsky | 1 | -1/+1 | |
| 2017-06-27 | EditorNode: enhance save/quit dialog | Poommetee Ketson | 3 | -52/+79 | |
| 2017-06-26 | Fixed inverted group thrown off by quantifiers | Zher Huei Lee | 1 | -3/+4 | |
| 2017-06-26 | gitignore: Remove pre-.gen filenames | Rémi Verschelde | 1 | -28/+0 | |
| @Noshyaar was right to remove them in the first place, we need users with local clones to clean them up to prevent older .cpp files from being including by globbing. | |||||
| 2017-06-26 | ConeTwistJoint: Initialize 'm_angularOnly'. | dotquixote | 1 | -0/+1 | |
| 2017-06-26 | Fixes RegEx capture grabbing too much #9382 | Zher Huei Lee | 1 | -6/+13 | |
| Incorrect behaviour was caused when next->test was throwing off the results. | |||||
| 2017-06-25 | style box margins for Inspector and list. | toger5 | 1 | -5/+7 | |
| 2017-06-25 | tree fix drawing order for header + | toger5 | 1 | -16/+20 | |
| - the collapse arrow gets drawn after the background so its not hidden underneath anymore - custom_bg_color no offset anymore | |||||
| 2017-06-25 | Revert "Workaround for IME on Linux." | Juan Linietsky | 3 | -129/+10 | |
| 2017-06-25 | Update import dock when editing a resource from the inspector | Nuno Donato | 1 | -0/+1 | |
| 2017-06-25 | Usability improvements for folding. Unfortunately SpatialMaterial broke ↵ | Juan Linietsky | 7 | -13/+24 | |
| compatibility. | |||||
| 2017-06-26 | Fixed RegEx::search missing return type hint | Zher Huei Lee | 1 | -1/+1 | |
| 2017-06-25 | -Added folding to property editor, persistent on objects it edits | Juan Linietsky | 9 | -22/+235 | |
| -Some changes to tree to support this properly | |||||
| 2017-06-25 | Added some editor enhancements to Camera2D. Added the option to draw ↵ | TwistedTwigleg | 2 | -18/+127 | |
| Camera2Ds bounds and drag margins. Added options to toggle the drawing of Camera2Ds lines in the editor. When a Camera2D is marked as current, its lines become a little less transparent. | |||||
| 2017-06-25 | Add one-way collisions and individual shape offsets for tilesets | Bojidar Marinov | 4 | -76/+181 | |
| As requested in #9318 Accidentially fixes #2231 as well | |||||
| 2017-06-25 | Fix crash with String copy from with NULL string parameter | geequlim | 1 | -0/+12 | |
| 2017-06-25 | i18n: Update template and sync translations | Rémi Verschelde | 35 | -8571/+24958 | |
| 2017-06-25 | i18n: Sync translations with Weblate | Rémi Verschelde | 34 | -11113/+11376 | |
| Adds Finnish translation. | |||||
| 2017-06-25 | Allow input mappings to be edited | Bojidar Marinov | 2 | -8/+123 | |
| Closes #7312 | |||||
| 2017-06-25 | Fixes method bind | Ramesh Ravone | 1 | -2/+2 | |
| 2017-06-25 | Ability to restart particle system with a function call | Juan Linietsky | 12 | -6/+115 | |
| 2017-06-25 | Update freetype to 2.8 | volzhs | 474 | -5268/+20945 | |
| 2017-06-25 | EditorNode: enhance quit dialog | Poommetee Ketson | 2 | -38/+90 | |
| 2017-06-25 | EditorNode: add Save/Discard/Cancel dialog | Poommetee Ketson | 2 | -26/+55 | |
