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

185 Commits

Author SHA1 Message Date
Ivan Savenko
85f902fa26 Update docs 2023-10-22 17:12:34 +03:00
Ivan Savenko
31cf3442af Update docs 2023-10-22 16:55:19 +03:00
Ivan Savenko
36a1d6c415 Removed remaining integer bonus subtypes from configs 2023-10-22 16:55:19 +03:00
Ivan Savenko
b394158dc9 Bonus Source ID now uses metaidentifier 2023-10-22 16:55:18 +03:00
Ivan Savenko
910ad50417 Fix client & server compilation 2023-10-22 16:54:48 +03:00
Ivan Savenko
0a10fc30b8 (lib) Bonus subtype is now stored as metaidentifier that can store any
other identifier inside it
2023-10-22 16:54:43 +03:00
Ivan Savenko
454ba44ac5
Merge pull request #2988 from IvanSavenko/configurable_extensions
Extension of configurable object functionality
2023-10-22 16:24:47 +03:00
Ivan Savenko
adf58fa834 Hide not installed translation mods to languages other than selected one 2023-10-22 00:07:21 +03:00
Ivan Savenko
b50ebba1ba Added mod type "Compatibility" that is hidden in launcher 2023-10-21 23:55:20 +03:00
Ivan Savenko
1baac44495 Update documentation 2023-10-21 00:45:08 +03:00
Johannes Schauer Marin Rodrigues
a1a5bc28c2
convert line endings from CRLF (Windows) to LF (Linux/Unix)
Mixed line endings cause problems when exporting patches with
git-format-patch and then trying to "git am" a patch with mixed and
non-matching line endings. In such a situation git will fail to apply
the patch.

This commit runs the dos2unix tools on the remaining files with CRLF
(\r\n) line endings to convert them to line-feeds (\n) only.

Files that are Windows specific like *.vcxproj and *.props files were
not converted.

Closes: #3073
2023-10-19 16:23:21 +02:00
Waters
646c0db7f3
Fixed anchor links
`Stack_Queue` was not working on GitHub for me.

