Ivan Savenko
|
7f6a80ed47
|
Merge pull request #4738 from IvanSavenko/external_audio
Loading separate audio file in place of audio stream embedded in video
|
2024-10-10 14:58:04 +03:00 |
|
Ivan Savenko
|
92db0259c3
|
Merge pull request #4747 from IvanSavenko/mod_compat_fix
Fixes for loading 1.5 mods in vcmi 1.6
|
2024-10-10 14:57:47 +03:00 |
|
Ivan Savenko
|
0fcd300008
|
Merge pull request #4746 from Laserlicht/multiple_small_fixes
small fixes
|
2024-10-10 14:57:37 +03:00 |
|
Ivan Savenko
|
28bc38c94f
|
Merge branch 'develop' into multiple_small_fixes
|
2024-10-10 14:57:30 +03:00 |
|
Ivan Savenko
|
51481210c4
|
Merge pull request #4744 from wb180/vcmiqt_lib
Fix static linking
|
2024-10-10 14:56:40 +03:00 |
|
Ivan Savenko
|
7458faab58
|
Merge pull request #4742 from Warzyw647/commander-resistance-type
Changed Commander Resistance type from Dwarf to Golem
|
2024-10-10 14:56:31 +03:00 |
|
Ivan Savenko
|
75ebd9695d
|
Merge pull request #4739 from Laserlicht/fix_vmap_name
fix vmap name
|
2024-10-10 14:56:21 +03:00 |
|
Ivan Savenko
|
f238515a69
|
Merge pull request #4740 from XCOM-HUB/patch-2
Update swedish.json
|
2024-10-10 14:56:09 +03:00 |
|
Ivan Savenko
|
a22de74323
|
Fixes for loading 1.5 mods in vcmi 1.6
|
2024-10-10 09:50:56 +00:00 |
|
Laserlicht
|
598b2fb6c1
|
show folder cases; translate new game
|
2024-10-10 00:06:34 +02:00 |
|
Evgeniy Meshcheryakov
|
7847fc4bba
|
Fix static linking
|
2024-10-09 11:27:43 +03:00 |
|
Warzyw647
|
c4859d51d0
|
Changed Commander Resistance type from Dwarf to Golem
Only changed the bonus on level-ups
The starting bonus on level 1 needs to be changed in mods
|
2024-10-09 00:42:04 +02:00 |
|
Maurycy
|
e09525a9a0
|
Update swedish.json
Shortened a few extra lines of text that were out of bounds.
|
2024-10-08 21:30:50 +02:00 |
|
Maurycy
|
a4b18f60d7
|
Update swedish.json
Shortened some texts so that they will hopefully fit within the borders of the text boxes in the game.
|
2024-10-08 03:36:03 +02:00 |
|
Laserlicht
|
f7039435da
|
fix vmap name
|
2024-10-07 22:55:48 +02:00 |
|
Ivan Savenko
|
9977092cf4
|
Loading separate audio file in place of audio stream embedded in video
|
2024-10-07 20:05:45 +00:00 |
|
Ivan Savenko
|
7694e2da4b
|
Merge pull request #4736 from Laserlicht/fix_8th_portal_summoning
Fix multiple small issues
|
2024-10-07 22:19:17 +03:00 |
|
Laserlicht
|
9e67e9616b
|
Center "Human or CPU"
|
2024-10-07 19:05:07 +02:00 |
|
Laserlicht
|
a168b3aeaa
|
remove unused var
|
2024-10-07 18:49:55 +02:00 |
|
Ivan Savenko
|
25311b3464
|
Merge pull request #4724 from IvanSavenko/remove_pack_pointers
Reduce usage of pointers to CPack and derived classes
|
2024-10-07 19:46:43 +03:00 |
|
Laserlicht
|
1c6eaf6336
|
fix player translation
|
2024-10-07 18:37:07 +02:00 |
|
Laserlicht
|
2d4c0778b0
|
fix resource bar pos in kingdom overview
|
2024-10-07 18:29:54 +02:00 |
|
Laserlicht
|
cc480e6e46
|
textsize and textposition in OptionsTab
|
2024-10-07 18:20:18 +02:00 |
|
Laserlicht
|
72da365d24
|
center QuickRecruitmentWindow
|
2024-10-07 18:01:36 +02:00 |
|
Laserlicht
|
106dfdeb28
|
fix { and } in multiline
|
2024-10-07 18:01:20 +02:00 |
|
Laserlicht
|
758666d99d
|
fix crash with 8th creature and portal of s.
|
2024-10-07 18:00:34 +02:00 |
|
Laserlicht
|
714de18615
|
fix 8th + portal of summoning in kingdom overview
|
2024-10-07 17:41:36 +02:00 |
|
Ivan Savenko
|
d0606d2dc9
|
Fix scripting build
|
2024-10-07 15:14:03 +00:00 |
|
Ivan Savenko
|
c0f5c7c0ea
|
Replace pointer with reference in pack apply functions
|
2024-10-07 14:59:46 +00:00 |
|
Ivan Savenko
|
48fb58e7a0
|
Replace few more pointers with references, remove manual delete call
|
2024-10-07 14:59:14 +00:00 |
|
Ivan Savenko
|
786f80871e
|
Replace more usages of pointers to packs with references
|
2024-10-07 14:59:14 +00:00 |
|
Ivan Savenko
|
ee831c06e7
|
Reduced usage of CPack, replaced with CPackForServer where applicable
|
2024-10-07 14:59:14 +00:00 |
|
Ivan Savenko
|
c1c552d394
|
Replaced some of pointers to CPack's with references
|
2024-10-07 14:59:14 +00:00 |
|
Ivan Savenko
|
cc6d6b0d63
|
Replaced unique_ptr with simple references to packs
|
2024-10-07 14:59:14 +00:00 |
|
Ivan Savenko
|
2399a5a765
|
Merge pull request #4712 from IvanSavenko/detect_conflict
Detection of potential conflicts between mods
|
2024-10-07 17:57:52 +03:00 |
|
Ivan Savenko
|
2a628994ea
|
Merge pull request #4734 from Laserlicht/fix_8th_and_portal_of_summoning
fix 8th creature and portal of summoning
|
2024-10-07 17:57:27 +03:00 |
|
Ivan Savenko
|
f6f6f98580
|
Merge pull request #4699 from SoundSSGood/backpack-arts-sorting
Backpack artifacts sorting
|
2024-10-07 17:55:42 +03:00 |
|
Ivan Savenko
|
13712a5da9
|
Merge pull request #4717 from wb180/mapeditor_fix
Map editor: Transparency fix
|
2024-10-07 17:38:30 +03:00 |
|
Ivan Savenko
|
1687606a4b
|
Merge pull request #4726 from wb180/vcmiqt_lib
Separate vcmiqt static lib
|
2024-10-07 17:37:51 +03:00 |
|
Laserlicht
|
613da80f55
|
fix 8th creature and portal of summoning
|
2024-10-07 16:25:18 +02:00 |
|
Ivan Savenko
|
cf685e4bfb
|
Merge pull request #4680 from Laserlicht/spell
Basic spell research
|
2024-10-07 15:22:04 +03:00 |
|
Laserlicht
|
b885fd9d3b
|
added custom icons for buttons made by Ivan
|
2024-10-07 13:26:43 +02:00 |
|
Laserlicht
|
a826b88641
|
Merge branch 'develop' into spell
|
2024-10-07 12:55:23 +02:00 |
|
Ivan Savenko
|
07e53b2fdf
|
Merge pull request #4701 from IvanSavenko/localize_edited_strings
Localization improvements
|
2024-10-07 12:25:51 +03:00 |
|
Evgeniy Meshcheryakov
|
40576e9bb9
|
Separate vcmiqt lib
|
2024-10-07 08:47:00 +03:00 |
|
Ivan Savenko
|
c04fb60dc0
|
Updated docs
|
2024-10-06 19:44:32 +00:00 |
|
Ivan Savenko
|
8e4152bc81
|
It is now possible to define objects directly in mod.json instead of
using path to file with object definition
|
2024-10-06 19:42:15 +00:00 |
|
Ivan Savenko
|
1488629628
|
Add simple support for translation of strings that were changed by
another mod
|
2024-10-06 19:42:15 +00:00 |
|
Ivan Savenko
|
b85ccccb37
|
Minor refactoring of translations:
- removed unsuccessful and broken validation of translations
- pass JsonNode when registering strings to provide information on mod
source
|
2024-10-06 19:42:15 +00:00 |
|
Ivan Savenko
|
c77da2e476
|
Remove no longer used compatibility containers
|
2024-10-06 19:42:15 +00:00 |
|