What's new in TDM 1.07: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
m (update)
(update)
Line 10: Line 10:
* [http://bugs.angua.at/view.php?id=2722 #2722]: SEED: trace ends at bottom of SEED entity (SEED) (tels)
* [http://bugs.angua.at/view.php?id=2722 #2722]: SEED: trace ends at bottom of SEED entity (SEED) (tels)
* [http://bugs.angua.at/view.php?id=2771 #2771]: Wench legs clip (Animation) (Springheel)
* [http://bugs.angua.at/view.php?id=2771 #2771]: Wench legs clip (Animation) (Springheel)
* [http://bugs.angua.at/view.php?id=2777 #2777]: Try to remove ai_character.script (AI) (tels)
* [http://bugs.angua.at/view.php?id=2781 #2781]: Autogenerate english.lang etc. from strings/all.lang (Coding) (tels)
* [http://bugs.angua.at/view.php?id=2781 #2781]: Autogenerate english.lang etc. from strings/all.lang (Coding) (tels)
* [http://bugs.angua.at/view.php?id=2782 #2782]: Add a way to switch the language in the menu (GUI) (tels)
* [http://bugs.angua.at/view.php?id=2782 #2782]: Add a way to switch the language in the menu (GUI) (tels)
Line 15: Line 16:
* [http://bugs.angua.at/view.php?id=2787 #2787]: Complete Vine Arrow (Feature proposal) (grayman)
* [http://bugs.angua.at/view.php?id=2787 #2787]: Complete Vine Arrow (Feature proposal) (grayman)
* [http://bugs.angua.at/view.php?id=2791 #2791]: Check Revenant Materials (AI) (Springheel)
* [http://bugs.angua.at/view.php?id=2791 #2791]: Check Revenant Materials (AI) (Springheel)
* [http://bugs.angua.at/view.php?id=2797 #2797]: Add support for FM specific translations (Coding) (tels)
* [http://bugs.angua.at/view.php?id=2803 #2803]: Restarting TDM fails with boost error on linux (Coding) (tels)
* [http://bugs.angua.at/view.php?id=2803 #2803]: Restarting TDM fails with boost error on linux (Coding) (tels)
* [http://bugs.angua.at/view.php?id=2804 #2804]: Keys ("rusty key" etc) do no twork with chest in italian (Coding) (tels)
* [http://bugs.angua.at/view.php?id=2805 #2805]: Screenshot image format (Coding) (stgatilov)
* [http://bugs.angua.at/view.php?id=2805 #2805]: Screenshot image format (Coding) (stgatilov)
* [http://bugs.angua.at/view.php?id=2806 #2806]: hanging_horizontal_leaves has no alpha (Textures) (tels)
* [http://bugs.angua.at/view.php?id=2808 #2808]: Electric lights (Def / Setup) (tels)
* [http://bugs.angua.at/view.php?id=2808 #2808]: Electric lights (Def / Setup) (tels)
* [http://bugs.angua.at/view.php?id=2811 #2811]: Font loading does not fall back to English (Coding) (tels)
* [http://bugs.angua.at/view.php?id=2815 #2815]: Support FM short descriptions in other languages (Coding) (tels)
* [http://bugs.angua.at/view.php?id=2817 #2817]: sys_lang only allows a fixed set of languages (Coding) (tels)
* [http://bugs.angua.at/view.php?id=2820 #2820]: Unnecessary event posting during map startup can lead to overrunning the event queue (Coding) (grayman)
* [http://bugs.angua.at/view.php?id=2820 #2820]: Unnecessary event posting during map startup can lead to overrunning the event queue (Coding) (grayman)
* [http://bugs.angua.at/view.php?id=2822 #2822]: Fireplaces have their light embedded in the floor (Def / Setup) (tels)
* [http://bugs.angua.at/view.php?id=2822 #2822]: Fireplaces have their light embedded in the floor (Def / Setup) (tels)
* [http://bugs.angua.at/view.php?id=2823 #2823]: Light holders (candles, etc.) marked "extinguished" spawn lit (Coding) (grayman)
* [http://bugs.angua.at/view.php?id=2825 #2825]: Carleton Bold is missing its size 12 DDS (Graphics) (tels)


== AI ==
== AI ==
Line 25: Line 35:
* Added new wench skins and fixed some clipping issues (Springheel)
* Added new wench skins and fixed some clipping issues (Springheel)
* Added new "waif" head and added new hair to some other heads (Springheel)
* Added new "waif" head and added new hair to some other heads (Springheel)


== Animations ==
== Animations ==
Line 30: Line 41:
* added some rustling cloth sounds to several animations (Springheel)
* added some rustling cloth sounds to several animations (Springheel)
* added improved melee combat animations (Noisycricket)
* added improved melee combat animations (Noisycricket)


== Entities/Skins/Models ==
== Entities/Skins/Models ==
Line 40: Line 52:
{{clear}}
{{clear}}


* Added new three-ringed key model (Mysterious Key) and a geometric key model (Strange Key). (Tels)
* Four variants of ash heap models added (Tels)
* Four variants of ash heap models added (Tels)
* The pre-made fireplace entities now have ash heaps, and the "arch" variant has two stacks of wood logs (Tels)
* The pre-made fireplace entities now have ash heaps, and the "arch" variant has two stacks of wood logs (Tels)


== Sounds ==
== Sounds ==
Line 47: Line 61:
* Added several new impact sounds (Mortem)
* Added several new impact sounds (Mortem)
* Added new weapon and combat sounds (Mortem)
* Added new weapon and combat sounds (Mortem)


== Coding ==
== Coding ==
Line 56: Line 71:


* Both the '''menus''' and the '''in-game HUD''' as well as other on-screen messages are translatable into different languages.  
* Both the '''menus''' and the '''in-game HUD''' as well as other on-screen messages are translatable into different languages.  
* The language can be selected in the menu, and is used after a restart of D3.
* FMs can have their own, specific translation dictionaries, meaning it is possible to update the translation w/o touching the FM PK4 file itself.
* The language can be selected in the menu, and is switched immidiately.
* The following languages are mostly done, other languages are still waiting for translators. If you want to help, please post at '''[http://modetwo.net/darkmod/index.php?/topic/12863-translating-the-tdm-gui this thread]'''.
* The following languages are mostly done, other languages are still waiting for translators. If you want to help, please post at '''[http://modetwo.net/darkmod/index.php?/topic/12863-translating-the-tdm-gui this thread]'''.
** '''French''', '''German''', '''Italian''', '''Russian''', '''Polish''' (in progress), '''Spanish''' (incomplete)
** '''French''', '''German''', '''Italian''', '''Russian''', '''Polish''' (in progress), '''Spanish''' (incomplete), '''Portuguese''' (incomplete)


:[[Image:Trans_0003.jpg|340px|German HUD]] [[Image:Trans_0012.jpg|340px|The menus in French]]
:[[Image:Trans_0003.jpg|340px|German HUD]] [[Image:Trans_0012.jpg|340px|The menus in French]]
Line 64: Line 80:
{{clear}}
{{clear}}


{{infobox|''Note'': Due to technical reasons neither Umlauts nor accented characters work yet, and there are still some bitmaps in the menu that are not translated. We work on fixing these issues.}}
{{infobox|''Note'': Due to technical reasons neither Umlauts nor accented characters work yet, and there are still some bitmaps in the menu that are not translated. These issues will be fixed before the release.}}


{{whatsnew|sort=193}}
{{whatsnew|sort=193}}

Revision as of 18:16, 6 August 2011

See also the changelog on our bugtracker page: Roadmap

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

Changes / Features / Issues fixed

  • #1496: Unlocking of armed mines (Feature proposal) (grayman)
  • #2478: Adjustments to mines (Coding) (grayman)
  • #2698: Slim down strings/english.lang (Coding) (tels)
  • #2722: SEED: trace ends at bottom of SEED entity (SEED) (tels)
  • #2771: Wench legs clip (Animation) (Springheel)
  • #2777: Try to remove ai_character.script (AI) (tels)
  • #2781: Autogenerate english.lang etc. from strings/all.lang (Coding) (tels)
  • #2782: Add a way to switch the language in the menu (GUI) (tels)
  • #2783: Support translated HUD (weapon names, inventory groups), shopitems, messages etc. (Coding) (tels)
  • #2787: Complete Vine Arrow (Feature proposal) (grayman)
  • #2791: Check Revenant Materials (AI) (Springheel)
  • #2797: Add support for FM specific translations (Coding) (tels)
  • #2803: Restarting TDM fails with boost error on linux (Coding) (tels)
  • #2804: Keys ("rusty key" etc) do no twork with chest in italian (Coding) (tels)
  • #2805: Screenshot image format (Coding) (stgatilov)
  • #2806: hanging_horizontal_leaves has no alpha (Textures) (tels)
  • #2808: Electric lights (Def / Setup) (tels)
  • #2811: Font loading does not fall back to English (Coding) (tels)
  • #2815: Support FM short descriptions in other languages (Coding) (tels)
  • #2817: sys_lang only allows a fixed set of languages (Coding) (tels)
  • #2820: Unnecessary event posting during map startup can lead to overrunning the event queue (Coding) (grayman)
  • #2822: Fireplaces have their light embedded in the floor (Def / Setup) (tels)
  • #2823: Light holders (candles, etc.) marked "extinguished" spawn lit (Coding) (grayman)
  • #2825: Carleton Bold is missing its size 12 DDS (Graphics) (tels)


AI

  • Added new wench skins and fixed some clipping issues (Springheel)
  • Added new "waif" head and added new hair to some other heads (Springheel)


Animations

  • added some rustling cloth sounds to several animations (Springheel)
  • added improved melee combat animations (Noisycricket)


Entities/Skins/Models

  • New decorative statue skins like copper, brass, alabaster etc. (Tels)
  • New key skins and matching entities (with translated names) were added (Tels):
New key variants
  • Added new three-ringed key model (Mysterious Key) and a geometric key model (Strange Key). (Tels)
  • Four variants of ash heap models added (Tels)
  • The pre-made fireplace entities now have ash heaps, and the "arch" variant has two stacks of wood logs (Tels)


Sounds

  • Added several new impact sounds (Mortem)
  • Added new weapon and combat sounds (Mortem)


Coding

  • Vine arrows are now working (Grayman)
  • Weapons are now divided into three different categories of damage. Daggers no longer do the same damage as Longswords. (Springheel)

Translation

  • Both the menus and the in-game HUD as well as other on-screen messages are translatable into different languages.
  • FMs can have their own, specific translation dictionaries, meaning it is possible to update the translation w/o touching the FM PK4 file itself.
  • The language can be selected in the menu, and is switched immidiately.
  • The following languages are mostly done, other languages are still waiting for translators. If you want to help, please post at this thread.
    • French, German, Italian, Russian, Polish (in progress), Spanish (incomplete), Portuguese (incomplete)
German HUD The menus in French
Note: Due to technical reasons neither Umlauts nor accented characters work yet, and there are still some bitmaps in the menu that are not translated. These issues will be fixed before the release.


See also