v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "v0.31:Release information/0.31.13"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(The former text was identical to DF2010:Release information/0.31.14; I copy-pasted this from release notes.txt)
(Clean Up)
Line 1: Line 1:
Crash fixes
+
Dwarf Fortress 0.31.13 was released on September 15, 2010
*fixed some potential problems with aborting zone placement, though it's not guaranteed to solve the crash there
 
  
Major bug fixes
+
<blockquote>
*fixed problem causing dwarves to not sleep in any bed
+
'''The framework for villages and sprawl is in place, and there are now "entity populations" which are made up of thousands of critters for which less information is tracked.  As it stands, this amounts to, say, ten times the number of historical figures after world generation has been running for a while, though it can vary a lot.  These changes have left adventure mode gutted, so don't expect old adventure mode saves to retain much information or work all that well.  Old dwarf mode saves should be fine for continued dwarf fortresses. In new worlds, you can wander around the new villages, but don't expect anything to be going on.  This is the launching pad for what should be the Funification of adventure mode in the next (non-fix) release, but like many launching pads, it is kind of dull and gray.'''<br><br>
*fixed problem causing dwarves not to respect ownership in sleeping priorities
 
*made cursor center on buildings properly when linking them up to a lever etc.
 
*stopped other civilizations from bringing liaisons
 
*stopped building destroyer diplomats/traders from destroying things
 
*made units check the validity of targets more often (counters certain interrupt spam)
 
  
Other bug fixes/tweaks
+
'''As for the merits of this release, there are the bug fixes in the lists below.  The game should also be a bit faster.  I'm on a new compiler in Windows, which led to a general speed increase, and I also optimized some code for improvements on all OSs.  It's not the end of the story there by a long shot, but it is progress, anyway.  World generation itself might be a bit slower overall, since there's a lot more going on site-wise.  This is going to change as we set up relationships between the leaders, one way or another, but I can make a medium island world in around 10 minutes without the memory going totally nuts, and I thought that state was fit for release.'''<br><br>
*fixed broken vial making jobs
+
 
*make rock short swords use the proper material for the final product
+
'''There are some side effects to not having any stable relationships between world gen sites while cutting down on site destructions, like having a site get pillaged for the thousandth time and so on, which will iron themselves out later.  For now, it's a bit weird.  I also saw a battle with negative numbers of soldiers but couldn't reproduce the situation, so there are probably additional issues as well.'''<br><br>
*made horn silver use the stone template
+
 
*moved all native metals off of metal template
+
'''The SDL version has the first pass at the experimental TrueType font support that Baughn is working on.  It is off by default in init.txt and it only works in the 2D print mode.  There are lots of justification etc. problems -- you don't need to report those.  Getting those fixed up is part of the process.  It's difficult to read in the standard window size, so you might want to limit yourself to full-screen or a large window with large grid cells when you are trying it out.'''<br><br>
*stopped season counter from resetting to spring after travel in adventure mode
+
 
 +
'''The SDL Windows version may be missing some DLLs.  The additional DLLs are [http://www.bay12games.com/dwarves/old_dlls.zip here] in case it comes up.  Just unzip that in the main folder.  Hopefully I'll have a Mac version together soon -- I need to update GCC to get the new SDL stuff to run (as well as some of the new optimizations), and that is taking time.'''<br><br>
 +
 
 +
''''ll post fixes as necessary before embarking on the next proper release.  I changed a lot of stuff between entity populations and optimizations, so I'd be surprised if there weren't a bag of issues.'''
 +
--[[Toady One|Toady]]
 +
</blockquote>
 +
 
 +
== Crash fixes ==
 +
 
 +
* fixed some potential problems with aborting zone placement, though it's not guaranteed to solve the crash there
 +
 
 +
== Major bug fixes ==
 +
 
 +
* fixed problem causing dwarves to not sleep in any bed
 +
* fixed problem causing dwarves not to respect ownership in sleeping priorities
 +
* made cursor center on buildings properly when linking them up to a lever etc.
 +
* stopped other civilizations from bringing liaisons
 +
* stopped building destroyer diplomats/traders from destroying things
 +
* made units check the validity of targets more often (counters certain interrupt spam)
 +
 
 +
== Other bug fixes/tweaks ==
 +
 
 +
* fixed broken vial making jobs
 +
* make rock short swords use the proper material for the final product
 +
* made horn silver use the stone template
 +
* moved all native metals off of metal template
 +
* stopped season counter from resetting to spring after travel in adventure mode

Revision as of 08:25, 5 February 2011

Dwarf Fortress 0.31.13 was released on September 15, 2010

The framework for villages and sprawl is in place, and there are now "entity populations" which are made up of thousands of critters for which less information is tracked. As it stands, this amounts to, say, ten times the number of historical figures after world generation has been running for a while, though it can vary a lot. These changes have left adventure mode gutted, so don't expect old adventure mode saves to retain much information or work all that well. Old dwarf mode saves should be fine for continued dwarf fortresses. In new worlds, you can wander around the new villages, but don't expect anything to be going on. This is the launching pad for what should be the Funification of adventure mode in the next (non-fix) release, but like many launching pads, it is kind of dull and gray.

As for the merits of this release, there are the bug fixes in the lists below. The game should also be a bit faster. I'm on a new compiler in Windows, which led to a general speed increase, and I also optimized some code for improvements on all OSs. It's not the end of the story there by a long shot, but it is progress, anyway. World generation itself might be a bit slower overall, since there's a lot more going on site-wise. This is going to change as we set up relationships between the leaders, one way or another, but I can make a medium island world in around 10 minutes without the memory going totally nuts, and I thought that state was fit for release.

There are some side effects to not having any stable relationships between world gen sites while cutting down on site destructions, like having a site get pillaged for the thousandth time and so on, which will iron themselves out later. For now, it's a bit weird. I also saw a battle with negative numbers of soldiers but couldn't reproduce the situation, so there are probably additional issues as well.

The SDL version has the first pass at the experimental TrueType font support that Baughn is working on. It is off by default in init.txt and it only works in the 2D print mode. There are lots of justification etc. problems -- you don't need to report those. Getting those fixed up is part of the process. It's difficult to read in the standard window size, so you might want to limit yourself to full-screen or a large window with large grid cells when you are trying it out.

The SDL Windows version may be missing some DLLs. The additional DLLs are here in case it comes up. Just unzip that in the main folder. Hopefully I'll have a Mac version together soon -- I need to update GCC to get the new SDL stuff to run (as well as some of the new optimizations), and that is taking time.

'll post fixes as necessary before embarking on the next proper release. I changed a lot of stuff between entity populations and optimizations, so I'd be surprised if there weren't a bag of issues. --Toady

Crash fixes

  • fixed some potential problems with aborting zone placement, though it's not guaranteed to solve the crash there

Major bug fixes

  • fixed problem causing dwarves to not sleep in any bed
  • fixed problem causing dwarves not to respect ownership in sleeping priorities
  • made cursor center on buildings properly when linking them up to a lever etc.
  • stopped other civilizations from bringing liaisons
  • stopped building destroyer diplomats/traders from destroying things
  • made units check the validity of targets more often (counters certain interrupt spam)

Other bug fixes/tweaks

  • fixed broken vial making jobs
  • make rock short swords use the proper material for the final product
  • made horn silver use the stone template
  • moved all native metals off of metal template
  • stopped season counter from resetting to spring after travel in adventure mode