Commit Graph
108 Commits
Author SHA1 Message Date
Allan Nordhøy eb6bdf40e1 Spelling: Various fixes 2018-07-02 14:55:47 +02:00
Rémi Verschelde a0a1a4183e Merge pull request #1552 from rminderhoud/patch-1
Update config example function signature
2018-07-02 14:30:37 +02:00
Yuri Chornoivan be6ef615b1 Fix minor typos 2018-07-01 15:50:18 +02:00
Ignacio Etcheverry 021d436105 Merge pull request #1547 from neikeq/sup
Improve 'Compiling with Mono' and increase minimum Mono version
2018-07-01 01:24:42 +02:00
Ralph Minderhoud 2ff103e117 Update config example function signature
The previous example caused godot to display the following warning:

`Warning: module 'module' uses a deprecated 'can_build' signature in its config.py file, it should be 'can_build(env, platform)'.`
2018-06-30 16:43:39 -05:00
Ignacio Etcheverry cab749ca84 Improve 'Compiling with Mono' and increase minimum Mono version
- Minimum version of Mono for building Godot is 5.12.0
- Added list of command-line options
2018-06-28 20:44:45 +02:00
Clay Heaton a5abacce08 Fixed incorrect instruction for MacOS compiling
Line 40 contained a typo.
2018-06-22 12:21:59 -04:00
Michael Alexsander Silva Dias 26bd899dad Fix section links in the 'Configuring an IDE' page 2018-06-21 18:32:43 -03:00
Max Hilbrunner dce48d0e7b Merge pull request #1531 from akien-mga/ide-config
Configuring an IDE: Add intro and details for scons path with Qt Creator
2018-06-21 18:54:10 +02:00
Hugo Locurcio b2eb5ed8d4 Improve Custom Godot servers page and fix typos
This also makes the example code conform to the engine code style.
2018-06-20 20:24:29 +02:00
Rémi Verschelde 5bbda9faf0 Configuring an IDE: Add intro and details for scons path with Qt Creator
Also moved Qt Creator up as it's the IDE used by most core developers.
Some users saw Kdevelop first and expected it to be the recommended one.
2018-06-20 19:00:08 +02:00
Jason0214 ff8b909027 add some tscn nodes and resources documents 2018-06-06 11:23:54 -07:00
None f064e4f7a7 Fix 404s, some redirects and some broken links. 2018-05-30 16:49:21 -07:00
Michele Valente e8384b72f9 Added tip about updating source files in QTCreator
Also added some screenshots fort the "Importing the project" section

Since I was doing these changes I updated also the following:

- added images for the build and run steps for Qt Creator (also changed
one line to match the screenshot taken on Linux in this case)

- fixed typo It's called "Qt Creator" not "QtCreator" althought packages
and launchers sometimes call it like that (I tend to make that mistake
too).
2018-05-20 22:00:38 +02:00
Chaosus e688b73edd Added mono compiling example for Windows 2018-05-16 15:05:37 +03:00
mhilbrunner 3fa4cc3355 Reinstate fun 2018-05-08 08:36:51 +02:00
Max Hilbrunner 35864fa52b Compiling with Mono: Point to required version 2018-05-06 18:22:38 +02:00
mhilbrunner f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
Michael Alexsander Silva Dias ade32064ae Added yasm as an optional requirement, and did some minor formating. 2018-05-04 15:15:18 -03:00
Rémi Verschelde fc873cc50f Compiling: Document scons --help option.
Fixes godotengine/godot#18444.
2018-05-01 12:16:45 +02:00
cheeseburger 144249d942 Fixed hyperlinks
pervious commits were missing a _doc header

:ref: doc_guide instead of guide
2018-04-30 16:26:50 -07:00
hungrymonkey d399a7a1ff init commit custom godot servers, new file (#1400)
* custom godot servers, new tutorial
2018-04-30 16:40:22 +02:00
cheeseburger e54dd281af added deconstructor to remove dynmically allocated memeory
closes #1120
2018-04-25 09:37:34 -07:00
Yuri Chornoivan 11d534015d Fix minor typos 2018-04-18 21:44:15 +03:00
Rémi Verschelde 4574161a7e Compiling for X11: Add task-c++-devel to Mageia oneliner 2018-04-12 13:37:47 +02:00
Poommetee Ketson 9946ebe72a Merge pull request #1350 from eska014/html5-april18
Update HTML5 documentation
2018-04-11 08:39:24 +07:00
Leon Krause c04ce7eb81 Update HTML5 documentation
- Update build instructions
- Update engine.js API
- Document HTML5-related feature tags
- Document JavaScript.eval() build toggle
- Warn about iOS browsers
- Warn about HTTP polling loop
2018-04-10 21:09:39 +02:00
Rémi Verschelde e07b7b0494 Index: Link to Discord docs channel 2018-04-10 09:33:42 +02:00
LinuxUserGD c122f79cfa fix x11 export templates dir 2018-03-31 17:32:11 +02:00
Max Hilbrunner 949b3b1343 Update Creating Android Modules to 3.0 2018-03-30 22:57:03 +02:00
Max Hilbrunner e76fd677d5 Packaging Godot: Add Windows info, 3.0 update 2018-03-30 17:34:39 +02:00
Poommetee Ketson 2cf560bc8a Fix typos with codespell 2018-03-29 12:38:45 +07:00
Max Hilbrunner a252ee0726 Compiling with Mono: Godot path, fix #1167 2018-03-18 18:00:13 +01:00
mhilbrunner 09f4de4177 Remove outdated instructions for batch building templates 2018-03-13 11:27:07 +01:00
Max Hilbrunner 74cf0baaf0 Config. an IDE for engine dev: Remove empty TODOs 2018-03-12 22:51:20 +01:00
Geoffrey effa6d7c8e Added documentation on the basic structure of the TSCN file format 2018-03-09 11:57:00 +01:00
hungrymonkey 3c747d963b Added custom format loader guide (#1193) 2018-03-03 02:46:45 +01:00
mhilbrunner 453238e0e5 Add docs for getting the source code from GitHub 2018-03-02 13:12:38 +01:00
Sam ce1d9585f2 Added templates subfolder instructions for Godot >= 3 (#480)
* Added templates subfolder instructions for Godot >=3
2018-03-02 04:47:47 +01:00
Rémi Verschelde 8e7f5979c8 Merge pull request #1114 from Simonah88/master
Fixed build command for shared library summator
2018-02-13 23:40:15 +01:00
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
Simon 33ba2003de Fixed build command for libsummator 2018-02-07 08:56:48 -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