aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-189/+222
| | | |
* | | | 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-112/+141
| | | |
* | | | 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
| |/ / |/| |
* | | Merge pull request #7534 from RayKoopa/gitignore_vs2015Rémi Verschelde2017-01-151-0/+2
|\ \ \ | | | | | | | | | | | | .gitignore: Added VC++ cache database and temporary storage folder when debugging [ci skip]
| * | | Added VC++ cache database and temporary storage folder when runningRay Koopa2017-01-151-0/+2
| | | |
* | | | Merge pull request #7533 from GodotExplorer/pr-json-empty-stringRémi Verschelde2017-01-151-1/+1
|\ \ \ \ | |_|/ / |/| | | Fix error while JSON::parse with empty string
| * | | Fix error while JSON::parse with empty stringGeequlim2017-01-151-1/+1
|/ / /
* | | no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky2017-01-148-26/+32
| | |
* | | Allow closing a script tab without savingWilhem Barbier2017-01-152-4/+16
| | |
* | | Merge pull request #7519 from eska014/web-presentationRémi Verschelde2017-01-156-184/+245
|\ \ \ | | | | | | | | Improve Web export presentation
| * | | Improve usability and style in web export presentationeska2017-01-144-183/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Check for WebGL support, don't load if unsupported - Check for IndexedDB support - Make canvas support check message visible - Colored debug output for warnings and errors - Make it obvious status can be closed by clicking - Don't use status to display non-critical errors - Limit output message count - Add clear output button - Fix setting total memory
| * | | Relink web build when HTML shell changeseska2017-01-122-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emscripten injects its loader script when linking, so force relinking whenever the HTML shell changes. Also remove useless FULL_ES2 flag, which should be a linker flag, but would impact performance too much.
* | | | Merge pull request #7515 from kbake/issue7433Rémi Verschelde2017-01-151-1/+6
|\ \ \ \ | | | | | | | | | | Use Animation's Name as Filename When Saving
| * | | | Will now try to use the existing animation's name for filename, defaults to ↵kbake2017-01-141-1/+6
| | | | | | | | | | | | | | | | | | | | previous value in case there's no name
* | | | | Added missing icons (#7514)Daniel Ramirez2017-01-1511-18/+370
| | | | |
* | | | | Merge pull request #7513 from djrm/compilation_fixRémi Verschelde2017-01-154-15/+15
|\ \ \ \ \ | | | | | | | | | | | | Matrix32 -> Transform2D