Commit Graph
2941 Commits
Author SHA1 Message Date
Chris Bradfield 1d5f0aa60e Update text tutorial link 2019-07-05 12:51:56 -07:00
Rémi Verschelde 8a07093df4 Merge pull request #2593 from YeldhamDev/compiling_mono_android_fix
Fix "Compiling for Android" reference in "Compiling for Mono" page
2019-07-05 16:36:32 +02:00
Michael Alexsander Silva Dias 4f9a335a67 Fix "Compiling for Android" reference in "Compiling for Mono" page 2019-07-05 11:18:53 -03:00
Rémi Verschelde 189220bc56 Sync classref with current source 2019-07-05 11:00:27 +02:00
Rémi Verschelde 718d65e092 Merge pull request #2585 from akien-mga/scons-proofreading
Proofread SCons examples
2019-07-05 10:59:20 +02:00
Rémi Verschelde 116a18f6ec Merge pull request #2591 from neikeq/ayaya
Compiling with Mono: Simplify and update Android instructions
2019-07-05 08:59:18 +02:00
Ignacio Etcheverry 82963cf705 Compiling with Mono: Simplify and update Android instructions 2019-07-04 23:34:49 +02:00
Rémi Verschelde 5ac359ec88 Merge pull request #2590 from DustinStuff/master
Fixed typos, added some information in "Your First Spatial Shader"
2019-07-04 22:33:58 +02:00
Dustin Williams 102d76c4ad Fixed typos, added some information in "Your First Spatial Shader" 2019-07-04 13:11:15 -04:00
Rémi Verschelde fa9bd19168 Merge pull request #2588 from aaronfranke/csharp-comma
C# style guide: Clarify inserting space after commas to not do so at the end of lines
2019-07-04 16:19:09 +02:00
Aaron Franke ff18e047e6 Clarify inserting space after commas 2019-07-04 10:09:30 -04:00
Rémi Verschelde 896734d2c2 Merge pull request #2587 from InsightGit/patch-2
Updated OS.get_unique_id() platform availability notice
2019-07-04 08:23:22 +02:00
Bobby Youstra 14018a6193 Updated OS.get_unique_id() platform availability notice 2019-07-03 17:00:48 -07:00
Rémi Verschelde 4beac25f03 Proofread SCons examples 2019-07-03 09:46:30 +02:00
Rémi Verschelde 6bef6354f5 Merge pull request #2579 from Calinou/improve-compiling-for-windows
Update and shorten "Compiling for Windows"
2019-07-03 07:58:45 +02:00
Hugo Locurcio 039a2970b0 Update and shorten "Compiling for Windows"
There's been a lot of build system changes in recent Godot versions.
Visual Studio can now be automatically detected, MinGW performance
is getting very competitive with MSVC and pywin32 is
no longer required (even though SCons will still warn about it).

This also adds a short comparison between MSVC and MinGW, as the former
is faster for iterating during development, but the latter is
better suited to production builds.
2019-07-02 19:17:24 +02:00
Rémi Verschelde c45e2e7580 Merge pull request #2578 from Calinou/update-doc-changelog
Update documentation changelog with new pages added since 3.1
2019-07-02 14:58:35 +02:00
Hugo Locurcio 5dc7263156 Update documentation changelog with new pages added since 3.1
This also moves some pages that were said to be added since 3.0,
but were actually added after the 3.1 release.

