News:

SimuTranslator
Make Simutrans speak your language.

Release 111.0 in history.txt

Started by thematic, November 25, 2011, 05:40:21 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thematic

Hello,


Just now I was going to ask about the revision number in config.default, I apparently got it right by chance, having compiled a new AmigaOS 4.1 build. But in history.txt there's
QuoteRelease of 110.0.1 (r4911 on 1-Nov-2011):


Should it be
QuoteRelease of 111.0 (r4911 on 1-Nov-2011):
instead?


Yes, I put 4911 in config.default, it was just 1234 in earlier releases.  :-[ 
"If I could discover just one of these things - what eternity is, for example - I wouldn't care if they did think I was crazy."

Dwachs

Its already fixed in the source code repository.
Parsley, sage, rosemary, and maggikraut.

prissi

If you like, I would upload an AmigaOS binary also to sourceforge and, if there are changes in the makefile needed, incorporate them into the svn.

thematic


File can be downloaded here:


http://os4depot.net/share/game/strategy/simutrans.lha


In makefile, there's some gcc flag that needs to be dodged:


ifneq ($(OPTIMISE),)
    CFLAGS += -O3 -fno-schedule-insns
  ifneq ($(OSTYPE),mac)
    ifneq ($(OSTYPE),haiku)
     ifneq ($(OSTYPE),amiga)
        CFLAGS += -minline-all-stringops
     endif
    endif
  endif
else
  CFLAGS += -O
endif




AmigaOS doesn't have ipv6 so, at the top of dataobj/network.cc I have:


#if (defined( __MINGW32__) || defined(__amiga__))

// warning: IPv6 will only work on XP and up ...
#define USE_IP4_ONLY
#endif

"If I could discover just one of these things - what eternity is, for example - I wouldn't care if they did think I was crazy."

prissi


Severous

The forum thread that invites download of V111 continues to have the incorrect text quoted

http://forum.simutrans.com/index.php?topic=8360.0

Release of 110.0.1 (r4911 on 1-Nov-2011): should be Release of 111.0 (r4911 on 1-Nov-2011):

This is the fourth report of that error.

As newcomers to Simutrans might well go there for download Simutrans it would good for that initial post to be corrected rather than create a confusing or poor impression.
Regards
Sev.

Dwachs

Parsley, sage, rosemary, and maggikraut.