| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -2992/+0 |
| * | Complete the globals.h -> global_config.h conversion | Bojidar Marinov | 2017-02-23 | 1 | -1/+1 |
| * | Removed import/export system, will start new one from scratch. | Juan Linietsky | 2017-01-25 | 1 | -1/+2 |
| * | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -0/+1 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -19/+23 |
| * | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky | 2017-01-14 | 1 | -6/+6 |
| * | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -2/+2 |
| * | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con... | Juan Linietsky | 2017-01-10 | 1 | -2/+2 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -2/+2 |
| * | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -5/+5 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -21/+21 |
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -40/+40 |
| |\ |
|
| | * | work in progress global illumination | Juan Linietsky | 2016-12-20 | 1 | -1/+1 |
| | * | PBR more or less working, still working on bringing gizmos back | Juan Linietsky | 2016-10-27 | 1 | -15/+15 |
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -29/+29 |
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | | Fix crash when select target path on import 3d scene window | volzhs | 2016-11-14 | 1 | -1/+1 |
| * | | Fixed flag for importing animation and skipping value tracks. | Saracen | 2016-11-03 | 1 | -0/+2 |
| * | | Add option for root node name on Import 3D scene window | volzhs | 2016-10-15 | 1 | -2/+18 |
| |/ |
|
| * | Fix various warnings | Johan Manuel | 2016-08-13 | 1 | -3/+4 |
| * | Revert "Change default extension to .tscn when import 3d scene" | Rémi Verschelde | 2016-07-18 | 1 | -1/+3 |
| * | Change default extension to .tscn when import 3d scene | volzhs | 2016-07-18 | 1 | -1/+1 |
| * | Remove unused variables (third pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -9/+1 |
| * | Fixes to import plugin, closes #5318 | Juan Linietsky | 2016-06-30 | 1 | -5/+74 |
| * | Editor properly reloads scenes if they changed on disk or were reimported | Juan Linietsky | 2016-06-28 | 1 | -2/+4 |
| * | Fix error reporting when a scene is not imported properly, closes #3968 | Juan Linietsky | 2016-06-26 | 1 | -3/+4 |
| * | -Added options for scene import plugin to keep materials and user-added track... | Juan Linietsky | 2016-06-20 | 1 | -2/+158 |
| * | Add "-rigid" postfix import feature to create rigid bodies | jay3d | 2016-06-18 | 1 | -1/+45 |
| * | Improved Blender/Collada -colonly import creating collision shapes for empties | Pawel Kowal | 2016-06-05 | 1 | -17/+54 |
| * | Added more translatable strings in code. Updated template tools.pot. | DimOkGamer | 2016-05-30 | 1 | -2/+2 |
| * | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2016-05-30 | 1 | -10/+10 |
| |\ |
|
| | * | Remove translatable strings in comments | George Marques | 2016-05-29 | 1 | -10/+10 |
| * | | -Some fixes to OSX retina scaling for window functions | Juan Linietsky | 2016-05-30 | 1 | -7/+7 |
| |/ |
|
| * | Set more visible string to translatable | Geequlim | 2016-05-29 | 1 | -2/+1 |
| * | Changed import workflow | Juan Linietsky | 2016-05-27 | 1 | -456/+128 |
| * | i18n: Second pass at proofreading | Rémi Verschelde | 2016-05-21 | 1 | -3/+3 |
| * | i18n: Proofreading of all strings | Rémi Verschelde | 2016-05-21 | 1 | -9/+9 |
| * | i18n: Don't make print_line calls translatable | Rémi Verschelde | 2016-05-04 | 1 | -10/+10 |
| * | Modified editor strings to be translatable in the future | Juan Linietsky | 2016-05-03 | 1 | -90/+90 |
| * | correct typo "overwrite" | volzhs | 2016-04-14 | 1 | -2/+2 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -1/+1 |
| * | Completed the support for plugins! It is not possible to add plugins. | Juan Linietsky | 2016-02-27 | 1 | -5/+6 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky | 2015-11-19 | 1 | -2/+2 |
| * | new file dialog! | Juan Linietsky | 2015-06-06 | 1 | -8/+8 |
| * | fix a crash situation when starting a thread and other small fixes | Juan Linietsky | 2015-05-18 | 1 | -1/+4 |
| * | -fix local and global usage for DirAccess, fixes #791 | Juan Linietsky | 2015-04-18 | 1 | -1/+0 |
| * | -Fixed post-import script-reload buf, fixes #1683 | Juan Linietsky | 2015-04-18 | 1 | -3/+9 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| * | -Fix issue of scene import script path being broken on reimport, fixes #1668 | Juan Linietsky | 2015-04-13 | 1 | -1/+2 |