1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-25 00:37:24 +02:00
Commit Graph

366 Commits

Author SHA1 Message Date
d72911dd1d Version bump to 1.6.5 2025-02-03 13:49:02 +00:00
713309c849 Download counter for 1.6.4 2025-01-30 12:22:19 +00:00
722d68643f Merge pull request #5306 from IvanSavenko/xbrz_foreground
[1.6.4?] Move xbrz upscaling from foreground thread to background
2025-01-25 17:23:46 +02:00
b1daf5ca1d Merge pull request #5315 from IvanSavenko/404_fix
Fix several 404 links in documentation
2025-01-25 13:38:28 +02:00
3646629682 bring back changes from #5298 2025-01-25 10:20:22 +03:00
800e63ff02 improve iOS docs for players 2025-01-25 10:13:14 +03:00
301086d956 Support for shadow, overlay and player-colored premade images for 1x 2025-01-24 19:49:30 +00:00
f3e690f3b2 Fix several 404 links in documentation 2025-01-23 21:01:17 +00:00
2ee5f2df02 Merge pull request #5295 from IvanSavenko/bugfixing
[1.6.4] Bugfixing for recently reported issues
2025-01-21 15:50:02 +02:00
5064f6282a Clarified docs 2025-01-19 19:43:12 +00:00
9bf53df9a0 add gog screenshots to docs 2025-01-19 18:04:07 +01:00
92b2c175a7 Clarify docs on fused artifacts 2025-01-18 19:47:42 +00:00
d825868e26 Merge pull request #5198 from Laserlicht/android_native_copy
[1.6.x] Android native copy files
2025-01-18 15:36:19 +02:00
3cb647bb2d code review 2025-01-16 22:30:46 +01:00
eb9bcaa420 added dockerfile for android build 2025-01-15 11:04:45 +01:00
99e57b81ef Preparation for 1.6.3 release on december, 10th 2025-01-09 12:19:43 +00:00
da8cca2ea5 Add 1.6.2 download counter 2025-01-02 20:46:29 +00:00
ae6db0e4de Add download counter for 1.6.1 2024-12-26 13:50:25 +00:00
3cbe4323c6 Release 1.6.0 2024-12-17 17:26:56 +00:00
543ce94132 Merge pull request #5012 from IvanSavenko/changelog_november
Updated changelog to account for recent changes
2024-12-07 18:36:47 +02:00
8d9e144c61 Updated changelog to account for recent changes 2024-12-06 14:34:48 +00:00
53d4afdae5 Enable rule to enforce specifying language for code blocks 2024-12-05 21:32:55 +00:00
879aaba980 Use json instead of json5 for syntax highlight in docs
Looks like website only recognizes javascript & json, and is not aware
of jsonc or json5.

Will result in small regression on Github web view - comments will show
up as red (since comments are not part of json format), but syntax
highlight would work both on website and on Github.

Alternative is using javascript for syntax highlight, however syntax
highlighter for json looks better on both website and Github (since it
uses separate highlighting for json keys, separate from strings in
values)
2024-12-04 16:50:01 +00:00
877f47e37f Merge branch 'develop' into video 2024-12-02 13:48:30 +02:00
306ee95496 Merge pull request #4965 from vcmi/sealed_zone
New type of zone - "sealed"
2024-12-02 13:21:02 +02:00
54e2dc4bf8 Fix json in examples 2024-12-01 19:12:07 +00:00
5e57582c47 Replace js -> json5 code blocks 2024-12-01 19:06:50 +00:00
7b682f9010 Always use json5 for syntax highlighting. 2024-12-01 12:18:06 +00:00
36fe8462c5 Address code review, fix few more issues with formatting 2024-12-01 11:15:13 +00:00
74a4a10f48 Added markdownlint to Github CI
- Markdown will now be validated as part of Github CI
- Applied auto-fix to most common issues (mostly whitespace related)
- Fixed manually some of more complex cases

Some valid markdownlint rules are currently disabled, to avoid failing
CI, can be enabled in future
2024-11-30 20:20:15 +00:00
543185a530 prescale support for video 2024-11-29 23:33:28 +01:00
b3b525d282 Better docs 2024-11-25 17:34:13 +01:00
c26db41097 Merge pull request #4979 from kambala-decapitator/ios-docs-image
[docs] add referenced image to the repo
2024-11-25 14:00:58 +02:00
538f844398 [docs] add referenced image to the repo 2024-11-24 22:48:25 +03:00
9e6cd9b94d Add "special" property for secondary skills 2024-11-23 12:37:30 +01:00
6bdb10444f New type of zone - "sealed" 2024-11-23 12:19:25 +01:00
f0a71c9e21 Merge pull request #4935 from IvanSavenko/misc_fixes2
Miscellaneous fixes for reported issues
2024-11-18 13:29:05 +02:00
1699e131db Merge pull request #4885 from vcmi/macos-install-docs
[docs][macOS] add Homebrew install option
2024-11-18 12:54:53 +02:00
d93ca47afd [docs][iOS] improve installation manual (#4888)
* Update Installation_iOS.md

* Update_Installation_iOS_2.md

Alternative version of the update

* Update Installation_iOS_2.md

* Update Installation_iOS_2.md

* Update Installation_iOS_3.md

* Update docs/players/Installation_iOS.md

Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>

* Update docs/players/Installation_iOS.md

Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>

* Update docs/players/Installation_iOS.md

Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>

* Update docs/players/Installation_iOS.md

Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>

* Update docs/players/Installation_iOS.md

Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>

* Update docs/players/Installation_iOS.md

Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>

* Update docs/players/Installation_iOS.md

Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>

---------

Co-authored-by: Andrey Filipenkov <kambaladecapitator@gmail.com>
2024-11-18 12:54:41 +02:00
be0da8442e Adjust docs 2024-11-18 10:45:43 +00:00
fd1a31253b Improve HD Graphics docs a bit 2024-11-17 19:35:10 +00:00
98a54b61b7 Merge pull request #4874 from Laserlicht/load_prescaled
prescaled image support
2024-11-16 17:28:37 +02:00
90304e5c8a Merge pull request #4900 from Laserlicht/chronicles_menu
Chronicles menu
2024-11-15 19:15:28 +02:00
e7682cfd5c Add qt5-tools and tbb as required dependencies when using the windows-mingw-release preset 2024-11-14 23:09:29 +01:00
1e77d08d1a docs for modder 2024-11-13 23:49:57 +01:00
6199a13603 code review 2024-11-13 20:20:16 +01:00
e660d30b8a hint 2024-11-11 23:55:07 +01:00
44561a55db chronicles docs 2024-11-11 22:57:44 +01:00
79f57b36f3 add Homebrew install option 2024-11-07 20:54:19 +03:00
11d9ee310e Merge pull request #4785 from Laserlicht/subtitles
Subtitles for videos / sync
2024-11-06 21:56:43 +02:00