mirror of
https://github.com/edubart/otclient.git
synced 2025-04-29 17:19:20 +02:00

* Updated the walking(mouse/keys) control to be a lot more responsive/smooth! * Updated creature diagonal steps to animate faster (due to demand). * Added a warning popup for boost walker option in cipsoft servers. * Added KeyUp event controls in the g_keyboard class. * Fixed an issue with the minimap not reconfiguring. * Fixed a bug with creature lights drawing properly. * Fixed refreshContainer method. * Some layout edits. * Some minor typo fixes. TODO: * Add walk event stack. * Test new walking edits extensively. * Finish pending state feature.
26 lines
483 B
Plaintext
26 lines
483 B
Plaintext
Module
|
|
name: client
|
|
description: Initialize the client and setups its main window
|
|
author: edubart
|
|
website: www.otclient.info
|
|
reloadable: false
|
|
|
|
load-later:
|
|
- client_skins
|
|
- client_locales
|
|
//- client_particles
|
|
- client_topmenu
|
|
- client_background
|
|
- client_entergame
|
|
- client_options
|
|
- client_terminal
|
|
- client_modulemanager
|
|
//- client_stats
|
|
|
|
@onLoad: |
|
|
dofile 'client'
|
|
Client.init()
|
|
|
|
@onUnload: |
|
|
Client.terminate()
|