--
You received this message because you are subscribed to the Google Groups "jDip Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jdip-develope...@googlegroups.com.
To post to this group, send email to jdip-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jdip-developers/6bb15030-702e-46b6-bc42-da867895afff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "jDip Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jdip-develope...@googlegroups.com.
To post to this group, send email to jdip-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jdip-developers/d04524f7-a69a-491f-bed9-d70f8e07ce70%40googlegroups.com.
Good luck :-). I think you took a very hard piece of work to start with :-)
On Wed, Nov 14, 2018 at 10:20 PM Uwe Plonus <u.pl...@gmail.com> wrote:
Current state: I'm still writing the code for importing old games. The format is very "interesting", to call it like this.--Every refactoring or extension is likely to break the save game format.Currently I'm still analyzing the file format. I took the saved file from bug #150 and after formatting it to be readable it had 10 MBytes. A lot of stuff to read.Uwe
Am Montag, 12. November 2018 19:27:43 UTC+1 schrieb Uwe Plonus:As the data format is primary for exchange between applications a format like yaml is not necessary. I think JSON is the format to go for save format.If we would talk about configuration files then yaml or hocon would be the format to choose but for data exchange I would go with JSON.I will start implementing a save format today and go with JSON for the moment. I will use jackson so a change into another format should be fairly easy if we find a valid reason to do so.Uwe
Am Montag, 12. November 2018 19:09:46 UTC+1 schrieb Chris Hughes:I think I would vote for JSON, to be as universal as possible, but also fairly readable.Chris
You received this message because you are subscribed to the Google Groups "jDip Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jdip-developers+unsubscribe@googlegroups.com.
To post to this group, send email to jdip-developers@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "jDip Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jdip-develope...@googlegroups.com.
To post to this group, send email to jdip-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jdip-developers/6e80e4f9-f0b3-48b7-a663-371d638af4ed%40googlegroups.com.
This is great. How can I go about trying it out? Do I just try to "open" old save or do i need to do something else?Jiri
On Sun, Dec 2, 2018 at 10:36 PM Uwe Plonus <u.pl...@gmail.com> wrote:
Finally I have the first rough version of importing old games implemented.--What does NOT work:
- Importing games with borders (e.g. loeb9)
- Importing F2F games
- Explicit moves (whatever this is)
- Waive orders
- Convoy routes
The UI does not show the changed orders when moving back and forth in time.So still some work for the import to do but at least a first version is there ;)
Am Montag, 12. November 2018 12:14:53 UTC+1 schrieb Uwe Plonus:Hi all,while we have to rewrite the code to load and store games the following question occurs to me:What should be the future format for loading/storing?What comes into my mind is:
- Text based format, e.g. XML or JSON
- Database, e.g. SQLite
What do you think?Uwe
You received this message because you are subscribed to the Google Groups "jDip Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jdip-developers+unsubscribe@googlegroups.com.
To post to this group, send email to jdip-developers@googlegroups.com.