summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-11-02(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...skidd13
2008-11-02(svn r14554) -Fix: languages using longer gender names than strgen supports.rubidium
2008-11-02(svn r14553) -Doc: Add some doxygen commentsskidd13
2008-10-31(svn r14550) -Fix [FS#2391]: Don't assert on path look-ahead when processing ...michi_cc
2008-10-30(svn r14549) -Update: WebTranslator2 update to 2008-10-30 18:25:24translators
2008-10-30(svn r14548) -Add: partial welsh translation, to be finished later.rubidium
2008-10-30(svn r14547) -Fix: order pool seemed to look full when it was not as it only ...rubidium
2008-10-29(svn r14546) -Codechange: Unify string(cpy|cat) functionsskidd13
2008-10-28(svn r14545) -Fix [FS#2386]: road vehicles sometimes never got their "slots" ...rubidium
2008-10-28(svn r14542) -Codechange: replace some sprintf with s[en]printf to make sure ...rubidium
2008-10-28(svn r14541) -Fix (r14540): mingw didn't like it :(rubidium
2008-10-28(svn r14540) -Codechange: introduce [v]seprintf which are like [v]snprintf bu...rubidium
2008-10-27(svn r14539) -Update: WebTranslator2 update to 2008-10-27 18:43:26translators
2008-10-25(svn r14536) -Fix (r14530): Do not expect uints to become negative.frosch
2008-10-25(svn r14535) -Fix: Description of '-i' commandline option.frosch
2008-10-25(svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEdit...glx
2008-10-25(svn r14533) -Fix: ...hopefully most glitches wrt. inclined foundations.frosch
2008-10-25(svn r14531) -Fix (r12425): OSK accessed wrong widgets of password query window.frosch
2008-10-25(svn r14530) -Fix [FS#2138]: Do not deliver cargo to industries not inside st...frosch
2008-10-25(svn r14529) -Codechange: Turn FindCatchmentRadius() into Station::GetCatchme...frosch
2008-10-25(svn r14528) -Codechange: cache the closest town for all road tiles instead o...rubidium
2008-10-25(svn r14527) -Fix: allocate stub (empty) sound entries when loading an empty/...rubidium
2008-10-24(svn r14526) -Fix [FS#2379]: make sure trains stop at the end of a station; a...rubidium
2008-10-24(svn r14525) -Update: WebTranslator2 update to 2008-10-24 17:44:48translators
2008-10-24(svn r14524) -Add: stop-in-depot as part of orders (PhilSophus)rubidium
2008-10-23(svn r14523) -Update: WebTranslator2 update to 2008-10-23 17:42:35translators
2008-10-22(svn r14521) -Fix [FS#2378]: fast trains could continue to move after a crashglx
2008-10-22(svn r14518) -Fix (r14514): forgot win32 and OS/2 files (glx)smatz
2008-10-22(svn r14517) -Feature: arrow key scrolling in the server list (Roujin)rubidium
2008-10-22(svn r14516) -Fix: determine the default text direction based on the language...rubidium
2008-10-22(svn r14514) -Codechange: use 'size' instead of 'length' for querystring and ...smatz
2008-10-22(svn r14513) -Update: WebTranslator2 update to 2008-10-22 17:26:32translators
2008-10-21(svn r14508) -Fix (r14501): arrays were not properly zeroedsmatz
2008-10-21(svn r14506) -Add: stub for indonesian language.rubidium
2008-10-20(svn r14505) -Fix (r14504): Missing include.michi_cc
2008-10-20(svn r14504) -Cleanup: Use the right variable type for tile offsets.michi_cc
2008-10-20(svn r14502) -Codechange: add some inline comments and declare variable on us...rubidium
2008-10-20(svn r14501) -Codechange: use sizeof(variable) instead of sizeof(type) or har...rubidium
2008-10-19(svn r14494) -Fix: few MSVC x64 warnings.rubidium
2008-10-19(svn r14493) -Fix[FS#planetmaker]: Do not assign a station spread to buoys on...frosch
2008-10-19(svn r14492) -Fix [FS#2366] (r14482): Conditional orders could lead to an inf...michi_cc
2008-10-19(svn r14491) -Documentation: updates/additions of doxygen docs (Alberth)rubidium
2008-10-19(svn r14490) -Codechange: fix comment style on a few locations (Alberth)rubidium
2008-10-18(svn r14488) -Fix: Synchronize drawing of spritelayouts in DrawTileLayout (Ho...frosch
2008-10-18(svn r14487) -Fix: The station picker preview did not draw child sprites.frosch
2008-10-18(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was brokensmatz
2008-10-18(svn r14485) -Fix (r5464): Do not check the end of destination buffer using t...frosch
2008-10-18(svn r14484) -Fix (r10182) [FS#2358]: Obiwan dislikes music. (Patch by Yexo)frosch
2008-10-18(svn r14483) -Fix [FS#2340]: On reaching a waypoint a train could falsely be ...michi_cc
2008-10-18(svn r14482) -Codechange: Use a class for saving the current train order when...michi_cc