aboutsummaryrefslogtreecommitdiff
path: root/main (follow)
Commit message (Expand)AuthorAgeFilesLines
* Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-131-11/+9
* Changed the doc class generation to individual files per class. It is also po...Juan Linietsky2017-09-121-12/+35
* Merged docs and small correction to lowdpi feature (it supports windows now)Juan Linietsky2017-09-121-1/+1
* Fix unused variable warningsHein-Pieter van Braam2017-09-081-2/+2
* Restored auto snapping of controls to pixels, fixes #10847 and probably sever...Juan Linietsky2017-09-071-0/+6
* Merge pull request #10318 from endragor/ordered-hash-mapRémi Verschelde2017-09-013-0/+215
|\
| * Implement OrderedHashMapRuslan Mustakov2017-08-133-0/+215
* | Merge pull request #10422 from endragor/gdnative-androidRémi Verschelde2017-08-311-2/+12
|\ \
| * | Make GDNative work on AndroidRuslan Mustakov2017-08-301-2/+12
* | | Renderer/Simulator flagsGustav Lund2017-08-301-2/+22
|/ /
* | removed DISCARD built in variable, replaced by actual discard GLSL instructio...Juan Linietsky2017-08-291-2/+3
* | Merge pull request #10531 from RandomShaper/remove-old-android-settingRémi Verschelde2017-08-292-3/+7
|\ \
| * | Fix Android remote debug not hitting breakpointsPedro J. Estébanez2017-08-222-3/+7
* | | Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-5/+6
* | | Fix mixed tab/whitespace in build filesMatthias Hoelzl2017-08-271-2/+2
* | | Dead code tells no talesRémi Verschelde2017-08-2712-819/+6
* | | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2732-32/+32
* | | Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-242-8/+6
* | | Removed unnecessary returns and break statementsWilson E. Alvarez2017-08-221-2/+0
* | | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde2017-08-222-4/+4
|\ \ \
| * | | Removed unnecessary assignmentsWilson E. Alvarez2017-08-212-4/+4
| |/ /
* | | Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-28/+28
|\ \ \ | |/ / |/| |
| * | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-28/+28
* | | Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-211-153/+111
* | | Tweak command-line arguments to make them more UNIX-likeHugo Locurcio2017-08-211-88/+88
* | | simplify the way window is allowed to steal focus, no longer relying on proje...Juan Linietsky2017-08-201-3/+8
* | | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-201-0/+1
|\ \ \ | |/ / |/| |
| * | Adds editor_hint to Engine classIgnacio Etcheverry2017-08-191-0/+1
* | | Revert "Second take at making command-line arguments more UNIX-like + main.cp...Juan Linietsky2017-08-191-148/+190
* | | Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-191-151/+109
* | | Tweak command-line arguments to make them more UNIX-likeHugo Locurcio2017-08-191-88/+88
* | | Fixed OUYA Game Controller for 3.0Corruptinator2017-08-161-1/+1
* | | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-162-7/+7
* | | Merge pull request #9889 from groud/control_enhancementskubecz3k2017-08-151-3/+1
|\ \ \
| * | | Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-3/+1
* | | | Enable command-line exportRuslan Mustakov2017-08-141-6/+6
|/ / /
* | | Merge pull request #10257 from Faless/html5_fixesRémi Verschelde2017-08-131-0/+1
|\ \ \ | |_|/ |/| |
| * | Fix icon loading error a bootFabio Alessandrelli2017-08-111-0/+1
| |/
* | InputDefault: Fix joypad actions when axis quickly changes direction.Andreas Haas2017-08-121-2/+8
* | Add expand stretch/ascpect - no more black barsYakov Borevich2017-08-091-1/+3
|/
* Restored black bars and custom images instead of black bars, closes #1571Juan Linietsky2017-08-071-3/+8
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* Revert "Tweak command-line arguments to make them more UNIX-like"Juan Linietsky2017-08-021-88/+88
* Merge pull request #10014 from Calinou/tweak-command-line-argumentsRémi Verschelde2017-08-021-88/+88
|\
| * Tweak command-line arguments to make them more UNIX-likeHugo Locurcio2017-08-021-88/+88
* | Fix AudioServer::finish not getting called while quittingMarcelo Fernandez2017-08-011-0/+1
* | Make memory monitors query the right countersPedro J. Estébanez2017-08-011-2/+2
|/
* Script languges are uninitialized properly now.Juan Linietsky2017-07-221-3/+5
* Several changes to better run in mobile.Juan Linietsky2017-07-221-1/+4
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-192-31/+36