summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-10-23(svn r21021) -Add [FS#4171]: Center industry gui and waypoint gui after ↵alberth
resize (partly by Krille).
2010-10-23(svn r21020) -Add: Use center of waypoint in waypoint gui, if available.alberth
2010-10-23(svn r21019) -Add: Use center of industry to focus on in the industry gui.alberth
2010-10-23(svn r21018) -Doc: Add Doxygen comments to some function.alberth
2010-10-23(svn r21017) -Doc: Small fixes (by Krille).alberth
2010-10-23(svn r21016) -Update from WebTranslator v3.0:translators
romanian - 1 changes by tonny serbian - 3 changes by etran
2010-10-23(svn r21015) -Fix [FS#4176]: don't let the resize button go past the bottom ↵glx
of the screen
2010-10-22(svn r21014) -Fix [FS#4179](r20098): Reversing of trains in stations while ↵frosch
last wagon was in a depot or on a bridge-/tunnelhead caused trouble.
2010-10-22(svn r21013) -Cleanup: Replace some magic value mappings with existing ↵frosch
conversion functions. (Hirundo)
2010-10-22(svn r21012) -Codechange: Deduplicate some code. (Hirundo)frosch
2010-10-22(svn r21011) -Update from WebTranslator v3.0:translators
catalan - 3 changes by arnau croatian - 3 changes by UnderwaterHesus frisian - 136 changes by gjannema portuguese - 1 changes by nars serbian - 2 changes by etran slovak - 9 changes by keso53 thai - 1 changes by reindeeruz
2010-10-22(svn r21010) -Fix [FS#4102]: the detailed performance rating window would ↵rubidium
occasionally be too narrow. Based on a patch by Krille
2010-10-22(svn r21009) -Fix: for the compact notation 1.000.000k and 1.000M would be ↵rubidium
shown depending on the initial (and later rounded) value. Make everything that would round to 1.000.000k be drawn as 1.000M as well.
2010-10-22(svn r21008) -Change: don't make client reconnect waiting time depend on the ↵rubidium
company; in coop games that does not spread clients at all, and most companies have a low number causing it not to be spread out either. Use the ClientID instead. Based on a patch by dihedral.
2010-10-22(svn r21007) -Fix: don't consider the text direction character when ↵rubidium
searching for missing glyphs
2010-10-22(svn r21006) -Fix (r21004): don't print the text direction character when ↵rubidium
ICU isn't linked and thus doesn't remove them
2010-10-21(svn r21004) -Fix [FS#3746]: chat/console messages got sometimes messed up ↵rubidium
due to LTR names in RTL translations and vice-versa
2010-10-21(svn r21003) -Update from WebTranslator v3.0:translators
czech - 3 changes by marek995 spanish - 1 changes by Terkhen thai - 5 changes by reindeeruz ukrainian - 1 changes by Fixer
2010-10-20(svn r21002) -Update from WebTranslator v3.0:translators
simplified_chinese - 14 changes by lmartinking german - 1 changes by norbert79 romanian - 1 changes by kkmic thai - 255 changes by reindeeruz
2010-10-20(svn r21001) -Fix [FS#4170] (r20936): clients were not always notified of a ↵rubidium
player leaving the game
2010-10-20(svn r21000) -Feature[tte]: chat directly to the server or a bot/admin/irc ↵rubidium
channel monitoring the server (dihedral)
2010-10-19(svn r20997) -Fix: Size of sort buttons for order and vehicle list gui could ↵planetmaker
be too small
2010-10-19(svn r20996) -Change: [NewGRF] the X and Y offsets in the parameter for ↵yexo
industry vars 60,61,62,63 are unsigned instead of signed
2010-10-19(svn r20994) -Update from WebTranslator v3.0:translators
german - 1 changes by frosch hebrew - 19 changes by rril irish - 1 changes by tem italian - 2 changes by lorenzodv korean - 19 changes by dlunch, junho2813 polish - 1 changes by voythas portuguese - 1 changes by JayCity swedish - 1 changes by tool
2010-10-18(svn r20993) -Codechange: some shuffling of game protocol packet description ↵rubidium
so they're documented in the "same" place as UDP, content and admin packets (dihedral)
2010-10-18(svn r20992) -Fix (r20958): Show either version and minimum compatible ↵planetmaker
version or neither
2010-10-18(svn r20991) -Update from WebTranslator v3.0:translators
belarusian - 2 changes by KorneySan croatian - 2 changes by VoyagerOne dutch - 2 changes by Yexo finnish - 1 changes by jpx_ french - 2 changes by glx hungarian - 2 changes by IPG russian - 2 changes by Lone_Wolf serbian - 1 changes by etran spanish - 1 changes by Terkhen vietnamese - 2 changes by nglekhoi
2010-10-18(svn r20990) -Fix: when removing a rail station, don't leave track under ↵smatz
non-station tiles
2010-10-18(svn r20988) -Fix [FS#4167]: no need to send packets and possibly get the ↵rubidium
connection closed when the next call also tries to send the packets and then closes the connection. Especially if the former frees a structure that the latter assumes to be still there
2010-10-17(svn r20982) -Change: Don't refer to OpenTTD as a "clone" any moreorudge
2010-10-17(svn r20981) -Fix: British English uses 'centre', not 'center'orudge
2010-10-17(svn r20979) -Fix: [NewGRF] ignore the variable for action7/9 condition type ↵yexo
0x0D and 0x0E as documented
2010-10-17(svn r20978) -Fix (r20963): MSVC seems to be complaining more than GCC once ↵rubidium
again :)
2010-10-17(svn r20977) -Fix (r20975): compilation didn't get to the link stage if you, ↵rubidium
or config.lib, decided you don't need network support
2010-10-17(svn r20976) -Update from WebTranslator v3.0:translators
finnish - 1 changes by jpx_ hungarian - 1 changes by IPG slovenian - 1 changes by ntadej
2010-10-17(svn r20975) -Add: logging of console output for remote admins (dihedral)rubidium
2010-10-17(svn r20974) -Add: remote console (rcon) for remote admins (dihedral)rubidium
2010-10-17(svn r20973) -Add: chat sending and receiving support for remote admins ↵rubidium
(dihedral)
2010-10-17(svn r20972) -Add: company statistics updates at intervals to remote admins ↵rubidium
(dihedral)
2010-10-17(svn r20971) -Add: company economy updates at intervals to remote admins ↵rubidium
(dihedral)
2010-10-17(svn r20970) -Add: company change notification to remote admins (dihedral)rubidium
2010-10-17(svn r20969) -Add: client info change notification to remote admins (dihedral)rubidium
2010-10-17(svn r20968) -Add: date notification of remote admins (dihedral)rubidium
2010-10-17(svn r20967) -Add: infrastructure to send information to remote admins at ↵rubidium
specific intervals (dihedral)
2010-10-17(svn r20966) -Change: enable remote administration sockets (parts by Yexo ↵rubidium
and dihedral)
2010-10-17(svn r20965) -Fix: typo in commentrubidium
2010-10-17(svn r20964) -Add: disconnecting remote admins that fail to authenticaterubidium
2010-10-17(svn r20963) -Add: stubs for a remote administration connectionrubidium
2010-10-17(svn r20962) -Fix [FS#4166](r20956): Determine tile under cursor before ↵frosch
opening the new viewport. It might appear just below the cursor.
2010-10-17(svn r20961) -Cleanup: Remove redundant/duplicate invisibility test. (uni657)frosch