gzdoom-gles/wadsrc/static/zscript
Alexander b4d10d2f5b fix bug when down arrow gave no result after mouse move in main menu
Steps to reproduce:
1. Load game.
2. Press any key to bring up the main menu.
3. Move the mouse anywhere out of the menu entries.
4. Press Down arrow.

Expected result: the menu cursor sound is played, the first menu element is selected.
Actual result: the menu cursor sound is played, no menu element is selected.

Repeated Down arrow pressing doesn't give any result, either.

If on step 4 Up arrow is pressed, the last element in the menu is selected.
2019-09-30 21:38:48 +02:00
..
actors Wrong offset on Fighter's Fist 2019-09-10 23:04:56 +02:00
scriptutil - 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
ui fix bug when down arrow gave no result after mouse move in main menu 2019-09-30 21:38:48 +02:00
base.zs Squashed commit of the following: 2019-09-11 14:18:28 +02:00
compatibility.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
constants.zs Allow custom status bars to override notifications, centered prints and chat prompt. 2019-08-20 13:06:52 +02:00
destructible.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
dynarrays.zs - exposed Append() method to ZScript dynamic array 2019-08-11 00:09:51 +02:00
events.zs - Added support for PrtSc and cosmetic changes. 2019-09-22 19:34:56 +02:00
level_compatibility.zs - implement the following functions under LevelCompatibility: 2019-09-28 15:01:23 +02:00
mapdata.zs Squashed commit of the following: 2019-09-11 14:18:28 +02:00
sounddata.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
zscript_license.txt - 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