




adb, right? (edited)adb xd

Cause: null pointer dereference after a vk call
llvm::canReplaceOperandWithVariable
interal_storage/Android/data/org.ddnet.client/files/user


























To declare which version of Vulkan your application requires, you should create a <uses-feature> element defining android.hardware.vulkan.version. See FEATURE_VULKAN_HARDWARE_VERSION for more details on the hardware version. You can also use android.hardware.vulkan.level to declare a required Vulkan feature level. See FEATURE_VULKAN_HARDWARE_LEVEL for more details on the feature level.
(https://developer.android.com/about/dashboards)

To declare which version of Vulkan your application requires, you should create a <uses-feature> element defining android.hardware.vulkan.version. See FEATURE_VULKAN_HARDWARE_VERSION for more details on the hardware version. You can also use android.hardware.vulkan.level to declare a required Vulkan feature level. See FEATURE_VULKAN_HARDWARE_LEVEL for more details on the feature level.
(https://developer.android.com/about/dashboards) 








1







































































) (edited)













To declare which version of Vulkan your application requires, you should create a <uses-feature> element defining android.hardware.vulkan.version. See FEATURE_VULKAN_HARDWARE_VERSION for more details on the hardware version. You can also use android.hardware.vulkan.level to declare a required Vulkan feature level. See FEATURE_VULKAN_HARDWARE_LEVEL for more details on the feature level.
(https://developer.android.com/about/dashboards) 

















android:glEsVersion="0x00030000" if we support any version?











































































































cargo clean
Removed 201210 files, 111.5GiB total
nothing as amazing as executing this command from time to time
1








































































































mov byte ptr [rbp - 2], byte ptr [rbp - 1]
ptr means xd
byte without ptrgas
gas for historical reasonsptr sounds like its a pointer xd

mov byte ptr [rbp - 2], byte ptr [rbp - 1] 



















MOVS in x86 too but it has weird unexpected behaviour














GameServer()->OnInit()




SDL_TextEditingExtEvent (SDL_TEXTEDITING_EXT) is supported, which uses heap-allocated composition strings of arbitrary length.
On the other hand, the buffer for input event text was larger than necessary, as SDL text events only contain at most 32 bytes (SDL_TEXTINPUTEVENT_TEXT_SIZE is not used directly to avoid the include). With the hint for extended IME handling enabled, long co...


























void SetDTile(float x, float y, bool State); is an orphan function declaration (edited)






impl<'a> std::ops::Add<usize> for MoveDestination<'a> {
type Output = Self;
fn add(self, rhs: usize) -> Self::Output {
match self {
Self::Local(offset) => Self::Local(offset + rhs),
_ => unreachable!(),
}
}
}



IGraphics::LoadTextureRawMove is used with images that are not in RGBA format as this falls back to using IGraphics::LoadTextureRaw which requires manually freeing the image data.
Also consistently clear all image info in LoadTextureRawMove. This makes it necessary to store the size of the preview image in the editor separately, as previously the width and height of the unloaded image info were being used to render the preview image.
## Chec...
