gzdoom-gles/wadsrc/static/zscript/ui/menu
Christoph Oelckers 6caf1f60c6 - added some UTF-8 utilities to FString.
This deprecated CharAt and CharCodeAt for being unsuitable for text processing and in the case of CharCodeAt also for being buggy.
A new replacement, ByteAt has been added that reads a string byte by byte, as well as CodePointCount, which counts the amount of Unicode code points in a string and GetNextCodePoint which reads the string code point by code point.
Note that while this woll work as intended with the currently supported languages as a means to read single characters, there is no guarantee that this will remain so if Unicode support gets extended to things which break the "one code point == one character" assumption.
2019-05-14 19:35:21 +02:00
..
search option search improvements 2019-05-14 19:01:25 +02:00
colorpickermenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
conversationmenu.zs - fixed spacing of Strife's merchant's texts. 2019-04-29 19:06:21 +02:00
joystickmenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
listmenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
listmenuitems.zs - added some UTF-8 utilities to FString. 2019-05-14 19:35:21 +02:00
loadsavemenu.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
menu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
menuitembase.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
messagebox.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
optionmenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
optionmenuitems.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
playercontrols.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
playerdisplay.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
playermenu.zs - use a more reliable menu check for the player menu items. 2019-05-01 00:42:31 +02:00
readthis.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
reverbedit.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
textentermenu.zs - added some UTF-8 utilities to FString. 2019-05-14 19:35:21 +02:00
videomenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00