| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | |
| | | | |
| | | | |
| | | | | |
makes completion cleaner and more close to the documentation.
|
| | | | | | |
|
| |/ / / / |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Some methods require a const Ref<T> argument,
the ptrcall method wrappers cast `void *` to the
apropriate types. The problem is that there is no `Ref(const T *)`
constructor, but since Ref modifies the refcount of a Reference
anyway there's no point in a const version.
The problem is that with a `const T *` constructor call, the
argument gets converted to Variant first and loses all the
reference information, resulting in a null reference as the
argument to the constructor.
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | | |
Fix PathFollow rotations.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Used parallel transport to move the object along the curve. Also introduced a few more math checks useful for debugging.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Expose compression functions to GDScript
|
| | | | | | | |
|
| | | | | | | |
|
| |/ / / / / |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
support in Sprite so far.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Fixed a bug in get_pixel not being const
|
| | | | | | | |
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
-Normalmaps are now detected and imported as RGTC, both in S3TC and ETC2, this improves their quality.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Rename Godot-specific resource extensions
|
| | | |/ / /
| |/| | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- PoolVector leak
- mesh_remove_surface leak
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Tried to salvage what I could of the Image and InputEvent changes.
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
Use inline code for isinf with gcc versions <6.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
5.x era.
Fixes #9166.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Don't append standard ports to the request header.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Breaks the SSL communication with some servers,
do the same that the other curl, wget, firefox & co clients do.
Fixes #9146
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add ability to use custom script templates.
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Correct Image::blit_rect
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Ability to check if we are in fixed thread, solves: #3698
|
| | |/ / / / |
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
Add ETC1/ETC2 compression support though etc2comp.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove rg-etc1 code. Also updated travis to use ubuntu 14.04.
Fixes #8457.
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Add zstd compression support.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allows addons with import extensions to clean up properly on
removal.
|
| | | | | | | |
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
-Restored resource previews!
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
InputEvent: Restore old behaviour for matching key events to actions.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Original code in 9100db7
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
implemented grow(left,top,right,bottom) function
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- grow_individual
- grow_margin
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix Variant::OBJECT token parsing
|
| | | | | | | | | |
|
| |/ / / / / / / |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Make the naming consistent with other classes.
|
| |\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
Fixed rand_range not returning correct random values on windows
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Compiler
|
| |\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
fixed PowerState enum cast
|
| | | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|