Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added data/images/game/battle/battlelist_druid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/game/battle/battlelist_knight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/game/battle/battlelist_monk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/game/battle/battlelist_paladin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/game/battle/battlelist_players.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/game/battle/battlelist_sorcerer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/game/battle/battlelist_summon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/game/destiny_wheel/menuBg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/game/spells/cooldowns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/icons/icon-battlelist-party-widget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/optionstab/name-label.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/store/bazaar-add-item.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/store/icon-no.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/store/icon-yes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/store/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/ui/helper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/ui/percentBg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/ui/rmv-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions data/styles/30-miniwindow.otui
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,21 @@ MiniWindow < UIMiniWindow
$on pressed:
image-clip: 14 28 14 14

UIButton
id: filterBattleButton
anchors.top: lockButton.top
anchors.right: lockButton.left
margin-right: 5
size: 12 12
image-source: /images/ui/miniwindow_buttons
image-clip: 99 1 12 12
$hover:
image-clip: 99 15 12 12
$pressed:
image-clip: 99 29 12 12
$on:
image-clip: 99 29 12 12

UIButton
id: toggleFilterButton
anchors.top: minimizeButton.top
Expand Down
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ local function loadModules()
end

-- uncomment the line below so that modules are reloaded when modified. (Note: Use only mod dev)
-- g_modules.enableAutoReload()
g_modules.enableAutoReload()
end

-- run updater, must use data.zip
Expand Down
2 changes: 1 addition & 1 deletion mods/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*

!/README.txt
!.gitignore
2 changes: 2 additions & 0 deletions mods/client_mods/mods.otmod
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Module
- client_textedit
- game_bot
- game_wheel
- game_helper
- game_party_list
4 changes: 4 additions & 0 deletions mods/game_bot/ui/panels.otui
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,7 @@ SwitchAndButtonPanel < Panel
anchors.right: prev.left
margin-right: 3
text-align: center

Panel < UIWidget
phantom: true
auto-focus: first
Loading