aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fixes Ref's GetTypeInfo missing with ptrcall disabledIgnacio Etcheverry2017-08-201-1/+6
* | | | | | | Exposed Transform.interpolate_with()Przemysław Gołąb (n-pigeon)2017-08-201-1/+3
|/ / / / / /
* | | | | | Revert "Second take at making command-line arguments more UNIX-like + main.cp...Juan Linietsky2017-08-193-0/+12
* | | | | | Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-193-12/+0
* | | | | | Rename localization method to `tr` againRémi Verschelde2017-08-182-6/+6
* | | | | | Properly manage drawing of primitives when they lack an area, fixes #8930Juan Linietsky2017-08-181-2/+2
* | | | | | -Properly check limits to objects sent (regarding to size), fixes #9034Juan Linietsky2017-08-188-116/+195
* | | | | | Merge pull request #10406 from marcelofg55/closest_power_of_2Rémi Verschelde2017-08-186-21/+38
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-176-21/+38
| | |_|/ / | |/| | |
* | | | | Merge pull request #10380 from akien-mga/XL_MESSAGERémi Verschelde2017-08-172-12/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde2017-08-172-12/+5
* | | | | Merge pull request #8899 from toger5/BetterFlatStyleboxRémi Verschelde2017-08-162-0/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added Corner Enumtoger52017-08-152-0/+9
* | | | | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-1621-165/+165
* | | | | Rename cull_AABB to cull_aabbRémi Verschelde2017-08-161-6/+6
* | | | | Merge pull request #10264 from Rubonnek/use-const-referenceRémi Verschelde2017-08-168-20/+61
|\ \ \ \ \
| * | | | | Use const reference where favorableWilson E. Alvarez2017-08-148-20/+61
* | | | | | Merge pull request #10334 from Faless/fix_spbuffer_utf8kubecz3k2017-08-151-1/+1
|\ \ \ \ \ \
| * | | | | | Fix StreamPeer put_utf8_string not workingFabio Alessandrelli2017-08-141-1/+1
| |/ / / / /
* | / / / / Removing a Resource also deletes imported files.Andreas Haas2017-08-152-0/+47
| |/ / / / |/| | | |
* | | | | Ability to save objects to binary formatJuan Linietsky2017-08-144-32/+174
|/ / / /
* | | | Merge pull request #10296 from raymoo/fixstreampeerbufferRémi Verschelde2017-08-131-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix broken stream reading in StreamPeerBufferRaymoo2017-08-121-1/+2
| |/ /
* / / InputEventJoypadMotion: Add missing is_pressed() method.Andreas Haas2017-08-122-0/+6
|/ /
* | Merge pull request #10190 from tagcup/euler_yxzRémi Verschelde2017-08-114-18/+143
|\ \
| * | Use YXZ convention for Euler angles.Ferenc Arn2017-08-094-18/+143
| |/
* | Merge pull request #10163 from ISylvox/resoucre-to-resourceRémi Verschelde2017-08-112-7/+7
|\ \
| * | core/io: fix typo 'resoucre' to 'resource'Indah Sylvia2017-08-082-7/+7
* | | Merge pull request #10142 from bruvzg/3.0-osx-imeRémi Verschelde2017-08-111-0/+3
|\ \ \
| * | | Implement NSTextInputClient protocol for IMEbruvzg2017-08-091-0/+3
| | |/ | |/|
* | | Merge pull request #9987 from Rubonnek/move-members-to-initilization-listRémi Verschelde2017-08-1120-209/+190
|\ \ \
| * | | Moved member variables from constructor to initialization listWilson E. Alvarez2017-08-0820-209/+190
| |/ /
* | | Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-101-1/+1
* | | Removes type information from vararg method bindsIgnacio Etcheverry2017-08-102-2/+2
* | | Removes type information from method bindsIgnacio Etcheverry2017-08-1022-84/+84
* | | Adds missing type information to virtual method bindsIgnacio Etcheverry2017-08-101-1/+1
* | | Improves method bind detection of signature typesIgnacio Etcheverry2017-08-108-40/+296
|/ /
* / Set some reasonable limits for sending information to the debugger, closes #5848Juan Linietsky2017-08-083-12/+23
|/
* Display the Y angle properly when rotating from gizmo, partially helps #1479Juan Linietsky2017-08-071-3/+11
* Merge pull request #10112 from ISylvox/completely-renaming-path_dbRémi Verschelde2017-08-072-4/+4
|\
| * renames leftover 'path_db' to node_pathIndah Sylvia2017-08-072-4/+4
* | Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-0716-51/+51
* | Merge pull request #10123 from bojidar-bg/7695-key-kp-enterJuan Linietsky2017-08-065-9/+9
|\ \
| * | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-065-9/+9
* | | keep default exported script values unless overriden, closes #8127Juan Linietsky2017-08-062-0/+34
* | | Fix is_class check typo in ObjectDB::cleanupRuslan Mustakov2017-08-061-1/+1
|/ /
* | Merge pull request #10117 from neikeq/pr-classdb-getpropidxIgnacio Etcheverry2017-08-062-0/+23
|\ \
| * | ClassDB: Adds get_property_index methodIgnacio Etcheverry2017-08-062-0/+23
* | | few bugs fixed thanks to explicit bool constructor and clang.Juan Linietsky2017-08-051-1/+1
* | | Made bool constructor explicit in Variant to avoid bugs, fixes #7843Juan Linietsky2017-08-054-10/+18
| |/ |/|