summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ClassDB binding for File.get_modified_timeAndreas Haas2017-01-232-0/+8
| | | | Closes #7613
* CollisionShape2D: Fix warning icon not updating.Andreas Haas2017-01-222-0/+2
| | | | `CollisionPolygon2D` also had this problem.
* 2D Editor: Don't show lock icons for hidden nodes.Andreas Haas2017-01-192-2/+5
| | | | | Now we only draw those icons for visible Nodes. Fixes #7518
* Merge pull request #7574 from RayKoopa/canvas_item_fix_is_hiddenRémi Verschelde2017-01-192-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 Koopa2017-01-182-20/+19
| | | | | | | | is_visible itself for Spatial
* | Use Markdown comments in the issue templateRémi Verschelde2017-01-191-9/+9
| |
* | Merge pull request #7577 from tagcup/issue_7476Juan Linietsky2017-01-181-1/+1
|\ \ | |/ |/| Use property convention introduced in b085c4 (_ rather than / as sepa…
| * Use property convention introduced in b085c4 (_ rather than / as separator).Ferenc Arn2017-01-181-1/+1
|/ | | | Fixes #7476.
* Merge pull request #7572 from BastiaanOlij/fix_mathRémi Verschelde2017-01-182-7/+2
|\ | | | | Some changes in the header so Godot3 compiles again on Windows.
| * Some changes in the header so Godot3 compiles again on Windows.BastiaanOlij2017-01-182-7/+2
|/
* Fix typo in issue templateRémi Verschelde2017-01-171-1/+1
|
* Fix issue template as people started ignoring itRémi Verschelde2017-01-171-9/+7
|
* Merge pull request #7566 from karroffel/ptrcall-fixRémi Verschelde2017-01-171-8/+8
|\ | | | | | | updated method_ptrcall.h to use 3.0 naming [ci skip]
| * updated method_ptrcall.h to use 3.0 namingkarroffel2017-01-171-8/+8
|/
* Merge pull request #7564 from djrm/iconsRémi Verschelde2017-01-1791-1134/+598
|\ | | | | Icons
| * Added some missing icons and modified othersDaniel J. Ramirez2017-01-1611-47/+217
| |
| * icon fixesDaniel J. Ramirez2017-01-1680-1087/+381
|/
* Merge pull request #7562 from RandomShaper/ordered-image-group-filesRémi Verschelde2017-01-161-4/+12
|\ | | | | Make image-groups map in export.cfg ordered
| * Make image-groups map in export.cfg orderedPedro J. Estébanez2017-01-161-4/+12
| | | | | | | | This improves the VCS experience because otherwise they change their order everytime producing spurious changes.
* | Merge pull request #7560 from volzhs/issue-7555Rémi Verschelde2017-01-161-3/+2
|\ \ | | | | | | Fix crash when creating new project
| * | Fix crash when creating new projectvolzhs2017-01-171-3/+2
| | |
* | | Merge pull request #7540 from volzhs/default-rotRémi Verschelde2017-01-162-4/+4
|\ \ \ | | | | | | | | Change camera default rotation
| * | | Change camera default rotationvolzhs2017-01-172-4/+4
| | | |
* | | | Merge pull request #7536 from GodotExplorer/pr-copy-node-pathRémi Verschelde2017-01-162-2/+17
|\ \ \ \ | | | | | | | | | | Add 'Copy Node Path' action to right mouse menu
| * | | | Add 'Copy Node Path' action to right mouse menuGeequlim2017-01-152-2/+17
| | | | |
* | | | | Merge pull request #7532 from tagcup/pcg_prngRémi Verschelde2017-01-167-25/+54
|\ \ \ \ \ | | | | | | | | | | | | Replace the existing PRNG (Xorshift31) with (minimal) PCG-32.
| * | | | | Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant ↵Ferenc Arn2017-01-157-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_outputRémi Verschelde2017-01-161-10/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix gibberish output for windows/mingw.
| * | | | | | Fix gibberish output for windows/mingw.Fabio Alessandrelli2017-01-161-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 refactoringRémi Verschelde2017-01-1634-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.11Rémi Verschelde2017-01-169-24/+30
| | | | |
* | | | | #7215 try to fix adb bad targeting user on deviceJerome670002017-01-161-1/+1
| | | | |
* | | | | Merge pull request #7553 from Faless/tcp-win-fixRémi Verschelde2017-01-161-4/+1
|\ \ \ \ \ | | |_|/ / | |/| | | Fix bug in windows TCP poll function
| * | | | Fix bug in windows TCP poll functionFabio Alessandrelli2017-01-161-4/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | Bug introduced when implementing TCP disconnection detection. (too much yank-paste). Fixes #7545
* | | | Merge pull request #7457 from BastiaanOlij/glew3-iosRémi Verschelde2017-01-1621-136/+100
|\ \ \ \ | | | | | | | | | | Working on compile issues for iOS
| * | | | Working on compile issues for iOSBastiaanOlij2017-01-1621-136/+100
|/ / / /
* | | | Merge pull request #7548 from BastiaanOlij/audio3-osxRémi Verschelde2017-01-165-43/+14
|\ \ \ \ | | | | | | | | | | Fix compile errors related to audio on OSX
| * | | | Fix compile errors related to audio on OSXBastiaanOlij2017-01-165-43/+14
|/ / / /
* | | | Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-1624-191/+224
| | | |
* | | | Style: Prevent clang-format on JS codeRémi Verschelde2017-01-164-89/+122
| | | |
* | | | Style: Fix statements ending with ';;'Rémi Verschelde2017-01-16111-227/+227
| | | |
* | | | Style: Keep long lines for nowRémi Verschelde2017-01-161-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 braceRémi Verschelde2017-01-166-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 filesRémi Verschelde2017-01-16168-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 :DJuan Linietsky2017-01-15160-24589/+557
| | | |
* | | | Add a API to add/remove items to the "Tools" menuFranklin Sobrinho2017-01-154-6/+158
| | | |
* | | | Style: Cosmetic fixes to play nice with clang-formatRémi Verschelde2017-01-157-113/+142
| | | |
* | | | fixed to 2D physics, makes it work againJuan Linietsky2017-01-157-12/+22
| | | |
* | | | 2D and 3D viewport are working again :DJuan Linietsky2017-01-153-15/+15
| | | |
* | | | Add missing map.h include in color defsRémi Verschelde2017-01-151-0/+2
| |/ / |/| |