diath
52475761cd
Save the minimap on a per server basis
...
Co-authored-by: Xagul <eixim@hotmail.com>
2022-12-10 10:52:03 +01:00
Marcin Michalski
45afb65b90
Remove client stats module ( #1170 )
2022-01-26 20:13:18 +01:00
diath
9eb13494f9
Fix ghost item border when dropping non-item objects ( #1164 )
2021-09-29 21:03:01 +02:00
vfjpl
89dc0f87eb
Fix stamina minutes check in the skills window ( #1155 )
2021-07-22 00:02:27 +02:00
diath
6cd5eb3e22
Add clickable NPC keywords ( #1148 )
2021-04-29 18:06:48 +02:00
vfjpl
3600a9b40b
Fix Lua errors when the client is built without the sound framework ( #1142 )
2021-04-02 21:35:34 +02:00
diath
88d0ea34bf
Fix UITabBar and UIMoveableTabBar bricking when removing first tabs in ( #1101 ) collapsed view
...
Co-authored-by: Xagul <eixim@hotmail.com>
2020-08-26 09:54:56 +02:00
4drik
b0a73e5525
Fix an issue with the VIP list data not being stored properly ( #1083 )
...
The VIP IDs aren't guaranteed to be stable.
2020-05-27 21:41:25 +02:00
Oscar
28c2f46f13
Fix comma_value result treated as an int ( #1087 )
2020-05-09 16:32:19 +02:00
Ascuas Funkeln
714c6b8fc0
Add comma_value function for pretty formatting big numbers ( #1085 )
...
This also applies the function to a number of labels in the skills window.
2020-05-05 18:39:11 +02:00
Zbizu
fe6bbd6c21
fix initial language selection
...
fix language selection bug
steps to reproduce:
- go to c:/users/username/otclient and remove settings file
- launch otclient
- select english
- restart otclient
expected behaviour: no more startup prompts for language selection when selecting default language
observed behaviour: everytime client gets restarted and you click the default language, it doesn't get saved if it didn't exist in config file previously
2019-12-19 19:20:12 +01:00
Zbizu
45b14060f6
allow using up/down arrows in modalWindow
...
QoL change, that's how it works in the official client
2019-12-14 04:27:52 +01:00
Zbizu
a7785a3029
removing duplicate
2019-12-13 04:14:47 +01:00
Zbizu
451075516d
focus first choice in modalWindow by default (QoL)
...
selecting first modalwindow choice by default like in cip client
2019-12-13 04:14:47 +01:00
4drik
49e3ded63c
Update console.lua
...
I was wrong, still need it for multireturn unpack
2019-11-21 13:47:15 +01:00
4drik
14a93a13c8
Update battle.lua
...
Indentation
2019-11-21 13:47:15 +01:00
4drik
3019e88293
Update uiitem.lua
...
Indentation
2019-11-21 13:47:15 +01:00
4drik
91a80017b4
Fix for moving creatures/items far out of reach
...
Fix to https://github.com/edubart/otclient/issues/1055
2019-11-21 13:47:15 +01:00
4drik
656dff45f1
Fix for moving creatures/items far out of reach
...
Fix to https://github.com/edubart/otclient/issues/1055
2019-11-21 13:47:15 +01:00
4drik
11b006c356
Fix for container miniWindow
...
A fix for container miniWindow that should be able to move.
2019-11-21 13:47:15 +01:00
4drik
62d84d13d0
Delete unused variable.
2019-11-21 13:47:15 +01:00
4drik
521e87ca00
Fix target square
...
The target square disappeared when using filters in the battle window.
2019-11-21 13:47:15 +01:00
Kamil Chojnowski
09593e3382
Fix tooltip position updating
2019-07-02 01:58:40 +02:00
divinity76
97d2be8187
urlencode stuff
...
for example spaces should be %20 encoded and the @ in `Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz` should be encoded to %40
but the real problem is the possibility that these stings may include the `&` character, which should be encoded as %25 (but wasn't prior to this commit)
2019-04-14 13:54:30 +02:00
Kamil Chojnowski
e5ec5ff6c8
Fix saving ignore list and whitelist
2019-03-31 08:34:32 +02:00
Konrad Kuśnierz
53f57dfcf7
Merge pull request #929 from vamo89/vamo89-patch-2
...
Update translations
2019-03-06 14:36:15 +01:00
Konrad Kuśnierz
8b2bb127b0
Merge pull request #951 from EgzoT/EgzoT-setupViewMode_2_fix
...
Fix problem with display text in setupViewMode_2
2019-01-16 14:03:17 +01:00
Konrad Kuśnierz
70a95b2f04
Merge pull request #972 from EgzoT/EgzoT-UIComboBox_fix_getOption_to_isOption
...
Fixed getOption and rename to isOption
2019-01-16 13:56:20 +01:00
Konrad Kuśnierz
db3ba0f679
Merge pull request #1006 from diath/improve_scrollbar_navigation
...
Improve scrollbar navigation
2019-01-16 13:36:33 +01:00
Konrad Kuśnierz
d563aafbc9
Merge pull request #990 from EgzoT/EgzoT-Show_more_information_in_stamina_bar_2
...
Show more information in stamina bar
2019-01-16 13:35:05 +01:00
Konrad Kuśnierz
7e31980ba3
Merge pull request #965 from diath/fix_tab_blink
...
Fix tab blink
2019-01-16 13:32:39 +01:00
Konrad Kuśnierz
f7ceb788e8
Merge pull request #1004 from diath/add_channel_events
...
Add support for channel events
2019-01-16 13:30:09 +01:00
Konrad Kuśnierz
710212c23a
Merge pull request #1003 from diath/fix_keyboard_desc
...
Fix an issue with key combo desc not working properly with integer keys
2019-01-16 13:25:37 +01:00
Kamil Chojnowski
8301bc74f3
Add support for channel events
2019-01-05 22:22:01 +01:00
Kamil Chojnowski
c4be084516
Fix an issue with key combo desc not working properly with integer keys
2019-01-05 19:31:19 +01:00
Kamil Chojnowski
b8228ac6eb
Don't apply message prefixes to messages with empty name
2019-01-05 18:14:38 +01:00
Kamil Chojnowski
57a1f5eebe
Improve scrollbar navigation
2019-01-05 18:13:36 +01:00
EgzoT
0e8464bd42
Show more information in stamina bar
...
1. Change colors on certain values, when stamina time was change.
2. Change tooltip on certain values, when stamina time was change.
3. Work with most protocols, including the most popular (8.54 - 10.98).
4. In protocols >= 1031 use information about premium account to show if player have premium stamina time.
2018-09-03 16:33:07 +02:00
Samuel Gros
07b4b785fc
Merge pull request #934 from diath/fix_login_protocol
...
Fix parsing the premium status in newer login protocol versions
2018-07-13 00:11:40 +02:00
EgzoT
95ce65d8cc
Fixed getOption and rename to isOption
...
Fixed getOption who always return nil.
Rename getOption to isOption.
2018-06-09 18:08:56 +02:00
Kamil Chojnowski
ba558404d3
Fix tab blink
2018-04-23 14:29:39 +02:00
EgzoT
9daec49212
Fix problem with display text in setupViewMode_2
...
Fix problem with display text messages in setupViewMode - 2 ([CTRL + .] x 2).
Status messages was display in other place (higher than player character).
2018-03-05 11:43:38 +01:00
EgzoT
b58c438015
UIMiniWindowContainer small improve ( #938 )
...
Change type of checking whether window have on drop possibility.
Reason:
Previously this parameter was checking by class name, so it blocking creating similar objects to miniwindow or inheritance from miniwindow object without changing sources. So it block creating modules with new UI objects working with miniwindowcontainer.
2018-02-28 21:46:27 +01:00
EgzoT
e6f273d5e1
Add functionality to minimap flags system ( #931 )
...
- Add parameter 'temporary' to method 'UIMinimap:addFlag', who prevents saving flag with this parameter (look 'UIMinimap:save' method), add flag only at game session time. Old parameters list work the same at previous - backward compatibility.
- Add possibility to add icon from outside (for example from module folder) using link to this file. Old system with choose flag name by number work the same at previous, now method check if paramether is number then use old system otherwise get icon from path - backward compatibility. 'Mods' friendly.
2018-02-28 21:45:59 +01:00
diath
7967bd4385
Fix vertical tooltip clamping ( #942 )
2018-02-28 21:44:49 +01:00
Victor Oliveira
e1e0ee5cb5
Updating neededtranslations and some pt translations
2018-01-03 20:42:00 -02:00
Victor Oliveira
a725de55f2
Updating translation string. 'in' and 'out' were outside translation.
2018-01-03 20:40:56 -02:00
Victor Oliveira
edd54cc5f6
Updating translation strings. Don't use ':' as last char.
2018-01-03 20:38:53 -02:00
Kamil Chojnowski
2bb9fdc82b
Fix parsing the premium status in newer login protocol versions
...
Closes #933
2018-01-01 05:36:51 +01:00
EgzoT
78ca89d2b4
Add compiler info to version label in start screen
...
Add compiler name and version to start screen (client_background module).
It would help distinguish OTClient problems on different compilations.
2017-11-29 00:42:15 +01:00