`stack-queue` does.
2023-10-18 16:27:25 -04:00
Alexandre Detiste
15e45f966c typos found by lintian 2023-10-17 22:06:08 +02:00
Nordsoft91
ee997a291c
Merge pull request #3045 from Laserlicht/interface_improvement
various interface shortcuts
2023-10-15 23:48:22 +02:00
Ivan Savenko
fd01a25352 Implemented basic version of configurable Witch Hut 2023-10-16 00:12:38 +03:00
Laserlicht
dd0033296f
docs 2023-10-15 12:28:13 +02:00
nordsoft
5b10b457cf Fix code review suggestions 2023-10-11 00:47:19 +02:00
nordsoft
6a7b23c007 Additional properties for limiter 2023-10-10 23:44:28 +02:00
Alexander Wilms
9bbd2a58bc Improve docs 2023-10-09 22:41:11 +02:00
Alexander Wilms
b36767904a Mention ccache in developer docs 2023-10-08 21:26:11 +02:00
Ivan Savenko
0826b542e3
Apply suggestions from code review
Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>
2023-10-05 19:09:07 +03:00
Ivan Savenko
63453d4ad2 Reverted conan docs to older (but more correct) version 2023-10-05 00:38:00 +03:00
Ivan Savenko
84da774005
Merge pull request #2995 from Laserlicht/patch-4
[Docs] Update Building_Linux.md
2023-10-05 00:26:48 +03:00
Ivan Savenko
e322d0a084
Merge pull request #2966 from IvanSavenko/simplify_ui_lock
Simplified locking of game UI state
2023-10-04 16:50:23 +03:00
Laserlicht
ec8580b99e
Merge branch 'develop' into patch-4map_overview_rework 2023-10-02 21:03:16 +02:00
Laserlicht
f42e57c9c5
Update Building_Linux.md 2023-10-01 14:42:32 +02:00
Laserlicht
182d762135
docs 2023-09-30 23:58:49 +02:00
Ivan Savenko
d6b9fa8fbd Replaced CPlayerInterface::pim with CGuiHandler::interfaceLock
- Removed CPlayerInterface::pim since this lock does not actually
protects LOCPLINT but rather entire game UI state
- added more logical CGuiHandler::interfaceLock
- interface lock is now non-recursive and is locked only once by initial
caller that want to access GUI
2023-09-27 18:33:52 +03:00
Andrey Filipenkov
0db567da37 improve layout of some dev docs 2023-09-27 15:25:41 +03:00
Ivan Savenko
67a98d086f Clarified animations format 2023-09-26 16:00:33 +03:00
Ivan Savenko
0ab766479d One more documentation update iteration 2023-09-26 15:55:27 +03:00
Ivan Savenko
8210a2cafd Added list of all identifiers from base game 2023-09-26 15:55:27 +03:00
Ivan Savenko
43246477d4 Update bonuses docs 2023-09-26 15:55:27 +03:00
Ivan Savenko
403acc0cf1 Update spell docs 2023-09-26 15:55:27 +03:00
Ivan Savenko
ddda6c0c01 Updated localization docs 2023-09-26 15:55:27 +03:00
Ivan Savenko
9f894d6ca0 Updated RMG template schema 2023-09-26 15:55:27 +03:00
Ivan Savenko
9710a6b7b3 Updated terrain/river/road schema, added docs 2023-09-26 15:55:27 +03:00
Ivan Savenko
0b044663d9 Updated docs 2023-09-26 15:55:27 +03:00
Ivan Savenko
9c4475385b Updated most of remaining bonus type docs 2023-09-26 15:55:27 +03:00
Ivan Savenko
a7ebbf8680 Updated bonus documentation up to SPELL_AFTER_ATTACK 2023-09-26 15:55:27 +03:00
Nordsoft91
a36450e2d1
Merge pull request #2882 from Nordsoft91/ai-cheating
Add basic system to give more advantages for ai player
2023-09-23 03:21:19 +02:00
nordsoft
f8b8ab0965 Add documentation for difficulty.json 2023-09-20 16:35:28 +02:00
Ivan Savenko
85deaf0b4b Update docs according to review 2023-09-17 01:50:31 +03:00
Ivan Savenko
45840a9522 Updated release process docs to represent recent releases 2023-09-17 01:16:59 +03:00
Nordsoft91
717a765123
Merge pull request #2813 from Laserlicht/textcolor
Textcolor support
2023-09-16 14:12:17 +02:00
Ivan Savenko
85736d2023
Merge pull request #2836 from fulldecent/patch-1
Prefer symlink word
2023-09-16 12:03:39 +03:00
William Entriken
86256429c6
Update Installation_Android.md 2023-09-15 11:31:15 -04:00
William Entriken
d1b3236525
Update Installation_Linux.md 2023-09-15 11:30:58 -04:00
William Entriken
572a610376
Update Installation_Windows.md 2023-09-15 11:30:33 -04:00
William Entriken
1af193516f
Update Installation_iOS.md 2023-09-15 11:30:17 -04:00
William Entriken
de82a42341
Update Installation_macOS.md 2023-09-15 11:28:44 -04:00
William Entriken
297cc12c84
Prefer symlink word 2023-09-15 10:26:31 -04:00
Laserlicht
a630b9c394 doc 2023-09-15 15:38:45 +02:00
Laserlicht
714852908e Documentation 2023-09-15 15:21:14 +02:00
Ivan Savenko
02563cbdd5 Add missing changes 2023-09-14 14:57:43 +03:00
Ivan Savenko
daacf62f0e Reviewed description of bonuses up to GENERAL_DAMAGE_REDUCTION bonus 2023-09-13 21:55:36 +03:00
Ivan Savenko
feb272e102 Updated map object and bonuses documentations 2023-09-13 21:55:36 +03:00
Ivan Savenko
c6588e0bd1 Updated schemas & docs for several game entities 2023-09-13 21:55:36 +03:00
Ivan Savenko
3c23b1bbfa Integrated recent changes from wiki's 2023-09-07 13:09:41 +03:00
Ivan Savenko
33bf367dc0 Updated docs and all internal links 2023-09-07 12:57:03 +03:00
Ivan Savenko
4204e895bc Updated links 2023-09-07 11:04:01 +03:00
Ivan Savenko
9994452ae0 Updated links 2023-09-07 11:04:01 +03:00
Ivan Savenko
c9dfb6e0f8 Updated developer docs 2023-09-07 11:04:01 +03:00
Ivan Savenko
43e52577cc Fix links 2023-09-07 11:04:01 +03:00
Ivan Savenko
704772d6ce Added navigation to player and modders docs 2023-09-07 11:04:01 +03:00
Ivan Savenko
3dcd4c7a6f Modders docs update iteration 2023-09-07 11:04:01 +03:00
Ivan Savenko
06f9513b32 Updated modders docs 2023-09-07 11:04:01 +03:00
Ivan Savenko
489faef604 Updated user docs 2023-09-07 11:04:01 +03:00
Ivan Savenko
6cbc0b6a1f Test moving readme to docs directory 2023-09-07 11:03:59 +03:00
Ivan Savenko
d78106b52b Files renamed for consistency, updated some pages 2023-09-07 11:02:39 +03:00
Ivan Savenko
0f07870f4b Added missing file 2023-09-07 11:02:39 +03:00
Ivan Savenko
4cb10460a8 Moved files from Github wiki to appropriate locations 2023-09-07 11:02:39 +03:00
Ivan Savenko
d8f986815d updated cheat codes info 2023-09-07 11:02:39 +03:00
Ivan Savenko
f65e9e2268 Added few missing pages from website wiki 2023-09-07 11:02:39 +03:00
Ivan Savenko
3e75209939 Added github wiki as it 2023-09-07 11:02:39 +03:00
Ivan Savenko
243094b1ea Imported all data from website wiki 2023-09-07 11:02:39 +03:00
Ivan Savenko
6ac0dabcab First part of documentation import 2023-09-07 11:02:39 +03:00
Andrey Filipenkov
fdf7fab2d4 [Conan][docs] improve using prebuilt binaries for Apple Silicon 2023-04-02 13:58:03 +03:00
Andrey Filipenkov
e15d0a49fd [Conan][docs] add Android info 2023-03-02 12:09:49 +03:00
Andrey Filipenkov
4a6c3190b1 [Conan][docs] document how to build against system libraries 2023-03-02 12:09:49 +03:00
Andrey Filipenkov
a3eedbafbe [Conan] lock to v1 2023-02-22 14:00:53 +03:00
Konstantin
f31ec77e1c docs/conan.md: add Windows instructions
Add instructions for building a Windows binaries from Linux in Conan
2023-01-27 00:11:17 +03:00
Andrey Filipenkov
9d3ad51de4 [Conan][docs] fix examples of using our prebuilt binaries for macOS/iOS 2023-01-15 17:28:09 +02:00
Andrey Filipenkov
0eef2412db [Conan] switch to apple-clang 14 2023-01-15 17:28:09 +02:00
Andrey Filipenkov
73b0b7c8a3 [Conan] add docs 2022-10-18 20:50:37 +03:00