ddnet/src
Robert Müller 7079925966 Add generic popup message to editor (e.g. for error message popups)
Add `CEditor::ShowPopupMessage` function to show a generic message in a popup.

The message text and color are configurable with the `SMessagePopupContext` argument object.
Instances of this class must have a static memory location, as the message needs to be available after the `ShowPopupMessage` function returns, and the address of this object is used to uniquely identify it in the UI.
2022-11-05 00:16:44 +01:00
..
android Refactor usages of sha256_str 2022-10-15 18:06:45 +02:00
antibot Merge pull request #3961 from fokkonaut/pr-antibot 2021-12-19 19:33:56 +01:00
base Add checks for remaining WideCharToMultiByte usages in system 2022-10-29 21:17:48 +02:00
engine Use bool for Load, Save, Append result, true on success 2022-11-03 20:17:06 +01:00
game Add generic popup message to editor (e.g. for error message popups) 2022-11-05 00:16:44 +01:00
macos Huge variable naming format 2022-07-08 18:01:29 +02:00
mastersrv fix import on mastersrv 2022-10-07 21:32:53 +02:00
steam Huge variable naming format 2022-07-08 18:01:29 +02:00
test Allow the test suite to run offline 2022-11-01 14:23:53 +01:00
tools Fix misspellings 2022-10-25 13:51:56 -03:00