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
jacob1 16f50b808d
Add limit onto various textboxes, now that textbox width no longer artificially limits it
Save Name is limited to 50 characters by the db column, so stop it there
Ambient Air Temp glitches out when it's too long, so limit to 9
Limit profile location to 40 to prevent spam / abuse
Limit tags to 16 because that's the max the server accepts
2024-03-17 15:14:22 -04:00
..
colourpicker Use _rgb literals where possible 2023-04-30 14:22:56 +02:00
console Handle back button on android 2023-10-16 23:41:57 +02:00
dialogues Fix crash from Lua prompts when exiting the game completely 2023-09-14 19:58:59 +02:00
elementsearch Fix element buttons missing from element search 2024-03-05 16:10:07 +01:00
filebrowser Emscripten: Remove all other blocking prompt calls 2023-08-22 00:26:31 +02:00
font Handle back button on android 2023-10-16 23:41:57 +02:00
game Unhardcode powdertoy.co.uk from most places 2024-03-06 22:03:51 +01:00
interface Fix save history button not working except on your own saves 2024-03-06 23:11:00 -05:00
localbrowser Clear stamp browser selection when page contents change 2023-12-29 14:35:59 +01:00
login Unhardcode powdertoy.co.uk from most places 2024-03-06 22:03:51 +01:00
options Add limit onto various textboxes, now that textbox width no longer artificially limits it 2024-03-17 15:14:22 -04:00
preview Add limit onto various textboxes, now that textbox width no longer artificially limits it 2024-03-17 15:14:22 -04:00
profile Add limit onto various textboxes, now that textbox width no longer artificially limits it 2024-03-17 15:14:22 -04:00
render Move graphics cache to SimulationData 2023-12-09 09:51:41 +01:00
save Add limit onto various textboxes, now that textbox width no longer artificially limits it 2024-03-17 15:14:22 -04:00
search Add limit onto various textboxes, now that textbox width no longer artificially limits it 2024-03-17 15:14:22 -04:00
tags Add limit onto various textboxes, now that textbox width no longer artificially limits it 2024-03-17 15:14:22 -04:00
update Unhardcode powdertoy.co.uk from most places 2024-03-06 22:03:51 +01: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 Add blurry scaling option 2023-10-06 15:04:29 +02:00