Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
jmb462/missing-sname-macro-optimization-in-some-functions
|
|
|
|
|
|
|
|
In case the reference is stored in script, create a new instance to
avoid overriding the previous values.
Otherwise, re-use the reference as before to avoid extra allocations.
|
|
|
|
Calling the constructor alone is not enough if the class to be
instantiated is not a base class.
This commit adds two functions, one for retrieving the the extension
class reference, the other to construct an instance using the
constructor and the extension class reference.
|
|
Update Font advanced import dialog character ranges to Unicode 14.
|
|
character range selector column number.
|
|
|
|
|
|
|
|
etcpak: Update to upstream commit 7c3cb6f (Jul 29, 2021)
|
|
|
|
|
|
|
|
Adds a new `useHeuristics` compression mode for ETC2.
Upstream defaults to enable it so we do the same.
|
|
|
|
|
|
|
|
|
|
|
|
Includes fixes for a memory corruption bug (CVE-2019-1000032)
and possible division by zero.
|
|
|
|
|
|
set/added.
|
|
|
|
This allows having good stacktraces when the tests crash.
|
|
|
|
|
|
This pull request fixes an issue where the pain tool in tile_map_editor.cpp had two different shortcuts for the same tool.
|
|
|
|
control origin
|
|
Port 2D improvements to move and slide 3D (with extras)
|
|
Co-authored-by: Camille Mohr-Daurat <pouleyketchoup@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To help people porting code, it gives a hint to use "await" instead of a
generic error.
|
|
Incidentally, allow multiple statements in single line functions when
using semicolon as a terminator.
|