log

age author description
Fri, 05 Jan 2007 21:33:58 +0000 rubidium (svn r7888) -Change: add documentation about the 'on-the-wire' structure of the network game information request and reply packets. draft
Fri, 05 Jan 2007 20:46:53 +0000 bjarni (svn r7887) -Fix: [OSX] Endian32_Swap should always return a uint32, not a long unsigned int draft
Fri, 05 Jan 2007 19:50:44 +0000 bjarni (svn r7886) -Fix: [OSX] control+enter will no longer toggle fullscreen as it collided with other hotkeys (pv2b) draft
Fri, 05 Jan 2007 18:28:49 +0000 miham (svn r7884) WebTranslator2 update to 2007-01-05 19:28:08 draft
Fri, 05 Jan 2007 18:11:14 +0000 tron (svn r7883) It's spelled 'automatically' draft
Fri, 05 Jan 2007 18:03:30 +0000 truelight (svn r7882) -Fix: OS2 is defined as UNIX too, but not for networking draft
Fri, 05 Jan 2007 17:49:46 +0000 truelight (svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2 draft
Fri, 05 Jan 2007 17:42:01 +0000 tron (svn r7880) Simplify regular expressions and fix that exactly OS2 is matched, not any string beginning with OS2 draft
Fri, 05 Jan 2007 17:29:35 +0000 tron (svn r7878) Remove the long gone sdl11-config (again) draft
Fri, 05 Jan 2007 17:29:08 +0000 tron (svn r7877) Improve readability and shorten the configure script by 241 lines draft
Fri, 05 Jan 2007 15:01:51 +0000 rubidium (svn r7866) -Fix (r7759): ./configure --revision=[revision] did not work as intended. draft
Fri, 05 Jan 2007 14:26:45 +0000 peter1138 (svn r7864) -Codechange: Offset engines/wagons in the train details window by half the train length modifier. This stops overflowing wagons in sets that use 32px lengths. draft
Fri, 05 Jan 2007 11:41:11 +0000 Darkvater (svn r7861) -Fix (r7823): Crash when oldest news was deleted. First check the index for oldest news draft
Fri, 05 Jan 2007 07:36:33 +0000 miham (svn r7857) WebTranslator2 update to 2007-01-05 08:35:59 draft
Fri, 05 Jan 2007 01:23:03 +0000 rubidium (svn r7847) -Codechange: use NetworkUDPClose instead of calling closesocket directly. draft
Fri, 05 Jan 2007 00:39:08 +0000 Darkvater (svn r7843) -Codechange (r7840): left out word 'file' making crash-text look un-english-ish. draft
Thu, 04 Jan 2007 23:49:55 +0000 Darkvater (svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove draft
Thu, 04 Jan 2007 21:48:52 +0000 rubidium (svn r7836) -Codechange: some constness for network/core. draft
Thu, 04 Jan 2007 21:21:14 +0000 rubidium (svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them. draft
Thu, 04 Jan 2007 20:33:50 +0000 rubidium (svn r7833) -Fix (r7829): forgot to add debug.h to the includes. draft
Thu, 04 Jan 2007 19:24:42 +0000 peter1138 (svn r7831) -Codechange: [NewGRF] Do not mark as unsafe those NewGRFs that set their own parameters (via action D) and/or change only bridge sprite table layouts (action 0, property D). draft
Thu, 04 Jan 2007 19:12:45 +0000 rubidium (svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have to set _network_available only once. draft
Thu, 04 Jan 2007 18:50:40 +0000 rubidium (svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater. draft
Thu, 04 Jan 2007 18:30:28 +0000 miham (svn r7828) WebTranslator2 update to 2007-01-04 19:28:37 draft
Thu, 04 Jan 2007 18:10:40 +0000 rubidium (svn r7825) -Codechange: make NetworkUDPClose close a single UDP socket. Use NetworkUDPStop to close all opened udp sockets (those were called NetworkUDPClose). draft
Thu, 04 Jan 2007 17:23:55 +0000 Darkvater (svn r7823) -Fix (r7384 / r7368 / r3757 / r7388): News windows could still cause crashes because draft
Thu, 04 Jan 2007 15:42:09 +0000 rubidium (svn r7821) -Fix: be more strict about the socket from where packets arrive. Do not accept requests about the game server on the master/client socket, do not accept master server acks on the client/server socket, etc. draft
Thu, 04 Jan 2007 06:57:49 +0000 miham (svn r7819) WebTranslator2 update to 2007-01-04 07:57:17 draft
Thu, 04 Jan 2007 02:18:04 +0000 rubidium (svn r7818) -Fix (r7751): wrote some data to the wrong network packet. draft
Thu, 04 Jan 2007 01:10:39 +0000 Darkvater (svn r7817) -Fix (r7573): Bridge merge broke building canals at level 0. draft
Wed, 03 Jan 2007 23:55:37 +0000 rubidium (svn r7813) -Fix (r7799): it is $with_zlib, not $zlib. draft
Wed, 03 Jan 2007 23:53:23 +0000 glx (svn r7812) -Fix: rail station build window was not correctly updated after station_spread change draft
Wed, 03 Jan 2007 22:55:53 +0000 KUDr (svn r7810) -Fix: FS#504 Building airport whose size exceeds max station spread-out caused assert. (Zuu) draft
Wed, 03 Jan 2007 22:24:36 +0000 glx (svn r7809) -Fix: convert \r to \n before parsing files with awk in projects/generate so it works using mingw/msys draft
Wed, 03 Jan 2007 20:49:08 +0000 miham (svn r7807) [Translations] Fix: r7806. Forgot to generate project files to include lithuanian draft
Wed, 03 Jan 2007 20:44:59 +0000 miham (svn r7806) [Translations] Lithuanian is no longer unfinished, thanks for the current translators! Good work, keep it up! draft
Wed, 03 Jan 2007 18:41:20 +0000 miham (svn r7803) WebTranslator2 update to 2007-01-03 19:37:39 draft
Wed, 03 Jan 2007 18:29:15 +0000 rubidium (svn r7802) -Feature: make it possible to override the bind address and port of a dedicated server from the command line. draft
Wed, 03 Jan 2007 18:06:50 +0000 rubidium (svn r7801) -Feature: add command line option to prevent saving of highscore and configuration on exit and a console command to manually initiate a configuration save (Aloysha). draft
Wed, 03 Jan 2007 17:47:34 +0000 peter1138 (svn r7800) -Fix (r7787): Remove Czech strings with .news or .subs case. draft
Wed, 03 Jan 2007 16:36:36 +0000 rubidium (svn r7799) -Fix (r7759): gracefully handle cases where the directory libz.a is in is given via --with-libz. draft
Wed, 03 Jan 2007 14:42:08 +0000 peter1138 (svn r7797) -Codechange: Replace static _sprite_ptr and associated arrays with dynamic array to allow variable number of sprites. This does not change the sprite limit. draft
Wed, 03 Jan 2007 13:55:25 +0000 rubidium (svn r7796) -Fix (r7759): cygwin does not need to rewrite the paths for strgen. draft
Wed, 03 Jan 2007 11:33:54 +0000 peter1138 (svn r7795) -Codechange: [NewGRF] When safety checking, allow an Action E that force activates the GRF. Unfortunately this requires knowing the GRF ID in advance (before the Action 8) so the static GRFs are now scanned twice on start up, once for the GRF ID, and then for the safety check. (This fix allows unifont.grf to be used.) draft
Wed, 03 Jan 2007 09:45:07 +0000 peter1138 (svn r7794) -Cleanup: Remove obsolete, never-used landscape rotation code. And spell obsolete correctly. draft
Wed, 03 Jan 2007 09:32:01 +0000 peter1138 (svn r7793) -Cleanup: Remove obsolute, never-used old spritecache LRU code draft
Wed, 03 Jan 2007 08:20:25 +0000 rubidium (svn r7788) -Fix (r7759): do not stop compiling languages when one language fails to compile. draft
Wed, 03 Jan 2007 06:50:31 +0000 miham (svn r7787) WebTranslator2 update to 2007-01-03 07:49:50 draft
Wed, 03 Jan 2007 00:02:18 +0000 rubidium (svn r7782) -Fix (r7779): do really check whether there are files to copy in the directories, not just test whether the directories exist. draft
Tue, 02 Jan 2007 23:19:52 +0000 truelight (svn r7780) [Configure] -Fix: strip before copy, not copy before strip draft
Tue, 02 Jan 2007 23:14:39 +0000 glx (svn r7779) [Configure] -Fix: simplify scenario and scenario/heightmaps dir existance check draft
Tue, 02 Jan 2007 22:52:46 +0000 truelight (svn r7778) -Fix (r7777): intel -> Intel draft
Tue, 02 Jan 2007 22:45:20 +0000 truelight (svn r7777) [Configure] -Fix: call intel builds on OSX universal compiles intel, not i386 (that is just silly) draft
Tue, 02 Jan 2007 22:29:26 +0000 truelight (svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q) draft
Tue, 02 Jan 2007 22:28:15 +0000 rubidium (svn r7775) -Fix (r7759): make ./configure --help lines at most 80 characters draft
Tue, 02 Jan 2007 22:17:38 +0000 rubidium (svn r7774) -Fix (r7759): remove the left-over strgen directory. draft
Tue, 02 Jan 2007 21:58:51 +0000 Darkvater (svn r7773) -(r7759) Update MSVC documentation for (mainly) VS2003 users (needs special human intervention to work because MS decided to use some completely braindead user-datafile that you can't edit outside the development environment) draft
Tue, 02 Jan 2007 21:48:33 +0000 Darkvater (svn r7772) -Fix (r7759): [win32] Paths to icon files were wrong. draft
Tue, 02 Jan 2007 21:37:23 +0000 bjarni (svn r7771) -Fix: [OSX] make bundle no longer copies docs/OSX_why_multiple_applications.txt, since we no longer got that outdated file draft
Tue, 02 Jan 2007 21:31:39 +0000 truelight (svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost) draft
Tue, 02 Jan 2007 21:30:33 +0000 rubidium (svn r7769) -Fix (r7759): the strgen -t flag (todo) was set when it shouldn't be set and vice-versa. draft
Tue, 02 Jan 2007 21:29:11 +0000 rubidium (svn r7768) -Fix (r7765): use $(MAKE) instead of make in the debian rules. draft
Tue, 02 Jan 2007 21:27:28 +0000 bjarni (svn r7767) -Fix r7751: [OSX] nameclash in includes. ALIGN was defined in both a library and macros.h draft
Tue, 02 Jan 2007 20:39:07 +0000 bjarni (svn r7766) -Fix: [OSX] removed incorrect debug message about corrupted/missing grf files draft
Tue, 02 Jan 2007 20:35:16 +0000 rubidium (svn r7765) -Fix (r7759): forgot to update the os/debian files. draft
Tue, 02 Jan 2007 20:28:54 +0000 truelight (svn r7764) [Configure] -Fix: a forced direct-music is as valid as an autodetected draft
Tue, 02 Jan 2007 20:26:48 +0000 truelight (svn r7763) [Configure] -Fix: all -z tests were protected with "", but of course we forgot one...... :( draft
Tue, 02 Jan 2007 20:19:25 +0000 truelight (svn r7762) [Configure] -Fix: .rc files were not ignored in old DEP system draft
Tue, 02 Jan 2007 20:06:44 +0000 truelight (svn r7761) [Configure] -Fix: a != should be a =, gave funny warnings with dedicated and network enabled draft
Tue, 02 Jan 2007 20:00:10 +0000 peter1138 (svn r7760) -Codechange: Debug messages for newgrf showed the starting sprite, not the current sprite index. Also only output the debug message during activation, when sprites are loaded. draft
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: draft
Tue, 02 Jan 2007 18:56:03 +0000 peter1138 (svn r7758) -Codechange: Change SpriteGroup pool allocation from 16 items to 512 items at a time, as with a few sets loaded there can easily be 10,000+ items in the pool. draft
Tue, 02 Jan 2007 18:43:25 +0000 Darkvater (svn r7757) -Fix (r7621): x64 did not compile because query_d was too big. Reorder the elements draft
Tue, 02 Jan 2007 18:41:54 +0000 miham (svn r7756) WebTranslator2 update to 2007-01-02 19:29:06 part #2 draft
Tue, 02 Jan 2007 18:40:08 +0000 miham (svn r7754) WebTranslator2 update to 2007-01-02 19:29:06 draft
Tue, 02 Jan 2007 18:19:56 +0000 peter1138 (svn r7752) -Codechange: An off-by-one problem reduced the sprite limit by 1 whole sprite draft
Tue, 02 Jan 2007 17:34:03 +0000 rubidium (svn r7751) -Codechange: move network_* to a new network map. Furthermore move the low level network functions to network/core, so they can be reused by the masterserver and website-serverlist-updater. draft
Tue, 02 Jan 2007 12:52:29 +0000 Darkvater (svn r7746) -Fix [WT2] Add proper svn:eol-style to unfinished languages. draft
Tue, 02 Jan 2007 11:13:41 +0000 miham (svn r7743) WebTranslator2 update to 2007-01-02 12:13:08 draft
Tue, 02 Jan 2007 10:22:10 +0000 miham (svn r7742) WebTranslator2 update to 2007-01-02 11:20:30 draft
Tue, 02 Jan 2007 07:56:57 +0000 miham (svn r7738) WebTranslator2 update to 2007-01-02 08:56:21 draft
Mon, 01 Jan 2007 22:46:10 +0000 rubidium (svn r7733) -Fix (r5946): do not use WP(w, querystr_d) and WP(w, def_d) for the same window. draft
Mon, 01 Jan 2007 22:26:01 +0000 miham (svn r7732) WebTranslator2 update to 2007-01-01 23:25:29 draft
Mon, 01 Jan 2007 22:00:54 +0000 rubidium (svn r7731) -Fix (r5999): off-by-one error in the date to YMD calculation for first 4 years of a century that was not divisable by 400. draft
Mon, 01 Jan 2007 19:37:53 +0000 rubidium (svn r7727) -Fix (FS#498): sometimes ALT-TAB could trigger the fast forward. draft
Mon, 01 Jan 2007 18:54:18 +0000 rubidium (svn r7726) -Fix (r7622, FS#497): segmentation fault on pressing the 'sell all airplanes'. draft
Mon, 01 Jan 2007 18:14:26 +0000 miham (svn r7723) WebTranslator2 update to 2007-01-01 19:13:54 draft
Mon, 01 Jan 2007 17:06:08 +0000 miham (svn r7722) [Translations] Added new translation: traditional chinese draft
Mon, 01 Jan 2007 15:04:35 +0000 peter1138 (svn r7718) -Fix (runknown): When pathfinding onto a bridge or tunnel end from draft
Mon, 01 Jan 2007 14:58:27 +0000 peter1138 (svn r7717) -Fix (runknown): When following path for signals, don't skip back to the draft
Mon, 01 Jan 2007 14:53:57 +0000 peter1138 (svn r7716) -Revert r7620: Changes introduced more problems than they fixed (and a goto?) draft
Mon, 01 Jan 2007 13:25:21 +0000 miham (svn r7715) WebTranslator2 update to 2007-01-01 14:24:49 draft
Mon, 01 Jan 2007 04:20:13 +0000 miham (svn r7713) WebTranslator2 update to 2007-01-01 05:19:34 draft
Mon, 01 Jan 2007 01:40:56 +0000 peter1138 (svn r7711) -Fix (r7354): NewGRF Action 7, GRF check condition 10 didn't ignore unknown GRF IDs. Also separate GRF ID conditions draft
Sun, 31 Dec 2006 21:02:44 +0000 miham (svn r7707) WebTranslator2 update to 2006-12-31 22:02:12 draft
Sun, 31 Dec 2006 18:55:17 +0000 miham (svn r7706) WebTranslator2 update to 2006-12-31 19:54:47 draft
Sun, 31 Dec 2006 17:56:59 +0000 miham (svn r7704) WebTranslator2 update to 2006-12-31 18:56:27 draft
Sun, 31 Dec 2006 14:42:49 +0000 miham (svn r7701) WebTranslator2 update to 2006-12-31 15:42:20 draft
Sun, 31 Dec 2006 14:34:26 +0000 rubidium (svn r7700) -Fix (r7182): the caret 'randomly' jumped back and forth when getting a new randomised seed in the Generation World GUI. draft
Sun, 31 Dec 2006 14:11:06 +0000 miham (svn r7699) WebTranslator2 update to 2006-12-31 15:10:33 draft
Sun, 31 Dec 2006 13:24:44 +0000 rubidium (svn r7698) -Fix (r7573): towns did not grow beyond bridges. draft
Sun, 31 Dec 2006 11:42:56 +0000 miham (svn r7696) WebTranslator2 update to 2006-12-31 12:41:03 draft
Sun, 31 Dec 2006 11:36:11 +0000 Darkvater (svn r7695) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et. draft
Sun, 31 Dec 2006 11:25:06 +0000 Darkvater (svn r7693) -Codechange (r7540): print a newline after the summary (strgen). draft
Sun, 31 Dec 2006 11:12:49 +0000 Darkvater (svn r7692) -Fix: OpenTTD didn't compile without network enabled (newgrf sync code) draft
Sun, 31 Dec 2006 10:30:37 +0000 miham (svn r7689) [Translations] Translator manually handcrafted the czech translation to have proper accents draft
Sat, 30 Dec 2006 22:33:05 +0000 miham (svn r7658) WebTranslator2 update to 2006-12-30 23:32:34 draft
Sat, 30 Dec 2006 21:41:15 +0000 rubidium (svn r7657) -Fix (r6291): 'Goto Depot' did not work for helicopters going to an airport without depot (mart3p). draft
Sat, 30 Dec 2006 18:21:33 +0000 miham (svn r7654) WebTranslator2 update to 2006-12-30 19:20:49 draft
Sat, 30 Dec 2006 11:57:52 +0000 rubidium (svn r7642) -Codechange: unify all the different locations where the animation state is stored into a single location. draft
Sat, 30 Dec 2006 11:51:37 +0000 rubidium (svn r7641) -Codechange: remove the last direct map accesses from industry_cmd. draft
Sat, 30 Dec 2006 11:41:54 +0000 rubidium (svn r7640) -Codechange: move a table from industry_cmd.c to table/industry_land draft
Sat, 30 Dec 2006 11:28:26 +0000 bjarni (svn r7639) -Fix: FS#487 Changed music/qtmidi.c to not use functions deprecated by Apple (pvz) draft
Sat, 30 Dec 2006 01:52:09 +0000 Darkvater (svn r7638) -Codechange: Remove special window ShowJoinStatusWindowAfterJoin and shuffle around draft
Sat, 30 Dec 2006 01:17:53 +0000 Darkvater (svn r7637) -Codechange: Change ShowQueryString to use a window pointer as a parent. If the draft
Sat, 30 Dec 2006 01:14:00 +0000 Darkvater (svn r7636) -Cleanup: Remove unused window classes (sorry WC-mess) and use sizeof(array) instead draft
Sat, 30 Dec 2006 01:08:12 +0000 Darkvater (svn r7635) -Fix (r7618, r7621): Guard against recursive deletion. It is possible that when a draft
Sat, 30 Dec 2006 00:46:48 +0000 rubidium (svn r7632) -Codechange: several small code cleanups of texteff, like moving magic values and defines to an enum and fix coding/documentation style. draft
Sat, 30 Dec 2006 00:22:03 +0000 rubidium (svn r7631) -Fix (r1): some pointer arithmetic gave the number of entries instead of the number of bytes to move when removing the animated state from a tile. This caused desyncs between Little and Big Endian machines. Thanks to pv2b for helping me in locating the bug and to Darkvater for figuring out that the arithmetic returned the number of entries instead of bytes. draft
Sat, 30 Dec 2006 00:06:00 +0000 Darkvater (svn r7630) -Fix: At the end of the quarter the old economy numbers were shifted up, and draft