Go to file
Rémi Verschelde 6b41544a39 Merge pull request #4319 from kubecz3k/played_signal
animation_started signal for AnimationPlayer
2016-04-18 08:12:40 +02:00
bin
core Fix File.get_csv_line not including quoted newlines in the output 2016-04-16 15:12:29 +03:00
demos Merge pull request #4169 from slapin/ik 2016-04-06 18:32:38 +02:00
doc Sync docs with source 2016-04-07 21:27:29 +02:00
drivers Fix OpenSSL compilation on Windows 2016-04-12 07:58:56 +02:00
main Borderless window support for the Win32 build. Default window position is now also centred. 2016-03-12 16:38:12 +00:00
modules Subclasses can now extend from other subclasses contained in scripts derived from relative paths. 2016-04-09 03:23:33 +01:00
platform x11: Flush the X output buffer after changing mouse mode 2016-04-12 16:20:28 +02:00
scene Merge pull request #4319 from kubecz3k/played_signal 2016-04-18 08:12:40 +02:00
servers Merge pull request #4273 from bojidar-bg/add-layers-and-masks-to-3d 2016-04-12 13:17:26 +02:00
tools Merge pull request #4299 from neikeq/pr-issue-4297 2016-04-18 08:09:53 +02:00
.editorconfig
.gitattributes
.gitignore Fixes the month consistency issue in enums and get_date etc 2016-03-13 15:27:39 -07:00
.travis.yml Add openssl=builtin to build command in .travis.yml 2016-04-15 19:10:56 +04:30
CONTRIBUTING.md
icon.png
icon.svg
ISSUE_TEMPLATE
LICENSE.md
LOGO_LICENSE.md
logo.png
logo.svg
methods.py Remove trailing spaces 2016-04-02 20:26:12 +02:00
README.md
SConstruct Remove trailing spaces 2016-04-02 20:26:12 +02:00
version.py Enter the 2.1 alpha phase 2016-03-22 18:45:19 +01:00

GODOT

http://www.godotengine.org

The Engine

Godot is a fully featured, open source, MIT licensed, game engine. It focuses on having great tools, and a visual oriented workflow that can export to PC, Mobile and Web platforms with no hassle. The editor, language and APIs are feature rich, yet simple to learn, allowing you to become productive in a matter of hours.

About

Godot has been developed by Juan Linietsky and Ariel Manzur for several years, and was born as an in-house engine, used to publish several work-for-hire titles. Godot is a member project of the Software Freedom Conservancy

Documentation

Documentation has been moved to ReadTheDocs.

Binary Downloads, Community, etc.

Binary downloads, community, etc. can be found in Godot homepage:

http://www.godotengine.org

Compiling from Source

Compilation instructions for every platform can be found in the Wiki: http://docs.godotengine.org/en/latest/reference/_compiling.html

Build Status