| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Add ViewPanner to 2D editor | kobewi | 2022-01-21 | 1 | -1/+3 | |
| | |/ / | ||||||
| * | | | Merge pull request #57044 from Calinou/doc-csgpolygon3d-points | Rémi Verschelde | 2022-01-23 | 3 | -4/+5 | |
| |\ \ \ | ||||||
| | * | | | Improve CSGPolygon3D documentation | Hugo Locurcio | 2022-01-21 | 3 | -4/+5 | |
| | | | | | | | | | | | | | | | | | - Describe why polygon triangulation usually fails in the error message. | |||||
| * | | | | Merge pull request #57052 from KoBeWi/nosort | Rémi Verschelde | 2022-01-23 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Don't sort printed Dictionary | kobewi | 2022-01-22 | 1 | -1/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #55433 from V-Sekai/prev_operand_nullptr_check | Rémi Verschelde | 2022-01-22 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | Check for nullptr expression in parse_precedence function | |||||
| | * | | | | Check for nullptr expression in parse_precedence function | SaracenOne | 2021-11-29 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #55214 from Scony/fix-gdscript-crash-2 | Rémi Verschelde | 2022-01-22 | 3 | -0/+7 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | Fix GDScript parser crash on 'dollar mixed with assignment' expression | |||||
| | * | | | | Fix GDScript parser crash on 'dollar mixed with assignment' expression | Pawel Lampe | 2021-11-21 | 3 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | fixes #53696 | |||||
| * | | | | | Merge pull request #56252 from Gallilus/Update-visual-script-property-selector | Rémi Verschelde | 2022-01-21 | 4 | -728/+1522 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Improve Visual Script editor to suggest the proper visual script nodes. | David Cambré | 2022-01-17 | 4 | -728/+1522 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #51452 from omar-polo/fix-macros | Rémi Verschelde | 2022-01-20 | 3 | -18/+20 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Rename or refactor macros to avoid leading underscores | Omar Polo | 2022-01-20 | 3 | -18/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are not used consistently and some can conflict with system-specific defines. While here, also delete some unused macros. | |||||
| * | | | | | | | Merge pull request #55066 from trollodel/less_singletons_in_editornode | Rémi Verschelde | 2022-01-20 | 2 | -3/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Store panels and docks singletons in their own classes | trollodel | 2022-01-20 | 2 | -3/+3 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #52134 from RandomShaper/fix_naming | Rémi Verschelde | 2022-01-20 | 3 | -4/+4 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Rename Variant::is_ref() to is_ref_counted() | Pedro J. Estébanez | 2022-01-20 | 3 | -4/+4 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #56855 from rafallus/gridmap_bake_staticbody | Rémi Verschelde | 2022-01-20 | 4 | -12/+119 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Consider gridmap collisions in navigation bake | rafallus | 2022-01-16 | 4 | -12/+119 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #56936 from BastiaanOlij/add_tracking_confidence | Rémi Verschelde | 2022-01-20 | 2 | -1/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Adding a tracking confidence state to XRPose | Bastiaan Olij | 2022-01-20 | 2 | -1/+4 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * / | | | | | | Convert TextEdit callbacks to Callable | Paulb23 | 2022-01-19 | 2 | -2/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #56619 from timothyqiu/left-right-palette | Rémi Verschelde | 2022-01-18 | 1 | -4/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Allow showing both left and right side panels | Haoyu Qiu | 2022-01-08 | 1 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #52969 from bruvzg/locale_detection | Rémi Verschelde | 2022-01-18 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Improve locale detection. | bruvzg | 2022-01-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use separate language, script and country lists. Add locale selection dialog and property hint. | |||||
| * | | | | | | | | Dictionary: Serialize empty dict as `{}` instead of `{\n}` | Rémi Verschelde | 2022-01-18 | 1 | -4/+2 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make sure to always convert multiline dictionaries to a single line for its EditorHelp representation, as multiline values break formatting. | |||||
| * | | | | | | | Merge pull request #56739 from strank/master | Rémi Verschelde | 2022-01-17 | 5 | -1/+53 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | GDScript: Fix parsing default parameter values from function calls | |||||
| | * | | | | | | | GDScript: Fix parsing default parameter values from function calls | strank | 2022-01-13 | 5 | -1/+53 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #55995 from Xwdit/enum_fix | Rémi Verschelde | 2022-01-17 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix enum int comparison | |||||
| | * | | | | | | | | Fix enum int comparison | Xwdit | 2021-12-16 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix enum int comparison | |||||
| * | | | | | | | | | Merge pull request #55625 from ↵ | Rémi Verschelde | 2022-01-17 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cdemirer/fix-type-guessing-and-gdscript-parser-printing Fix `--test gdscript-parser` crash | |||||
| | * | | | | | | | | | Fix gdscript-parser crash | cdemirer | 2022-01-03 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes gdscript-parser crashing while printing empty identifiers. | |||||
| * | | | | | | | | | | Merge pull request #55616 from cdemirer/master | Rémi Verschelde | 2022-01-17 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | Fix nested ternary-if codegen | |||||
| | * | | | | | | | | | Fix nested ternary-if codegen (#55582) | cdemirer | 2021-12-04 | 1 | -0/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | [TextServer] Implement locale and context sensitive case conversion functions. | bruvzg | 2022-01-17 | 4 | -1/+70 | |
| | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #56832 from Chaosus/fix_theming | Yuri Roubinsky | 2022-01-16 | 2 | -4/+10 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix theming update in several editor classes | Yuri Roubinsky | 2022-01-16 | 2 | -4/+10 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #55679 from raulsntos/script_reload_fix | Ignacio Roldán Etcheverry | 2022-01-16 | 2 | -5/+8 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | C# scripts reload in editor fixed | |||||
| | * | | | | | | | | | | C# script reload fixed | Raul Santos | 2021-12-06 | 2 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Michael Bickel <mib@developium.net> Co-authored-by: Germanrc <german_1995a@hotmail.com> | |||||
| * | | | | | | | | | | | Merge pull request #56309 from Calinou/remove-pvrtc-support | Rémi Verschelde | 2022-01-16 | 8 | -909/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Remove support for PVRTC texture encoding and decoding | Hugo Locurcio | 2022-01-14 | 8 | -909/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On the only platform where PVRTC is supported (iOS), ETC2 generally supersedes PVRTC in every possible way. The increased memory usage is not really a problem thanks to modern iOS' devices processing power being higher than its Android counterparts. | |||||
| * | | | | | | | | | | | Improvments for SyntaxHighlighters | Paulb23 | 2022-01-15 | 2 | -23/+74 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix immedate Funcion in lamba highlight - Highlight signals as one colour - Highlight node paths as one colour - Highlight escape chars in strings | |||||
| * | | | | | | | | | | | Fix crash when exiting the editor | Haoyu Qiu | 2022-01-15 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #55541 from KoBeWi/outcognito_scripts | Rémi Verschelde | 2022-01-14 | 3 | -0/+11 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Make script type distinguishable by icon | kobewi | 2022-01-13 | 3 | -0/+11 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #56762 from bruvzg/mac_fix_sc | Rémi Verschelde | 2022-01-14 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | [macOS] Fix self-contained mode, by looking for `._sc_` and writing data to ↵ | bruvzg | 2022-01-13 | 1 | -0/+7 | |
| | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the bundle directory instead of executable directory. | |||||
| * | | | | | | | | | | | Use ThorVG instead of NanoSVG for importing SVGs | K. S. Ernest (iFire) Lee | 2022-01-14 | 4 | -132/+158 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ThorVG is a platform-independent portable library for drawing vector-based scene and animation. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||||
| * | | | | | | | | | | | Fix various typos | luz paz | 2022-01-13 | 1 | -1/+1 | |
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inh,inout,leapyear,lod,nd,numer,ois,ony,paket,ro,seeked,sinc,switchs,te,uint,varn,vew` | |||||
