Commit Graph

66 Commits

Author SHA1 Message Date
Julian Murgia 70233db4c9 Added list of keywords in GDScript page. Fixes #88 2016-03-22 22:51:21 +01:00
Oleh Prypin fb8d65d439 Fix code formatting in GDScript doc 2016-03-17 22:19:40 +02:00
Ignacio Etcheverry 11a6ae667e Fix inconsistencies with the signals reference 2016-03-15 12:14:44 +01:00
Rémi Verschelde ec84dc4080 Merge pull request #56 from Griatch/Griatch-patch-1
Refactoring of the gdscript documentation
2016-03-13 10:31:26 +01:00
Griatch 838f1db5c2 After discussions, removed the Scene section 2016-03-13 09:33:49 +01:00
Griatch aab5d7b868 Added a section on Scene loading
Added a section on loading/instancing and child-adding Scenes in GDScript since this is not covered by the Instancing tutorial (which only deals with the GUI way).
2016-03-10 17:39:40 +01:00
eska 7a3ebf2050 Fix web building instructions
Also streamline title
2016-03-09 16:35:35 +01:00
Griatch eb7cb8608d Updated heading structure
Made fixes in response to @akien-mga's comments.
2016-03-09 14:27:21 +01:00
Griatch 6fe8e22d91 Added more examples to function reference section. 2016-03-07 16:21:45 +01:00
vsrinu26f c6b2e3859e Update requirements to include JDK 2016-03-06 15:11:47 +01:00
Griatch c0d30dbfad Clarified function refences
I updated the section on function referencing to (hopefully) properly explain the way it works and what the limitations are.
2016-03-05 21:01:59 +01:00
Griatch 00eb258ad9 Clarified the difference between dict styles
Clarified the syntax for the lua-style dict vs the "normal" one. Also noted the limitation of not being able to add digits as keys in lua style.
2016-03-05 20:41:26 +01:00
Griatch 4a73bb2635 Further minor rephrasing. 2016-03-04 13:44:57 +01:00
Rémi Verschelde e3eca68383 Merge pull request #61 from eska014/build-web
Document building for web
2016-03-04 12:30:26 +01:00
eska d62dbf9940 Document building for web 2016-03-04 12:14:46 +01:00
vsrinu26f aea5cfdb99 Update script to use gradlew 2016-03-04 02:54:04 -05:00
Griatch 51283daa2e Fixed some minor typos in text.
Fixed some minor formatting errors in setter/getter section.
2016-03-03 23:16:01 +01:00
Griatch 126fce12e7 Fixed comments from esca014 etc.
Fixed comments by @esca014. Also did some cleanup of the setter/getter section.
2016-03-03 23:11:45 +01:00
Griatch 3815665635 Some minor rephrasing of the introduction.
Mainly to shorten sentences and clear up some phrasing. Also added an external reference to Python.
2016-03-03 19:27:54 +01:00
Griatch b5470b83af Fixed a missing line break for an example. 2016-03-03 19:03:54 +01:00
Griatch 8231eb5c4e Refactoring of the gdscript documentation
I went over the basic gdscript documentation and tried to clarify as well as restructure it to be a little clearer for me as a newcomer to the language. Some of the changes: 

- I added external wikipedia references to some concepts. 
- I grouped all Array types (`IntArray` etc) as a list under the `Array` heading since these are arguably just special cases of the general Array structure. This also lead to the dictionary not being mixed up with arrays in the text. 
- There are two syntaxes for dictionaries (: and =), I gave them comparable examples since it seems clear they are analogous). 
- I gathered all the various peculiarities of Functions and function references in one place. Note that the function-referencing section needs the eye of someone more experienced with GDScript to make sure I didn't messed up. I think there is still some confusion about just when `class.function` syntax works and when it does not (when `call` or `funcref` are necessary). 
 - I removed a lot of same-level headings, for example the various aspects of Classes as sub-headings to the Classes heading. My impression is that this makes it easier to track where one is. 
