| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-07-05 | Implement well-defined handling of unrecoverable errors | Pedro J. Estébanez | 8 | -45/+76 | |
| Plus the addition of some convenience CRASH_* error macros. Plus transient avoidance of the flood of warnings emitted by Clang when checking 'this' for NULL. Plus explanation about the do-while(0) loop in some error macros. | |||||
| 2017-07-04 | Implemented environment arrays for skybox reflection and roughness, quality ↵ | Juan Linietsky | 8 | -97/+284 | |
| increase is enormous. | |||||
| 2017-07-04 | Removed outdated comment. | anakimluke | 1 | -4/+0 | |
| closes #78 | |||||
| 2017-07-04 | Add project names as Comment fields in copyright file | Rémi Verschelde | 1 | -5/+47 | |
| This is compliant with the specification [0] and should allow us to generate human-readable output from the machine-readable file. [0] https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#files-paragraph | |||||
| 2017-07-04 | About: Add License info | Poommetee Ketson | 2 | -0/+32 | |
| 2017-07-04 | ItemList: expose methods, in-editor items editing support | Poommetee Ketson | 4 | -0/+118 | |
| 2017-07-04 | fix for redundant RMB options for toplevel node | Jakub Grzesik | 1 | -3/+5 | |
| 2017-07-03 | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | TwistedTwigleg | 13 | -25/+26 | |
| 2017-07-03 | Fixed set_global_scale in Node2D. | TwistedTwigleg | 1 | -1/+1 | |
| 2017-07-03 | Clicking on subscene icon will open it | Jakub Grzesik | 4 | -176/+144 | |
| All options are moved into RMB menu | |||||
| 2017-07-03 | Re-orient capsule to colission shape | BastiaanOlij | 1 | -17/+19 | |
| 2017-07-03 | Clean up normalmapping, make sure tangents are imported correctly. | Juan Linietsky | 9 | -99/+133 | |
| 2017-07-03 | Authors/About: support for multiple sections | Poommetee Ketson | 2 | -53/+93 | |
| 2017-07-02 | Implemented borderless fullscreen code on OSX. | Marcelo Fernandez | 2 | -9/+53 | |
| 2017-07-03 | Update visibility icon properly | volzhs | 2 | -9/+6 | |
| 2017-07-02 | On OSX export to DMG and optionally code sign the app bundle | BastiaanOlij | 1 | -38/+305 | |
| 2017-07-02 | EditorNameDialog: Remove unnecessary move_child | Rémi Verschelde | 1 | -1/+0 | |
| Fixes #9377. | |||||
| 2017-07-02 | Script editor help: Prevent loading empty instances from layout | Rémi Verschelde | 1 | -0/+3 | |
| 2017-07-02 | Added Curve preview thumbnail | Marc Gilleron | 2 | -0/+80 | |
| 2017-07-01 | Animation Editor: Fix trying to stop playback without player. | Andreas Haas | 1 | -0/+4 | |
| Fixes #9280 | |||||
| 2017-07-01 | Readd shape_offset as an editor-only and backcompat property | Bojidar Marinov | 1 | -1/+8 | |
| 2017-07-01 | Readd tilemap's shape_transform and bugfixes | Bojidar Marinov | 6 | -37/+56 | |
| This reverts commit a808f53020aa710ff81392e2349b8a39c55d2717. | |||||
| 2017-07-01 | SceneTab: MMB or double LMB to create new scene | Poommetee Ketson | 1 | -2/+8 | |
| 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-30 | EditorNode: mark opened deleted scenes as unsaved | Poommetee Ketson | 2 | -0/+26 | |
| 2017-06-29 | Workaround for IME and echo events on Linux: | Jia Wang | 3 | -9/+170 | |
| Request detectable auto-repeat (Require XKB extension) to support echo events and IME at the same time. Fixes #29, #7106 and #9381. | |||||
| 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 | |||||
