log

age author description
Tue, 23 Jun 2009 21:12:48 +0000 smatz (svn r16639) -Codechange: enumify RoadStop::status, move definition of short functions to header file draft
Tue, 23 Jun 2009 20:39:41 +0000 smatz (svn r16637) -Cleanup: remove unused _debug_station_level draft
Tue, 23 Jun 2009 20:32:51 +0000 smatz (svn r16636) -Codechange: no need to initialize already zeroed variables by zero in station and rs constructors, remove debug output draft
Tue, 23 Jun 2009 20:29:59 +0000 rubidium (svn r16635) -Fix: a couple of MSVC 64 bits warnings draft
Tue, 23 Jun 2009 12:11:35 +0000 smatz (svn r16634) -Codechange: use Company::IsHumanID() instead of IsHumanCompany() draft
Tue, 23 Jun 2009 10:44:46 +0000 smatz (svn r16633) -Codechange: remove checks for consistency of newpool draft
Tue, 23 Jun 2009 09:52:26 +0000 smatz (svn r16632) -Codechange: rename Town::flags12 to Town::flags draft
Tue, 23 Jun 2009 09:46:29 +0000 smatz (svn r16631) -Fix (r1826)(r1881)(r9613): loading of some town data from old savegames was broken draft
Tue, 23 Jun 2009 00:04:37 +0000 glx (svn r16630) -Fix (r16629): forgot a continue draft
Mon, 22 Jun 2009 23:57:33 +0000 glx (svn r16629) -Fix: depend hang on solaris draft
Mon, 22 Jun 2009 23:15:27 +0000 smatz (svn r16628) -Codechange: remove one gcc2 hack draft
Mon, 22 Jun 2009 22:04:48 +0000 smatz (svn r16627) -Fix: warning about comparing signed and unsigned types draft
Mon, 22 Jun 2009 20:38:10 +0000 rubidium (svn r16626) -Change: split the part of config.lib that generates the 'warning' CFLAGS into a function and use that function to set the right 'warning' CFLAGS for both the host and build compiler, i.e. also let GCC warn for strgen, depend and endian_check. draft
Mon, 22 Jun 2009 20:35:14 +0000 rubidium (svn r16625) -Fix: unsigned vs signed warning in strgen draft
Mon, 22 Jun 2009 20:33:15 +0000 rubidium (svn r16624) -Fix: depend was compiled with the same compiler as the OpenTTD binary, causing depend to silently fail during cross-compiles draft
Mon, 22 Jun 2009 20:22:04 +0000 rubidium (svn r16623) -Change: remove CC_CFLAGS as we're not using a C compiler anywhere at all draft
Mon, 22 Jun 2009 19:09:48 +0000 rubidium (svn r16622) -Fix: {CARGO} only consumes 1 argument draft
Mon, 22 Jun 2009 17:28:50 +0000 translators (svn r16621) -Update: WebTranslator2 update to 2009-06-22 17:28:43 draft
Sun, 21 Jun 2009 21:08:20 +0000 rubidium (svn r16620) -Fix (r16619): sometimes one misses the obvious :( draft
Sun, 21 Jun 2009 21:05:06 +0000 rubidium (svn r16619) -Cleanup: more coding style in airport stuff. draft
Sun, 21 Jun 2009 20:59:30 +0000 frosch (svn r16618) -Fix (r16614): Silence a warning. draft
Sun, 21 Jun 2009 20:57:01 +0000 rubidium (svn r16617) -Cleanup: some incorrect indenting draft
Sun, 21 Jun 2009 17:37:07 +0000 translators (svn r16616) -Update from WebTranslator v3.0: draft
Sun, 21 Jun 2009 13:30:21 +0000 yexo (svn r16615) -Fix (r16613): 0x10 != 2 draft
Sun, 21 Jun 2009 13:26:30 +0000 yexo (svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class. draft
Sun, 21 Jun 2009 10:11:04 +0000 yexo (svn r16613) -Fix [NewGRF]: some of the var action 2 80+ variables contained wrong results due to OpenTTD codechanges draft
Sun, 21 Jun 2009 08:35:05 +0000 alberth (svn r16612) -Fix (r16605): ASCII_LETTERSTART should be defined unconditionally (leeus) draft
Sat, 20 Jun 2009 23:22:46 +0000 belugas (svn r16611) -Doc Fix(r16606): "then" became "the" and now is gone. draft
Sat, 20 Jun 2009 19:23:45 +0000 rubidium (svn r16610) -Fix: remove rogue space before '?' draft
Sat, 20 Jun 2009 18:06:37 +0000 alberth (svn r16609) -Codechange: Introduction of widget sizes and offsets used while drawing. draft
Sat, 20 Jun 2009 17:50:44 +0000 translators (svn r16607) -Update: WebTranslator2 update to 2009-06-20 17:50:41 draft
Sat, 20 Jun 2009 15:48:55 +0000 alberth (svn r16606) -Doc: Added/fixed doxygen comments. draft
Sat, 20 Jun 2009 15:25:28 +0000 alberth (svn r16605) -Codechange: Move ASCII_LETTERSTART to the right source file. draft
Sat, 20 Jun 2009 15:05:59 +0000 alberth (svn r16604) -Codechange: Use FS_BEGIN for iterating over fonts. draft
Sat, 20 Jun 2009 11:25:39 +0000 smatz (svn r16603) -Codechange: enumify map size limits (based on a patch by Bilbo) draft
Sat, 20 Jun 2009 09:35:22 +0000 peter1138 (svn r16602) -Fix (r13831): Antialiased fonts broken; check pixel_mode instead of palette_mode. (Why did it work at some point?) draft
Fri, 19 Jun 2009 20:26:18 +0000 rubidium (svn r16601) -Fix [FS#2880]: try 2... hopefully better this time draft
Fri, 19 Jun 2009 15:48:13 +0000 frosch (svn r16600) -Fix: Give a more meaningful error message when console commands expect an integer but don't get one. draft
Fri, 19 Jun 2009 12:08:44 +0000 rubidium (svn r16599) -Fix [FS#2987] (r16584): reset the 'current' font size after drawing, this way we won't draw other strings too small; only caused problems when tiny/big text strings would use SETX. draft
Thu, 18 Jun 2009 18:13:38 +0000 smatz (svn r16596) -Fix (r16378): there were several hundreds of empty signs above tile 0 after loading TTO/TTD savegame draft
Thu, 18 Jun 2009 17:50:05 +0000 translators (svn r16595) -Update: WebTranslator2 update to 2009-06-18 17:50:03 draft
Thu, 18 Jun 2009 17:16:29 +0000 rubidium (svn r16594) -Fix [FS#2969]: mouse would under some circumstances not be undrawn when drawing the first chat line causing two mouse pointers to be visible. draft
Thu, 18 Jun 2009 15:59:21 +0000 rubidium (svn r16593) -Cleanup: realign the TTDP flags table. draft
Thu, 18 Jun 2009 15:05:45 +0000 rubidium (svn r16592) -Fix [FS#2880]: 'connection lost' was also shown when the client was 'leaving'. draft
Thu, 18 Jun 2009 16:27:01 +0200 Michael Lutz Add support for building the OpenAL sound driver with MSVC. draft openal
Thu, 12 Jun 2008 23:58:52 +0200 Michael Lutz Implement OpenAL sound driver. draft
Tue, 13 May 2008 21:32:59 +0200 Michael Lutz Added initial empty framework for the OpenAL sound driver. draft
Sat, 10 May 2008 23:04:52 +0200 Michael Lutz Allow adjusting the priority of threads. draft
Tue, 30 Dec 2008 14:27:16 +0100 Michael Lutz -Feature(ette) [YAPF]: Add a configurable penalty for bridge speeds. draft bridge_penalty
Thu, 18 Jun 2009 11:17:55 +0000 rubidium (svn r16591) -Codechange: some coding style in strgen draft
Thu, 18 Jun 2009 09:47:06 +0000 rubidium (svn r16590) -Fix [FS#2967]: don't crash when tars/newgrfs are removed, just tell the file could be opened/found. draft
Wed, 17 Jun 2009 19:18:29 +0000 glx (svn r16589) -Fix (r16588): defautl stack size was set to 1KB instead 1MB draft
Wed, 17 Jun 2009 17:43:33 +0000 glx (svn r16588) -Fix [FS#2978]: set default stack size to 1MB to prevent _chstk crash (MSVC) draft
Wed, 17 Jun 2009 17:40:41 +0000 translators (svn r16587) -Update: WebTranslator2 update to 2009-06-17 17:39:59 draft
Wed, 17 Jun 2009 17:13:30 +0000 rubidium (svn r16586) -Codechange: don't store lifelength in the savegame; it can easily be calculated, it isn't used often and now changing extend_vehicle_life in game has some effect. draft
Wed, 17 Jun 2009 13:12:08 +0000 yexo (svn r16585) -Add [NoAI]: AIBuoyList to get a list of all buoys draft
Wed, 17 Jun 2009 13:04:37 +0000 rubidium (svn r16584) -Fix [FS#2965]: sometimes SETX/SETXY would lead to unexpected results for NewGRF texts. draft
Tue, 16 Jun 2009 22:04:36 +0000 rubidium (svn r16583) -Update: the order of the language files so it's in sync with english.txt. Normally WT2 would do this, but only with activity for those languages. Now we'd like to the order to match so we can more easily spot import bugs while developing WT3. draft
Tue, 16 Jun 2009 17:10:40 +0000 translators (svn r16582) -Update: WebTranslator2 update to 2009-06-16 17:10:36 draft
Tue, 16 Jun 2009 13:52:18 +0000 rubidium (svn r16581) -Codechange: unify the access to Engine::lifelength. draft