Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-21 | Cleanup unnecessary debug prints | Rémi Verschelde | |
2017-10-21 | File names for scripts can include '-' | Jakob Sinclair | |
Fixes #12261 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org> | |||
2017-10-21 | Refactor Fixed to Physics | Poommetee Ketson | |
2017-10-21 | i18n: Sync translation templates with current source | Rémi Verschelde | |
2017-10-21 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2017-10-21 | Merge pull request #12031 from NathanWarden/export_cancel_to_done | Rémi Verschelde | |
Changed the export and fix dependencies dialog cancel button names to "Close" [ci skip] | |||
2017-10-20 | Merge pull request #12228 from ↵ | Rémi Verschelde | |
hi-ogawa/fix-spatial-shader-conversion-with-texture Fix spatial shader conversion with texture | |||
2017-10-20 | Merge pull request #12052 from hi-ogawa/particle-material-conversion-plugin | Rémi Verschelde | |
Create ParticlesMaterialConversionPlugin | |||
2017-10-20 | Fix compilation on Visual Studio 2013 (#10219). | scorched | |
2017-10-20 | Merge pull request #12206 from SaracenOne/drag_and_drop_fix | Rémi Verschelde | |
Fix drag and drop collision with non-centred origin points. [ci skip] | |||
2017-10-20 | Merge pull request #12195 from groud/fix_snapping | Rémi Verschelde | |
Fix snapping with 2D nodes [ci skip] | |||
2017-10-20 | Adjusted editable_warning for "This resource was imported...." alert: | Indah Sylvia | |
- fixed a typo from it's to its - added 'then' to make it clearer | |||
2017-10-19 | Fix spatial shader conversion with texture | Hiroshi Ogawa | |
2017-10-18 | Fix drag and drop collision with non-centred origin points. | Saracen | |
2017-10-17 | Improved viewport zoom and speed icons | Daniel J. Ramirez | |
2017-10-18 | Restored files mode | Gilles Roudiere | |
2017-10-18 | Fixes snapping and replaces the _draw_canvas by forward_canvas_draw | Gilles Roudiere | |
2017-10-17 | Merge pull request #12121 from Paulb23/editor_settings_undo_redo | Rémi Verschelde | |
Separated Editor settings and Scene undo redo stack | |||
2017-10-15 | Added icon under zoom/speed indicator bar | Marc Gilleron | |
2017-10-15 | Merge pull request #11407 from toger5/selection_override_color | Rémi Verschelde | |
added option to keep font color on selection + use consistent selection color in help (fixes: #11501) | |||
2017-10-15 | Merge pull request #11428 from MillionOstrich/filesystem-dock-folders | Rémi Verschelde | |
Filesystem dock folder handling | |||
2017-10-15 | Merge pull request #11927 from Zylann/freelook_interpolation_fix | Rémi Verschelde | |
Freelook interpolation fixes | |||
2017-10-15 | Merge pull request #11989 from minifigmaster125/export-fix | Rémi Verschelde | |
Fix export(float ...) so that step is .01 | |||
2017-10-15 | Merge pull request #12045 from vonzimr/master | Rémi Verschelde | |
Add an option to clear recent scenes in the 'Open Recent' submenu | |||
2017-10-15 | Merge pull request #12113 from RandomShaper/anim-easing-type-value | Rémi Verschelde | |
Add ability to type easing value for key transition | |||
2017-10-15 | Separated Editor settings and Scene undo redo stack | Paulb23 | |
2017-10-15 | Merge pull request #12115 from DmitriySalnikov/fix_deleting_remap_option | Rémi Verschelde | |
Fix deleting localization remap option. | |||
2017-10-15 | Merge pull request #12110 from djrm/pr_spatial_editor_fixes | Rémi Verschelde | |
Return camera to origin when creating a new scene and going to 3d edi… | |||
2017-10-15 | Fix deleting localization remap option. | DimOkGamer | |
2017-10-15 | Add ability to type easing value for key transition | Pedro J. Estébanez | |
2017-10-14 | Return camera to origin when creating a new scene and going to 3d editor. | Daniel J. Ramirez | |
2017-10-14 | keep display int if int range | Suchaaver Chahal | |
2017-10-14 | Fixed help overview visibility, issue 12011 and 10407 | Paulb23 | |
2017-10-14 | Merge pull request #12059 from AntiSC2/master | Rémi Verschelde | |
Added error dialog when failing to export project | |||
2017-10-13 | Added and improved some missing icons, plus some other visual fixes. | Daniel J. Ramirez | |
2017-10-13 | EditorHelp: use '<' to show inheritance | Poommetee Ketson | |
...making it consistent with official docs | |||
2017-10-13 | Added error dialog when failing to export project | Jakob Sinclair | |
Fixes #11836 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org> | |||
2017-10-12 | Added and improved some icons, plus some other minor visual fixes. | Daniel J. Ramirez | |
2017-10-12 | Add an option to clear recent scenes in the 'Open Recent' submenu | vonzimr | |
2017-10-12 | Create ParticlesMaterialConversionPlugin and format generated shader code | Hiroshi Ogawa | |
2017-10-11 | Merge pull request #12038 from Hinsbart/argument_names | Rémi Verschelde | |
Fix argument names in method bindings. [ci skip] | |||
2017-10-11 | Merge pull request #12017 from jagt/fix_clear_recent_scripts_crash | Rémi Verschelde | |
fix script editor clear recent scripts crash | |||
2017-10-11 | Merge pull request #11998 from ↵ | Rémi Verschelde | |
DmitryKrutskikh/filter-input-events-in-project-manager-3-0 Skip unhandled input events on asset library tab. (3.0) [ci skip] | |||
2017-10-11 | Merge pull request #11875 from endragor/fix-export-loop | Rémi Verschelde | |
Fix command-line export looping infinitely | |||
2017-10-11 | Changed the export/dependencies dialog button names from "Cancel" to "Close" | Nathan Warden | |
2017-10-11 | Fix argument names in method bindings. | Andreas Haas | |
Adds a couple of missing argument names. | |||
2017-10-11 | fix script editor clear recent scripts crash | jagt | |
2017-10-10 | Skip unhandled input events on asset library tab. | DmitryKrutskikh | |
2017-10-09 | change step to .01 for float | Suchaaver Chahal | |
2017-10-10 | Freelook interpolation fixes | Marc Gilleron | |
- 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 |