Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-11 | Added EditorPlugin.remove_import_plugin() | Zher Huei Lee | |
Allows addons with import extensions to clean up properly on removal. | |||
2017-06-09 | renamed all Rect3.pos to Rect3.position | alexholly | |
2017-06-09 | -Restored multithread capability to VisualServer | Juan Linietsky | |
-Restored resource previews! | |||
2017-06-08 | Fix build error, commit bee81d5 | Poommetee Ketson | |
2017-06-08 | Merge pull request #9002 from Hinsbart/key_action_match | Rémi Verschelde | |
InputEvent: Restore old behaviour for matching key events to actions. | |||
2017-06-08 | Merge pull request #8981 from toger5/addedGrowFunction | Rémi Verschelde | |
implemented grow(left,top,right,bottom) function | |||
2017-06-07 | Merge pull request #9015 from mcanders/mcanders/ParseObjectVariantFix | Rémi Verschelde | |
Fix Variant::OBJECT token parsing | |||
2017-06-05 | added grow functions to Rect2 | toger5 | |
- grow_individual - grow_margin | |||
2017-06-04 | Fix Variant::OBJECT token parsing | Carter Anderson | |
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly | |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas | |
Make the naming consistent with other classes. | |||
2017-06-03 | Merge pull request #8973 from thomas-goerlich/8957_rand_range_bugfix | Rémi Verschelde | |
Fixed rand_range not returning correct random values on windows | |||
2017-06-01 | Merge pull request #9011 from karroffel/ptrcall-nightmare-fix | Rémi Verschelde | |
fixed PowerState enum cast | |||
2017-05-31 | rewritten PBR implementation to make it friendlier with Blender | Juan Linietsky | |
2017-06-01 | fixed PowerState enum cast | Karroffel | |
Quite a while ago I made a commit (131631b) where I did a weird thing to fix compilation with PTRCALL_ENABLED. And I couldn't sleep because of this after all these months. So here is the proper version. | |||
2017-05-30 | InputEvent: Restore old behaviour for matching key events to actions. | Andreas Haas | |
Original code in 9100db7 | |||
2017-05-30 | Several fixes related to PBR and Environment | Juan Linietsky | |
2017-05-29 | Changed enum to const because enum with uint64 size does not work on VSC++ ↵ | Thomas Görlich | |
Compiler | |||
2017-05-29 | NaturalSort: strings start with . treated differently | Poommetee Ketson | |
2017-05-28 | -Added .hdr format support | Juan Linietsky | |
-Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant | |||
2017-05-27 | Merge pull request #8936 from Hinsbart/fix_action | Rémi Verschelde | |
Fix InputEvent actions. | |||
2017-05-27 | Fix InputEvent actions. | Andreas Haas | |
The `InputEvent::is_action(pressed|released)` methods weren't implemented yet. Also fixed a typo in `InputDefault` that prevented `Input.is_action(pressed|released)` from working. | |||
2017-05-26 | -Added EXR supprot for HDR (no BC6 compression yet though) | Juan Linietsky | |
-Improvements to texture importer -Proper detection of S3TC compression modes, and added all modes to Image -Fixes to non-power of 2 compressed textures, which should all be supported by GLES3 | |||
2017-05-25 | Fix virtual methods in InputEventKey. | Andreas Haas | |
This fixes a lot of problems with key input in the engine. | |||
2017-05-25 | Merge pull request #8590 from tagcup/s3tc_stuff | Juan Linietsky | |
Use libsquish to decompress DXT textures. | |||
2017-05-25 | Merge pull request #8898 from vnen/screentouch-struct-class | Rémi Verschelde | |
Change InputEventScreenTouch from struct to class | |||
2017-05-24 | Change InputEventScreenTouch from struct to class | George Marques | |
2017-05-24 | Fix 2D-editor mouse wheel zoom (x11). | Martin Capitanio | |
Fixes #8888 | |||
2017-05-23 | -Fix the "set_val" call deferred, it was the only one.. closes #8742 | Juan Linietsky | |
-Removed redundant bind in input_event | |||
2017-05-23 | fixed crash on code that checks InputEvent | Juan Linietsky | |
2017-05-22 | Merge pull request #8786 from bojidar-bg/fix-astar-weight-scale | Rémi Verschelde | |
Fix weigth scale of A* being applied to the whole estimation | |||
2017-05-22 | Fix weigth scale of A* being applied to the whole path and estimation | Bojidar Marinov | |
Attempt to fix #8584 | |||
2017-05-21 | Avoid overestimating the cost in AStar heuristics. | Ferenc Arn | |
This is a necessary condition for finding optimal solutions. This is achieved by simply requiring/ensuring that no weights are smaller than 1. Fixes #8584. | |||
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | |
this might cause bugs I haven't found yet.. | |||
2017-05-20 | Merge pull request #8829 from supagu/astar-bidirectional | Rémi Verschelde | |
Added bool to allow astar points to be connected in one direction only | |||
2017-05-19 | Finish implementation of GDnative builtins bindings | Emmanuel Leblond | |
2017-05-19 | Added bool to allow astar points to be connected in one direction only | Fabian Mathews | |
2017-05-18 | Use libsquish to decompress DXT textures. | Ferenc Arn | |
2017-05-18 | Merge pull request #8807 from RandomShaper/mq-flush-reentrant | Rémi Verschelde | |
Make MessageQueue::flush() reentrant | |||
2017-05-18 | Merge pull request #8649 from neikeq/pr-ringbuffer-find | Rémi Verschelde | |
RingBuffer: Adds find() method | |||
2017-05-18 | Make MessageQueue::flush() reentrant | Pedro J. Estébanez | |
2017-05-17 | Fix two typos from previous commit | Rémi Verschelde | |
Also cleanup comments on variant types. | |||
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | |
2017-05-12 | Fix natural sorting order in EditorFileDialog, FileDialog and ↵ | Damian Day | |
EditorFileSystemDirectory Make EditorFileDialog, FileDialog and EditorFileSystemDirectory alphanumerical sorting more natural Added a new method 'naturalnocasecmp_to' and comparator 'NaturalNoCaseComparator' to String. Fixes #8712. | |||
2017-05-08 | Fixed the IP resolver code blocking the main thread, it uses a Mutex now to ↵ | Marcelo Fernandez | |
lock its own thread. | |||
2017-05-07 | Implemented scrolling factor for smooth trackpad scrolling | toger5 | |
Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list. | |||
2017-05-05 | Merge pull request #8658 from Faless/explain_out_of_mem_msg_queue_master | Rémi Verschelde | |
Better explain out of memory error in message queue | |||
2017-05-05 | Merge pull request #8642 from RandomShaper/fix-pack-get-curr-dir | Rémi Verschelde | |
Fix infinite loop in DirAccessPack::get_current_dir() | |||
2017-05-05 | Better explain out of memory error in message queue | Fabio Alessandrelli | |
Also effectively saves one unnecessary call when everything is fine. | |||
2017-05-05 | RingBuffer: Adds find() method | Ignacio Etcheverry | |