Actions
Feature #546
closedServer lua to be able to tell client to show image
Start date:
05/04/2024
Due date:
% Done:
0%
Estimated time:
Files
Actions
#1
Updated by Marko Lindqvist 7 months ago
- File 0064-Lua-Add-server.popup_image.patch 0064-Lua-Add-server.popup_image.patch added
- File 0045-Lua-Add-server.popup_image.patch 0045-Lua-Add-server.popup_image.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Actions
#2
Updated by Marko Lindqvist 7 months ago
- File 0050-Lua-Add-server.popup_image.patch 0050-Lua-Add-server.popup_image.patch added
- File 0035-Lua-Add-server.popup_image.patch 0035-Lua-Add-server.popup_image.patch added
Server should not be able to force windows sizes on client. Thus removed "width" and "height" from the lua API and network protocol. For now the size is hardcoded 500x500 on packhand.c, to be resolved within the client code in the followup tickets.
Actions