changelog.txt 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. 11-20-24:
  2. Defeat screen added.
  3. Building formspecs now update while viewing them.
  4. Repair flag is now visible.
  5. Goblins will head towards the nearest discovered player base upon spawning.
  6. Tweaks to goblins so they die after wandering for 200 seconds.
  7. 11-19-24:
  8. Fixed collision boxes for walls.
  9. Updated goblin spawning, so the base spawns what it can for the resources it has.
  10. Repairman added, thank to GreenXenith for the texture. Buildings can be repaired now.
  11. Buildings check required space before placing.
  12. Logging camp will keep an open path for couriers to pick up inventory.
  13. Header graphic and game icon added.
  14. Player can no longer build additional bases.
  15. 11-18-24:
  16. Player's units and goblins now have textures.
  17. Fixed a texture error with the logging camp.
  18. 11-17-24:
  19. Added in inventory snapshots for all the resources.
  20. Couriers are working and happily collect materials from collectors and drop them off at storage buildings.
  21. Fixed a serious bugs where farmhouses were being replaced with empty farm fields.
  22. Lots of tuning on the workers, better pathfinding, and they don't collide with each other, which really helps with congestion.
  23. Added a storage building.
  24. Put some basic help information together.
  25. tweaked the towers, so they don't shoot every goblin within range every second, they were a bit OP.
  26. Buffed the couriers, they collect goods from buildings much faster now.
  27. Logging camps can plant trees, oh ya, added new trees as well.
  28. Cleaned up some debug print statements.
  29. 11-16-24:
  30. Removed unneeded, for the game, textures from the game folder. Will be uploaded to a secondary repository at a later date.
  31. Added farm and farm fields.
  32. Added early version of couriers.
  33. Lots of tweaks to textures and models.
  34. 11-15-24:
  35. All resources are using the updated beautiful formspecs.
  36. All player buildings and units are using the new formspecs.
  37. Created textures for the graph bars in the unit formspecs. Overlays are borked, don't use scale.
  38. Walls are created and use auto-placement code.
  39. Building buying system majorly overhauled for cleaner easier to maintain code!
  40. Fixed a bug with lumber camps relating to inventory.
  41. 11-14-24:
  42. Made inventory screens more beautiful.
  43. Updated a few collision boxes.
  44. Toggle for fly and walk mode added.
  45. Removal of player building is possible.
  46. Hide goblin debug information behind server privilege.
  47. 11-13-24:
  48. Added tombstones for goblins when they die.
  49. Added an odd bug, that randomly kills the game, don't know how, or where.
  50. 11-12-24:
  51. Goblin rogues wander about correctly, moving when stopped, and changing every 10 seconds.
  52. tower added, finally you technically call the game a tower defense.
  53. towers kill goblins. NICE!
  54. 11-11-24:
  55. Added Rogue goblin, having troubles with wandering system.
  56. 11-10-24:
  57. Started work on the player inventory screen. Graphics better be final. ;)
  58. Tabs are working, all four pages exist with some data. Building tab is going to kill me.
  59. 11-9-24:
  60. Created inventory images for the resources.
  61. Added overview screens to the units, mainly for debugging at this time.
  62. Added model for Goblin base, and Goblin spawning.
  63. Polished the resources hud, and tweaked some inventory things.
  64. 11-8-24:
  65. Added goblin scouts. They'll steal resources from player buildings, and if they can't find those they'll mine metal.
  66. Made some small tweaks to the logging camp formspecs to show how much lumber they are holding, and how many trees they can harvest.
  67. 11-7-24:
  68. Did nothing on the game as I was stuck at work for 14 hours. I guess my employer wants me to bomb this. :(
  69. 11-6-24:
  70. Added Foragers, and tweaked pathfinding system.
  71. Fixed lumberjack crash relating to a race condition when a tree was removed.
  72. 11-5-24:
  73. Added Lumberjacks and supporting functions.
  74. 11-4-24:
  75. Added a very basic player inventory screen. Proof of concept really, it doesn't do anything yet.
  76. Tweaked the lighting for placed buildings, and moved the placement and removal into a function.
  77. 11-3-24:
  78. Started work on the resource overview hud, and player's resource inventory slot.
  79. Worked on inventory icons for buildings.
  80. 11-2-24:
  81. Added all basic resources and decoration code, tweaked existing decoration spawning.
  82. Tweaked mapgen to decrease biome sizes, and fix the ground level.
  83. Added lumber camps.
  84. Started on basic UI graphics. (I hate formspecs)
  85. 11-1-24:
  86. Added initial biomes, lumber resource and some starter testing nodes.