You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3coop/files
Koncord adb49b7c7d Add New GUI dialog: ListBox
Example:

local GUI_LISTBOX = 42

function OnPlayerSendMessage(pid, message)
    if message == "/lb" then
        local items = "consectetur adipiscing elit\nsed do eiusmod tempor incididunt ut labore\net dolore magna aliqua." -- items can be separated through newline
        local label = "Lorem ipsum dolor sit amet"
        tes3mp.ListBox(pid, GUI_LISTBOX, label, items)
    end
end

function OnGUIAction(pid, idGui, data)
    if idGui == GUI_LISTBOX then
        print("ID: " .. idGui .. " data: " .. tostring(data)) -- if value higher than last item id
    end
end
8 years ago
..
launcher Merge branch 'master' into HEAD 10 years ago
mac OS X: enable high resolution mode for OpenMW & OpenCS 10 years ago
mygui Add New GUI dialog: ListBox 8 years ago
opencs Mainly making compilable under OpenBSD. 9 years ago
shaders Attenuate the light ambient in lighting.glsl (Fixes #3597) 8 years ago
tes3mp Make tes3mp config files less confusing 8 years ago
ui Add some values to launcher's antialiasing combobox 10 years ago
windows renamed opencs into openmw-cs 10 years ago
wizard Added some eye-candy to the wizard: a watermark and a placeholder icon 11 years ago
CMakeLists.txt New water WIP 9 years ago
gamecontrollerdb.txt Update gamecontrollerdb.txt from upstream. 9 years ago
openmw-cs.cfg changed name of openmw-cs user settings file 9 years ago
openmw-cs.desktop renamed opencs into openmw-cs 10 years ago
openmw.appdata.xml Rewrite of the description 10 years ago
openmw.bmp Some improvments for windows builds and installer 13 years ago
openmw.cfg Don't add the autodetected mw path in global config file 9 years ago
openmw.cfg.local Don't add the autodetected mw path in global config file 9 years ago
openmw.desktop Revert "Add freedesktop.org mimeinfo for OpenMW save game files" 10 years ago
settings-default.cfg Add a setting for merchant auto-equipping prevention 8 years ago
version.in Move OpenMW version information to a textfile instead of compiling it in 10 years ago