aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Many fixes to SSAO, should be good now.Juan Linietsky2017-10-221-0/+46
|/ / / / /
* | | | | Merge pull request #11401 from SaracenOne/snapped_dragRémi Verschelde2017-10-221-0/+17
|\ \ \ \ \ | | | | | | | | | | | | Added snapping to spatial drag and drop.
| * | | | | Added snapping to spatial drag and drop.SaracenOne2017-09-201-0/+17
| | | | | |
* | | | | | Bind MainLoop.notif_wm_go_back_requestPoommetee Ketson2017-10-221-0/+1
| | | | | |
* | | | | | Merge pull request #11982 from tagcup/get_quatRémi Verschelde2017-10-212-17/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added Basis::get_quat().
| * | | | | | Added Basis::get_quat() and set_quat().Ferenc Arn2017-10-112-17/+11
| | | | | | |
* | | | | | | Cleanup unnecessary debug printsRémi Verschelde2017-10-212-19/+0
| | | | | | |
* | | | | | | Fix InputEventJoypadMotion::action_match for 0 axis values.Patrick Yates2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make action_match ignore the sign if axis value is 0. This means that an axis value of 0 will match actions defined for both positive and negative values, as expected. Fixes #12223
* | | | | | | variant.h: Update comments with numeric enum valuesSebastian Krzyszkowiak2017-10-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comments got desynchronized with the actual values of the enum. To avoid anyone making some stupid mistake here, let's fix it as soon as possible.
* | | | | | | Merge pull request #12247 from endragor/fix-rotated-loggerRémi Verschelde2017-10-201-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix rotated logger naming and backup deletion [ci skip]
| * | | | | | | Fix rotated logger naming and backup deletionRuslan Mustakov2017-10-201-3/+3
| | | | | | | |
* | | | | | | | Merge pull request #12241 from eska014/vs-bindsRémi Verschelde2017-10-203-1/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bind more VisualServer functions [ci skip]
| * | | | | | | | Bind some VisualServer functionsLeon Krause2017-10-203-1/+21
| | |_|_|/ / / / | |/| | | | | |
* / | | | | | | Fix Color.r8/g8/b8/a8 being type float instead of type intMarcelo Fernandez2017-10-191-4/+4
|/ / / / / / /
* / / / / / / Fix formatting of debug log overflowPedro J. Estébanez2017-10-161-4/+8
|/ / / / / / | | | | | | | | | | | | | | | | | | Fixes #12087.
* | | | | | Fix Alpha Border bugfixComanche_Ak2017-10-131-0/+1
| | | | | |
* | | | | | Remove junk outputRuslan Mustakov2017-10-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove several prints that were added for engine debugging, but are of no use to the end user, and only pollute the editor and game logs.
* | | | | | Merge pull request #11539 from BastiaanOlij/remove_directory_scanRémi Verschelde2017-10-112-45/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Removed directory scan from project load
| * | | | | | Made directory scan optionalBastiaanOlij2017-10-102-45/+10
| |/ / / / /
* | | | | | Merge pull request #12039 from Hinsbart/expose_joy_connectionRémi Verschelde2017-10-111-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Input: expose joy_connection_changed() [ci skip]
| * | | | | Input: expose joy_connection_changed()Andreas Haas2017-10-111-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #11954 from neikeq/dIgnacio Etcheverry2017-10-113-0/+36
|\ \ \ \ \ | | | | | | | | | | | | Added 'exposed' field to ClassInfo for registered classes
| * | | | | Adds 'exposed' field to ClassInfoIgnacio Etcheverry2017-10-093-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This field represents if the class is exposed to the scripting API. The value is 'true' if the class was registered manually ('ClassDB::register_*class()'), otherwise it's false (registered on '_post_initialize'). - Added missing registration of classes that are meant to be exposed.
* | | | | | Merge pull request #11919 from Toizi/array_sort_refAndreas Haas2017-10-102-7/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Array::sort/invert now return reference to Array
| * | | | | | Array::sort, sort_custom and invert now return reference to Array to allow ↵Marius Guggenmos2017-10-092-7/+10
| | |/ / / / | |/| | | | | | | | | | | | | | | | chaining of operations
* | | | | | Merge pull request #11987 from endragor/define-va-copyIgnacio Etcheverry2017-10-101-0/+11
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Define va_copy with --std=c++03 (fixes #11979)
| * | | | | Define va_copy with --std=c++03 (fixes #11979)Ruslan Mustakov2017-10-101-0/+11
| | | | | |
* | | | | | Merge pull request #11810 from marcelofg55/osx_export_improvRémi Verschelde2017-10-091-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | OS X export code improvements
| * | | | | OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez2017-10-031-1/+1
| | | | | |
* | | | | | Fix trailing whitespaces in project settings header commentEmmanuel Leblond2017-10-091-2/+2
| | | | | |
* | | | | | Merge pull request #11947 from eska014/fix-obj-marshallingRémi Verschelde2017-10-091-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix exporting projects with custom input event actions
| * | | | | | Fix binary marshalling of ObjectsLeon Krause2017-10-081-1/+2
| | | | | | |
* | | | | | | [GDnative] Add string_name apiEmmanuel Leblond2017-10-081-0/+3
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #11853 from endragor/long-string-loggingAndreas Haas2017-10-061-1/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix logging of long strings via RotatedFileLogger
| * | | | | | Fix logging of long strings via RotatedFileLoggerRuslan Mustakov2017-10-051-1/+4
| | | | | | |
* | | | | | | Make sure to obey hidpi to off by default, as present in project settings. ↵Juan Linietsky2017-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set it to on by default for editor. Many integrated GPUs can't really get enough performance to play games at hidpi, so this should be enabled manually.
* | | | | | | Added the set/get_setting function in Editor/Project settings. Renamed has() ↵Juan Linietsky2017-10-054-6/+19
| |/ / / / / |/| | | | | | | | | | | | | | | | | to has_setting. Fixes #11844
* | | | | | Merge pull request #11812 from NathanWarden/fix_validate_sslGilles Roudiere2017-10-041-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed a bug where ssl would force validation even though you told it not to.
| * | | | | | Fixed a bug where ssl would force validation even though you told it not to.Nathan Warden2017-10-031-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #11823 from endragor/virtual-keyboard-heightGilles Roudiere2017-10-044-0/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Allow to obtain virtual keyboard height
| * | | | | Allow to obtain virtual keyboard heightRuslan Mustakov2017-10-044-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On mobile platforms virtual keyboards take up significant amount of screen space and UI containing a text box may need to be adjusted after the keyboard appears to keep the text box visible to user. This commit adds a way to obtain virtual keyabord height so that controls are aware of how much they need to move.
* | | | | | fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky2017-10-036-4/+20
| |/ / / / |/| | | |
* | | | | Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam2017-10-033-0/+10
|\ \ \ \ \ | |/ / / / |/| | | | Add OS::is_userfs_persistent, allow starting HTML5 platform in private mode
| * | | | Add OS::is_userfs_persistent to check user:// persistenceLeon Krause2017-10-023-0/+10
| | | | | | | | | | | | | | | | | | | | Allows starting HTML5 export when IndexedDB is not available.
* | | | | Merge pull request #11568 from endragor/loggersAndreas Haas2017-10-0220-29/+433
|\ \ \ \ \ | |_|/ / / |/| | | | Extract logging logic
| * | | | Extract logging logicRuslan Mustakov2017-09-2520-29/+433
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously logging logic was scattered over OS class implementations with plenty of duplication. Major changes in this commit: - Extracted logging logic into a separate Logger hierarchy. It allows easy configuration of logging mechanism depending on compile-time or run-time configuration. - Implemented RotatedFileLogger which is usually used with StdLogger, providing persistency of logs. It is often important to be able to obtain logs of the game even in production to be able to understand what happened prior to some problem. On mobile there previously was no way to obtain the logs aside from having the device connected to your machine. - flush() is not performed in release mode for every logged line. It is only performed for errors.
* | | | | Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas2017-10-029-27/+27
|\ \ \ \ \ | | | | | | | | | | | | Renamed fixed_process to physics_process
| * | | | | Renamed fixed_process to physics_processAndreaCatania2017-09-309-27/+27
| | |/ / / | |/| | |
* | | | | Merge pull request #11730 from gabrielformiga/fix-small-png-texture-importAndreas Haas2017-10-021-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Change to Image::shrink_x2 function preventing it set a 0 width/height for mipmapped textures
| * | | | | Change to shrink_x2 function preventing it set a 0 width/heightGabriel2017-09-301-2/+2
| |/ / / /