| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Replace export pack mode "Copy" with "Exec+Zip" | eska | 2016-01-10 | 2 | -12/+25 | |
| * | | | | | | small hack to make collisionobjects work with replace, fixes #2992 | Juan Linietsky | 2016-01-12 | 1 | -0/+5 | |
| * | | | | | | Merge pull request #3320 from neikeq/ed_layouts_default | Rémi Verschelde | 2016-01-11 | 2 | -31/+33 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Allow to override the default editor layout | Ignacio Etcheverry | 2016-01-11 | 2 | -31/+33 | |
| * | | | | | | | Update copyright in remaining files + prints in the UI | Rémi Verschelde | 2016-01-11 | 3 | -4/+4 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3308 from neikeq/keep_xform_settings | Rémi Verschelde | 2016-01-11 | 1 | -25/+47 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Remove unnecessary fail conditions when loading SpatialEditor state | Ignacio Etcheverry | 2016-01-11 | 1 | -27/+21 | |
| | * | | | | | Remember Transform menu settings for the Spatial Editor | Ignacio Etcheverry | 2016-01-11 | 1 | -0/+28 | |
| * | | | | | | Merge pull request #3276 from TheHX/pr-quick-open | Rémi Verschelde | 2016-01-11 | 4 | -15/+50 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Quick open now can open multiple scenes and scripts | Franklin Sobrinho | 2016-01-08 | 4 | -15/+50 | |
| * | | | | | | | Merge pull request #3309 from MarianoGnu/bug_fixing3 | Rémi Verschelde | 2016-01-11 | 2 | -7/+58 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Make SpriteRegionEditor remember state beatwhen setions (fixes #3245) | MarianoGNU | 2016-01-10 | 2 | -7/+58 | |
| * | | | | | | | | Merge pull request #3302 from MarianoGnu/bug_fixing2 | Rémi Verschelde | 2016-01-11 | 1 | -1/+11 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Allow to paste resources in inspector when text_hint indicates multiple types | MarianoGNU | 2016-01-10 | 1 | -1/+11 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #3303 from TheHX/pr-script-editor | Rémi Verschelde | 2016-01-11 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fix script highlighting for classes that begin with "_" | Franklin Sobrinho | 2016-01-10 | 1 | -1/+5 | |
| | |/ / / / / / / | ||||||
| * | | | / / / / | -Make a rare corner case where disabling/reenabling mipmaps causes invalid te... | Juan Linietsky | 2016-01-10 | 1 | -0/+2 | |
| | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | | -Project settings can properly add/remove properties again, fixes #3177 | Juan Linietsky | 2016-01-10 | 3 | -2/+9 | |
| * | | | | | | | restored quit to project list keybinding, but kept change for OSX, closes #3185 | Juan Linietsky | 2016-01-10 | 1 | -0/+4 | |
| * | | | | | | | wrong extensions shown when saving resources fixed | Juan Linietsky | 2016-01-10 | 1 | -1/+1 | |
| * | | | | | | | forgot initialization of path in filesystem dock, fixes #3295 | Juan Linietsky | 2016-01-10 | 1 | -0/+2 | |
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | Make sure variant parser actually writes floats when float property is reques... | Juan Linietsky | 2016-01-10 | 1 | -3/+3 | |
| |/ / / / / | ||||||
| * | | | | | Fix some error messages | Franklin Sobrinho | 2016-01-09 | 6 | -14/+4 | |
| * | | | | | fixes debug_release build | Ariel Manzur | 2016-01-08 | 1 | -2/+2 | |
| * | | | | | Merge pull request #3282 from TheHX/pr-script-debugger | Rémi Verschelde | 2016-01-08 | 2 | -2/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix debugger close button and script editor "Show Debugger" | Franklin Sobrinho | 2016-01-08 | 2 | -2/+3 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3280 from neikeq/issue_3227 | Rémi Verschelde | 2016-01-08 | 1 | -5/+10 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix TileSet not refreshed after exporting without merge | Ignacio Etcheverry | 2016-01-08 | 1 | -5/+10 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3278 from neikeq/issue_305 | Rémi Verschelde | 2016-01-08 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Scene->Close scene: ask confirmation only when unsaved changes | Ignacio Etcheverry | 2016-01-08 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3250 from akien-mga/pr-uniform-scaling-canvasitem | Rémi Verschelde | 2016-01-07 | 1 | -34/+24 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Fix uniform scaling of non-square CanvasItem nodes | Rémi Verschelde | 2016-01-06 | 1 | -34/+24 | |
| * | | | | | Merge pull request #3191 from neikeq/filedialog_hotkeys | Rémi Verschelde | 2016-01-07 | 2 | -1/+46 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | FileDialog: keyboard shortcut to toggle "show hidden files" | Ignacio Etcheverry | 2016-01-02 | 2 | -1/+46 | |
| * | | | | | | Merge pull request #3208 from nounoursheureux/master | Rémi Verschelde | 2016-01-06 | 1 | -4/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | You can create an inherited scene based on an already opened scene. | Nounours Heureux | 2016-01-06 | 1 | -4/+6 | |
| * | | | | | | | Merge pull request #3187 from neikeq/fix_3186 | Rémi Verschelde | 2016-01-06 | 1 | -6/+8 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix editor layout saving | Ignacio Etcheverry | 2016-01-01 | 1 | -6/+8 | |
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3217 from neikeq/asframes_patch | Rémi Verschelde | 2016-01-06 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Disable renaming AnimatedSprite frames | Ignacio Etcheverry | 2016-01-03 | 1 | -1/+0 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #3216 from nounoursheureux/spriteframes | Rémi Verschelde | 2016-01-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Show the texture name after the frame number in the SpriteFrames editor | Nounours Heureux | 2016-01-03 | 1 | -1/+1 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3219 from nounoursheureux/change_subscene_string | Rémi Verschelde | 2016-01-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | Change Import > Sub-Scene to Import > Node from scene | Nounours Heureux | 2016-01-03 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2016-01-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix typo | Rémi Verschelde | 2016-01-05 | 1 | -1/+1 | |
| * | | | | | | | -completely rewritten filesystem dock and internal editor filesystem manageme... | Juan Linietsky | 2016-01-05 | 2 | -430/+605 | |
| |/ / / / / / | ||||||
| * | | | | | | Fix KP5 toggle perspective shortcut, fixes #2035 | Juan Linietsky | 2016-01-04 | 1 | -1/+4 | |
| * | | | | | | small usability improvement, change everything related to resolution and scal... | Juan Linietsky | 2016-01-03 | 1 | -2/+13 | |
| * | | | | | | having active items is pointless in input map | Juan Linietsky | 2016-01-03 | 1 | -2/+4 | |
