What's new in TDM 1.08

From The DarkMod Wiki
Revision as of 07:18, 8 March 2012 by Tels (talk | contribs) (update)
Jump to navigationJump to search

See also the roadmap on our bugtracker.

Version 1.08 of The Dark Mod has not been released yet.

Changes / Features / Issues fixed

  • #1784: Find decent metal armour impact sound (Sound) (Springheel)
  • #2695: AIs can not correctly handle certain doors (AI) (grayman)
  • #2905: AI comment about lights out on map start (Coding) (grayman)
  • #2933: Add ability to select player start points to mission briefing (GUI) (grayman)
  • #2936: Merge the GPL'd D3 sources with the TDM codebase (Coding) (greebo)
  • #2940: Check new animations against torch-carriers (Animation) (Springheel)
  • #2943: Some electric lights casting unwanted shadows from their models (Design/Coding) (grayman)
  • #2948: AI death or KO can block door use (AI) (grayman)
  • #2956: Add a condensed Carleton font (GUI) (tels)
  • #2959: Let AI investigate a low-lighting shouldBeClosed door if they handle it (AI) (grayman)
  • #2961: Go through bow sounds (Sound) (Springheel)
  • #2962: Move tdmlauncher functionality into the game engine (TDM Launcher) (greebo)
  • #2963: Simplify mission PK4 setup (Design/Coding) (greebo)
  • #2972: Remove Sourcehook (Design/Coding) (greebo)
  • #2973: Fix uninitialised pointers returned by CollisionModelManager::Translate() (Design/Coding) (greebo)
  • #2975: Objects in forcefield move way too fast (player moves as expected) (Physics) (grayman)
  • #2976: Crash in Training Mission when triggering Message GUIs (Coding) (greebo)
  • #2978: Landing on diagonal surface makes no sound (Coding) (grayman)
  • #2981: Upgrade PugiXML library to 1.0 (Coding) (greebo)
  • #2982: jpeg's used in material stages result in artifacts (Graphics) (greebo)
  • #2983: Allow the the game window to be minimized easily (Coding) (Serpentine)
  • #2984: Remove the limitations on task switching from Win XP (Coding) (Serpentine)
  • #2986: Don't copy the gamex86 module to the mission folders (Design/Coding) (greebo)
  • #2988: Remove fonts with size 6 and 8 (Graphics) (tels)
  • #2994: Using inventory items on world entities with used_action_script: inventory item always flashes red (Script/Def) (angua)
  • #3001: Player cannot knock movables objects off edges (Coding) (grayman)
  • #3004: Rare issue with AI getting stuck at doors (AI) (grayman)
  • #3005: Elevators broken by nearby visportals (AI) (grayman)
  • #3006: Missing sound shaders (Sound System) (tels)
  • #3010: Add sounds to player mantle (Coding) (grayman)
  • #3011: Frobbing an item does not activate physics for touching contacts (Physics) (grayman)
  • #3013: Allow any entity access to info_location entities (Feature proposal) (grayman)
  • #3018: make choiceDefs work with any string (Coding) (tels)


AI

  • The death cry of AI killed by surprise will now be heard by nearby AI (previously they ignored it) (Springheel)
  • New Builder Acolyte character added (Springheel)


Animations

  • Fixed pain animations for archers so their bow doesn't clip through torso (Springheel)
  • Added new idle_warmhands_low animation for low flames or sitting AI (Springheel)


Entities/Skins/Models

  • Added Nosslak's Alembic model
  • Added new, more realistic torch flame particle and torch entities (Arcturus)
  • Added Nosslak's new tree and Constantine's improved tree01
  • New dirty skins for various models (crates, barrels, etc) (Springheel)


Sounds

  • Added new "Commander" vocal set (Narrator/Springheel)
  • Went through all our nearly 500 movable entities and added at least 200 new sound files to improve the impact sounds, using sound contributions from Noisycricket, Mortem Desino and Amita. (Springheel)
  • Added impact sounds for ragdolls...bodies will no longer fall silently after kills/KOs. (Springheel)
  • Added improved sword and bow sounds. Arrows now make noise while in flight so you'll hear them zipping by you if you duck. (Springheel)
  • Added some more city ambient sounds from Amita
  • Added new Builder vocal set (Mortem Desino)
  • Player now makes grunt sounds when mantling (grayman)


Coding

  • Movables that sit on top of other movables will now fall properly if the object under them is removed. (grayman)
  • Correctly distribute impulses to objects touching the moveable, and leave an appropriate amount for the moveable itself (movables can now more reasonably be knocked off when sitting on other movables). (grayman)


Textures

  • Several new light textures and textures have been added, others have been cleaned up and updated.


TDMLauncher and Standalone TDM

  • TDMLauncher has been removed, and a new TheDarkMod executable is created. The engine can now reload the assets w/o requiring a restart. A restart is still required for certain video setting changes (like resolution) and switching between Russian and the Western languages.
  • Preparations are underway to make TDM load without D3 being present at all. This is not complete however, and maybe will not work 100% with v1.08, esp. since a important and hard to replace assets like animations are used from D3.


Translation

  • A new Mason font has been added to be used for the huge headlines, including a Russian variant (Tels)
  • The backgrounds with the painted-on headlines using the Mason font (like "Settings", "New Mission") have been replaced by a combination of parchment, watermark overlay and ornamental overlay plus translatable text. (Tels)
  • The Spanish translation has been completed and updated (rubereaglenest)
  • A new Carleton Condensed font has been added and is used for the settings menu, to avoid texts overflowing (Tels)


Please see this article for background and progress information of the internationalization effort.


See also