Commit Graph

67 Commits

Author SHA1 Message Date
Viktor Ferenczi
bbdc2ab930 Updated Pywin32 URL, since they moved to GitHub 2018-02-10 16:32:44 +01:00
Nathan Lovato
cee560fca7 Merge pull request #1047 from hungrymonkey/add_audiostream
Created an inital guide on how to make audiostreams
2018-02-08 15:30:16 +01:00
cheeseburger
8e5be124df added mhilbrunner suggested changes
fix audiostream

change ; to : for list of items

change doc to this guide
2018-02-07 16:41:21 -08:00
WellFiredDevelopment
f94f4ad586 Suggest the correct mono package
I was attempting to get this running for a while and chasing my tail, most of the time mono-devel is sufficient for me, but after 5.x+ you won't have monosgen-2 unless you install mono-complete.
2018-02-05 14:45:48 +09:00
Rémi Verschelde
7fb5fbe819 Merge pull request #1049 from hungrymonkey/fixes_905
added pulseaudio-devel to solus as a necessary package
2018-02-01 14:34:24 +01:00
Max Hilbrunner
cabf76f74d Custom modules in CPP: Remove mention of Bullet
Remove Bullet from list of external third-party libraries that may be interesting to write bindings for now that it's integrated, also correct PhysX spelling
2018-02-01 02:51:55 +01:00
Michael Alexsander Silva Dias
8f3cb902e8 Various small fixes for the docs. 2018-01-29 21:00:02 -02:00
cheeseburger
d5fd8646fa added pulseaudio-devel to solus as a necessary package
Closes #905
2018-01-29 07:27:24 -08:00
cheeseburger
8d13d962f2 Added an inital guide on how to create an audiostream.
change creating to create
2018-01-28 23:33:51 -08:00
Unknown
882b31d361 Restructuring 2018-01-26 16:28:20 +01:00
Juan Linietsky
5d7272726c Add console support section 2018-01-25 11:13:46 -03:00
Emerson MX
1dece629ed Rename OBJ_TYPE to GDCLASS 2018-01-25 00:17:25 -03:00
Max Hilbrunner
0f3dda1785 Merge pull request #1006 from vnen/import-plugins
Add import plugin tutorial
2018-01-24 05:01:48 +01:00
George Marques
f7290f820e Add import plugin tutorial 2018-01-22 22:42:07 -02:00
Andrii Doroshenko (Xrayez)
0ff5c10e88 Add section about writing custom documentation for modules 2018-01-21 19:44:06 +02:00
Rémi Verschelde
31a6f62fd5 Fix typos using codespell
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
2018-01-18 22:14:22 +01:00
Michael Alexsander Silva Dias
898fbf34e1 Updated images in the "Compiling" section. 2018-01-16 23:29:28 -02:00
Lexx
c463fb6b3c Fix wording variant doc (#940)
* fix wording variant doc

* Update variant_class.rst

* Update variant_class.rst
2018-01-14 12:20:03 +01:00
Max Hilbrunner
61fa615e2f Merge pull request #906 from eska014/html5-3.0
Update HTML5 platform documentation
2018-01-12 11:17:01 +01:00
Max Hilbrunner
4023c03f2e Merge pull request #942 from MetaSaval/patch-1
Updated commands now that macOS is 64-bit exclusive
2018-01-12 11:00:05 +01:00
Maksymilian Świąć
d70d9dd84e Update index.rst 2018-01-05 10:22:09 +01:00
Maksymilian Świąć
748745afca Change ambiguous section titles
Closes #933 and #63
2018-01-05 09:57:21 +01:00
Danny Suarez
7e8fc446ff Updated commands now that macOS is 64-bit exclusive
Follow-up on this issue: https://github.com/godotengine/godot-docs/issues/921

As scons will compile a ".64" executable by default, not a ".fat" executable, I have updated the commands to reflect that. I also added a section for manually compiling a ".fat" executable for running on a 32-bit machine.

 Updated commands now that macOS is 64-bit exclusive

As scons will compile a ".64" executable by default, not a ".fat" executable, I have updated the commands to reflect that. I also added a section for manually compiling a ".fat" executable for running on a 32-bit machine.

Small Grammer

Removed an erroneous a and a comma.
2018-01-05 00:11:54 -08:00
Leon Krause
da195ea229 Update HTML5 platform documentation
- Remove asm.js documentation
 - Document engine.js interface
 - Elaborate on limitations
 - Elaborate on generated files
 - Update build toolchain documentation
 - Update JavaScript singleton documentation
2018-01-03 21:05:29 +01:00
Rémi Verschelde
f233245faa Merge pull request #939 from mhilbrunner/patch-7
Variant class (CPP): Update COW info, closes #938
2018-01-03 17:50:52 +01:00
Rémi Verschelde
72b3ff11ba Mention MSBuild as requirement to build Godot with mono
Fixes #931.
2018-01-03 11:37:02 +01:00
Rémi Verschelde
97a3b83f7a Merge pull request #928 from hungrymonkey/fix_ref_bug
Fixes a bug in the example code in object type. Ref<MyReference> myre…
2018-01-03 11:26:37 +01:00
Max Hilbrunner
8b8b306f5e Variant class (CPP): Update COW info, closes #938 2018-01-02 22:45:44 +01:00
Hugo Locurcio
ee7849d180 Update build instructions to mention support for Python 3.5 and later
- Fix grammar and wording in many areas of the documentation
2017-12-30 14:18:40 +01:00
cheeseburger
3d603d50d8 Fixes a bug in the example code in object type. Ref<MyReference> myref = Ref<MyReference>(memnew(MyReference));
The statement is a compile error which emits  use of overloaded operator '=' is ambiguous (with operand types 'Ref<FuncRef>' and 'FuncRef *')

This commit uses neikeq suggestion of Ref<MyReference> myref(memnew(MyReference));

Fixes #506
2017-12-28 14:35:38 -08:00
Pieter-Jan Briers
1d90ee7e62 Fix bitness default being incorect for MacOS. 2017-12-12 17:56:14 +01:00
Rémi Verschelde
e0d616fcd1 X11 build: Add Xi dependency 2017-12-08 01:14:12 +01:00
Martin Capitanio
4b627d5790 Clean up markup
community/contributing/pr_workflow.rst:232: WARNING: Could not lex literal_block as "shell". Highlighting skipped.
development/compiling/introduction_to_the_buildsystem.rst:61: WARNING: Could not lex literal_block as "shell". Highlighting skipped.
learning/scripting/gdscript/gdscript_basics.rst:376: WARNING: undefined label: class_rect3 (if the link has no caption the label must precede a section header)
2017-11-28 03:32:19 +01:00
Andreas Haas
dc652c5fce Fix generate mono glue command. 2017-11-13 15:04:37 +01:00
Rémi Verschelde
060d2bd234 Merge pull request #561 from cooperra/specially-vs-especially
Proofreading: Change most usages of "specially" to "especially"
2017-11-01 08:02:49 +01:00
Athomield
b43d148e81 Fixed a typo in the IDE configuration docs 2017-10-29 19:58:33 +01:00
Robbie Cooper
51ab7b8795 Proofreading: Change most usages of "specially" to "especially"
The word "specially" was routinely used where "especially" fits better (imo).

The following commands were used, followed by manually proofreading each case.

find . -type f -exec sed 's/Specially/Especially/g' -i'' {} +
find . -type f -exec sed 's/specially/especially/g' -i'' {} +
find . -type f -exec sed 's/eespecially/especially/g' -i'' {} +
find . -type f -exec sed 's/Eespecially/Especially/g' -i'' {} +
2017-10-27 23:30:45 -04:00
Rémi Verschelde
1c8b7ea324 Document cross-compilation caveat on Ubuntu
Fixes https://github.com/godotengine/godot/issues/9258.
2017-10-23 20:49:04 +02:00
Rémi Verschelde
690aa9f58c Update instructions for cross-compilation with MinGW-w64 2017-10-23 20:44:05 +02:00
Ignacio Etcheverry
62bc1dd6e2 Add documentation for building with the mono module 2017-10-16 14:35:08 +02:00
Maksymilian Świąć
8496ceb472 Update two outdated statements in the modules and plugins docs (#521)
* Remove the 2.1 warning wrt plugins

* More than 2 modules exist now
2017-10-15 20:16:34 +02:00
Rémi Verschelde
786c89923d Move downloadable files to files subfolders next to each doc page 2017-10-14 14:41:44 +02:00
Rémi Verschelde
7f819ed873 Move images to subfolders next to each doc page 2017-10-14 14:41:44 +02:00
Rémi Verschelde
4b3a70f714 Compiling for Solus: mesalib-devel is required
Fixes https://github.com/godotengine/godot/issues/11833
2017-10-14 11:06:33 +02:00
Scott Beca
90780c6c93 Fix SCons capitalisation in some places 2017-10-08 12:24:49 +10:00
mhilbrunner
4ad0a90927 Buildsystem introduction docs
Add info about current issue with parallel build in SCons, note about using the VS tools command prompt instead of cmd.exe and referente to the setup instructions per platform, some small writing fixes
2017-10-02 01:27:40 +02:00
Rémi Verschelde
61f7cc2bf6 X11: Remove obsolete warning about building with GCC 6+ 2017-09-26 08:39:31 +02:00
Camille Bissuel
2246544bf7 Make The Compiling for Web documentation more obvious - corrected
Thanks for your feedback @eska014, here is a better and corrected version, with no syntax mistakes as far as I can check.
2017-09-21 15:58:10 +02:00
Camille Bissuel
7f16bf5098 Make The Compiling for Web documentation more obvious
I updated the documentation with workaround if it's not compiling from my experience in Bug #11197, and thanks to the help of @eska014.
2017-09-21 15:58:10 +02:00
Rémi Verschelde
772557e263 Compiling for Win32: VS 2017 is supported 2017-09-20 14:15:26 +02:00