Fri, 12 May 2006 21:48:32 +0000 |
peter1138 |
(svn r4855) - Fix r4854: Remove 4 character offset, as buff is already in correct place.
|
file |
diff |
annotate
|
Fri, 12 May 2006 19:30:49 +0000 |
peter1138 |
(svn r4854) - Codechange: don't assume a short format month is 3 characters -- copy the string in the same way the other parts
|
file |
diff |
annotate
|
Sat, 22 Apr 2006 01:37:31 +0000 |
belugas |
(svn r4513) Codechange : Assemble a bit the scattered parts of Cargo types.
|
file |
diff |
annotate
|
Fri, 21 Apr 2006 03:00:20 +0000 |
belugas |
(svn r4493) Newgrf : Action 04. Beginning of implementation.
|
file |
diff |
annotate
|
Sun, 09 Apr 2006 18:25:31 +0000 |
peter1138 |
(svn r4340) Add force {FORCE} to the units system. This is currently unused.
|
file |
diff |
annotate
|
Sun, 09 Apr 2006 14:49:45 +0000 |
peter1138 |
(svn r4336) Fix units conversion of volume for SI
|
file |
diff |
annotate
|
Sat, 08 Apr 2006 12:04:23 +0000 |
peter1138 |
(svn r4322) - Codechange: Remove conversion of kmh to mph from gui code to within the units conversion system, in string.c. This means displaying kmh requires no conversion, instead of being convert from kmh to mph, and then back to kmh again.
|
file |
diff |
annotate
|
Sun, 26 Mar 2006 21:50:57 +0000 |
peter1138 |
(svn r4126) - Feature: A new multi-lingual multi-measuring-unit system:
|
file |
diff |
annotate
|
Sat, 25 Mar 2006 09:22:10 +0000 |
Darkvater |
(svn r4105) - Feature: Add proper ISO-8859-15 <> LOCALCODE conversion. As the mess that is makefile can't properly support it at the moment, it is only available for MACOSX. Windows doesn't need FS conversion and I have no idea about OS/2 so it's disabled for them.
|
file |
diff |
annotate
|
Sat, 18 Feb 2006 14:41:24 +0000 |
tron |
(svn r3613) Some more const, indentation, whitespace and similar stuff
|
file |
diff |
annotate
|
Fri, 03 Feb 2006 21:51:42 +0000 |
Darkvater |
(svn r3529) - Fix: [ 1415782 ] crash in string code with openbsd/zaurus; alignment issues (thanks Tron for the help)
|
file |
diff |
annotate
|
Wed, 01 Feb 2006 19:53:17 +0000 |
tron |
(svn r3516) Fix embarrassing bug in r3514
|
file |
diff |
annotate
|
Wed, 01 Feb 2006 07:36:15 +0000 |
tron |
(svn r3511) More whitespace ([FS#46] by Rubidium)
|
file |
diff |
annotate
|
Wed, 01 Feb 2006 06:32:03 +0000 |
tron |
(svn r3510) Fiddle with whitespace and parentheses
|
file |
diff |
annotate
|
Wed, 16 Nov 2005 11:17:52 +0000 |
tron |
(svn r3192) Split the surname list into two lists (non-toyland/toyland) and use lengthof() to get the number of names instead of using magic numbers
|
file |
diff |
annotate
|
Tue, 15 Nov 2005 09:00:02 +0000 |
tron |
(svn r3185) const
|
file |
diff |
annotate
|
Mon, 14 Nov 2005 19:48:04 +0000 |
tron |
(svn r3181) -Bracing
|
file |
diff |
annotate
|
Mon, 14 Nov 2005 08:09:57 +0000 |
tron |
(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT
|
file |
diff |
annotate
|
Sun, 13 Nov 2005 13:43:55 +0000 |
tron |
(svn r3172) static, const
|
file |
diff |
annotate
|
Sat, 22 Oct 2005 06:39:32 +0000 |
tron |
(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes
|
file |
diff |
annotate
|
Tue, 27 Sep 2005 20:55:42 +0000 |
tron |
(svn r2994) Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability
|
file |
diff |
annotate
|
Sat, 10 Sep 2005 15:14:35 +0000 |
tron |
(svn r2936) Move string commands to a non-printable range and remove stale comments
|
file |
diff |
annotate
|
Sat, 20 Aug 2005 18:14:32 +0000 |
tron |
(svn r2879) Major step twoards ISO-8859-15
|
file |
diff |
annotate
|
Sat, 06 Aug 2005 14:59:54 +0000 |
tron |
(svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files
|
file |
diff |
annotate
|
Mon, 01 Aug 2005 01:12:21 +0000 |
tron |
(svn r2777) -Feature: When starting without a config file determine the language on basis of the current locale
|
file |
diff |
annotate
|
Tue, 26 Jul 2005 19:04:19 +0000 |
tron |
(svn r2717) Move _userstring to strings.[ch]
|
file |
diff |
annotate
|
Sun, 24 Jul 2005 14:12:37 +0000 |
tron |
(svn r2701) Insert Id tags into all source files
|
file |
diff |
annotate
|
Fri, 22 Jul 2005 07:02:20 +0000 |
tron |
(svn r2673) Include functions.h directly, not globally via openttd.h
|
file |
diff |
annotate
|
Thu, 21 Jul 2005 22:15:02 +0000 |
tron |
(svn r2669) Shuffle some more stuff around to reduce dependencies
|
file |
diff |
annotate
|
Thu, 21 Jul 2005 06:31:02 +0000 |
tron |
(svn r2660) Get rid of some more shifting/anding/casting
|
file |
diff |
annotate
|
Wed, 20 Jul 2005 15:29:28 +0000 |
tron |
(svn r2650) Convert many explicit shifts+ands to extract bits to invocations of GB - should be a bit nicer to read
|
file |
diff |
annotate
|
Tue, 19 Jul 2005 21:14:00 +0000 |
ludde |
(svn r2641) Fix: [strings] forgot to increase argv pointer twice for {CARGO}
|
file |
diff |
annotate
|
Tue, 19 Jul 2005 06:48:12 +0000 |
tron |
(svn r2632) Revert accidently commited change
|
file |
diff |
annotate
|
Tue, 19 Jul 2005 06:47:07 +0000 |
tron |
(svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]
|
file |
diff |
annotate
|
Sun, 17 Jul 2005 18:11:17 +0000 |
Darkvater |
(svn r2617) - Fix: fix some warnings, and reenable vs.net2003 signed/unsigned warnings
|
file |
diff |
annotate
|
Sun, 17 Jul 2005 10:18:23 +0000 |
ludde |
(svn r2597) Feature: [string system] Support cases.
|
file |
diff |
annotate
|
Sat, 16 Jul 2005 20:58:04 +0000 |
ludde |
(svn r2594) Fix: [strgen] Misc updates to the string system.
|
file |
diff |
annotate
|
Sat, 16 Jul 2005 17:12:32 +0000 |
ludde |
(svn r2592) Feature: [strgen] New way to specify plural forms.
|
file |
diff |
annotate
|
Fri, 15 Jul 2005 21:28:26 +0000 |
Darkvater |
(svn r2585) - Fix [Makefile]: some small cleanups, remove warnings, and add mersenne to makefile (Luca)
|
file |
diff |
annotate
|
Fri, 15 Jul 2005 18:30:13 +0000 |
ludde |
(svn r2580) Change: Added {INDUSTRY} command for printing industry names instead of the old {TOWN} {STRING} way.
|
file |
diff |
annotate
|
Fri, 15 Jul 2005 14:53:44 +0000 |
ludde |
(svn r2572) - Codechange: [string] Changed string system so it's not as dependent on decode_parameters
|
file |
diff |
annotate
|
Thu, 14 Jul 2005 15:10:20 +0000 |
tron |
(svn r2566) Rename COMMA{8,16,32} to just COMMA, because it's the same anyway
|
file |
diff |
annotate
|
Thu, 14 Jul 2005 09:53:52 +0000 |
ludde |
(svn r2565) Fix: Remove GetParamInt8, GetParamInt16, GetParamUint16.. they are just confusing and just do the same thing as GetParamInt32
|
file |
diff |
annotate
|
Thu, 14 Jul 2005 09:43:59 +0000 |
ludde |
(svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not meant to be used by GUI-code, because it modifies the "game-state".
|
file |
diff |
annotate
|
Wed, 13 Jul 2005 20:41:44 +0000 |
ludde |
(svn r2562) Fix: Merged {NUMU16}, {INT32}. They do the same thing now.
|
file |
diff |
annotate
|
Wed, 13 Jul 2005 20:35:52 +0000 |
ludde |
(svn r2561) Fix: Remove {COMMA16} and {COMMA8}. Those are not needed anymore.
|
file |
diff |
annotate
|
Thu, 02 Jun 2005 19:30:21 +0000 |
Darkvater |
(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
|
file |
diff |
annotate
|
Sun, 22 May 2005 07:43:18 +0000 |
tron |
(svn r2359) Use strecpy instead of str_cat (which was rather a cpy than a cat, btw), remove the latter and simplify some constructs
|
file |
diff |
annotate
|
Sat, 16 Apr 2005 16:16:54 +0000 |
Darkvater |
(svn r2208) - Fix: [ 1174237 ] Max loan always in euros, use _opt_ptr instead of _opt (glx)
|
file |
diff |
annotate
|
Sat, 02 Apr 2005 16:40:21 +0000 |
pasky |
(svn r2129) Reverted r2125 and depending revisions (map size selector in the intro window). Will be done in a separate dialog. This also fixes showing of various rail/road-related strings.
|
file |
diff |
annotate
|
Sat, 02 Apr 2005 15:03:48 +0000 |
pasky |
(svn r2125) - Feature: In the intro dialog, show a map size selector below the landscape type selector.
|
file |
diff |
annotate
|
Thu, 24 Mar 2005 17:03:37 +0000 |
truelight |
(svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h
|
file |
diff |
annotate
|
Thu, 17 Feb 2005 07:49:31 +0000 |
miham |
(svn r1880) [Codechange] Added isocodes to langfiles and support code to strgen (Lauri Nurmi)
|
file |
diff |
annotate
|
Sun, 06 Feb 2005 16:56:04 +0000 |
tron |
(svn r1825) Further style improvements:
|
file |
diff |
annotate
|
Sun, 06 Feb 2005 14:47:56 +0000 |
tron |
(svn r1823) Get rid of some ugly cast magic concerning language packs
|
file |
diff |
annotate
|
Sun, 06 Feb 2005 14:27:50 +0000 |
tron |
(svn r1822) Const correctness
|
file |
diff |
annotate
|
Sun, 06 Feb 2005 13:41:02 +0000 |
tron |
(svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics
|
file |
diff |
annotate
|
Sun, 06 Feb 2005 11:23:41 +0000 |
tron |
(svn r1820) Style cleanup:
|
file |
diff |
annotate
|
Sun, 06 Feb 2005 09:52:06 +0000 |
tron |
(svn r1816) Use char instead of byte for string formatting
|
file |
diff |
annotate
|
Sun, 06 Feb 2005 08:55:51 +0000 |
tron |
(svn r1815) Remove some unused declarations
|
file |
diff |
annotate
|