aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Cleanup unnecessary debug printsRémi Verschelde2017-10-218-134/+7
|/ / / / /
* / / / / File names for scripts can include '-'Jakob Sinclair2017-10-211-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | Fixes #12261 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
* | | | Refactor Fixed to PhysicsPoommetee Ketson2017-10-213-4/+4
| | | |
* | | | i18n: Sync translation templates with current sourceRémi Verschelde2017-10-2135-44060/+41861
| | | |
* | | | i18n: Sync translations with WeblateRémi Verschelde2017-10-2132-3678/+3283
| | | |
* | | | Merge pull request #12031 from NathanWarden/export_cancel_to_doneRémi Verschelde2017-10-212-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Changed the export and fix dependencies dialog cancel button names to "Close" [ci skip]
| * | | | Changed the export/dependencies dialog button names from "Cancel" to "Close"Nathan Warden2017-10-112-1/+2
| | | | |
* | | | | Merge pull request #12228 from ↵Rémi Verschelde2017-10-201-2/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hi-ogawa/fix-spatial-shader-conversion-with-texture Fix spatial shader conversion with texture
| * | | | | Fix spatial shader conversion with textureHiroshi Ogawa2017-10-191-2/+10
| | | | | |
* | | | | | Merge pull request #12052 from hi-ogawa/particle-material-conversion-pluginRémi Verschelde2017-10-203-0/+51
|\ \ \ \ \ \ | | | | | | | | | | | | | | Create ParticlesMaterialConversionPlugin
| * | | | | | Create ParticlesMaterialConversionPlugin and format generated shader codeHiroshi Ogawa2017-10-123-0/+51
| | |/ / / / | |/| | | |
* | | | | | Fix compilation on Visual Studio 2013 (#10219).scorched2017-10-202-3/+3
| | | | | |
* | | | | | Merge pull request #12206 from SaracenOne/drag_and_drop_fixRémi Verschelde2017-10-201-2/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix drag and drop collision with non-centred origin points. [ci skip]
| * | | | | | Fix drag and drop collision with non-centred origin points.Saracen2017-10-181-2/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #12195 from groud/fix_snappingRémi Verschelde2017-10-2024-164/+118
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix snapping with 2D nodes [ci skip]
| * | | | | | Restored files modeGilles Roudiere2017-10-183-0/+0
| | | | | | |
| * | | | | | Fixes snapping and replaces the _draw_canvas by forward_canvas_drawGilles Roudiere2017-10-1821-164/+118
| |/ / / / /
* | | / / / Adjusted editable_warning for "This resource was imported...." alert:Indah Sylvia2017-10-201-1/+1
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | - fixed a typo from it's to its - added 'then' to make it clearer
* | | | | Improved viewport zoom and speed iconsDaniel J. Ramirez2017-10-172-175/+8
| | | | |
* | | | | Merge pull request #12121 from Paulb23/editor_settings_undo_redoRémi Verschelde2017-10-173-31/+84
|\ \ \ \ \ | |/ / / / |/| | | | Separated Editor settings and Scene undo redo stack
| * | | | Separated Editor settings and Scene undo redo stackPaulb232017-10-153-31/+84
| | | | |
* | | | | Added icon under zoom/speed indicator barMarc Gilleron2017-10-153-24/+234
| | | | |
* | | | | Merge pull request #11407 from toger5/selection_override_colorRémi Verschelde2017-10-152-7/+8
|\ \ \ \ \ | | | | | | | | | | | | added option to keep font color on selection + use consistent selection color in help (fixes: #11501)
| * | | | | do not overlap current line with selection colortoger52017-09-281-2/+2
| | | | | |
| * | | | | always use the adaptive code theme selection color in help since it wont ↵toger52017-09-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | changed based on the code theme anyways.
| * | | | | keep font color on selection as defaulttoger52017-09-282-1/+2
| | | | | |
* | | | | | Merge pull request #11428 from MillionOstrich/filesystem-dock-foldersRémi Verschelde2017-10-154-367/+462
|\ \ \ \ \ \ | | | | | | | | | | | | | | Filesystem dock folder handling
| * | | | | | Add right click option to create folders.MillionOstrich2017-10-092-0/+58
| | | | | | |
| * | | | | | Rework DependencyRemoveDialog for deleting foldersMillionOstrich2017-10-094-70/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DependencyRemoveDialog now takes two lists (files and folders) to delete. Sort the folders above files in DependencyRemoveDialog & use some more icons. Stop files which will be deleted from also being listed as having broken dependencies. Add right-click option for removing folder to filesystem folder tree.
| * | | | | | Reworked rename & move for files & folders.MillionOstrich2017-10-092-174/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move/rename don't depend on the path variable anymore. Fixed dependencies not updating correctly when dragging folders in the folder tree. Dependencies will only update for files which sucessfully moved. Reduced code duplication between move & rename. Added rename & move options to folders tree.
| * | | | | | Can now right click folders in filesystem dock.MillionOstrich2017-10-092-128/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow selecting ".." in the file-system dock. Show In Explorer just uses this->path rather than trying to work it out from the item. Add support for copy to path to folders . Removed old commented out code.
* | | | | | | Merge pull request #11927 from Zylann/freelook_interpolation_fixRémi Verschelde2017-10-153-52/+131
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Freelook interpolation fixes
| * | | | | | | Freelook interpolation fixesMarc Gilleron2017-10-103-52/+131
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Smooth freelook position more explicitely - Don't let orbit zoom produce translation when it shouldn't - Make base speed framerate-independent (and tweaked setting for that) - Don't rely on camera for calculations because it no longer reflect immediate state - Avoid potential divide-by-zero with zoom inertia - Make speed/zoom relation optional (if enabled, speed is adjusted from zoom) - Never change zoom distance when freelook is active - Orbit inertia also applies on freelook
* | | | | | | Merge pull request #11989 from minifigmaster125/export-fixRémi Verschelde2017-10-151-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix export(float ...) so that step is .01
| * | | | | | | keep display int if int rangeSuchaaver Chahal2017-10-141-2/+2
| | | | | | | |
| * | | | | | | change step to .01 for floatSuchaaver Chahal2017-10-091-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #12045 from vonzimr/masterRémi Verschelde2017-10-151-4/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add an option to clear recent scenes in the 'Open Recent' submenu
| * | | | | | | Add an option to clear recent scenes in the 'Open Recent' submenuvonzimr2017-10-121-4/+17
| | | | | | | |
* | | | | | | | Merge pull request #12113 from RandomShaper/anim-easing-type-valueRémi Verschelde2017-10-151-12/+22
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Add ability to type easing value for key transition
| * | | | | | | Add ability to type easing value for key transitionPedro J. Estébanez2017-10-151-12/+22
| | | | | | | |
* | | | | | | | Merge pull request #12115 from DmitriySalnikov/fix_deleting_remap_optionRémi Verschelde2017-10-151-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix deleting localization remap option.
| * | | | | | | | Fix deleting localization remap option.DimOkGamer2017-10-151-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #12110 from djrm/pr_spatial_editor_fixesRémi Verschelde2017-10-151-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Return camera to origin when creating a new scene and going to 3d edi…
| * | | | | | | Return camera to origin when creating a new scene and going to 3d editor.Daniel J. Ramirez2017-10-141-0/+1
| | | | | | | |
* | | | | | | | Fixed help overview visibility, issue 12011 and 10407Paulb232017-10-141-6/+6
| | | | | | | |
* | | | | | | | Merge pull request #12059 from AntiSC2/masterRémi Verschelde2017-10-142-1/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Added error dialog when failing to export project
| * | | | | | | | Added error dialog when failing to export projectJakob Sinclair2017-10-132-1/+12
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #11836 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
* | | | | | | | Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez2017-10-1317-41/+40
| |/ / / / / / |/| | | | | |
* | | | | | | EditorHelp: use '<' to show inheritancePoommetee Ketson2017-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ...making it consistent with official docs
* | | | | | | Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez2017-10-1222-41/+46
|/ / / / / /