Fix
Blog Posts (3)
-
Defence of Odysseus Cloud - Dev Blog
Gathering resources (build 6)
Main new feature:
Buildings can now produce/consume resources and creating units has a cost. Also, more placeholder-y placeholders!
Other changes:
- Buildings can be shapes that aren't rectangular
- Timing fixes (there was a bug where it would time everything as taking 0ms)
- Actually builds on Windows
- A few optimisations (mostly graphics related)
- Some cleanup (mostly deleting code that hasn't done anything useful in years)
- The UI now does less pointless work
- The options now get saved on Android
- Also, the app doesn't crash when suspended on Android now
- Worked around a bug on one device where the driver would crash if the Y axis of a vector was used...
Oh, and resolution scaling... ... is almost done. (Maybe this should be "The Y axis update"?)
(The new units are still coming, really!)
-
Defence of Odysseus Cloud - Dev Blog
Building Some Buildings (build 5)
20-second video of main new features:
New stuff:
- Model updates
- Can now build and place buildings
- Minimap (can be hidden until a specific building is placed)
- Improvements to text rendering (can do non-English text now, also fixes some wonky alignment)
- Units are now less likely to randomly decide to point the wrong way, then turn back around
Here's the minimap after a little exploration:
Wait, I said I was adding more units last time... Maybe next time?
-
Defence of Odysseus Cloud - Dev Blog
Network Sounds (build 4)
No video this time (not much to see), but still a lot of changes:
- Rewritten audio code (can actually play sounds)
- Rewritten network code (and a server that gets multiple players on the same map, mostly in sync)
- The new renderer now doesn't frequently crash (And is the default)
- Unit variants
- Weapon damage is no longer hardcoded as 1
- Less giant memory usage spikes while loading
Oh, and an actually useful options menu:
Now it's time to add some more units/buildings...