Ivan Savenko
|
12c4f8d18c
|
Fixed serialization of PlayerColor in json
|
2023-09-04 22:22:24 +03:00 |
|
Ivan Savenko
|
86a7f5f5cd
|
Removed getStr(bool), replaced with similar toString()
|
2023-09-04 22:21:02 +03:00 |
|
SoundSSGood
|
a7cedea73c
|
Support for different backpack capacities
|
2023-09-04 20:59:24 +03:00 |
|
Ivan Savenko
|
7e27ac7073
|
IdentifierStorage is now separate handler in VLC
|
2023-09-04 18:56:16 +03:00 |
|
Ivan Savenko
|
c8a6cd74cc
|
Additional checks for invalid access to IdentifierStorage
|
2023-09-04 18:56:16 +03:00 |
|
Ivan Savenko
|
82989e6302
|
Use pointers in containers to guaranteed fixed address
|
2023-09-04 18:56:16 +03:00 |
|
Ivan Savenko
|
a30e7ba321
|
Remove bitmasks of PlayerColor's. Add encode/decode methods
|
2023-09-04 18:56:16 +03:00 |
|
Ivan Savenko
|
1d0e696db6
|
Added RenderHandler that acts as factory for images and animations
|
2023-09-04 18:22:34 +03:00 |
|
Ivan Savenko
|
3f921fa771
|
Serialization version bump
|
2023-09-04 18:22:34 +03:00 |
|
Ivan Savenko
|
6a260a60cf
|
Fix resource creation
|
2023-09-04 18:22:34 +03:00 |
|
Ivan Savenko
|
9cfcf5ea19
|
Fix regressions
|
2023-09-04 18:22:34 +03:00 |
|
Ivan Savenko
|
0f88b8969b
|
Removed some usages of std string as resource path
|
2023-09-04 18:22:34 +03:00 |
|
Ivan Savenko
|
8dfdfffd87
|
Use ResourcePath for audio files
|
2023-09-04 18:22:34 +03:00 |
|
Ivan Savenko
|
97b7d44c88
|
Use ResourcePath for video accessing
|
2023-09-04 18:22:34 +03:00 |
|
Ivan Savenko
|
6f0108e462
|
Use ResourcePath for referencing texts and json's
|
2023-09-04 18:22:34 +03:00 |
|
Ivan Savenko
|
823ffa7a07
|
Always use ResourcePath for referencing images and animations
|
2023-09-04 18:22:34 +03:00 |
|
Ivan Savenko
|
f79492e5b0
|
Merge pull request #2755 from wb180/fixNKAICompilation
Fix NKAI compilation with NKAI_PATHFINDER_TRACE_LEVEL>=2
|
2023-09-04 15:29:44 +03:00 |
|
nordsoft
|
50d89dec24
|
Fix spells issue in map editor
|
2023-09-04 14:28:45 +04:00 |
|
nordsoft
|
8f5594613b
|
Fix signed number serialization
|
2023-09-04 14:28:45 +04:00 |
|
nordsoft
|
b7a438e8f4
|
Fix hero initialization form random map
|
2023-09-04 14:28:45 +04:00 |
|
nordsoft
|
c3663e4e1b
|
Fix neutral objects serializing
|
2023-09-04 14:28:45 +04:00 |
|
nordsoft
|
8406e3e4cd
|
Fix abandoned map crash
|
2023-09-04 14:28:45 +04:00 |
|
nordsoft
|
32eba61af4
|
Fix compliling
|
2023-09-04 13:14:11 +04:00 |
|
Evgeniy Meshcheryakov
|
ecf9b1aa2f
|
Fix NKAI compilation with NKAI_PATHFINDER_TRACE_LEVEL>=2
|
2023-09-04 10:08:56 +03:00 |
|
nordsoft
|
8b91a1315c
|
Fix compiling
|
2023-09-04 03:37:55 +04:00 |
|
nordsoft
|
db32c2387e
|
Fix hero initialization form random map
|
2023-09-04 02:58:16 +04:00 |
|
nordsoft
|
d113168db4
|
Fix neutral objects serializing
|
2023-09-04 01:42:51 +04:00 |
|
nordsoft
|
385202a02a
|
Fix abandoned map crash
|
2023-09-04 01:42:51 +04:00 |
|
Ivan Savenko
|
e2b5ff13f1
|
Merge pull request #2746 from wb180/teamsPopup
Show only non-empty teams in teams popup
|
2023-09-03 22:23:32 +03:00 |
|
Ivan Savenko
|
7ccc8605ac
|
Merge pull request #2733 from SoundSSGood/empty-bulk-move-fix
Arts bulk move crash fixed
|
2023-09-03 22:06:57 +03:00 |
|
nordsoft
|
96d244a315
|
Fix compiling
|
2023-09-03 18:28:22 +04:00 |
|
Nordsoft91
|
2eaed0c983
|
Merge pull request #2743 from Laserlicht/fix_difficulty_widget
[fix] difficulty widget
|
2023-09-03 17:57:43 +04:00 |
|
Nordsoft91
|
2057624cbc
|
Merge pull request #2741 from Laserlicht/folder_order
[fix] folder order
|
2023-09-03 17:56:56 +04:00 |
|
nordsoft
|
1f9bec32a1
|
Maybe ununsed
|
2023-09-03 17:55:16 +04:00 |
|
nordsoft
|
b0105e8a3a
|
Channels support
|
2023-09-03 16:47:34 +04:00 |
|
Nordsoft91
|
244db2da33
|
Merge pull request #2739 from Gwart/bugfix/#2646-hero-exchange-server-compliant
#2646 add a null check if creature is empty
|
2023-09-03 11:45:32 +04:00 |
|
Evgeniy Meshcheryakov
|
b6e2c454c0
|
Show only non-empty teams in teams popup
|
2023-09-03 08:05:02 +03:00 |
|
nordsoft
|
ef853ab96d
|
Move chat logic to separate class
|
2023-09-03 03:05:48 +04:00 |
|
nordsoft
|
d0b3567447
|
Advanced chat
|
2023-09-03 01:46:25 +04:00 |
|
nordsoft
|
75258baefc
|
Chat minor improvements
|
2023-09-02 22:53:44 +04:00 |
|
Michael
|
53277306cd
|
add also savegame
|
2023-09-02 20:39:16 +02:00 |
|
Michael
|
3d08518dac
|
fix difficulty widget
|
2023-09-02 19:37:56 +02:00 |
|
Michael
|
e0460a0dec
|
up should be first
|
2023-09-02 19:04:06 +02:00 |
|
Michael
|
20fd0d8901
|
fix cursor issue
|
2023-09-02 18:35:32 +02:00 |
|
Nordsoft91
|
9af73c2212
|
Merge pull request #2723 from Nordsoft91/versions-fix
Launcher & lib versions unification
|
2023-09-02 19:42:46 +04:00 |
|
Nordsoft91
|
48e6e0228c
|
Merge pull request #2722 from Nordsoft91/launcher-doubleclick
Launcher mod double click behavior
|
2023-09-02 19:42:28 +04:00 |
|
Gwart
|
05ba56a873
|
#2646 add a null check if creature is empty
|
2023-09-02 16:21:54 +02:00 |
|
Nordsoft91
|
91565225c6
|
Merge pull request #2728 from Nordsoft91/turn-timer-fix
|
2023-09-02 16:29:20 +04:00 |
|
SoundSSGood
|
3126875e6a
|
arts bulk move crash fixed
|
2023-09-02 14:36:57 +03:00 |
|
nordsoft
|
32ad463170
|
Rename
|
2023-09-02 14:15:37 +04:00 |
|