Darkvater [Sat, 13 Jan 2007 13:06:18 +0000] rev 5881
(svn r8089) -[win32] MS-borkedness: All *nprintf functions are broken, but we didn't test to fix it ourselves when 'len = count'.
tron [Sat, 13 Jan 2007 10:38:58 +0000] rev 5880
(svn r8088) -Regression (r8087): Fix japanese translation by adding missing { and removing spurious 0
miham [Sat, 13 Jan 2007 07:31:35 +0000] rev 5879
(svn r8087) [Translations] Japanese translation manually updated by ickoonite
miham [Sat, 13 Jan 2007 07:19:26 +0000] rev 5878
(svn r8086) WebTranslator2 update to 2007-01-13 08:18:52
brazilian_portuguese - 203 changed by fukumori (203)
norwegian_nynorsk - 9 changed by pollux (9)
miham [Fri, 12 Jan 2007 22:32:58 +0000] rev 5877
(svn r8085) [Translations] fixed the filenames to the scheme the others use, updated projectfile, sorry
miham [Fri, 12 Jan 2007 22:27:27 +0000] rev 5876
(svn r8084) [Translations] Added nynorsk translation (pollux), renamed norwegian to norwegian bokmal, moved nynorsk to finished languages, and updated project files.
Strings pending to nynorsk will be preserved if they are differ from the current translation
rubidium [Fri, 12 Jan 2007 20:19:49 +0000] rev 5875
(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState.
miham [Fri, 12 Jan 2007 18:32:39 +0000] rev 5874
(svn r8082) WebTranslator2 update to 2007-01-12 19:31:14
brazilian_portuguese - 62 changed by fukumori (62)
croatian - 86 fixed, 2 changed by knovak (88)
esperanto - 1 changed by LaPingvino (1)
peter1138 [Fri, 12 Jan 2007 16:44:08 +0000] rev 5873
(svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the using the existing one. This fixes problems with the object scope setting.
Darkvater [Fri, 12 Jan 2007 16:30:41 +0000] rev 5872
(svn r8080) -Codechange (r8079): Move the *WHOLE* performance code into the #ifndef and some style changes.
KUDr [Fri, 12 Jan 2007 15:43:00 +0000] rev 5871
(svn r8079) -Fix [YAPF]: float division by zero when calculating stats (YAPF cache hit ratio). Caused BSOD on Win9x. (thanks 3iff for report, Darkvater for help)
rubidium [Fri, 12 Jan 2007 14:30:01 +0000] rev 5870
(svn r8078) -Codechange: rewrite UDP part of the network code to make use classes. This is only one of the many steps to really cleanup the network code.
Darkvater [Fri, 12 Jan 2007 14:28:00 +0000] rev 5869
(svn r8077) -Cleanup: Restructure some switch() statements' default case when they're unreachable
maedhros [Fri, 12 Jan 2007 11:20:34 +0000] rev 5868
(svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138)
rubidium [Fri, 12 Jan 2007 08:37:14 +0000] rev 5867
(svn r8074) -Fix (FS#537, r7555, r5749): revert r7555 because it was really wrong and fix the off-by-one error due to truncation that was supposedly fixed by r7555.
miham [Fri, 12 Jan 2007 07:37:35 +0000] rev 5866
(svn r8073) WebTranslator2 update to 2007-01-12 08:35:48
brazilian_portuguese - 92 changed by fukumori (92)
Darkvater [Fri, 12 Jan 2007 00:44:49 +0000] rev 5865
(svn r8071) -Fix (r5999): [FS#536] Merging 32bit dates broke the inauguration date of companies in
oldloader: "The year the company was inaugurated (full value, not base-1920)"
(Marcin Grzegorczyk's TTD internals site)
glx [Thu, 11 Jan 2007 21:49:39 +0000] rev 5864
(svn r8070) -Fix r5815: missing initialisation could cause crash when loading 24bpp BMP heightmap
miham [Thu, 11 Jan 2007 19:35:30 +0000] rev 5863
(svn r8069) [Translations] Moved japanese from unfinished, good job translators
miham [Thu, 11 Jan 2007 18:36:22 +0000] rev 5862
(svn r8068) WebTranslator2 update to 2007-01-11 19:35:48
croatian - 93 fixed by knovak (93)
greek - 10 fixed by Kesnar (10)
japanese - 506 fixed by ickoonite (506)
rubidium [Thu, 11 Jan 2007 18:26:53 +0000] rev 5861
(svn r8067) -Fix (r7759): if bin/$(TTD) was removed, it did not get placed back on make unless $(TTD) got relinked.
KUDr [Thu, 11 Jan 2007 17:29:39 +0000] rev 5860
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
celestar [Thu, 11 Jan 2007 15:30:35 +0000] rev 5859
(svn r8065) -Feature: The station list does now remember the sort settings
peter1138 [Thu, 11 Jan 2007 14:40:12 +0000] rev 5858
(svn r8063) -Codechange: When evaluating newgrf varaction2s the 'last value' should start off at 0, and the result of the operation is remembered.
peter1138 [Thu, 11 Jan 2007 14:25:17 +0000] rev 5857
(svn r8062) -Codechange: change newgrf varaction2 value from signed to unsigned
bjarni [Thu, 11 Jan 2007 13:47:55 +0000] rev 5856
(svn r8061) -Fix r8055: obj-c can't handle templates
We will need to figure out a nicer solution for this, but now OSX compiles again
celestar [Thu, 11 Jan 2007 12:47:42 +0000] rev 5855
(svn r8058) -Codechange: Replaced an occurence of (uint32)-1 by UINT_MAX
celestar [Thu, 11 Jan 2007 12:38:04 +0000] rev 5854
(svn r8057) -Codechange: Declare the "new" max template as static line.
celestar [Thu, 11 Jan 2007 12:32:10 +0000] rev 5853
(svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were not used anyway) and replace them by our SwapT implementation
celestar [Thu, 11 Jan 2007 11:05:01 +0000] rev 5852
(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max().