Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-21 | Merge pull request #11982 from tagcup/get_quat | Rémi Verschelde | |
Added Basis::get_quat(). | |||
2017-10-21 | Cleanup unnecessary debug prints | Rémi Verschelde | |
2017-10-21 | Fix InputEventJoypadMotion::action_match for 0 axis values. | Patrick Yates | |
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 | |||
2017-10-20 | variant.h: Update comments with numeric enum values | Sebastian Krzyszkowiak | |
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. | |||
2017-10-20 | Merge pull request #12247 from endragor/fix-rotated-logger | Rémi Verschelde | |
Fix rotated logger naming and backup deletion [ci skip] | |||
2017-10-20 | Merge pull request #12241 from eska014/vs-binds | Rémi Verschelde | |
Bind more VisualServer functions [ci skip] | |||
2017-10-20 | Fix rotated logger naming and backup deletion | Ruslan Mustakov | |
2017-10-20 | Bind some VisualServer functions | Leon Krause | |
2017-10-19 | Fix Color.r8/g8/b8/a8 being type float instead of type int | Marcelo Fernandez | |
2017-10-16 | Fix formatting of debug log overflow | Pedro J. Estébanez | |
Fixes #12087. | |||
2017-10-13 | Fix Alpha Border bugfix | Comanche_Ak | |
2017-10-13 | Remove junk output | Ruslan Mustakov | |
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. | |||
2017-10-11 | Merge pull request #11539 from BastiaanOlij/remove_directory_scan | Rémi Verschelde | |
Removed directory scan from project load | |||
2017-10-11 | Merge pull request #12039 from Hinsbart/expose_joy_connection | Rémi Verschelde | |
Input: expose joy_connection_changed() [ci skip] | |||
2017-10-11 | Added Basis::get_quat() and set_quat(). | Ferenc Arn | |
2017-10-11 | Input: expose joy_connection_changed() | Andreas Haas | |
2017-10-11 | Merge pull request #11954 from neikeq/d | Ignacio Etcheverry | |
Added 'exposed' field to ClassInfo for registered classes | |||
2017-10-10 | Merge pull request #11919 from Toizi/array_sort_ref | Andreas Haas | |
Array::sort/invert now return reference to Array | |||
2017-10-10 | Merge pull request #11987 from endragor/define-va-copy | Ignacio Etcheverry | |
Define va_copy with --std=c++03 (fixes #11979) | |||
2017-10-10 | Made directory scan optional | BastiaanOlij | |
2017-10-10 | Define va_copy with --std=c++03 (fixes #11979) | Ruslan Mustakov | |
2017-10-09 | Adds 'exposed' field to ClassInfo | Ignacio Etcheverry | |
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. | |||
2017-10-09 | Array::sort, sort_custom and invert now return reference to Array to allow ↵ | Marius Guggenmos | |
chaining of operations | |||
2017-10-09 | Merge pull request #11810 from marcelofg55/osx_export_improv | Rémi Verschelde | |
OS X export code improvements | |||
2017-10-09 | Fix trailing whitespaces in project settings header comment | Emmanuel Leblond | |
2017-10-09 | Merge pull request #11947 from eska014/fix-obj-marshalling | Rémi Verschelde | |
Fix exporting projects with custom input event actions | |||
2017-10-08 | Fix binary marshalling of Objects | Leon Krause | |
2017-10-08 | [GDnative] Add string_name api | Emmanuel Leblond | |
2017-10-06 | Merge pull request #11853 from endragor/long-string-logging | Andreas Haas | |
Fix logging of long strings via RotatedFileLogger | |||
2017-10-05 | Make sure to obey hidpi to off by default, as present in project settings. ↵ | Juan Linietsky | |
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. | |||
2017-10-05 | Added the set/get_setting function in Editor/Project settings. Renamed has() ↵ | Juan Linietsky | |
to has_setting. Fixes #11844 | |||
2017-10-05 | Fix logging of long strings via RotatedFileLogger | Ruslan Mustakov | |
2017-10-04 | Merge pull request #11812 from NathanWarden/fix_validate_ssl | Gilles Roudiere | |
Fixed a bug where ssl would force validation even though you told it not to. | |||
2017-10-04 | Merge pull request #11823 from endragor/virtual-keyboard-height | Gilles Roudiere | |
Allow to obtain virtual keyboard height | |||
2017-10-04 | Allow to obtain virtual keyboard height | Ruslan Mustakov | |
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. | |||
2017-10-03 | fixed the OS.has_feature() API, and added support for 32 and 64. | Juan Linietsky | |
2017-10-03 | Fixed a bug where ssl would force validation even though you told it not to. | Nathan Warden | |
2017-10-03 | OS::execute can now read from stderr too when executing with a pipe | Marcelo Fernandez | |
2017-10-03 | Merge pull request #11782 from eska014/persistent-userfs-test | Hein-Pieter van Braam | |
Add OS::is_userfs_persistent, allow starting HTML5 platform in private mode | |||
2017-10-02 | Merge pull request #11568 from endragor/loggers | Andreas Haas | |
Extract logging logic | |||
2017-10-02 | Merge pull request #11659 from AndreaCatania/prephysics | Andreas Haas | |
Renamed fixed_process to physics_process | |||
2017-10-02 | Merge pull request #11730 from gabrielformiga/fix-small-png-texture-import | Andreas Haas | |
Change to Image::shrink_x2 function preventing it set a 0 width/height for mipmapped textures | |||
2017-10-02 | Add OS::is_userfs_persistent to check user:// persistence | Leon Krause | |
Allows starting HTML5 export when IndexedDB is not available. | |||
2017-10-02 | Merge pull request #11575 from marcelofg55/move_path_to_trash | Poommetee Ketson | |
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash | |||
2017-09-30 | Change to shrink_x2 function preventing it set a 0 width/height | Gabriel | |
2017-09-30 | Renamed fixed_process to physics_process | AndreaCatania | |
2017-09-27 | Build MSVC safe_refcount in a separate compilation unit | Hein-Pieter van Braam | |
Including windows.h in a globally included header gives all kinds of issues. Move the MSVC implementation for safe_refcount back into a .cpp file to prevent this from happening. | |||
2017-09-25 | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash | Marcelo Fernandez | |
2017-09-25 | Merge pull request #11445 from Cradmon/refactorCoreMap | Rémi Verschelde | |
Refactor core/map.h | |||
2017-09-25 | Merge pull request #11518 from hpvb/gdscript-direct-dispatch | Rémi Verschelde | |
Some more GDScript performance optimizations |