Ivan Savenko
|
2de7a3939a
|
Fix text identifier for generic signs without custom text
|
2023-12-09 18:09:57 +02:00 |
|
Ivan Savenko
|
6730ec64d5
|
Fix loading of preset artifacts and creatures on some custom maps
|
2023-11-26 00:41:49 +02:00 |
|
Ivan Savenko
|
364977ef40
|
More meaningful exception messages
|
2023-11-22 19:11:40 +02:00 |
|
Ivan Savenko
|
c872f8418f
|
Implemented serialization of MapObjectSubID, refactoring of related code
|
2023-11-17 21:18:34 +02:00 |
|
Ivan Savenko
|
13763cad8e
|
Remove few more implicit conversions
|
2023-11-15 15:55:19 +02:00 |
|
Ivan Savenko
|
abad4b01ce
|
Remove explicit convesion to int in operators
|
2023-11-15 15:55:19 +02:00 |
|
Ivan Savenko
|
1192dbff15
|
Merge pull request #3180 from IvanSavenko/bugfixing
Fixes for miscellaneous accumulated issues
|
2023-11-13 16:26:33 +02:00 |
|
Ivan Savenko
|
9c9127be7d
|
Fix tooltip for spell scrolls on adventure map
|
2023-11-13 00:08:14 +02:00 |
|
Ivan Savenko
|
bc51d9c772
|
Merge pull request #3161 from SoundSSGood/art-swap-optimization
Artifacts swap optimization
|
2023-11-12 19:37:25 +02:00 |
|
SoundSSGood
|
57e3abc548
|
ask assemble regression fixed
|
2023-11-08 21:59:55 +02:00 |
|
Ivan Savenko
|
0691dfef3b
|
Moved stateful artifact randomization logic to gamestate from handler
|
2023-11-08 21:27:05 +02:00 |
|
Ivan Savenko
|
6b81012f31
|
Use variant identifier in netpacks where applicable
|
2023-11-08 14:00:23 +02:00 |
|
Ivan Savenko
|
0acf8890ef
|
Merge pull request #3143 from IvanSavenko/metastring_refactor
Metastring refactor
|
2023-11-07 23:36:20 +02:00 |
|
Ivan Savenko
|
2835044282
|
Merge pull request #3159 from IvanSavenko/beta
Merge beta -> develop (rebased)
|
2023-11-07 22:49:29 +02:00 |
|
Ivan Savenko
|
86a3806bec
|
MetaString refactor to eliminate integer usage for identifiers
- entity names are now stored and serialized as text ID's
- added helper methods for convenience to get entities names to
metastring
|
2023-11-07 22:47:10 +02:00 |
|
nordsoft
|
870aeddad5
|
Serialize owner for abandoned mine
|
2023-11-07 20:11:24 +02:00 |
|
Ivan Savenko
|
d7d8177390
|
Show artifact description and icon on right click if UI tweaks are on
|
2023-11-06 20:37:17 +02:00 |
|
Ivan Savenko
|
184f5a72cc
|
Use toEntity/toXXX methods in Identifier instead VLC objects access
|
2023-11-03 16:03:29 +02:00 |
|
Ivan Savenko
|
8d5fa41a19
|
Minor fixes
|
2023-11-03 16:03:29 +02:00 |
|
Ivan Savenko
|
3634fb2158
|
Remove int <=> Identifier comparisons
|
2023-11-03 16:03:29 +02:00 |
|
Ivan Savenko
|
2b9c362d5b
|
Explicitly convert identifier to underlying enumeration
|
2023-11-03 16:03:29 +02:00 |
|
Ivan Savenko
|
056ef00f74
|
Bugfixing
|
2023-11-02 13:52:58 +02:00 |
|
Ivan Savenko
|
10e50548e7
|
Converted Component class to use VariantIdentifier instead of int
|
2023-11-02 12:00:04 +02:00 |
|
Ivan Savenko
|
8346d71c98
|
Remove more subID access
|
2023-11-01 14:44:05 +02:00 |
|
Ivan Savenko
|
461c481ef3
|
Fix game startup
|
2023-11-01 14:43:20 +02:00 |
|
Ivan Savenko
|
dcb8f4fc7b
|
Moved object type randomization to object class
|
2023-11-01 14:43:20 +02:00 |
|
Ivan Savenko
|
03e1169781
|
Reduced number of accesses to CGObjectInstance::subID
|
2023-11-01 14:43:20 +02:00 |
|
Ivan Savenko
|
b88a8da4e8
|
Split off some netpack structures into separate files
|
2023-10-23 13:59:15 +03:00 |
|
Ivan Savenko
|
4f47555977
|
Split OBJECT bonus source into OBJECT_TYPE and OBJECT_INSTANCE
|
2023-10-22 16:55:19 +03:00 |
|
Ivan Savenko
|
ac925bb786
|
Renamed new types for consistency with code style
|
2023-10-22 16:55:19 +03:00 |
|
Ivan Savenko
|
80e6485965
|
MetaIdentifier now uses std::variant internally
|
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
|
77facf9387
|
Implement missing functions, fixes linking errors
|
2023-10-22 16:54:56 +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
|
e10de0594e
|
Scholar is now configurable object (partial)
|
2023-10-16 00:12:39 +03:00 |
|
Ivan Savenko
|
bb05c2dea5
|
Implemented configurable shrine
|
2023-10-16 00:12:39 +03:00 |
|
Ivan Savenko
|
dd841bdaa7
|
Use enum instead of mix of bool's and int's for tile reveal
|
2023-10-16 00:12:38 +03:00 |
|
Ivan Savenko
|
98fd939ed6
|
Cartographer/Observatory is now configurable object
|
2023-10-16 00:12:38 +03:00 |
|
Ivan Savenko
|
fd01a25352
|
Implemented basic version of configurable Witch Hut
|
2023-10-16 00:12:38 +03:00 |
|
Ivan Savenko
|
898733eed7
|
Added Query to track visit duration for Taverns and Markets
|
2023-10-04 17:47:12 +03:00 |
|
nordsoft
|
ab373f08ab
|
Use meta string for messages
|
2023-09-27 23:11:11 +02:00 |
|
Ivan Savenko
|
3ea807fb8d
|
Fixed movement through teleporters by AI
|
2023-09-26 13:42:20 +03:00 |
|
Ivan Savenko
|
8c0d78f1d9
|
Added initiator-player to packs that add/remove/move objects
|
2023-09-19 19:24:34 +03:00 |
|
Nordsoft91
|
807f308c91
|
Merge pull request #2844 from Nordsoft91/rewardable-quests
New rewardable interface for SeerHuts and pandoras
|
2023-09-19 17:59:24 +02:00 |
|
nordsoft
|
2960895041
|
Issues fixed
|
2023-09-17 22:19:45 +02:00 |
|
Ivan Savenko
|
c8e6a7cd27
|
Fixed most common cases of movement actions
|
2023-09-16 20:07:26 +03:00 |
|
Ivan Savenko
|
ce20d913e0
|
Fix checking PlayerColor's for validness
|
2023-08-27 01:35:38 +03:00 |
|
Ivan Savenko
|
e54287ea5d
|
Converted remaining identifier to new system
|
2023-08-25 13:38:02 +03:00 |
|
Ivan Savenko
|
62cd8b12d4
|
Converted several namespace enums to enum class
|
2023-08-25 13:38:02 +03:00 |
|
Ivan Savenko
|
ec8d31bbfc
|
First step at unifying game identifiers code
|
2023-08-25 13:38:01 +03:00 |
|