mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00

* Begin working on a new layout system for UIMinimap and later UIMap, this new layout system allows to add widgets to the minimap * Add option to disable motd * Rework hotkey binding * Lots of fixes in hotkeys manager * Add fullmap view using Ctrl+Shift+M * Prevent some crashs in ThingType draw * Add function to load minimap from PNG files * Fixes in minimap saving * Fixes in Tile::isClickable * Add UIMapAnchorLayout, new layout for maps * Fix freezes in win32 when pressing alt key
22 lines
451 B
Plaintext
22 lines
451 B
Plaintext
Module
|
|
name: client
|
|
description: Initialize the client and setups its main window
|
|
author: edubart
|
|
website: www.otclient.info
|
|
reloadable: false
|
|
sandboxed: true
|
|
scripts: [ client ]
|
|
@onLoad: init()
|
|
@onUnload: terminate()
|
|
|
|
load-later:
|
|
- client_styles
|
|
- client_locales
|
|
- client_topmenu
|
|
- client_background
|
|
- client_entergame
|
|
- client_options
|
|
- client_terminal
|
|
- client_modulemanager
|
|
//- client_stats
|