log

age author description
Sat, 13 Jan 2007 17:42:50 +0000 Darkvater (svn r8106) -Feature/Fix: Add the ability to load savegames when you don't have the exact GRF files in your list. GRF files that are found based on GRFID (but not on matching md5sum) are used instead of disabling them. This does not affect MP games, there you still need an exact match. draft
Sat, 13 Jan 2007 17:23:02 +0000 Darkvater (svn r8105) -Codechange: Change FindGRFConfig so that if md5sum parameter is omitted (or NULL) draft
Sat, 13 Jan 2007 16:23:24 +0000 KUDr (svn r8104) -Fix: missing helpers.hpp added into source.list and VC draft
Sat, 13 Jan 2007 16:09:53 +0000 peter1138 (svn r8103) -Docchange: Include station tile types used by RichK's airports draft
Sat, 13 Jan 2007 15:55:22 +0000 Darkvater (svn r8102) -Cleanup: Remove unreachable code (r8096), useless cast draft
Sat, 13 Jan 2007 15:50:36 +0000 Darkvater (svn r8101) -Fix (runknown): Plug potential memleaks when calling UnInitWindowSystem. The function directly deleted all windows instead of calling their respective deallocators which could then in turn any used memory. draft
Sat, 13 Jan 2007 15:24:31 +0000 KUDr (svn r8100) -Propchange: EOL style changed to LF for /projects/generate draft
Sat, 13 Jan 2007 15:22:36 +0000 KUDr (svn r8099) -Fix (r8092): source.list updated to reflect move of header files (thanks stillunknown). vcproj files updated too (thanks glx) draft
Sat, 13 Jan 2007 15:00:40 +0000 Darkvater (svn r8098) -Fix (r6964): For editboxen, always fill the background with black, and not only after a valid call to FillDrawPixelInfo. This solves some graphics glitches with background widget-colour showing through on frequent redraws. draft
Sat, 13 Jan 2007 15:00:16 +0000 tron (svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now draft
Sat, 13 Jan 2007 14:48:47 +0000 Darkvater (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. draft
Sat, 13 Jan 2007 14:43:46 +0000 KUDr (svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h draft
Sat, 13 Jan 2007 14:01:05 +0000 Darkvater (svn r8094) -Feature/Fix (r7523): Show the activated status of the GRF list after pressing 'apply' draft
Sat, 13 Jan 2007 13:47:57 +0000 Darkvater (svn r8093) -Codechange: Add a function to get a string representation of an MD5SUM and use it. draft
Sat, 13 Jan 2007 13:33:36 +0000 KUDr (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. draft
Sat, 13 Jan 2007 13:23:56 +0000 KUDr (svn r8091) -Propchange: EOL style changed to LF for config.lib (fixes ./configure errors when sharing WC between linux and windows) draft
Sat, 13 Jan 2007 13:13:32 +0000 Darkvater (svn r8090) -[win32] Fix (r8089): for *nprintf 'ret = count' NOT 'ret = 0'... draft
Sat, 13 Jan 2007 13:06:18 +0000 Darkvater (svn r8089) -[win32] MS-borkedness: All *nprintf functions are broken, but we didn't test to fix it ourselves when 'len = count'. draft
Sat, 13 Jan 2007 10:38:58 +0000 tron (svn r8088) -Regression (r8087): Fix japanese translation by adding missing { and removing spurious 0 draft
Sat, 13 Jan 2007 07:31:35 +0000 miham (svn r8087) [Translations] Japanese translation manually updated by ickoonite draft
Sat, 13 Jan 2007 07:19:26 +0000 miham (svn r8086) WebTranslator2 update to 2007-01-13 08:18:52 draft
Fri, 12 Jan 2007 22:32:58 +0000 miham (svn r8085) [Translations] fixed the filenames to the scheme the others use, updated projectfile, sorry draft
Fri, 12 Jan 2007 22:27:27 +0000 miham (svn r8084) [Translations] Added nynorsk translation (pollux), renamed norwegian to norwegian bokmal, moved nynorsk to finished languages, and updated project files. draft
Fri, 12 Jan 2007 20:19:49 +0000 rubidium (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. draft
Fri, 12 Jan 2007 18:32:39 +0000 miham (svn r8082) WebTranslator2 update to 2007-01-12 19:31:14 draft
Fri, 12 Jan 2007 16:44:08 +0000 peter1138 (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. draft
Fri, 12 Jan 2007 16:30:41 +0000 Darkvater (svn r8080) -Codechange (r8079): Move the *WHOLE* performance code into the #ifndef and some style changes. draft
Fri, 12 Jan 2007 15:43:00 +0000 KUDr (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) draft
Fri, 12 Jan 2007 14:30:01 +0000 rubidium (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. draft
Fri, 12 Jan 2007 14:28:00 +0000 Darkvater (svn r8077) -Cleanup: Restructure some switch() statements' default case when they're unreachable draft
Fri, 12 Jan 2007 11:20:34 +0000 maedhros (svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138) draft
Fri, 12 Jan 2007 08:37:14 +0000 rubidium (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. draft
Fri, 12 Jan 2007 07:37:35 +0000 miham (svn r8073) WebTranslator2 update to 2007-01-12 08:35:48 draft
Fri, 12 Jan 2007 00:44:49 +0000 Darkvater (svn r8071) -Fix (r5999): [FS#536] Merging 32bit dates broke the inauguration date of companies in draft
Thu, 11 Jan 2007 21:49:39 +0000 glx (svn r8070) -Fix r5815: missing initialisation could cause crash when loading 24bpp BMP heightmap draft
Thu, 11 Jan 2007 19:35:30 +0000 miham (svn r8069) [Translations] Moved japanese from unfinished, good job translators draft
Thu, 11 Jan 2007 18:36:22 +0000 miham (svn r8068) WebTranslator2 update to 2007-01-11 19:35:48 draft
Thu, 11 Jan 2007 18:26:53 +0000 rubidium (svn r8067) -Fix (r7759): if bin/$(TTD) was removed, it did not get placed back on make unless $(TTD) got relinked. draft
Thu, 11 Jan 2007 17:29:39 +0000 KUDr (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter draft
Thu, 11 Jan 2007 15:30:35 +0000 celestar (svn r8065) -Feature: The station list does now remember the sort settings draft
Thu, 11 Jan 2007 14:40:12 +0000 peter1138 (svn r8063) -Codechange: When evaluating newgrf varaction2s the 'last value' should start off at 0, and the result of the operation is remembered. draft
Thu, 11 Jan 2007 14:25:17 +0000 peter1138 (svn r8062) -Codechange: change newgrf varaction2 value from signed to unsigned draft
Thu, 11 Jan 2007 13:47:55 +0000 bjarni (svn r8061) -Fix r8055: obj-c can't handle templates draft
Thu, 11 Jan 2007 12:47:42 +0000 celestar (svn r8058) -Codechange: Replaced an occurence of (uint32)-1 by UINT_MAX draft
Thu, 11 Jan 2007 12:38:04 +0000 celestar (svn r8057) -Codechange: Declare the "new" max template as static line. draft
Thu, 11 Jan 2007 12:32:10 +0000 celestar (svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were not used anyway) and replace them by our SwapT implementation draft
Thu, 11 Jan 2007 11:05:01 +0000 celestar (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(). draft
Thu, 11 Jan 2007 10:58:53 +0000 peter1138 (svn r8054) -Codechange: Use a template function instead of a macro for evaluating NewGRF var adjusts draft
Thu, 11 Jan 2007 10:35:59 +0000 miham (svn r8053) [Translations] Reverted german translators work (moewe2), since it looks suspicious draft
Thu, 11 Jan 2007 10:34:42 +0000 KUDr (svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now accept pointer to TrackBits/TrackdirBits instead of reference. draft
Thu, 11 Jan 2007 06:24:37 +0000 miham (svn r8051) WebTranslator2 update to 2007-01-11 07:24:01 draft
Thu, 11 Jan 2007 02:05:13 +0000 belugas (svn r8050) -Codechange: Rename map member extra to m6, since its usage has been widden. draft
Thu, 11 Jan 2007 01:21:55 +0000 Darkvater (svn r8049) -Regression (r7369): Removing certain news windows could cause a crash due to only draft
Wed, 10 Jan 2007 23:58:52 +0000 rubidium (svn r8047) -Revert (8002): cp -u is not supported on all platforms. draft
Wed, 10 Jan 2007 21:44:59 +0000 Darkvater (svn r8044) Regression (r8038): Crash on allocating bridge memory (peter1138) draft
Wed, 10 Jan 2007 20:11:13 +0000 rubidium (svn r8043) -Fix (8028): forgot setting a variable. draft
Wed, 10 Jan 2007 19:39:54 +0000 orudge (svn r8042) - Fix: OS/2 compilation with GCC (thanks to Paul Smedley and TrueBrain for their help) draft
Wed, 10 Jan 2007 19:20:25 +0000 peter1138 (svn r8041) -Regression (r7564): [NewGRF] check_length should skip further processing if a length is too short, so give the function a return value draft
Wed, 10 Jan 2007 19:13:33 +0000 truelight (svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not os2.cpp draft
Wed, 10 Jan 2007 19:00:08 +0000 miham (svn r8039) WebTranslator2 update to 2007-01-10 19:58:43 draft