Commit Graph

152 Commits

Author SHA1 Message Date
Rémi Verschelde
7400cce692 Fix formatting and redundant Linux instructions
(cherry picked from commit 37e8978659)
2016-11-19 14:31:24 +01:00
Rémi Verschelde
3077760b64 Document known issues with GCC 6
Supersedes #275.
(cherry picked from commit e4660c9309)
2016-11-19 14:22:00 +01:00
Matthew Clark
2a148ef778 *updated doc to reflect structure change
Godot.app is no longer in tools. Now using osx_tools.app in tools/dist/
(cherry picked from commit 9f18053821)
2016-11-19 14:21:39 +01:00
eska
919a429a4e Fix BBCode table
(cherry picked from commit 5dcd4a6d11)
2016-11-19 14:21:03 +01:00
Pedro J. Estébanez
d078460ebd Document LIGHT_SHADOW_COLOR for canvas item shader
(cherry picked from commit 8baa1c7c7a)
2016-11-19 14:18:45 +01:00
Rémi Verschelde
f1a359542c Remove references to 2.2+ features, stick to 2.1.x here 2016-10-07 17:46:08 +02:00
Bojidar Marinov
f11f60e21f Explain enums and mention ternary-if in GDScript reference 2016-09-23 12:00:28 +03:00
George Marques
4eaf358a4a Add instructions to launch UWP from Visual Studio
- Add a detail and correct typos in the export for UWP page.
2016-09-12 10:12:19 -03:00
George Marques
94a77d9388 Update instructions to build for UWP
Also add instructions for exporting and installing packages.
2016-09-11 15:28:33 -03:00
Paul Von Zimmerman
85538c8782 adding missing 3 to vec 2016-09-07 21:44:09 -07:00
Niclas Eriksen
dda320488c Added mesa-libGLU-devel to Fedora oneliner 2016-09-03 14:02:18 +02:00
Pedro J. Estébanez
0578391bf5 Update shading_language.rst
Fix CanvasItem lighting shader table to make it visible again
Add missing variables to it
2016-08-27 12:47:28 +02:00
Julian Murgia
4ee6f6bc66 Merge pull request #215 from pkowal1982/shader_doc_fix
Update shading_language.rst
2016-08-22 08:32:08 +02:00
Julian Murgia
d9fdb0550a Merge pull request #224 from FabiGjuzi/patch-1
Update compiling_for_android.rst
2016-08-22 08:30:44 +02:00
Julian Murgia
528d7e4b78 Merge pull request #230 from Zylann/qtcreator_config_steps
Fixed wrong file name for QtCreator and added example for target executable
2016-08-22 08:30:02 +02:00
Hubert Jarosz
cbb8536429 binary serialization api - proper class names
I've changed it to use proper class names,
because it's for class `IntArray` and not for
array of ints! (the same for other XArrays)

