otclient/modules/client/client.otmod
BeniS 1782de7336 Game control precision edits and many other fixes:
* 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.
2012-12-30 06:41:14 +13:00

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()