Go to file
Henrique b29796e682 outfit fix 2011-11-16 19:28:47 -02:00
cmake cmake pch 2011-08-13 23:18:47 -03:00
modules outfit fix 2011-11-16 19:28:47 -02:00
src focus and active states fixes 2011-11-16 19:00:40 -02:00
tools/gimp-bitmap-generator change interface style, add top menu 2011-11-01 14:41:15 -02:00
.gitignore git ignore more files 2011-08-16 10:09:35 -03:00
.gitmodules merge total remake 2011-08-13 23:10:27 -03:00
CMakeLists.txt new widget, UICheckBox 2011-11-15 21:47:32 -02:00
Doxyfile first script stuff (still ugly and under experiments) 2011-04-18 23:10:08 -03:00
LICENSE restore copyright notice 2011-08-28 10:17:58 -03:00
README.rdoc add style for colorbox in outfit window 2011-11-16 15:03:11 -02:00
TODO implement icon property for UIButton 2011-11-16 15:58:42 -02:00

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>

== License

OTClient is made available under the MIT License