fixes https://github.com/godotengine/godot/issues/6226
2016-08-21 15:13:04 +02:00
Marc Gilleron
e653b115a0 Fixed wrong file name for QtCreator and added example for target executable 2016-08-21 03:07:13 +02:00
FabiGjuzi
a5efb2338d Update compiling_for_android.rst 2016-08-12 16:04:11 +02:00
Hubert Jarosz
5ca601353f document adding custom CXXFLAGS to Custom Modules 2016-08-10 23:57:19 +02:00
Abe Haskins
358c47ed73 Singelton -> Singleton 2016-08-10 10:15:50 -07:00
Juan Linietsky
b2e32a1322 Update gdscript.rst 2016-08-06 22:27:58 -03:00
Juan Linietsky
324b42da24 Update gdscript.rst 2016-08-06 22:27:32 -03:00
Rémi Verschelde
abd37b7b83 Improve docs on compiling for Android for 2.1
Based on @KelinciFX's work in #214.
2016-08-03 08:21:13 +02:00
pkowal1982
93ac24a8e2 Update shading_language.rst 2016-07-31 12:44:56 +02:00
Julian Murgia
5ae7a83256 Merge pull request #188 from godotengine/unity2godot
Unity to godot page
2016-07-27 08:36:38 +02:00
Richard Nespithal
cb39872e11 Compiling for X11: Add Gentoo deps oneliner 2016-07-25 16:40:57 +02:00
Julian Murgia
976eb968c3 Warning about GCC 6
Fixes #208
2016-07-24 18:00:20 +02:00
Rémi Verschelde
0675877a0e Merge pull request #205 from timoschwarzer/patch-1
Update build commands for iOS
2016-07-21 00:04:12 +02:00
Rémi Verschelde
4fdbdd256c GDScript: Comment out part about multiline comments
Should fix #89.
2016-07-15 10:27:23 +02:00
Timo Schwarzer
33bc8a35b3 Update build commands for iOS 2016-07-13 16:53:13 +02:00
kubecz3k
cc8c1d2c3f remove redundant filenames from build command 2016-07-01 13:53:12 +02:00
kubecz3k
85cc3a4453 Info on how to compile fat binary 32bit + 64bit 2016-07-01 13:14:08 +02:00
Rémi Verschelde
a6ead9aff0 Compiling: fix Mageia oneliner
Bash does not seem to like parsing several strings at once.
2016-07-01 07:31:04 +02:00
Kadoba
fc405cd807 Removed comment about Lua arrays as dictionaries
Since Lua 5.0 tables actually uses contiguous arrays when possible but hides this from the user. See page 2 of http://www.lua.org/doc/jucs05.pdf
2016-06-30 10:55:01 -05:00
eska
2f905849ce Document GDScript format strings 2016-06-30 15:28:39 +02:00
Julian Murgia
8c4eb994b0 Correcting misunderstood definition ECS->Component/Scene 2016-06-28 07:37:07 +02:00
Julian Murgia
9a9b2a3656 Corrections after review from @reduz and @djrm. 2016-06-28 00:24:18 +02:00
Julian Murgia
b86c3db628 Continued writing about GDScript & signals/groups 2016-06-27 17:34:58 +02:00
Julian Murgia
ed430edbfd Corrected malformed table 2016-06-24 07:27:21 +02:00
Julian Murgia - StraToN
f893a0b7c7 Unity to Godot started page 2016-06-23 23:00:43 +02:00
Răzvan Cosmin Rădulescu
9629e88699 make clear that Material is for 3D 2016-06-22 15:23:57 +03:00
Nighttraveler
79721925b5 Change resulting APK
Change resulting APK in templates compilation from:
platform/android/java/bin/Godot-release-unsigned.apk
to:
platform/android/java/build/outputs/apk/java-release-unsigned.apk
2016-06-19 19:36:52 -03:00
Rémi Verschelde
df52b96568 Merge pull request #172 from Griefchief/comp_win
Improve Win comp tut > VS, Pywin and IDE dev
2016-06-16 14:32:51 +02:00
Rémi Verschelde
bcf9b35bb6 Merge pull request #167 from brakhane/indexing
describe negative indexing
2016-06-16 14:32:24 +02:00
George Marques
c415100128 Add information about building for the web on Windows 2016-06-15 20:12:46 -03:00
Rémi Verschelde
282b1b7f3b X11: add new dependency for Mageia 2016-06-15 08:50:09 +02:00
Andreas Haas
84ef242965 add xrandr to dependency list for x11 compilation 2016-06-13 22:22:07 +02:00
Aleksandar Danilovic
87642a1c7f Improve Win comp tut > VS, Pywin and IDE dev
Informs about 2015 not installing C++ by default
(Installing Visual Studio caveats), gives more
detail on installing Pywin, and updates the
"Development in Visual Studio or other
IDEs" section.
2016-06-09 19:07:33 +02:00
Rémi Verschelde
c9641e410f Merge pull request #157 from IndicaInkwell/patch
reformatted how to config Xcode text and added supplementary images
2016-06-04 19:03:19 +02:00
Dennis Brakhane
dc589e1766 describe negative indexing
implemented in PR #4861
2016-06-02 23:24:39 +02:00