aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Rename Godot-specific resource extensionsGeorge Marques2017-06-151-1/+1
|
* Merge pull request #9157 from capnm/fix-https-requestRémi Verschelde2017-06-141-2/+12
|\ | | | | Don't append standard ports to the request header.
| * Don't append standard ports to the request header.Martin Capitanio2017-06-131-2/+12
| | | | | | | | | | | | | | Breaks the SSL communication with some servers, do the same that the other curl, wget, firefox & co clients do. Fixes #9146
* | Merge pull request #9158 from Hinsbart/script_templatesRémi Verschelde2017-06-141-0/+2
|\ \ | | | | | | Add ability to use custom script templates.
| * | Add ability to use custom script templates.Andreas Haas2017-06-131-0/+2
| |/ | | | | | | | | | | | | | | | | | | Templates will be loaded from .godot/script_templates For now they're disabled for GDNative. Ideas for further improvements: - Add a "Save as Template" option to the script editor, as it can normally only save to res:// - Support more placeholders / custom placeholders
* | Merge pull request #9175 from bd339/iss9156Rémi Verschelde2017-06-141-10/+10
|\ \ | | | | | | Correct Image::blit_rect
| * | Rewrite Image::blit_rect to use the following algorithm:Benjamin Dahse2017-06-141-10/+10
| | | | | | | | | | | | | | | | | | 1. Let r1 be the source rectangle clipped against the entire source image rectangle. 2. Let r2 be r1 offset by p_dest, clipped against the entire destination image rectangle. 3. Copy pixels from r1 to r2.
* | | Merge pull request #9155 from kubecz3k/check-process-typeRémi Verschelde2017-06-142-0/+8
|\ \ \ | |/ / |/| | Ability to check if we are in fixed thread, solves: #3698
| * | Fixed thread check, solves: #3698kubeczek2017-06-132-0/+8
| |/
* | Merge pull request #8548 from tagcup/etc2compJuan Linietsky2017-06-133-15/+32
|\ \ | |/ |/| Add ETC1/ETC2 compression support though etc2comp.
| * Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn2017-05-313-15/+32
| | | | | | | | | | | | Remove rg-etc1 code. Also updated travis to use ubuntu 14.04. Fixes #8457.
* | Expose zstd and zlib compression levels as global config.Ferenc Arn2017-06-112-5/+13
| |
* | Merge pull request #9104 from tagcup/zstdJuan Linietsky2017-06-115-7/+43
|\ \ | | | | | | Add zstd compression support.
| * | Add zstd compression support.Ferenc Arn2017-06-085-7/+43
| | | | | | | | | | | | | | | zstd has much better compression speed and ratio, and better decompression speed than currently available methods. Also set zstd as the default compression method for Compression as well as FileAccessCompressed functions.
* | | Added EditorPlugin.remove_import_plugin()Zher Huei Lee2017-06-111-0/+1
| | | | | | | | | | | | | | | Allows addons with import extensions to clean up properly on removal.
* | | renamed all Rect3.pos to Rect3.positionalexholly2017-06-0917-216/+216
| | |
* | | -Restored multithread capability to VisualServerJuan Linietsky2017-06-095-22/+105
|/ / | | | | | | -Restored resource previews!
* | Fix build error, commit bee81d5Poommetee Ketson2017-06-081-2/+2
| |
* | Merge pull request #9002 from Hinsbart/key_action_matchRémi Verschelde2017-06-081-1/+4
|\ \ | | | | | | InputEvent: Restore old behaviour for matching key events to actions.
| * | InputEvent: Restore old behaviour for matching key events to actions.Andreas Haas2017-05-301-1/+4
| | | | | | | | | | | | Original code in 9100db7
* | | Merge pull request #8981 from toger5/addedGrowFunctionRémi Verschelde2017-06-082-0/+23
|\ \ \ | | | | | | | | implemented grow(left,top,right,bottom) function
| * | | added grow functions to Rect2toger52017-06-052-0/+23
| | | | | | | | | | | | | | | | | | | | - grow_individual - grow_margin
* | | | Merge pull request #9015 from mcanders/mcanders/ParseObjectVariantFixRémi Verschelde2017-06-071-2/+6
|\ \ \ \ | | | | | | | | | | Fix Variant::OBJECT token parsing
| * | | | Fix Variant::OBJECT token parsingCarter Anderson2017-06-041-2/+6
| | | | |
* | | | | renamed all Rect2.pos to Rect2.positionalexholly2017-06-0410-137/+137
|/ / / /
* | | | InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-032-38/+38
| | | | | | | | | | | | | | | | Make the naming consistent with other classes.
* | | | Merge pull request #8973 from thomas-goerlich/8957_rand_range_bugfixRémi Verschelde2017-06-031-3/+1
|\ \ \ \ | | | | | | | | | | Fixed rand_range not returning correct random values on windows
| * | | | Changed enum to const because enum with uint64 size does not work on VSC++ ↵Thomas Görlich2017-05-291-3/+1
| | | | | | | | | | | | | | | | | | | | Compiler
* | | | | Merge pull request #9011 from karroffel/ptrcall-nightmare-fixRémi Verschelde2017-06-012-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | | fixed PowerState enum cast
| * | | | fixed PowerState enum castKarroffel2017-06-012-1/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | 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.
* / | | rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky2017-05-312-20/+8
|/ / /
* | / Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-302-4/+4
| |/ |/|
* | NaturalSort: strings start with . treated differentlyPoommetee Ketson2017-05-291-0/+12
| |
* | -Added .hdr format supportJuan Linietsky2017-05-285-42/+203
|/ | | | | | -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
* Merge pull request #8936 from Hinsbart/fix_actionRémi Verschelde2017-05-271-2/+2
|\ | | | | Fix InputEvent actions.
| * Fix InputEvent actions.Andreas Haas2017-05-271-2/+2
| | | | | | | | | | 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.
* | -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-263-41/+515
|/ | | | | | -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
* Fix virtual methods in InputEventKey.Andreas Haas2017-05-252-3/+3
| | | | This fixes a lot of problems with key input in the engine.
* Merge pull request #8590 from tagcup/s3tc_stuffJuan Linietsky2017-05-252-327/+4
|\ | | | | Use libsquish to decompress DXT textures.
| * Use libsquish to decompress DXT textures.Ferenc Arn2017-05-182-327/+4
| |
* | Merge pull request #8898 from vnen/screentouch-struct-classRémi Verschelde2017-05-251-1/+1
|\ \ | | | | | | Change InputEventScreenTouch from struct to class
| * | Change InputEventScreenTouch from struct to classGeorge Marques2017-05-241-1/+1
| | |
* | | Fix 2D-editor mouse wheel zoom (x11).Martin Capitanio2017-05-241-1/+1
|/ / | | | | | | Fixes #8888
* | -Fix the "set_val" call deferred, it was the only one.. closes #8742Juan Linietsky2017-05-231-1/+1
| | | | | | | | -Removed redundant bind in input_event
* | fixed crash on code that checks InputEventJuan Linietsky2017-05-231-1/+1
| |
* | Merge pull request #8786 from bojidar-bg/fix-astar-weight-scaleRémi Verschelde2017-05-221-4/+2
|\ \ | | | | | | Fix weigth scale of A* being applied to the whole estimation
| * | Fix weigth scale of A* being applied to the whole path and estimationBojidar Marinov2017-05-221-5/+2
| | | | | | | | | | | | Attempt to fix #8584
* | | Avoid overestimating the cost in AStar heuristics.Ferenc Arn2017-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-2020-1492/+1119
| | | | | | | | | | | | this might cause bugs I haven't found yet..
* | | Merge pull request #8829 from supagu/astar-bidirectionalRémi Verschelde2017-05-202-4/+6
|\ \ \ | | | | | | | | Added bool to allow astar points to be connected in one direction only