Go to file
Aren Villanueva 7b25641813 Reject any native video player calls on iOS that point to files within .pck archives.
Fix the paths for both res:// and user:// specified video files.
2016-02-19 16:05:49 +11:00
bin -Made some icon data types smaller so they take up less space 2016-02-11 00:01:35 -03:00
core Reject any native video player calls on iOS that point to files within .pck archives. 2016-02-19 16:05:49 +11:00
demos Drop polygon path finder demo 2016-02-17 21:14:59 +01:00
doc Merge pull request #3754 from akien-mga/pr-subtract 2016-02-17 23:33:13 +01:00
drivers Forgot to correct the ERR_FAIL_COND_V. 2016-02-12 07:50:35 +01:00
main fix is_joy_mapped return value 2016-02-16 23:23:06 +01:00
modules Merge pull request #3658 from Hinsbart/doc_joyevent 2016-02-11 07:17:43 +01:00
platform Reject any native video player calls on iOS that point to files within .pck archives. 2016-02-19 16:05:49 +11:00
scene Fix NavigationPolygon references in _bind_method 2016-02-17 18:46:31 +01:00
servers refix particles3d issue, bringing down the amount limit to 1024 2016-02-16 08:56:31 +00:00
tools Keep 'Play custom scene' button unpressed when not running 2016-02-18 13:16:31 +01:00
.editorconfig
.gitattributes
.gitignore
.travis.yml Remove two redundant CI builds 2016-02-17 23:23:21 +01:00
CONTRIBUTING.md Enhance instructions for contributors 2016-02-12 14:12:04 +01:00
godot_icon.png
godot_icon.svg
godot_logo.svg
ISSUE_TEMPLATE Remove some extraneous newlines 2016-02-19 00:03:49 +01:00
LICENSE.md
LOGO_LICENSE.md
logo.png
methods.py
README.md
SConstruct
version.py

GODOT

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 the OpenProject Wiki.

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://godotengine.org/projects/godot-engine/wiki/Advanced_topics

Build Status