Commit Graph
118 Commits
Author SHA1 Message Date
Rémi Verschelde 4fdbdd256c GDScript: Comment out part about multiline comments
Should fix #89.
2016-07-15 10:27:23 +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
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
kubecz3k 50596fc7e2 hint about jar path relativity in gradle config 2016-06-02 11:56:19 +02:00
Indica Inkwell d20f4ec404 added srcroot path to ln destination and tip for debugging editor 2016-05-28 11:58:37 -07:00
Rémi Verschelde ac01335b8f Compiling for OSX: Mention how to use the .app template 2016-05-28 15:39:51 +02:00
Indica Inkwell 9e4abc1cc6 added step to add header search paths 2016-05-28 03:35:38 -07:00
Indica Inkwell d3acdf17bc reformatted how to config Xcode text and added supplementary images 2016-05-26 23:07:08 -07:00
Hugo Locurcio ed3431bb2a Add instructions on how to compile for X11 using Clang 2016-05-26 20:41:01 +02:00
IndicaInkwell 1533657383 add how to configure Xcode 2016-05-25 23:35:24 -07:00
Bojidar Marinov 07ed4f71b8 Compiling for X11: Arch package list 2016-05-25 18:30:04 +03:00
Rémi Verschelde eb4a84249d Compiling for X11: Cosmetic tweak 2016-05-25 11:54:22 +02:00
Rémi Verschelde aa7e5e5b2a Compiling for X11: Further tweaks to the deps 2016-05-25 11:33:05 +02:00
Rémi Verschelde d1e64270ab Compiling for X11: Merge FreeBSD instructions
Closes #124.
2016-05-25 11:10:49 +02:00
Rémi Verschelde a3f26d0f43 Compiling for X11: Fix oneliners table 2016-05-25 11:04:28 +02:00
Rémi Verschelde f4ac9c83d4 Compiling for X11: Move install one liners to a table
Also add oneliner for Mageia, and sort alphabetically (no reason for Ubuntu to always have the pole position ;)).
2016-05-25 10:39:41 +02:00
Rémi Verschelde ad0627f9eb Merge pull request #152 from Griefchief/comp_win
Revamp Windows compilation tutorial
2016-05-25 07:29:51 +02:00
Aleksandar Danilovic 75f0805b39 Revamp Windows compilation tutorial
The old tutorial was incomplete and out of date.
Adds a lot of new info on how Visual Studio works now.
2016-05-25 04:42:55 +02:00
Dillybob92 a60bdfca14 Added description for hexadecimal color support (#153) 2016-05-24 17:40:40 +02:00
Rémi Verschelde 066934e092 Android buildsystem: Drop obsolete NDK_TOOLCHAIN argument
See https://github.com/godotengine/godot/commit/5e0f0a962adddfc85957400b007b6b0c08160057
2016-05-19 10:45:24 +02:00
Rémi Verschelde 3eff59295c OSX: Fix typo 2016-05-18 12:50:40 +02:00
Rémi Verschelde 2dd056b73c OSX: Mention osxcross_sdk option
Fixes https://github.com/godotengine/godot/issues/4702
2016-05-18 12:50:18 +02:00
Rémi Verschelde 864ef2f7fe Merge pull request #144 from her001/faq
FAQ corrections and switch to LF line endings
2016-05-08 23:21:14 +02:00
Andrew Conrad 19d8c01fa6 FAQ: Convert to LF line endings 2016-05-08 07:29:36 -05:00
Andrew Conrad e4f2d41f49 Misc corrections to "Frequently asked questions" 2016-05-08 07:26:45 -05:00
Rémi Verschelde 5af1c778d3 Minimum requirements for Windows: VS 2013
Fixes https://github.com/godotengine/godot/issues/4342
2016-05-07 10:24:17 +02:00
anatoly techtonik 24a1212d81 Update introduction_to_godot_development.rst
Typos
2016-05-04 12:07:37 +03:00
Rémi Verschelde de5ca5f4fa Add arch diagram + more info about gdb debugging 2016-05-02 09:41:43 +02:00
George Marques 447f16c784 Fix Scons flag to build for Android x86 2016-05-01 19:08:09 -03:00
eska 05901d0b7f Tidy up GDScript reference 2016-04-29 04:08:20 +02:00
buckle2000 f3ab25d091 Wording: use inner class instead of subclass
* Update gdscript.rst

* Update gdscript.rst

* Update gdscript.rst
2016-04-19 15:25:09 +02:00
Rémi Verschelde b0a537934b Fedora is Linux... 2016-04-18 22:02:51 +02:00
Julian Murgia bf865f4791 Impacting the x11 filename change 2016-04-18 14:28:00 +02:00
Julian Murgia 4e5cf13bc5 Changed page name to X11
See previous commit.
2016-04-18 12:31:54 +02:00
Julian Murgia 32073516ea Changed page name and title to X11
In order to be useable for *BSD and others.
2016-04-18 12:30:57 +02:00
Oliver Gutiérrez aace654b1b Added package install command for Fedora users
Added package installation command for Fedora users. Tested in Fedora 24 Alpha
2016-04-18 10:46:17 +01:00
Julian Murgia 31ff1beb7f Empahsizing some details 2016-04-05 16:47:08 +02:00