- Did some overall rephrasing and slimming of filler text. This was largely colored by where I felt the text unclear to my current level of understanding. An experienced eye is needed to verify so that the changes are factually ok.
2016-03-03 18:53:20 +01:00
Griatch 122cb8d408 Updated comments to use capital letters as per PEP8. 2016-03-03 16:11:15 +01:00
Griatch d4238d0354 Refactored code comments to fit in code blocks
Example code blocks will not introduce auto-line breaks, which will mess up PDFs and give annoying horizontal scroll bars in example code. Refactored all comments in gdscript.rst to be horizontally shorter for this reason. Also made some rewording for clarity.
2016-03-03 16:07:34 +01:00
Dan Bolsun 6dca41d021 Typo
A colon shold be used instead of + to separate function variables
2016-03-03 15:15:49 +03:00
trollworkout 501811be7f Update creating_android_modules.rst
godot engine 2.0 changed the java android package format . this edit to the doc reflects that change
2016-03-02 08:34:05 -05:00
Rémi Verschelde 7b8f8a49c8 Add forgotten devel FAQ from GitHub wiki
35c619e3b4
2016-03-02 08:38:40 +01:00
Rémi Verschelde 12dc0a6a2a Merge pull request #24 from mohaalak/patch-2
Update gdscript.rst
2016-02-28 03:38:54 +01:00
Rémi Verschelde b0a80d6469 Fix python 2.7 dead link 2016-02-27 13:44:43 +01:00
Mohammad Hadi Aliakbar 1ef73d6bfc Update gdscript.rst 2016-02-26 19:57:41 +03:30
Julian Murgia 4ba14a1cd0 One missing space 2016-02-26 15:19:15 +01:00
hondres 22dc4cc0ca add notice on how to get working code-completion in qtcreator 2016-02-25 15:06:40 +01:00
David 5ea53bd20a a batch of typo fixes 2016-02-24 01:40:31 -06:00
Mohammad Hadi Aliakbar eb765293d8 Update creating_android_modules.rst
I didn't know how to add sdk project in the new version, but it's so rare that you want to add sdk project for gradle.
2016-02-23 11:38:32 +03:30
punto- 005dc164cc Update packaging_godot.rst
added more information about pre loaded projects in ._sc_
2016-02-22 18:43:22 -03:00
est31 4c4671fdd5 Document some packaging tips 2016-02-22 17:30:24 +01:00
Rémi Verschelde c972bcc934 Fix some build errors 2016-02-19 22:09:40 +01:00
Rémi Verschelde 1b0aff29aa Some proofreading + files renaming
The files were renamed to match their (sometimes new)
title. I'm only doing one pass of renaming, then we'll
try to keep the names untouched so that they match
l10n branches.
2016-02-19 20:15:14 +01:00
Rémi Verschelde 2503364927 Add missing content from OP
Looks like I had kept my testing imports for the "advanced topics"
and forgot to replace them by the files from the newer snapshot.
We should now have 100% of the OP contents (+ what was added only
in this repo).
2016-02-19 19:24:11 +01:00
Rémi Verschelde 8af398a4d4 Merge pull request #7 from Hinsbart/qtcreator
qtcreator configuration instructions
2016-02-19 18:28:02 +01:00
Rémi Verschelde d509b37552 Fix reference again 2016-02-19 16:18:44 +01:00
Rémi Verschelde 8f38813a63 Improve formatting slightly
Expanding on #8.
2016-02-19 16:17:32 +01:00
Adham Zahran dbca10b0d9 added a guide to configure kdevelop as an IDE 2016-02-19 16:33:59 +02:00
hondres 298c184e2c qtcreator configuration instructions 2016-02-19 14:49:06 +01:00
Rémi Verschelde 99bdeeaa45 Fix heading order in objet_class 2016-02-16 20:06:51 +01:00
Dana Olson 59d47c6e08 added Onready keyword section
taken from old openproject docs
2016-02-16 13:25:08 -05:00
Rémi Verschelde 39c2fa95ba Fix broken tables + some proofing 2016-02-15 18:49:59 +01:00
hondres ca04ab81e8 fix android build instructions (use gradle instead of ant) 2016-02-13 22:34:50 +01:00
Rémi Verschelde d3413699ef Fix all missing "<stuff>" + some proofing 2016-02-13 13:23:25 +01:00
Rémi Verschelde d53519a5d9 Fix a few more links + add missing attachment 2016-02-11 22:54:24 +01:00
Rémi Verschelde 804f340b65 Misc fixes in compiling pages 2016-02-11 22:04:14 +01:00