Author Topic: [fixed] message box shows 2 messages in one place  (Read 883 times)

titi

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 4,240
    • View Profile
    • http://www.titusgames.de
[fixed] message box shows 2 messages in one place
« on: 4 September 2010, 17:31:32 »
(svn revision 940 )
How to reproduce it:
- switch to german language.
-  start a game with only one player ( you of course )
- the game opens and you get the "you win! Exit game" message in german.  But the german version is printed in the same place.

its in game.cpp showWinMessageBox() ( line 1878 ), but I don't know how to fix it or what is wrong :/ .
Try Megaglest! Improved Engine / New factions / New tilesets / New maps / New scenarios

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Re: message box shows 2 messages in one place
« Reply #1 on: 6 September 2010, 05:51:44 »
I tried these steps and I cannot reproduce the problem reported here?

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,239
    • View Profile
Re: message box shows 2 messages in one place
« Reply #2 on: 11 September 2010, 16:14:31 »
I added some code to allow showing error and regular message boxes at the same time so if this happens again let me know

titi

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 4,240
    • View Profile
    • http://www.titusgames.de
Re: message box shows 2 messages in one place
« Reply #3 on: 11 September 2010, 23:41:07 »
ok, thanks , but original problem was a different one. But I also had this now fixed problem too one or two times.
About the other problem, try to remember when we meet in chat again, then i will show you whats wrong. ( Its really just a small thing )
Try Megaglest! Improved Engine / New factions / New tilesets / New maps / New scenarios

titi

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 4,240
    • View Profile
    • http://www.titusgames.de
Re: message box shows 2 messages in one place
« Reply #4 on: 13 September 2010, 12:31:34 »
thanks to softcoder this is fixed now in svn. German translation had a space at zhe end of the string  which caused this weird effect.
Try Megaglest! Improved Engine / New factions / New tilesets / New maps / New scenarios

 

anything