virtualx-engine/scene
Hugo Locurcio d935a4348d
Remove HQ2X and the Image.expand_2x_hq2x() method
As of Godot 3.0, HQ2X is no longer used to upscale the editor theme
and icons on hiDPI displays, which limited its effective uses.
HQ2X was also used to upscale the project theme when the "Use Hidpi"
project setting was enabled, but results were often less than ideal.
The new StyleBoxFlat and SVG support also make HQ2X less important
to have as a core feature.

This decreases binary sizes slightly (-150 KB on most platforms,
-212 KB on WebAssembly release).

This partially addresses #12419.
2020-05-16 16:10:50 +02:00
..
2d Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
3d Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
animation Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
audio Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
debugger Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
gui Remove get_local_mouse_position() hack in GraphEdit 2020-05-16 13:22:52 +02:00
main Fix popup positions on multiple screens (with same scaling only). 2020-05-16 14:11:43 +03:00
resources Remove HQ2X and the Image.expand_2x_hq2x() method 2020-05-16 16:10:50 +02:00
register_scene_types.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
register_scene_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
scene_string_names.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00