| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add ClassDB binding for File.get_modified_time | Andreas Haas | 2017-01-23 | 2 | -0/+8 |
| | | | | | Closes #7613 | ||||
| * | CollisionShape2D: Fix warning icon not updating. | Andreas Haas | 2017-01-22 | 2 | -0/+2 |
| | | | | | `CollisionPolygon2D` also had this problem. | ||||
| * | 2D Editor: Don't show lock icons for hidden nodes. | Andreas Haas | 2017-01-19 | 2 | -2/+5 |
| | | | | | | Now we only draw those icons for visible Nodes. Fixes #7518 | ||||
| * | Merge pull request #7574 from RayKoopa/canvas_item_fix_is_hidden | Rémi Verschelde | 2017-01-19 | 2 | -20/+19 |
| |\ | | | | | Fix Spatial::is_visible and editor calls to CanvasItem/Spatial::is_visible | ||||
| | * | Fix editor method calls to is_visible for Spatial and CanvasItem and ↵ | Ray Koopa | 2017-01-18 | 2 | -20/+19 |
| | | | | | | | | | is_visible itself for Spatial | ||||
| * | | Use Markdown comments in the issue template | Rémi Verschelde | 2017-01-19 | 1 | -9/+9 |
| | | | |||||
| * | | Merge pull request #7577 from tagcup/issue_7476 | Juan Linietsky | 2017-01-18 | 1 | -1/+1 |
| |\ \ | |/ |/| | Use property convention introduced in b085c4 (_ rather than / as sepa… | ||||
| | * | Use property convention introduced in b085c4 (_ rather than / as separator). | Ferenc Arn | 2017-01-18 | 1 | -1/+1 |
| |/ | | | | Fixes #7476. | ||||
| * | Merge pull request #7572 from BastiaanOlij/fix_math | Rémi Verschelde | 2017-01-18 | 2 | -7/+2 |
| |\ | | | | | Some changes in the header so Godot3 compiles again on Windows. | ||||
| | * | Some changes in the header so Godot3 compiles again on Windows. | BastiaanOlij | 2017-01-18 | 2 | -7/+2 |
| |/ | |||||
| * | Fix typo in issue template | Rémi Verschelde | 2017-01-17 | 1 | -1/+1 |
| | | |||||
| * | Fix issue template as people started ignoring it | Rémi Verschelde | 2017-01-17 | 1 | -9/+7 |
| | | |||||
| * | Merge pull request #7566 from karroffel/ptrcall-fix | Rémi Verschelde | 2017-01-17 | 1 | -8/+8 |
| |\ | | | | | | | updated method_ptrcall.h to use 3.0 naming [ci skip] | ||||
| | * | updated method_ptrcall.h to use 3.0 naming | karroffel | 2017-01-17 | 1 | -8/+8 |
| |/ | |||||
| * | Merge pull request #7564 from djrm/icons | Rémi Verschelde | 2017-01-17 | 91 | -1134/+598 |
| |\ | | | | | Icons | ||||
| | * | Added some missing icons and modified others | Daniel J. Ramirez | 2017-01-16 | 11 | -47/+217 |
| | | | |||||
| | * | icon fixes | Daniel J. Ramirez | 2017-01-16 | 80 | -1087/+381 |
| |/ | |||||
| * | Merge pull request #7562 from RandomShaper/ordered-image-group-files | Rémi Verschelde | 2017-01-16 | 1 | -4/+12 |
| |\ | | | | | Make image-groups map in export.cfg ordered | ||||
| | * | Make image-groups map in export.cfg ordered | Pedro J. Estébanez | 2017-01-16 | 1 | -4/+12 |
| | | | | | | | | | This improves the VCS experience because otherwise they change their order everytime producing spurious changes. | ||||
| * | | Merge pull request #7560 from volzhs/issue-7555 | Rémi Verschelde | 2017-01-16 | 1 | -3/+2 |
| |\ \ | | | | | | | Fix crash when creating new project | ||||
| | * | | Fix crash when creating new project | volzhs | 2017-01-17 | 1 | -3/+2 |
| | | | | |||||
| * | | | Merge pull request #7540 from volzhs/default-rot | Rémi Verschelde | 2017-01-16 | 2 | -4/+4 |
| |\ \ \ | | | | | | | | | Change camera default rotation | ||||
| | * | | | Change camera default rotation | volzhs | 2017-01-17 | 2 | -4/+4 |
| | | | | | |||||
| * | | | | Merge pull request #7536 from GodotExplorer/pr-copy-node-path | Rémi Verschelde | 2017-01-16 | 2 | -2/+17 |
| |\ \ \ \ | | | | | | | | | | | Add 'Copy Node Path' action to right mouse menu | ||||
| | * | | | | Add 'Copy Node Path' action to right mouse menu | Geequlim | 2017-01-15 | 2 | -2/+17 |
| | | | | | | |||||
| * | | | | | Merge pull request #7532 from tagcup/pcg_prng | Rémi Verschelde | 2017-01-16 | 7 | -25/+54 |
| |\ \ \ \ \ | | | | | | | | | | | | | Replace the existing PRNG (Xorshift31) with (minimal) PCG-32. | ||||
| | * | | | | | Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant ↵ | Ferenc Arn | 2017-01-15 | 7 | -25/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with 32-bit output, 64-bit state). PCG is better than many alternatives by many metrics (see www.pcg-random.org) including statistical quality with good speed. | ||||
| * | | | | | | Merge pull request #7558 from Faless/fix_windows_output | Rémi Verschelde | 2017-01-16 | 1 | -10/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix gibberish output for windows/mingw. | ||||
| | * | | | | | | Fix gibberish output for windows/mingw. | Fabio Alessandrelli | 2017-01-16 | 1 | -10/+2 |
| | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | %ls should be used instead of %s or %S to speficy narrow/wide charstring in wprintf fwprintf Fixes #6252 | ||||
| * / | | | | | Adapt platforms to AudioServer refactoring | Rémi Verschelde | 2017-01-16 | 34 | -316/+123 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation on Windows and likely other platforms (at least as far as AudioServer changes were concerned), though they were not tested. | ||||
| * | | | | | zlib: Update to upstream version 1.2.11 | Rémi Verschelde | 2017-01-16 | 9 | -24/+30 |
| | | | | | | |||||
| * | | | | | #7215 try to fix adb bad targeting user on device | Jerome67000 | 2017-01-16 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #7553 from Faless/tcp-win-fix | Rémi Verschelde | 2017-01-16 | 1 | -4/+1 |
| |\ \ \ \ \ | | |_|/ / | |/| | | | Fix bug in windows TCP poll function | ||||
| | * | | | | Fix bug in windows TCP poll function | Fabio Alessandrelli | 2017-01-16 | 1 | -4/+1 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | Bug introduced when implementing TCP disconnection detection. (too much yank-paste). Fixes #7545 | ||||
| * | | | | Merge pull request #7457 from BastiaanOlij/glew3-ios | Rémi Verschelde | 2017-01-16 | 21 | -136/+100 |
| |\ \ \ \ | | | | | | | | | | | Working on compile issues for iOS | ||||
| | * | | | | Working on compile issues for iOS | BastiaanOlij | 2017-01-16 | 21 | -136/+100 |
| |/ / / / | |||||
| * | | | | Merge pull request #7548 from BastiaanOlij/audio3-osx | Rémi Verschelde | 2017-01-16 | 5 | -43/+14 |
| |\ \ \ \ | | | | | | | | | | | Fix compile errors related to audio on OSX | ||||
| | * | | | | Fix compile errors related to audio on OSX | BastiaanOlij | 2017-01-16 | 5 | -43/+14 |
| |/ / / / | |||||
| * | | | | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-01-16 | 24 | -191/+224 |
| | | | | | |||||
| * | | | | Style: Prevent clang-format on JS code | Rémi Verschelde | 2017-01-16 | 4 | -89/+122 |
| | | | | | |||||
| * | | | | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 111 | -227/+227 |
| | | | | | |||||
| * | | | | Style: Keep long lines for now | Rémi Verschelde | 2017-01-16 | 1 | -22/+11 |
| | | | | | | | | | | | | | | | | | | | | | clang-format does not play well with tab-aligned multiline statements... Some more research will be needed if we want to set a column limit. | ||||
| * | | | | Style: No break before list brace | Rémi Verschelde | 2017-01-16 | 6 | -14/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format does not handle that well *at all*. For the reference, found the relevant pieces of code with: `ag "=[ "$'\t'"]?"$'\n'"[ "$'\t'"]?{" --ignore=thirdparty` | ||||
| * | | | | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 168 | -118/+782 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made sure files in core/ and tools/ have a proper Godot license header when written by us. Also renamed aabb.{cpp,h} and object_type_db.{cpp,h} to rect3.{cpp,h} and class_db.{cpp,h} respectively. Also added a proper header to core/io/base64.{c,h} after clarifying the licensing with the original author (public domain). | ||||
| * | | | | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 160 | -24589/+557 |
| | | | | | |||||
| * | | | | Add a API to add/remove items to the "Tools" menu | Franklin Sobrinho | 2017-01-15 | 4 | -6/+158 |
| | | | | | |||||
| * | | | | Style: Cosmetic fixes to play nice with clang-format | Rémi Verschelde | 2017-01-15 | 7 | -113/+142 |
| | | | | | |||||
| * | | | | fixed to 2D physics, makes it work again | Juan Linietsky | 2017-01-15 | 7 | -12/+22 |
| | | | | | |||||
| * | | | | 2D and 3D viewport are working again :D | Juan Linietsky | 2017-01-15 | 3 | -15/+15 |
| | | | | | |||||
| * | | | | Add missing map.h include in color defs | Rémi Verschelde | 2017-01-15 | 1 | -0/+2 |
| | |/ / |/| | | |||||
