Robert Paciorek
|
9d89a6b6da
|
rework GetMMOServerInfoWithZone
add MMOSupportMinVersion configure setting
|
2024-03-16 22:13:54 +00:00 |
|
Robert Paciorek
|
d8b996c6d7
|
bugfixes
- fix race condition on SetProduct
- properly create ModdingService singleton on startup
- remove debug print
|
2024-03-04 01:50:38 +00:00 |
|
Robert Paciorek
|
d557871fd3
|
rework ProductData and Petz saves
- support for separate saves for lands via ClientVersion.GetVersion(apiKey)
- add Adventureland apiKey to ClientVersion
|
2024-03-03 14:56:09 +00:00 |
|
Robert Paciorek
|
97503cc389
|
rework game version managment
now we use game and SoD version encoded in uint (instead of compare raw apiKey values),
this allows for easy support for more versions ...
|
2024-02-24 18:47:04 +00:00 |
|
Robert Paciorek
|
7e5a90ba87
|
use utf-8 in xml headers from SerializeXml
we use ascii/utf-8 (not utf-16) encoding in files and network data
so XML header should be always `<?xml version="1.0" encoding="utf-8"?>`
|
2024-01-09 16:08:42 +00:00 |
|
Robert Paciorek
|
e5570f7c91
|
Magic and Mythies fixes:
- add fake missions for unlock fishing and mythie grow up
- add games to store
|
2023-12-11 16:50:20 +01:00 |
|
Robert Paciorek
|
47e1bfb065
|
SoD 1.6 fixes
- CreateRaisedPet endpoint
- support for 1.6 apiKey + util class for management apiKey version recognition
|
2023-12-11 16:50:20 +01:00 |
|
Robert Paciorek
|
626764adb6
|
add log request on exception
|
2023-09-02 12:38:18 +02:00 |
|
Spirtix
|
2c195832f5
|
mockup for the tutorial mission
|
2023-06-21 16:13:21 +02:00 |
|
hictooth
|
199d44f1cd
|
create profile
works up to start of tutorial
|
2023-06-19 20:23:53 +01:00 |
|
Spirtix
|
e1d4daf3b7
|
Add project files; implement login/registration
|
2023-06-16 16:16:50 +02:00 |
|