Commit graph

49 commits

Author SHA1 Message Date
Renato Machado
7caf764ff5 init 2025-08-03 16:40:37 -03:00
kokekanon
983b5fac85
feat: create accounts with API MyACC (#1131) 2025-04-04 13:41:07 -03:00
Zbizu
2a1b946d6f
feature: boosted creature / reading staticdata from assets / bestiary races rework (#1064) 2025-01-23 18:25:56 -03:00
Marcin Jałocha
262d238f1f
improve: remove bot protection macro 2025-01-14 12:47:32 -03:00
kokekanon
01ebe1bb12
fix: client_bottommenu webscraping login.php myacc (#956) 2024-11-07 23:37:37 -03:00
Renato Machado
886a590459
feat: html system (#824) 2024-07-16 21:36:58 -03:00
Renato Machado
f9d6436fec fix #818 2024-07-12 14:31:39 -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
Ben Dol
e9ab65432b
feat: Local Lua Debugger support for VSCode! (#671)
* Added Local Lua Debugger support for VSCode!

* Add README credit

* Don't know the syntax lol

* Okay ignore this
2023-12-08 18:15:41 -03:00
Renato Machado
f6b25d2313 Revert "improve: remove unnecessary spaces from mod/ folder"
This reverts commit 8e5032d48a.
2023-11-28 13:23:06 -03:00
Luan Luciano
8e5032d48a
improve: remove unnecessary spaces from mod/ folder 2023-11-28 13:04:29 -03:00
Renato Machado
94fbbbc8a6
feat: Drawpool 3.0 2023-11-27 14:40:05 -03:00
Renato Machado
11cecb8c35
feat: v8 Bot 2023-11-21 22:27:20 -03:00
Renato Machado
f4393ed173 Revert "fix #578"
This reverts commit 5bf46f3867.
2023-07-28 14:51:00 -03:00
Renato Machado
5bf46f3867 fix #578 2023-07-28 13:13:16 -03:00
Renato Machado
dd8b22f4f1
refactor: auto reload module rewritten from lua to c++ 2023-07-12 17:45:03 -03:00
Renato Machado
f5f6d48ba2
cleanup 2023-06-30 20:13:09 -03:00
Renato Machado
4d43431b62
feat: config default font to creature/static-text/animated-text/widget text 2023-05-13 19:51:28 -03:00
Joao Pasqualini Costa
221a2a2afc
feat: client auto updater 2023-05-11 11:38:24 -03:00
Ben Dol
09aa446ef1
feat: adaptive ui loading #451
The goal of this feature is to provide an efficient way to load the UI on the device running the client.
2023-03-02 23:03:46 -03:00
Renato
6199025399 Force New Walking Formula, default value true 2023-02-23 13:20:55 -03:00
Renato
c361bae3c5 Update init.lua 2022-12-07 18:37:01 -03:00
Renato
1026132e3d support auto-reload-module 2022-11-17 15:35:27 -03:00
Marcos
1d5e48dd6c
Protocol 12.91 support
Co-authored-by: Beats <61994374+beats-dh@users.noreply.github.com>
2022-09-08 15:05:37 -03:00
Nekiro
96c83a0728 Add last supported version variable + 1287 support
Easier than recompiling for this simple conditional
2022-06-09 21:42:04 +02:00
diath
cb508c6b9f Fix write dir missing a trailing slash (#947) 2018-02-28 21:44:17 +01:00
BenDol
2d84fae2c8 Can now create new configs on the fly using: local config = g_configs.create(file) 2014-04-02 01:54:13 +13:00
BenDol
61059e66ec Started implementing ability to load custom config files (currently unstable).
Feel free to help out with this if you like :)
2014-04-01 05:43:31 +13:00
Sam
da959aca28 Support for protocol 7.7/7.72 / Tiny fix 2013-12-26 21:31:55 +01:00
Ricardo Ianelli
b08d0ff157 One more small fix 2013-02-10 03:01:33 -02:00
Ricardo Ianelli
72d63673ca Identation Fixes 2013-02-10 02:54:20 -02:00
Ricardo Ianelli
cbeab6f9b0 Moving start messages to lua
Moved start log messages to lua, to make easier to enable/disable those
messages.
2013-02-10 02:28:47 -02:00
Eduardo Bart
9aca1644e6 Implement rule violations, closes #218 2013-01-27 07:54:50 -02:00
Eduardo Bart
28b5fc1d5a Refactor modules, closes #223
* All modules are sandboxed now
* All images,sounds,fonts,translations and styles were moved to "data" folder
* Reorganize image files folders
* Remove unmaintained modules: client_particles, client_shaders
* Implement new automatic way to load styles and fonts
* Add hide/show offline option in VipList
* Add invite/exclude to/from private channel in players menus
* Many other minor changes
2013-01-18 20:46:36 -02:00
Eduardo Bart
8bb115d6d4 Fix issue #134 2012-10-24 18:03:15 -02:00
Henrique Santiago
23097980a3 Fix scrollbar slider move, outfit exact size, charlist focus 2012-08-31 20:33:51 -03:00
Eduardo Bart
eb24d6776e Multi-protocol
Lots of chagnes to add multi protocol flexibility, not really
completed yet, still have to rework text messages opcodes and other stuff,
so this still a working in progress feature

* Rework dat reader, the dat reader can now
* dinamically detect dat version
* Split game into gamelib and game_interface
* Lots of other minor changes
2012-07-17 20:53:19 -03:00
Eduardo Bart
59fc3d5f77 Rename 'addons' folder to 'mods' to avoid
Use onRun event to play startup music
2012-07-16 20:07:42 -03:00
Eduardo Bart
bc81c9c8bf Packages system with .otpkg files
When otclient initializes it tries to find all .otpkg files inside the
current search paths (./ ./modules ./addons) and then add them
to the front of current search paths. This way .otpkg can contains
many modules/addons and modifications in a single file that otclient
can recognize.

otpkg files can be compressed files supported by PhysFS, which
are ZIP (.zip) and LZMA (.7z).
2012-07-16 16:35:14 -03:00
niczkx
992cbf9d1d mapeditor changes 2012-07-14 16:20:38 -07:00
Kamil
8f492f7e06 Fixed bug with adding Vip from console or map, who is already on viplist. 2012-07-12 13:21:51 +02:00
otfallen
c8d9833444 woops, added new type to gitignore aswellas commit changes to init.lua 2012-07-09 08:56:18 +02:00
Eduardo Bart
4ac3ec8344 Minor fixes for releasing otclient 2012-07-08 13:46:09 -03:00
Eduardo Bart
6f12261aef Move otclientrc.lua to top dir
* Use markdown for README
2012-07-05 17:03:57 -03:00
Eduardo Bart
ea2967e1ad Update version to 0.5 2012-07-05 02:07:41 -03:00
Eduardo Bart
10c227c1ad trolol 2012-06-27 22:53:58 -03:00
Eduardo Bart
98a1b611bf Refactor for documentation 2012-06-25 19:19:17 -03:00
Eduardo Bart
e65a8456e9 Add binary tree class for reading otb 2012-06-24 10:06:02 -03:00
Eduardo Bart
8761220deb Refactoring and flexibility changes
* Split game module into game and game_interface
* Move core_lib to corelib
* Move miniwindow to corelib
* Introduce init.lua script for initializing the client, giving much more flexibility
* OTClient is no longer Application derived and is much simpler
2012-06-19 21:16:52 -03:00