summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in fixed-fps help lineHein-Pieter van Braam2017-09-241-1/+1
* main: Add --version switch and git hash to --helpRémi Verschelde2017-09-241-4/+18
* Merge pull request #11299 from marcelofg55/fix_seticon_defaultRémi Verschelde2017-09-211-1/+11
|\
| * Fix setting the default icon briefly with tools=noMarcelo Fernandez2017-09-171-1/+11
* | Rename pos to position in user facing methods and variablesletheed2017-09-202-4/+4
* | Merge pull request #11405 from karroffel/new-hashmapRémi Verschelde2017-09-193-0/+143
|\ \
| * | added OAHashMap typeKarroffel2017-09-193-0/+143
* | | Prevent running the crash_handler when a debugger is present on windowsMarcelo Fernandez2017-09-181-1/+1
|/ /
* / Fixed to InputDefault, button mask was wrong. Fixes to editor camera interpol...Juan Linietsky2017-09-161-5/+6
|/
* Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-131-0/+5
* 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-29/+29
|\ \ \ | |/ / |/| |
| * | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-29/+29
* | | 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-89/+89
* | | 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-149/+191
* | | 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-89/+89
* | | 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
|/