1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
Eduardo Bart 09b3aa82df
add onGameStart/onGameEnd/onLogin/onLogout events
vor 12 Jahren
addons some window moving vor 12 Jahren
modules add onGameStart/onGameEnd/onLogin/onLogout events vor 12 Jahren
src add onGameStart/onGameEnd/onLogin/onLogout events vor 12 Jahren
tools major UIWidget rewrite with new features vor 12 Jahren
.gitignore some cleanup in modules, fixes in tooltip, uiwidget warnings, disable map saving for a while vor 12 Jahren
BUGS remove client_tibiafiles submodule, you must download and place spr/dat by yourself from now on vor 12 Jahren
CMakeLists.txt fix outfit glitches, init combobox, move shaders, remove unused particles files, create timer utility vor 12 Jahren
LICENSE implement combobox and do some ui rework vor 12 Jahren
README.rdoc add andrefaramir to authors section in README vor 12 Jahren
TODO add combat controls vor 12 Jahren

README.rdoc

== What is OTClient?


OTClient is an alternative Tibia client for usage with otserv. It aims to be complete and flexible,
for that it uses LUA scripting for all game interface functionality and configurations files with a syntax
similar to CSS for the client interface design. OTClient works with a modular system, this means
that each functionality is a separated module, giving the possibility to users modify and customize
anything easily. Users can also create new mods and extend game interface for their own purposes.
OTClient is written in C++2011, the upcoming C++ standard.

== Getting Started

In short, if you need to compile OTClient, follow these tutorials:
* {Compiling on Windows}[http://otclient.info/page/articles.html/_/general/compiling-on-windows-r9]
* {Compiling on Ubuntu}[http://otclient.info/page/articles.html/_/general/compiling-on-ubuntu-r12]
Checkout our website at {http://otclient.info}[http://otclient.info/] for tutorials and more information

== Need help?

If you have any questions or are looking for more information, please feel free to ask on our official
forum at http://otclient.info

== Bugs

Have found a bug? Please create an issue in our bug tracker
http://otclient.info/tracker

== Contributing

We encourage you to contribute to OTClient! Please check out
{our website}[http://otclient.info/] for guidelines about how to proceed. Join us!

== Authors

* edubart (project creator and leader developer) <edub4rt@gmail.com>
* baxnie (official developer) <henrique_santiago93@hotmail.com>
* andrefaramir (official developer) <andre_faramir@hotmail.com>

== License

OTClient is made available under the MIT License