![]() |
|
IL-2 Sturmovik The famous combat flight simulator. |
![]() |
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
![]()
Still chipping away at this when I can. As part of optimising the program I managed to remove all outstanding text parsing bugs that I was experiencing and reduce memory usage by nearly 100% from nearly 200MB to under 100MB!
I have also substantially decoupled the JavaFX interface from the application logic and documented the program thoroughly. It's now potentially possible for someone to write (for example) an Android app which makes use of this application's logic but which provides a different UI with extremely minimal alterations to the existing code. Now I really do need to stop messing about and get it to actually load missions! |
#2
|
||||
|
||||
![]()
I've made a lot of progress, but the last week and a half has been eaten up struggling with a really aggravating bug:
Mission paths from the text field work 100% of the time, first time, every time. Mission paths from the file chooser fail the first time, every time, and work after that. I have actually gone as far as booting up Wireshark to take a look at what is actually being sent via TCP, and the data sent in both cases is identical, right down to the line ending characters. Completely baffled! |
#3
|
||||
|
||||
![]()
As mentioned in the Daidalos team subforum, I have now solved the problem above (turned out to be network share configuration rather than a code defect).
Now working on the mission cycle scheduler! ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|