strings.c
Thu, 21 Jul 2005 06:31:02 +0000 tron (svn r2660) Get rid of some more shifting/anding/casting
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
Tue, 19 Jul 2005 21:14:00 +0000 ludde (svn r2641) Fix: [strings] forgot to increase argv pointer twice for {CARGO}
Tue, 19 Jul 2005 06:48:12 +0000 tron (svn r2632) Revert accidently commited change
Tue, 19 Jul 2005 06:47:07 +0000 tron (svn r2631) Move screenshot related variables from variables.h to screenshot.[ch]
Sun, 17 Jul 2005 18:11:17 +0000 Darkvater (svn r2617) - Fix: fix some warnings, and reenable vs.net2003 signed/unsigned warnings
Sun, 17 Jul 2005 10:18:23 +0000 ludde (svn r2597) Feature: [string system] Support cases.
Sat, 16 Jul 2005 20:58:04 +0000 ludde (svn r2594) Fix: [strgen] Misc updates to the string system.
Sat, 16 Jul 2005 17:12:32 +0000 ludde (svn r2592) Feature: [strgen] New way to specify plural forms.
Fri, 15 Jul 2005 21:28:26 +0000 Darkvater (svn r2585) - Fix [Makefile]: some small cleanups, remove warnings, and add mersenne to makefile (Luca)
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.
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
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
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
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".
Wed, 13 Jul 2005 20:41:44 +0000 ludde (svn r2562) Fix: Merged {NUMU16}, {INT32}. They do the same thing now.
Wed, 13 Jul 2005 20:35:52 +0000 ludde (svn r2561) Fix: Remove {COMMA16} and {COMMA8}. Those are not needed anymore.
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
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
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)
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.
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.
Thu, 24 Mar 2005 17:03:37 +0000 truelight (svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h
Thu, 17 Feb 2005 07:49:31 +0000 miham (svn r1880) [Codechange] Added isocodes to langfiles and support code to strgen (Lauri Nurmi)
Sun, 06 Feb 2005 16:56:04 +0000 tron (svn r1825) Further style improvements:
Sun, 06 Feb 2005 14:47:56 +0000 tron (svn r1823) Get rid of some ugly cast magic concerning language packs
Sun, 06 Feb 2005 14:27:50 +0000 tron (svn r1822) Const correctness
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
Sun, 06 Feb 2005 11:23:41 +0000 tron (svn r1820) Style cleanup:
Sun, 06 Feb 2005 09:52:06 +0000 tron (svn r1816) Use char instead of byte for string formatting
Sun, 06 Feb 2005 08:55:51 +0000 tron (svn r1815) Remove some unused declarations
Sun, 06 Feb 2005 08:18:00 +0000 tron (svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
Sat, 05 Feb 2005 23:03:12 +0000 tron (svn r1810) Move town name generation declarations into a header of their own
Sun, 23 Jan 2005 10:34:39 +0000 darkvater (svn r1603) -Fix: unused variable in FormatTinyDate
Sat, 22 Jan 2005 23:13:20 +0000 dominik (svn r1598) Feature: Message history now is stickyable and resizeable
Sat, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Mon, 10 Jan 2005 14:43:00 +0000 darkvater (svn r1465) -Fix: [1099101] starting year patch goes out of range. Clamped year between 1920-2090 as wel as adding defines for it.
Thu, 06 Jan 2005 22:31:58 +0000 truelight (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns and _industries
Thu, 23 Dec 2004 18:28:13 +0000 dominik (svn r1255) Renamed "postfix" to "suffix", for strings and variable names
Wed, 22 Dec 2004 16:54:55 +0000 dominik (svn r1222) Currency cleanup. Changed some currency symbols according to forum suggestions (thx ChrisCF) and rearranged the currencies alphabetically (except for the major ones).
Wed, 22 Dec 2004 13:19:26 +0000 dominik (svn r1215) Feature: You can now make a custom currency by chosing "Custom..."
Wed, 15 Dec 2004 16:51:55 +0000 darkvater (svn r1098) -Fix: server without revision build doesn't care about the client's version. Also moved all revision things where it belongs (network.c)
Wed, 15 Dec 2004 00:31:08 +0000 darkvater (svn r1093) -Fix: Hopefully fixed windows revision issues once and for all. Removed globalness of _openttd_revision and put all such ifdefs into one place. If server has a revision only the same revisions can join; if the server has no revision everyone can join. I reckon this should be a server-side option to allow people to join or not to join.
Tue, 14 Dec 2004 20:27:00 +0000 truelight (svn r1090) -Fix: Made the _openttd_revision variable global, and with that
Thu, 02 Dec 2004 22:53:07 +0000 tron (svn r901) Small step in the process to clean up the DPARAM mess:
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Wed, 24 Nov 2004 22:52:57 +0000 tron (svn r803) Switch to ISO 8859-15
Mon, 15 Nov 2004 19:25:59 +0000 tron (svn r631) Merge r440, r444, r485, r630 to trunk:
Mon, 15 Nov 2004 10:31:48 +0000 tron (svn r624) Merge r377 to trunk:
Sun, 14 Nov 2004 19:44:06 +0000 tron (svn r607) -Patch: [ 985102 ] static cleanup
Sun, 14 Nov 2004 13:07:07 +0000 darkvater (svn r587) -newgrf: Rename all /Checkpoint/i tokens to 'Waypoint's. The name actually makes some sense and is also compatible with TTDPatch (pasky).
Sat, 18 Sep 2004 16:36:14 +0000 darkvater (svn r293) -Feature: Windows now shows (available) revision, release information in title bar
Wed, 15 Sep 2004 22:32:37 +0000 darkvater (svn r267) -Fix: Moved EUR back in its place, savegames should not list Romanian Lei anymore, and 2002 currency is also to EUR again
Mon, 13 Sep 2004 23:43:54 +0000 darkvater (svn r241) -Fix: Trailing spaces :O
Mon, 13 Sep 2004 20:38:36 +0000 darkvater (svn r237) -Fix: [1025836] Company value problem (again). Now company value rightly shows the value, including ALL your money.
Mon, 13 Sep 2004 12:28:11 +0000 darkvater (svn r234) -Fix: added missing romanian.txt to VC6, VS.NET and Jamfile project file
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Mon, 16 Aug 2004 13:54:37 +0000 darkvater (svn r65) -Fix [1009567] problem with transferred cargo crashes game. Invalid st->xy on deleted station.
Thu, 12 Aug 2004 17:49:16 +0000 truelight (svn r27) -Fix: [1006715] Autorenew issues
Tue, 10 Aug 2004 15:00:15 +0000 darkvater (svn r7) -Feature [1003350] Euro introduction news item. (dominik81)