Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog.txt with "Changes so far" wiki page content #1942

Merged
merged 1 commit into from
Oct 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 101 additions & 0 deletions data/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,104 @@

# 0.1

## Gameplay
* Victory condition!
* New medical zombie tree, focused on debuffing.
* New locations, including industrial centers and bionic shops.
* Electric grid system, without use of vehicles, but able to connect to them. See Electric Grids page for more info.
* Z-levels (elevations) below current one are drawn as if seen from above, with blue tint. As opposed to being blue "empty air" squares from before.
* Improved helicopters:
* Every character/profession can use helicopters.
* It is possible to build helicopters, if you scavenge the blades from an existing one.
* Reduced helicopters fuel consumption to allow flying for ingame hours.
* Rotors no longer easily break from any collisions.
* Atomic Helicopter exist.
* Angled vehicles don't develop "holes" in their normally-impenetrable walls. This affects all relevant game mechanics such as monster and player movement, line of sight calculation, light and scent propagation, etc.
* CBM installation rework. CBM installation is now guaranteed, but after that failure effects may still appear. So even failed operation gives bionic to player in workable condition. CBM uninstallation still can fail completely. Autodoc can't instantly kill the player due to operation failure - instead of doing fatal damage player will be infected. Damage to player body during operation failures is now affected by bionic installation difficulty.
* Bionic scanner, to detect which corpses are worth cutting up.
* Surgery trains first aid, scaling with target size and number of possible bionics.
* Mutations:
* Trait costs rebalanced to reflect their actual impact better
* Combat mutations (armor, claws) improved
* Some "free points" traits removed from character generation (heavy sleeper, bad liar etc.)
* Undirected mutations happen in bulk, their number based on time since last mutation.
* Mutations tend towards "somewhat better than at start" point-wise, to compensate for the fact that most bad mutations are more bad than most good mutations are good
* Mutant toxins redesigned: will cause mutations once accumulated high enough, but cause no penalties
* Ranged in general:
* Burst fire reworked: all shots fired at same accuracy, with recoil-dependent penalty to all of them. Penalty is of same magnitude as dispersion for most guns and can be 0 for lighter ones
* Headshots downgraded to crits with 150% damage (from >200%), grazing shots upgraded to 50% (was 0%-25%)
* Some shotgun ammunition provides cone-shaped aoe attack
* New automated gun turrets replacing CROWS based ones. Less deadly, but don't drop tons of valuable rifle ammo.
* Turrets return fire against silent attackers, but not against attackers outside range. Also the code respects turrets' stats and skills better now.
* Bows and crossbows:
* Stats buffed (crossbows much more than bows).
* Crossbows easier to craft.
* Removed special cases dependent on target hp.
* Buffed drugs roughly back to their pre-nerf stats
* Except meth, this one provides a long term (12h), weak (5 speed, 1 per) buff and prevents sleepiness
* Morale boosts from drugs last as long as drug effects themselves
* Grabs:
* Grab and pain penalties stack less.
* Physically damaging a grabbing enemy will often break the grab (100% chance for hits taking at least 10% of max hp).
* Grabs don't affect blocking and affect dodging much less.
* Grab attacks are faster and followed up by a free regular attack on hit.
* AoE attacks (from axes, spears and lajatangs) lose their requirements.
* Winded condition removed.
* Explosives rebalanced: lower ranges, blast damage rounded to 100%/50%/0%, shrapnel hits exactly once for damage not dependent on distance.
* "Rule Of Cool explosions" debug setting: explosions damage only terrain and creatures in their line of sight, so hiding behind a corner actually works now.
* Explosives, wheels and bullets no longer damage items. Strong enough explosions can still destroy them, and all 3 will pulp corpses that can revive.
* Fires stack less, makes flamethrowers less damaging to player character.
* Food:
* Remove obesity mechanics and most of stomach mechanics.
* Starvation death now takes a week from fully fed.
* Removed slower hunger/thirst during sleep.
* Removed animal waste product mechanics.
* Removed tetanus, random cold and flu.
* Fungal spores no longer spawn fungaloids, fungal disease doesn't break arms.
* Removed food freezing/heating/mushy mechanics, rot still affected by temperature. Note that freezers still work as intended and prevent rot, and fire makes you warm - removal affects food status mechanics but does not remove temperature effects completely.

## Quality of life

* Crafting defaults to in inventory/on the ground, best workbench in radius is used anyway.
* Can read items on the floor, in vehicles etc. Reading doesn't automatically pick up books, but leaves them on the spot.
* Crafting in progress displays time left and crafting modifiers.
* Butchery uses tools in crafting radius, warns about problems.
* Deployable butchery furniture doesn't require deployment, works in item form.
* Unloading no longer moves the item to inventory if it wasn't there before.
* Can move items up and down z-levels in AIM (Advanced Inventory Management).
* Target list (during shooting and reach attacks) allows shooting through windows and above vehicles (from a turret).
* Sight range of at least 1 tile is guaranteed when not blind.
* Tile memory does not decay.
* Added accurate firearm dispersion/recoil stats that include all the modifiers (from skill, bionics, encumbrance and so on).

## Performance

* Significant optimization in various parts of the code.
* Fires do not produce hot air and smoke, no longer affected by wind.
* Option to disable event bus system (in Debug tab) - removes one big cycle hog, but also achievements and statistics.
* Food isn't affected by radiant heat or hot air.
* Removed slow fd_clairvoyant check which only benefited Magiclysm, but slowed down everyone
* Cache list of all vehicles on map, since getting it is slow in 3D mode.

## Ported from later versions of DDA

* Ground vehicle z-level transitions and z+1 bridges. Ramps can be enabled through "Z-levels" world setting, new bridge generation - through "Elevated bridges" mod.
* Graphical overmap drawn with SDL using sprites.
* Improved autodrive.
* Various under-the-hood improvements, such as refactors and optimizations.
* Hundreds of bugfixes and small changes.

## Other

* 3rd party mods translation support.
* UnDeadPeople tileset included.
* Restored atomic cars.
* Restored MBR vests (with some rebalance). ESAPI vest removed.

***

# DDA entries below

# 0.E (Ellison)

## Highlights:
Expand Down