Darkvater
|
64f34d322d
|
(svn r8096) -Codechange: Invert the check if you are allowed to clear a road tile so there are not so many negations (too confusing) and added some comments to further clarify what happens.
|
2007-01-13 14:48:47 +00:00 |
|
Darkvater
|
fc78ef95e1
|
(svn r8096) -Codechange: Invert the check if you are allowed to clear a road tile so there are not so many negations (too confusing) and added some comments to further clarify what happens.
|
2007-01-13 14:48:47 +00:00 |
|
KUDr
|
8ad471c321
|
(svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h
|
2007-01-13 14:43:46 +00:00 |
|
KUDr
|
0edc029f9f
|
(svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h
|
2007-01-13 14:43:46 +00:00 |
|
Darkvater
|
6f51ba9418
|
(svn r8094) -Feature/Fix (r7523): Show the activated status of the GRF list after pressing 'apply'
in the newgrf window, instead of the local list.
|
2007-01-13 14:01:05 +00:00 |
|
Darkvater
|
57a366e6d8
|
(svn r8094) -Feature/Fix (r7523): Show the activated status of the GRF list after pressing 'apply'
in the newgrf window, instead of the local list.
|
2007-01-13 14:01:05 +00:00 |
|
Darkvater
|
95024bb21c
|
(svn r8093) -Codechange: Add a function to get a string representation of an MD5SUM and use it.
|
2007-01-13 13:47:57 +00:00 |
|
Darkvater
|
5ed33e549e
|
(svn r8093) -Codechange: Add a function to get a string representation of an MD5SUM and use it.
|
2007-01-13 13:47:57 +00:00 |
|
KUDr
|
574ded3afd
|
(svn r8092) -Codechange: header files with miscellaneous template classes (smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere.
|
2007-01-13 13:33:36 +00:00 |
|
KUDr
|
f2e5e604fb
|
(svn r8092) -Codechange: header files with miscellaneous template classes (smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere.
|
2007-01-13 13:33:36 +00:00 |
|
Darkvater
|
47a7b714e3
|
(svn r8090) -[win32] Fix (r8089): for *nprintf 'ret = count' NOT 'ret = 0'...
|
2007-01-13 13:13:32 +00:00 |
|
Darkvater
|
c09b7e7fac
|
(svn r8090) -[win32] Fix (r8089): for *nprintf 'ret = count' NOT 'ret = 0'...
|
2007-01-13 13:13:32 +00:00 |
|
Darkvater
|
1b6467b0e3
|
(svn r8089) -[win32] MS-borkedness: All *nprintf functions are broken, but we didn't test to fix it ourselves when 'len = count'.
|
2007-01-13 13:06:18 +00:00 |
|
Darkvater
|
120f57b865
|
(svn r8089) -[win32] MS-borkedness: All *nprintf functions are broken, but we didn't test to fix it ourselves when 'len = count'.
|
2007-01-13 13:06:18 +00:00 |
|
tron
|
d1449465c5
|
(svn r8088) -Regression (r8087): Fix japanese translation by adding missing { and removing spurious 0
|
2007-01-13 10:38:58 +00:00 |
|
tron
|
4ee1050976
|
(svn r8088) -Regression (r8087): Fix japanese translation by adding missing { and removing spurious 0
|
2007-01-13 10:38:58 +00:00 |
|
miham
|
2e44df7b24
|
(svn r8087) [Translations] Japanese translation manually updated by ickoonite
|
2007-01-13 07:31:35 +00:00 |
|
miham
|
dbeb30fcab
|
(svn r8087) [Translations] Japanese translation manually updated by ickoonite
|
2007-01-13 07:31:35 +00:00 |
|
miham
|
e0f5bba141
|
(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)
|
2007-01-13 07:19:26 +00:00 |
|
miham
|
de60e0fe92
|
(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)
|
2007-01-13 07:19:26 +00:00 |
|
miham
|
86d12372b3
|
(svn r8085) [Translations] fixed the filenames to the scheme the others use, updated projectfile, sorry
|
2007-01-12 22:32:58 +00:00 |
|
miham
|
a6ed8732c8
|
(svn r8085) [Translations] fixed the filenames to the scheme the others use, updated projectfile, sorry
|
2007-01-12 22:32:58 +00:00 |
|
miham
|
18ac722988
|
(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
|
2007-01-12 22:27:27 +00:00 |
|
miham
|
57561ab674
|
(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
|
2007-01-12 22:27:27 +00:00 |
|
rubidium
|
98e462e564
|
(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.
|
2007-01-12 20:19:49 +00:00 |
|
rubidium
|
f66b373b52
|
(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.
|
2007-01-12 20:19:49 +00:00 |
|
miham
|
473ed1d351
|
(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)
|
2007-01-12 18:32:39 +00:00 |
|
miham
|
ee1021d29c
|
(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)
|
2007-01-12 18:32:39 +00:00 |
|
peter1138
|
32bee79485
|
(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.
|
2007-01-12 16:44:08 +00:00 |
|
peter1138
|
4ef8afa9e1
|
(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.
|
2007-01-12 16:44:08 +00:00 |
|
Darkvater
|
a5cd65b3f9
|
(svn r8080) -Codechange (r8079): Move the *WHOLE* performance code into the #ifndef and some style changes.
|
2007-01-12 16:30:41 +00:00 |
|
Darkvater
|
a352bf8529
|
(svn r8080) -Codechange (r8079): Move the *WHOLE* performance code into the #ifndef and some style changes.
|
2007-01-12 16:30:41 +00:00 |
|
KUDr
|
ae7d52e5aa
|
(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)
|
2007-01-12 15:43:00 +00:00 |
|
KUDr
|
e896d7814a
|
(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)
|
2007-01-12 15:43:00 +00:00 |
|
rubidium
|
cf01dc9b16
|
(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.
|
2007-01-12 14:30:01 +00:00 |
|
rubidium
|
c48aa5db45
|
(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.
|
2007-01-12 14:30:01 +00:00 |
|
Darkvater
|
d34bdd8900
|
(svn r8077) -Cleanup: Restructure some switch() statements' default case when they're unreachable
|
2007-01-12 14:28:00 +00:00 |
|
Darkvater
|
bccef9f948
|
(svn r8077) -Cleanup: Restructure some switch() statements' default case when they're unreachable
|
2007-01-12 14:28:00 +00:00 |
|
maedhros
|
129326425b
|
(svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138)
|
2007-01-12 11:20:34 +00:00 |
|
maedhros
|
4ae861880b
|
(svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138)
|
2007-01-12 11:20:34 +00:00 |
|
rubidium
|
d073693827
|
(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.
|
2007-01-12 08:37:14 +00:00 |
|
rubidium
|
5afd50017d
|
(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.
|
2007-01-12 08:37:14 +00:00 |
|
miham
|
ef0504afb1
|
(svn r8073) WebTranslator2 update to 2007-01-12 08:35:48
brazilian_portuguese - 92 changed by fukumori (92)
|
2007-01-12 07:37:35 +00:00 |
|
miham
|
c3b56e0b3a
|
(svn r8073) WebTranslator2 update to 2007-01-12 08:35:48
brazilian_portuguese - 92 changed by fukumori (92)
|
2007-01-12 07:37:35 +00:00 |
|
Darkvater
|
a3e33358df
|
(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)
|
2007-01-12 00:44:49 +00:00 |
|
Darkvater
|
95deb5eace
|
(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)
|
2007-01-12 00:44:49 +00:00 |
|
glx
|
101f544ca8
|
(svn r8070) -Fix r5815: missing initialisation could cause crash when loading 24bpp BMP heightmap
|
2007-01-11 21:49:39 +00:00 |
|
glx
|
2533b4a520
|
(svn r8070) -Fix r5815: missing initialisation could cause crash when loading 24bpp BMP heightmap
|
2007-01-11 21:49:39 +00:00 |
|
miham
|
a68def49db
|
(svn r8069) [Translations] Moved japanese from unfinished, good job translators
|
2007-01-11 19:35:30 +00:00 |
|
miham
|
7885defae5
|
(svn r8069) [Translations] Moved japanese from unfinished, good job translators
|
2007-01-11 19:35:30 +00:00 |
|