Godot Engine mirror. #godot #godotengine #gameengine #engine #cpp

Juan Linietsky bbe9a37f1d sleeping property now should work properly, fixes #1892 10 vuotta sitten
bin 4804462ee0 -Fixes from source code analyzizer, closes #1768 10 vuotta sitten
core 40c0e1993a Fixes problem parsing config files using ConfigFile 10 vuotta sitten
demos 8482611f81 Merge branch 'master' of https://github.com/okamstudio/godot 10 vuotta sitten
doc af06843982 -new collision layer & mask system for 2D, for more flexible collision masking 10 vuotta sitten
drivers 5ceec67add Added Doxyfile for Doxygen documentation. Had to modify codec.h because it already had set up the mainpage. Added a logo without text for the Doxygen pages upper top left corner. Pointed Doxyfile to README.md. Thinking of adding Markup in c files pointing to Wiki links. That way we have current source markup but it points to Wiki for major documentation effort. 10 vuotta sitten
main 93095014fd Fix segment violation MINIZIP_ENABLED 10 vuotta sitten
modules 27cb75112e -bit slower execution in debug, but proper error reporting for get index and operators, fixes #1911 10 vuotta sitten
platform bc3afc8ed8 fix multitouch release problem 10 vuotta sitten
scene 3936ed882c -Added lookat/get_angle_to functions in 2D, and a demo, closes #1843 10 vuotta sitten
servers bbe9a37f1d sleeping property now should work properly, fixes #1892 10 vuotta sitten
tools 70c2c7a3f9 Merge pull request #1900 from guilhermefelipecgs/fix_#1898 10 vuotta sitten
.gitignore c41ef699bc Ignore etags, ctags, gtags and cscope. 10 vuotta sitten
.travis.yml 27b1f38401 Fix travis-ci build config for new build system 11 vuotta sitten
Doxyfile d0d9e9ee1c Forgot this. It points Doxyfile to the logo without text. 10 vuotta sitten
LICENSE.md 09489e3a78 lot of work on 2D lighting and isometric maps 10 vuotta sitten
README.md 5ceec67add Added Doxyfile for Doxygen documentation. Had to modify codec.h because it already had set up the mainpage. Added a logo without text for the Doxygen pages upper top left corner. Pointed Doxyfile to README.md. Thinking of adding Markup in c files pointing to Wiki links. That way we have current source markup but it points to Wiki for major documentation effort. 10 vuotta sitten
SConstruct 2a4da03f10 Added Visual Studio project generation. Use "vsproj=yes" in command line. This does not set up NMAKE properly. 10 vuotta sitten
logo.png 03fd40149f logo.png 11 vuotta sitten
logo_small.png 5ceec67add Added Doxyfile for Doxygen documentation. Had to modify codec.h because it already had set up the mainpage. Added a logo without text for the Doxygen pages upper top left corner. Pointed Doxyfile to README.md. Thinking of adding Markup in c files pointing to Wiki links. That way we have current source markup but it points to Wiki for major documentation effort. 10 vuotta sitten
methods.py 4d2198110b merges from okam repo 10 vuotta sitten
version.py 0995a230f6 up version to rc2 10 vuotta sitten

README.md

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. Development is sponsored by OKAM Studio (http://www.okamstudio.com).

Documentation

Documentation has been moved to the GitHub 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: https://github.com/okamstudio/godot/wiki/advanced