Age | Commit message (Expand) | Author |
2007-01-12 | (svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ... | rubidium |
2007-01-12 | (svn r8082) WebTranslator2 update to 2007-01-12 19:31:14 | miham |
2007-01-12 | (svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the us... | peter1138 |
2007-01-12 | (svn r8080) -Codechange (r8079): Move the *WHOLE* performance code into the #... | Darkvater |
2007-01-12 | (svn r8079) -Fix [YAPF]: float division by zero when calculating stats (YAPF ... | KUDr |
2007-01-12 | (svn r8078) -Codechange: rewrite UDP part of the network code to make use cla... | rubidium |
2007-01-12 | (svn r8077) -Cleanup: Restructure some switch() statements' default case when... | Darkvater |
2007-01-12 | (svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138) | maedhros |
2007-01-12 | (svn r8074) -Fix (FS#537, r7555, r5749): revert r7555 because it was really w... | rubidium |
2007-01-12 | (svn r8073) WebTranslator2 update to 2007-01-12 08:35:48 | miham |
2007-01-12 | (svn r8071) -Fix (r5999): [FS#536] Merging 32bit dates broke the inauguration... | Darkvater |
2007-01-11 | (svn r8070) -Fix r5815: missing initialisation could cause crash when loading... | glx |
2007-01-11 | (svn r8069) [Translations] Moved japanese from unfinished, good job translators | miham |
2007-01-11 | (svn r8068) WebTranslator2 update to 2007-01-11 19:35:48 | miham |
2007-01-11 | (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi... | KUDr |
2007-01-11 | (svn r8065) -Feature: The station list does now remember the sort settings | celestar |
2007-01-11 | (svn r8063) -Codechange: When evaluating newgrf varaction2s the 'last value' ... | peter1138 |
2007-01-11 | (svn r8062) -Codechange: change newgrf varaction2 value from signed to unsigned | peter1138 |
2007-01-11 | (svn r8061) -Fix r8055: obj-c can't handle templates | bjarni |
2007-01-11 | (svn r8058) -Codechange: Replaced an occurence of (uint32)-1 by UINT_MAX | celestar |
2007-01-11 | (svn r8057) -Codechange: Declare the "new" max template as static line. | celestar |
2007-01-11 | (svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were... | celestar |
2007-01-11 | (svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macro... | celestar |
2007-01-11 | (svn r8054) -Codechange: Use a template function instead of a macro for evalu... | peter1138 |
2007-01-11 | (svn r8053) [Translations] Reverted german translators work (moewe2), since i... | miham |
2007-01-11 | (svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now ac... | KUDr |
2007-01-11 | (svn r8051) WebTranslator2 update to 2007-01-11 07:24:01 | miham |
2007-01-11 | (svn r8050) -Codechange: Rename map member extra to m6, since its usage has b... | belugas |
2007-01-11 | (svn r8049) -Regression (r7369): Removing certain news windows could cause a ... | Darkvater |
2007-01-10 | (svn r8044) Regression (r8038): Crash on allocating bridge memory (peter1138) | Darkvater |
2007-01-10 | (svn r8043) -Fix (8028): forgot setting a variable. | rubidium |
2007-01-10 | (svn r8042) - Fix: OS/2 compilation with GCC (thanks to Paul Smedley and True... | orudge |
2007-01-10 | (svn r8041) -Regression (r7564): [NewGRF] check_length should skip further pr... | peter1138 |
2007-01-10 | (svn r8039) WebTranslator2 update to 2007-01-10 19:58:43 | miham |
2007-01-10 | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ... | rubidium |
2007-01-10 | (svn r8034) -Fix (r8033): aircraft_cmd.c was not renamed. | rubidium |
2007-01-10 | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed... | KUDr |
2007-01-10 | (svn r8030) -Fix: segmentation fault when removing a town in the scenario edi... | rubidium |
2007-01-10 | (svn r8029) -Fix (7759): somehow the old configure script was not removed. | rubidium |
2007-01-10 | (svn r8028) -Fix: overflow of ticks was not handled properly, possibly result... | rubidium |
2007-01-10 | (svn r8027) -Fix (FS#486) If a pause command is issues, it will now pause the... | celestar |
2007-01-10 | (svn r8026) -Fix (r2441) When taking up cargo that is transferring, trains wi... | celestar |
2007-01-09 | (svn r8014) -Codechange (r7573): When a tile is cleared, empty the general pu... | maedhros |
2007-01-09 | (svn r8013) -Codechange (r6921, rUnknown): Show the error message of corrupt ... | Darkvater |
2007-01-09 | (svn r8012) WebTranslator2 update to 2007-01-09 20:43:03 | miham |
2007-01-09 | (svn r8007) -Codechange: Change _vehicle_position_hash from VehicleID to Vehi... | peter1138 |
2007-01-09 | (svn r8000) -Codechange: drop UDP packets when their internal size does not m... | rubidium |
2007-01-09 | (svn r7987) [Translations] Slovenian is no longer unfinished (no bad strings) | miham |
2007-01-09 | (svn r7986) WebTranslator2 update to 2007-01-09 08:20:27 | miham |
2007-01-08 | (svn r7984) -Fix: out-of-bounds read access on _clients array (Quark) | Darkvater |