Commit graph

183 commits

Author SHA1 Message Date
kokekanon
cfc054dc05
fix: boundKeyPressCombos [fix: #1000, #1251 , #1231 , #738] (#1253) 2025-07-27 11:49:01 -03:00
kokekanon
f47411cdf1
fix: g_modules.reloadModules() #997 #1032 (#1210) 2025-06-25 18:35:39 -03:00
kokekanon
f3771ade73
fix: extended view (#1137) 2025-04-12 21:33:19 -03:00
kokekanon
8288c1b751
improve : quickLoot features (#1096) 2025-02-14 21:24:52 -03:00
kokekanon
d45b2b6845
fix: prevent error in vBot (#1076) 2025-01-24 08:50:36 -03:00
kokekanon
92d47278b6
fix: cancelAttackAndFollow Esc keybins 2025-01-23 18:41:28 -03:00
Marcin Jałocha
262d238f1f
improve: remove bot protection macro 2025-01-14 12:47:32 -03:00
SkullzOTS
f621d26e85
improve: android compile (fix/update) 2024-12-30 13:59:43 -03:00
InnerCircleTFS
06aa9080c3
feat: keybinds by oen | (limited) Part 1 (#996) 2024-12-17 18:27:38 -03:00
Renato Machado
bdf9ab813f
fix: walking with high ping 2024-10-28 15:57:56 -03:00
Renato Machado
5f61b5e797
improve: smooth walk (#924) 2024-10-15 17:31:51 -03:00
SkullzOTS
3c1191dd98
fix: Interface Anchors (#862) 2024-08-28 21:49:41 -03:00
Renato Machado
3d987bc7fe
fix: display density on mapview 2024-08-28 00:16:21 -03:00
kokekanon
6a756b1158
feat: QuickLoot (#842) 2024-08-12 10:33:42 -03:00
matheussf
5fdb983a53
Feat: Add StatsBars on bottom and refactor whole statsbars management (#797)
* feat: added stats bars on bottom and refactored whole statsbar management \
modularize statsbars

* fix: change bar style settings name

* feat: added stats bars on bottom and refactored whole statsbar management \
modularize statsbars

* fix: change bar style settings name

* fix: fix mess with rebase

* fix: fix mess with rebase

* fix: added unintended removal of panel icons
2024-06-28 14:45:01 -03:00
Rodrigo Paixão
1c3abadd2f
feat: new layout (#749)
New layout based on client 13+.

---------

Co-authored-by: kokekanon <114332266+kokekanon@users.noreply.github.com>
Co-authored-by: Luan Luciano <luanluciano@outlook.com>
Co-authored-by: Levi999x <perkic-marko7@t-online.de>
Co-authored-by: SkullzOTS <86809689+SkullzOTS@users.noreply.github.com>
Co-authored-by: Renato Machado <mehahx@gmail.com>
2024-06-21 18:10:07 -03:00
Joao Pasqualini Costa
1ec74a20e7
fix: walking 2 tiles when only pressing key 1 time (#680) 2023-12-19 11:25:21 -03:00
Renato Machado
11cecb8c35
feat: v8 Bot 2023-11-21 22:27:20 -03:00
Joao Pasqualini Costa
221a2a2afc
feat: client auto updater 2023-05-11 11:38:24 -03:00
Renato Machado
2c5f47cacd
improve: density pixel (mobile) (#462)
implemented #452 

---------

Co-authored-by: Túlio Magalhães <tuliohdvp@gmail.com>
2023-03-09 14:20:42 -03:00
Renato Machado
fa9969ed7a
bool to bitwise and int to uint8/16 2023-02-16 19:59:31 -03:00
Rodrigo Paixão
2ef49275e1
Fix #413 2023-02-15 17:10:35 -03:00
Renato Machado
debd5db618
Async texture loading / Rewrite Mark System / AutoRepeatDelay to 50 / cleanup 2023-02-13 19:41:06 -03:00
Renato
057a5db586 fix #410 thx @xmish 2023-02-11 14:43:46 -03:00
Renato
9a10fd2b6d use root instead of map 2023-02-10 21:14:35 -03:00
Joao Pasqualini Costa
24b3d10bb0
Improve walk response when changing direction 2023-02-10 20:51:07 -03:00
Felipe B.Tomaz
1b4e497611
Add Wrap (#377) 2022-12-26 14:32:23 -03:00
Renato
8e6305881e lua format - if/fnc are no longer inline 2022-08-17 12:51:56 -03:00
Renato
53f30d2969 lua cleanup 2022-08-17 02:44:09 -03:00
miah-sebastian
3dd7a9d7b9
Game prey draft (#321) 2022-08-15 20:29:51 -03:00
Renato
b80f66289c removed prints 2022-07-04 20:07:27 -03:00
Renato Machado
f4b5c0d81b
Drawpool v2 RC (#292)
- Drawpool refactored
- Removed OpenGL 1 
- Removed robin hood lib, now use parallel-hashmap, it's faster.
- Vertexarray now uses vector, instead of databuffer
~Vector practically has the same performance level as array-style + std::copy(memcpy)
- Removed RENDER_WALKING_CREATURES_BEHIND
- Add feature Otc::GameMapDontCorrectCorpse and Otc::GameMapOldEffectRendering #284 
- Fix #278 #284 #275
- Replace drawViewportEdge with limitVisibleDimension
- Various other improvements and cleanup.

Note(new libs):
[x64]
vcpkg install stduuid:x64-windows parallel-hashmap:x64-windows
[x86]
vcpkg install stduuid:x86-windows parallel-hashmap:x64-windows
[Static Lib]
vcpkg install --triplet x86-windows-static stduuid parallel-hashmap
2022-07-04 19:46:30 -03:00
Renato
16235e6a67 formatted modules 2022-04-29 23:14:24 -03:00
Renato
14b1ab9536 fix #269 2022-04-29 23:01:37 -03:00
scopp
a1504147ad
Check override autoChase onkeydown when walking 2021-08-06 00:15:19 +02:00
scopp
155fbd2ebf
Some refactoring (#116) 2021-07-26 11:06:09 +02:00
scopp
07c2f784e6
Added options controls subpanel + 'precise control' #116 2021-07-25 22:18:14 +02:00
scopp
5d02ec7113
Ability to schedule next step on the same direction if double tapping 2021-07-25 18:31:41 +02:00
scopp
f806ac4f88
Can use Ctrl+Shift to Open container in a new window 2021-07-25 16:14:59 +02:00
scopp
f44082073e
Option to move full stacks directly and use ctrl to choose amount
This option just swaps the behavior of pressing ctrl to move all stack and not pressing it
2021-07-25 16:14:59 +02:00
scopp
f24721174b
Prevent executing hotkeys when windows are opened
Hotkeys assigned to letters (without ctrl or alt) will be blocked when
wasd mode is off.

Also, can't execute hotkeys when there is any window opened for the
exact same reason: prevent executing hotkeys when typing.
2021-07-24 20:58:26 +02:00
scopp
a861244af1
Fixed small bug from 22dc14f2 2021-07-24 19:28:28 +02:00
scopp
25d2ef6838
[UI] Added Shift+Enter to toggle WASD mode
Implemented behavior similar to Tibia:
- CTRL+A/S/D/W -> Turn character
- Alt+S -> Open skills window
- Alt+W -> Clear windows messages

Now this mode is preserved after restarting client

TODO Improvements:
Add the option to change "Toggle WASD Mode" in the Hotkeys Window...
2021-07-24 00:59:55 +02:00
scopp
81931db154
[UI] Open container in another panel if selected is full
The priority order will be:
- Your selected panel
- The right panel
- The extra right panel
- The left panel

If containers doesn't fit in any panel, it'll be open in the selected
panel, closing any window.

This option does not affect other windows such as Skills, BattleList or
Inventory.
2021-07-23 22:22:08 +02:00
scopp
22dc14f285
[UI] Option to choose where to open containers
At the bottom right of each panel, you can see a checkbox. When you tick it, new containers will be open there.

Posibles TODOs:
- Save selected panel (currently it will be lost when you restart the client)
- Remove that checkbox, and add it at the options window
2021-07-23 22:21:04 +02:00
scopp
3f98381fef
[UI] Added right extra panel 2021-07-22 20:39:16 +02:00
Renato
855a87ad9e code lua formatted 2021-07-19 19:24:59 -03:00
Renato
04cd699316 rewritten the Lua code for C++ from the crosshair and highlighted mouse target
performance will be better this way
2021-01-29 17:31:07 -03:00
Renato
e40b760fc3 fixed highlight on walking 2021-01-28 18:51:05 -03:00
Renato
95db89c463 new option (Draw Viewport Edge) 2020-12-29 22:44:04 -03:00