This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/gui
Tamás Bálint Misius 1a8ebd0981
Fix occasional crashes upon opening settings
By zero-initializing pointers in OptionsView so they don't crash when they don't get initialized, which up until very recently they always had. In the cases of the emscripten and android ports, certain components are never created.
2023-10-04 19:32:08 +02:00
..
colourpicker Use _rgb literals where possible 2023-04-30 14:22:56 +02:00
console Make Grave (the key under Esc) exiting the console optional 2023-06-11 20:09:01 +02:00
dialogues Fix crash from Lua prompts when exiting the game completely 2023-09-14 19:58:59 +02:00
elementsearch Use _rgb literals where possible 2023-04-30 14:22:56 +02:00
filebrowser Emscripten: Remove all other blocking prompt calls 2023-08-22 00:26:31 +02:00
font Use _rgb literals where possible 2023-04-30 14:22:56 +02:00
game Enable libcurl on android 2023-10-03 18:25:34 +02:00
interface Clean up window frame settings somewhat 2023-10-04 16:01:00 +02:00
localbrowser Fix empty stamp browser crashing upon an attempt to change pages 2023-08-28 20:27:38 +02:00
login Prevent almost all HTTP requests from blocking 2023-06-10 19:19:53 +02:00
options Fix occasional crashes upon opening settings 2023-10-04 19:32:08 +02:00
preview Fix failing to change the favourite status of a save crashing the game 2023-08-29 17:10:18 +02:00
profile Emscripten: Remove all other blocking prompt calls 2023-08-22 00:26:31 +02:00
render Fix RenderView not drawing any simulation content 2023-09-12 19:00:38 +02:00
save Prevent almost all HTTP requests from blocking 2023-06-10 19:19:53 +02:00
search Handle ptsave urls with GameController 2023-08-22 23:51:17 +02:00
tags Prevent almost all HTTP requests from blocking 2023-06-10 19:19:53 +02:00
update Emscripten: Cosmetics 2023-08-22 00:26:32 +02:00
meson.build Mesonification 2020-12-14 20:16:52 +01:00
SavePreviewType.h Handle ptsave urls with GameController 2023-08-22 23:51:17 +02:00
Style.cpp Flatten include trees 2019-04-20 15:36:11 +02:00
Style.h Preprocessor purge round 19: Split and minimize usage of Config.h 2023-01-27 09:27:32 +01:00
WindowFrameOps.h Clean up window frame settings somewhat 2023-10-04 16:01:00 +02:00