1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/docs/Readme.md

80 lines
3.8 KiB
Markdown
Raw Normal View History

2023-08-25 10:59:00 +02:00
[![GitHub](https://github.com/vcmi/vcmi/actions/workflows/github.yml/badge.svg)](https://github.com/vcmi/vcmi/actions/workflows/github.yml)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.3.0/total)](https://github.com/vcmi/vcmi/releases/tag/1.3.0)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/1.3.1/total)](https://github.com/vcmi/vcmi/releases/tag/1.3.1)
[![Github Downloads](https://img.shields.io/github/downloads/vcmi/vcmi/total)](https://github.com/vcmi/vcmi/releases)
# VCMI Project
VCMI is work-in-progress attempt to recreate engine for Heroes III, giving it new and extended possibilities.
## Links
* Homepage: https://vcmi.eu/
* Forums: https://forum.vcmi.eu/
* Bugtracker: https://github.com/vcmi/vcmi/issues
* Slack: https://slack.vcmi.eu/
* Discord: https://discord.gg/chBT42V
## Latest release
2023-09-01 11:11:35 +02:00
Latest release can be found [in Github Releases page](https://github.com/vcmi/vcmi/releases/latest). As of right now we plan to have major releases around 3 times per year. Daily builds are still available at [builds.vcmi.download](https://builds.vcmi.download/branch/develop/) but they are not guaranteed to be stable. So we encourage everybody to use them and report found bugs so that we can fix them.
2023-08-25 10:59:00 +02:00
Loading saves made with different major version of VCMI is usually **not** supported, so you may want to finish your ongoing games before updating.
Please see corresponding installation guide articles for details for your platform.
## Installation guides
2023-08-25 12:02:01 +02:00
- [Windows](players/Installation_Windows.md)
- [macOS](players/Installation_macOS.md)
- [Linux](players/Installation_Linux.md)
- [Android](players/Installation_Android.md)
- [iOS](players/Installation_iOS.md)
2023-08-25 10:59:00 +02:00
## Documentation and guidelines for players
2023-08-25 12:02:01 +02:00
- [General information about VCMI Project](players/Manual.md)
2023-09-01 00:30:26 +02:00
- [Frequently asked questions](https://vcmi.eu/faq/) (external link)
2023-08-25 12:02:01 +02:00
- [Game mechanics](players/Game_Mechanics.md)
2023-08-25 10:59:00 +02:00
- [Bug reporting guidelines](players/Bug_Reporting_Guidelines.md)
2023-08-25 12:02:01 +02:00
- [Cheat codes](players/Cheat_Codes.md)
- [Privacy Policy](players/Privacy_Policy.md)
2023-08-25 10:59:00 +02:00
## Documentation and guidelines for game modders
2023-09-01 11:11:35 +02:00
- [Modding Guidelines](modders/Readme.md)
- [Mod File Format](modders/Mod_File_Format.md)
- [Bonus Format](modders/Bonus_Format.md)
- [Translations](modders/Translations.md)
- [Map Editor](modders/Map_Editor.md)
- [Campaign Format](modders/Campaign_Format.md)
2023-08-25 10:59:00 +02:00
## Documentation and guidelines for developers
2023-09-01 15:38:24 +02:00
Development environment setup instructions:
- [Building VCMI for Android](developers/Building_Android.md)
- [Building VCMI for iOS](developers/Building_iOS.md)
- [Building VCMI for Linux](developers/Building_Linux.md)
- [Building VCMI for macOS](developers/Building_macOS.md)
- [Building VCMI for Windows](developers/Building_Windows.md)
- [Conan](developers/Conan.md)
Engine documentation: (NOTE: may be outdated)
- [Development with Qt Creator](developers/Development_with_Qt_Creator.md)
- [Coding Guidelines](developers/Coding_Guidelines.md)
- [Bonus System](developers/Bonus_System.md)
- [Code Structure](developers/Code_Structure.md)
- [Logging API](developers/Logging_API.md)
- [Lua Scripting System](developers/Lua_Scripting_System.md)
- [Serialization](developers/Serialization.md)
2023-08-25 10:59:00 +02:00
## Documentation and guidelines for maintainers
2023-09-01 14:25:21 +02:00
- [Project Infrastructure](maintainers/Project_Infrastructure.md)
- [Release Process](maintainers/Release_Process.md)
- [Ubuntu PPA](maintainers/Ubuntu_PPA.md)
2023-08-25 10:59:00 +02:00
## Copyright and license
VCMI Project source code is licensed under GPL version 2 or later.
2023-09-01 12:14:05 +02:00
VCMI Project assets are licensed under CC-BY-SA 4.0. Assets sources and information about contributors are available under following link: https://github.com/vcmi/vcmi-assets
2023-08-25 10:59:00 +02:00
Copyright (C) 2007-2023 VCMI Team (check AUTHORS file for the contributors list)