Mercurial > hg > openttd
graph
-
(svn r16634) -Codechange: use Company::IsHumanID() instead of IsHumanCompany() draftTue, 23 Jun 2009 12:11:35 +0000, by smatz
-
(svn r16633) -Codechange: remove checks for consistency of newpool draftTue, 23 Jun 2009 10:44:46 +0000, by smatz
-
(svn r16632) -Codechange: rename Town::flags12 to Town::flags draftTue, 23 Jun 2009 09:52:26 +0000, by smatz
-
(svn r16631) -Fix (r1826)(r1881)(r9613): loading of some town data from old savegames was broken draftTue, 23 Jun 2009 09:46:29 +0000, by smatz
-
(svn r16627) -Fix: warning about comparing signed and unsigned types draftMon, 22 Jun 2009 22:04:48 +0000, by smatz
-
(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. draftMon, 22 Jun 2009 20:38:10 +0000, by rubidium
-
(svn r16625) -Fix: unsigned vs signed warning in strgen draftMon, 22 Jun 2009 20:35:14 +0000, by rubidium
-
(svn r16624) -Fix: depend was compiled with the same compiler as the OpenTTD binary, causing depend to silently fail during cross-compiles draftMon, 22 Jun 2009 20:33:15 +0000, by rubidium
-
(svn r16623) -Change: remove CC_CFLAGS as we're not using a C compiler anywhere at all draftMon, 22 Jun 2009 20:22:04 +0000, by rubidium
-
(svn r16622) -Fix: {CARGO} only consumes 1 argument draftMon, 22 Jun 2009 19:09:48 +0000, by rubidium
-
(svn r16621) -Update: WebTranslator2 update to 2009-06-22 17:28:43 draftMon, 22 Jun 2009 17:28:50 +0000, by translators
-
(svn r16620) -Fix (r16619): sometimes one misses the obvious :( draftSun, 21 Jun 2009 21:08:20 +0000, by rubidium
-
(svn r16619) -Cleanup: more coding style in airport stuff. draftSun, 21 Jun 2009 21:05:06 +0000, by rubidium
-
(svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class. draftSun, 21 Jun 2009 13:26:30 +0000, by yexo
-
(svn r16613) -Fix [NewGRF]: some of the var action 2 80+ variables contained wrong results due to OpenTTD codechanges draftSun, 21 Jun 2009 10:11:04 +0000, by yexo
-
(svn r16612) -Fix (r16605): ASCII_LETTERSTART should be defined unconditionally (leeus) draftSun, 21 Jun 2009 08:35:05 +0000, by alberth
-
(svn r16611) -Doc Fix(r16606): "then" became "the" and now is gone. draftSat, 20 Jun 2009 23:22:46 +0000, by belugas
-
(svn r16609) -Codechange: Introduction of widget sizes and offsets used while drawing. draftSat, 20 Jun 2009 18:06:37 +0000, by alberth
-
(svn r16607) -Update: WebTranslator2 update to 2009-06-20 17:50:41 draftSat, 20 Jun 2009 17:50:44 +0000, by translators
-
(svn r16605) -Codechange: Move ASCII_LETTERSTART to the right source file. draftSat, 20 Jun 2009 15:25:28 +0000, by alberth
-
(svn r16604) -Codechange: Use FS_BEGIN for iterating over fonts. draftSat, 20 Jun 2009 15:05:59 +0000, by alberth
-
(svn r16603) -Codechange: enumify map size limits (based on a patch by Bilbo) draftSat, 20 Jun 2009 11:25:39 +0000, by smatz
-
(svn r16602) -Fix (r13831): Antialiased fonts broken; check pixel_mode instead of palette_mode. (Why did it work at some point?) draftSat, 20 Jun 2009 09:35:22 +0000, by peter1138
-
(svn r16601) -Fix [FS#2880]: try 2... hopefully better this time draftFri, 19 Jun 2009 20:26:18 +0000, by rubidium
-
(svn r16600) -Fix: Give a more meaningful error message when console commands expect an integer but don't get one. draftFri, 19 Jun 2009 15:48:13 +0000, by frosch
-
(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. draftFri, 19 Jun 2009 12:08:44 +0000, by rubidium
-
(svn r16596) -Fix (r16378): there were several hundreds of empty signs above tile 0 after loading TTO/TTD savegame draftThu, 18 Jun 2009 18:13:38 +0000, by smatz
-
(svn r16595) -Update: WebTranslator2 update to 2009-06-18 17:50:03 draftThu, 18 Jun 2009 17:50:05 +0000, by translators
-
(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. draftThu, 18 Jun 2009 17:16:29 +0000, by rubidium
-
(svn r16593) -Cleanup: realign the TTDP flags table. draftThu, 18 Jun 2009 15:59:21 +0000, by rubidium
-
(svn r16592) -Fix [FS#2880]: 'connection lost' was also shown when the client was 'leaving'. draftThu, 18 Jun 2009 15:05:45 +0000, by rubidium
-
Add support for building the OpenAL sound driver with MSVC. draft openalThu, 18 Jun 2009 16:27:01 +0200, by Michael Lutz
-
Added initial empty framework for the OpenAL sound driver. draftTue, 13 May 2008 21:32:59 +0200, by Michael Lutz
-
-Feature(ette) [YAPF]: Add a configurable penalty for bridge speeds. draft bridge_penaltyTue, 30 Dec 2008 14:27:16 +0100, by Michael Lutz
-
(svn r16591) -Codechange: some coding style in strgen draftThu, 18 Jun 2009 11:17:55 +0000, by rubidium
-
(svn r16590) -Fix [FS#2967]: don't crash when tars/newgrfs are removed, just tell the file could be opened/found. draftThu, 18 Jun 2009 09:47:06 +0000, by rubidium
-
(svn r16589) -Fix (r16588): defautl stack size was set to 1KB instead 1MB draftWed, 17 Jun 2009 19:18:29 +0000, by glx
-
(svn r16588) -Fix [FS#2978]: set default stack size to 1MB to prevent _chstk crash (MSVC) draftWed, 17 Jun 2009 17:43:33 +0000, by glx
-
(svn r16587) -Update: WebTranslator2 update to 2009-06-17 17:39:59 draftWed, 17 Jun 2009 17:40:41 +0000, by translators
-
(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. draftWed, 17 Jun 2009 17:13:30 +0000, by rubidium
-
(svn r16585) -Add [NoAI]: AIBuoyList to get a list of all buoys draftWed, 17 Jun 2009 13:12:08 +0000, by yexo
-
(svn r16584) -Fix [FS#2965]: sometimes SETX/SETXY would lead to unexpected results for NewGRF texts. draftWed, 17 Jun 2009 13:04:37 +0000, by 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. draftTue, 16 Jun 2009 22:04:36 +0000, by rubidium
-
(svn r16582) -Update: WebTranslator2 update to 2009-06-16 17:10:36 draftTue, 16 Jun 2009 17:10:40 +0000, by translators
-
(svn r16581) -Codechange: unify the access to Engine::lifelength. draftTue, 16 Jun 2009 13:52:18 +0000, by rubidium
-
(svn r16580) -Codechange: rename Engine::image_index to original_image_index to not confuse it with image_index from *VehInfo. draftTue, 16 Jun 2009 13:31:06 +0000, by rubidium
-
(svn r16579) -Codechange: rework smallmap code a bit; remove goto, remove some unneeded variables, return value directly instead of writing it to a variable to later return that draftTue, 16 Jun 2009 10:46:11 +0000, by rubidium
-
(svn r16578) -Update: WebTranslator2 update to 2009-06-14 17:33:27 draftSun, 14 Jun 2009 17:33:32 +0000, by translators