This orders categories in the order they are mentioned in the index.
2019-07-02 14:54:04 +02:00
Rémi Verschelde a203daa272 Sync classref with current source 2019-07-02 14:03:23 +02:00
Cameron Reikes 5402f28f59 Add warning to reflect behavior with tool nodes (#2577)
In response to this issue: https://github.com/godotengine/godot/issues/30104
2019-07-02 13:56:06 +02:00
Rémi Verschelde 4630813101 Merge pull request #2575 from Demiu/patch-1
Update SConstruct to generate debug symbols on windows
2019-07-02 13:52:02 +02:00
Nicholas Thompson c4a1722a00 Add warning about using spaces in IPA filename. (#2569)
Warning to avoid using spaces in the exported IPA filename
See: https://github.com/godotengine/godot/issues/30052
2019-07-02 13:51:21 +02:00
Rémi Verschelde 849d1b31f6 Merge pull request #2564 from IronicallySerious/fix-gdn-cpp-tut-cmd
Fix incorrect order in recursive update command
2019-07-02 13:50:12 +02:00
Rémi Verschelde 38a6ad402a Merge pull request #2524 from Kaligule/patch-1
Add example code for setting the pause mode
2019-07-02 13:49:57 +02:00
Rémi Verschelde 9f5e3e5591 Merge pull request #2492 from MessinaBrothers/patch-1
Add C# example to "Removing old creeps"
2019-07-02 13:37:38 +02:00
bitbutter 71190d20dc Update unity_to_godot.rst (#2352)
Many small changes. Disambiguation, removing redundant language, added a note about nested prefabs in new versions of Unity.
2019-07-02 13:35:44 +02:00
Rémi Verschelde c54ef03722 Merge pull request #2573 from Calinou/compiling-x11-arch-dependencies
Update the Arch Linux oneliner in "Compiling for X11"
2019-07-02 13:35:11 +02:00
Rémi Verschelde 5a9024fdbc Merge pull request #2572 from Calinou/improve-csharp-style-guide
Improve the C# style guide and mention C# 7.0 as minimum version
2019-07-02 13:34:47 +02:00
pass0 f2137a4e84 Update "fps_tutorial/part_one" (#2547)
Basis vectors are already normalized, delete redundant code ".Normalized()"
2019-07-02 12:53:41 +02:00
Rémi Verschelde dd92151511 Merge pull request #2544 from Calinou/update-changelog
Update changelog to add the "Localization using gettext" page
2019-07-02 12:49:37 +02:00
Rémi Verschelde 28045bf32f Merge pull request #2543 from GDquest/gdscript-basics-signals
Fix #2526: Rewrite GDScript Signals section with gamedev examples
2019-07-02 12:48:49 +02:00
Nathan Lovato b9a9aea6da Rewrite GDScript basics - Signals section with more concrete examples (#2526)
Close #2526
2019-07-01 15:29:19 +09:00
Demiu 59fe528bf9 Update SConstruct to gen debug symbols on windows
Make SConstruct file from "GDNative C++ example" generate debug symbols on windows
2019-06-29 17:08:32 +02:00
Rémi Verschelde 05d7b34796 dync classref with current source 2019-06-29 12:36:34 +02:00
Hugo Locurcio 7d86b8553f Improve the C# style guide and mention C# 7.0 as minimum version
This closes #2540.
2019-06-28 22:53:41 +02:00
Hugo Locurcio 7aa1c521c7 Update the Arch Linux oneliner in "Compiling for X11"
This adds `gcc` and `pkgconf` which were missing.

This closes #2571.
2019-06-28 16:25:46 +02:00
Julian Murgia 7d1e807f69 Merge pull request #2570 from BenjaminRiley/patch-1
Update 'step_by_step/scripting_continued'
2019-06-28 09:44:30 +02:00
Benjamin Riley d617693823 Update 'step_by_step/scripting_continued'
Removed stray 'do' from first paragraph in Groups section
2019-06-28 17:41:22 +10:00
Julian Murgia 530eb888b1 Merge pull request #2563 from joleeee/patch-1
Remove duplicate line from compiling_with_mono.rst
2019-06-27 17:03:19 +02:00
Twarit Waikar 5c2b121ed4 Fix incorrect order in recursive update command
Correct order is `update --init --recursive` instead of `--init update --recursive`
2019-06-25 23:05:25 +05:30
joleeee 6cef63fc1e Remove duplicate line from compiling_with_mono.rst
Removed like 15 because NuGet was already stated at line 13.
2019-06-25 16:11:07 +02:00
Nathan Lovato aa781bfdd7 Merge pull request #2538 from DigitalJokerMan/master
Fixed a grammatical error in complying_with_licenses.rst
2019-06-25 10:02:19 +09:00
Nathan Lovato 31ac35e446 Merge pull request #2539 from dominiccooney/dominiccooney-sync-with-audio
Fix sync_with_audio spelling and grammar
2019-06-25 10:01:51 +09:00
Sajo8 e87c642a1d Update examples of proprietary tools (#2551)
* Remove PhysX as an example of a proprietary tool

* Add FMOD as an example, remove FBX importer

Assimp uses an unofficial open source FBX implementation. FMOD is a suitable example
2019-06-25 09:58:35 +09:00
Nathan Lovato 7d35f49e37 Merge pull request #2556 from Calinou/compiling-x11-linux-binary-compat
Mention Linux binary compatibility limitations on "Compiling for X11"
2019-06-25 09:57:34 +09:00
Nathan Lovato 3fcdb4c6cf Merge pull request #2552 from regakakobigman/patch-1
Clarify that resources must be made unique
2019-06-25 09:56:49 +09:00
Nathan Lovato fa23543787 Merge pull request #2560 from YeldhamDev/licenses_fix
Small fixes for the legal page
2019-06-25 09:53:50 +09:00
Rémi Verschelde f94046b723 Sync classref with current source 2019-06-24 23:09:46 +02:00
Michael Alexsander Silva Dias 4ae4f59f04 Small fixes for the legal page 2019-06-23 21:02:43 -03:00
Rémi Verschelde c9f8aa1ddc Merge pull request #2555 from akien-mga/x11-builddeps
Compiling for X11: update distro oneliners
2019-06-23 11:21:21 +02:00