summaryrefslogtreecommitdiff
path: root/strings.c
AgeCommit message (Expand)Author
2005-11-16(svn r3192) Split the surname list into two lists (non-toyland/toyland) and u...tron
2005-11-15(svn r3185) consttron
2005-11-14(svn r3181) -Bracingtron
2005-11-14(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBITtron
2005-11-13(svn r3172) static, consttron
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron
2005-09-27(svn r2994) Another small hack regarding currencies: add a #define to emulate...tron
2005-09-10(svn r2936) Move string commands to a non-printable range and remove stale co...tron
2005-08-20(svn r2879) Major step twoards ISO-8859-15tron
2005-08-06(svn r2815) Store the currency information in one central place instead of sc...tron
2005-08-01(svn r2777) -Feature: When starting without a config file determine the langu...tron
2005-07-26(svn r2717) Move _userstring to strings.[ch]tron
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-07-22(svn r2673) Include functions.h directly, not globally via openttd.htron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
2005-07-21(svn r2660) Get rid of some more shifting/anding/castingtron
2005-07-20(svn r2650) Convert many explicit shifts+ands to extract bits to invocations ...tron
2005-07-19(svn r2641) Fix: [strings] forgot to increase argv pointer twice for {CARGO}ludde
2005-07-19(svn r2632) Revert accidently commited changetron
2005-07-19(svn r2631) Move screenshot related variables from variables.h to screenshot....tron
2005-07-17(svn r2617) - Fix: fix some warnings, and reenable vs.net2003 signed/unsigned...Darkvater
2005-07-17(svn r2597) Feature: [string system] Support cases.ludde
2005-07-16(svn r2594) Fix: [strgen] Misc updates to the string system.ludde
2005-07-16(svn r2592) Feature: [strgen] New way to specify plural forms. ludde
2005-07-15(svn r2585) - Fix [Makefile]: some small cleanups, remove warnings, and add m...Darkvater
2005-07-15(svn r2580) Change: Added {INDUSTRY} command for printing industry names inst...ludde
2005-07-15(svn r2572) - Codechange: [string] Changed string system so it's not as depen...ludde
2005-07-14(svn r2566) Rename COMMA{8,16,32} to just COMMA, because it's the same anywaytron
2005-07-14(svn r2565) Fix: Remove GetParamInt8, GetParamInt16, GetParamUint16.. they ar...ludde
2005-07-14(svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not...ludde
2005-07-13(svn r2562) Fix: Merged {NUMU16}, {INT32}. They do the same thing now.ludde
2005-07-13(svn r2561) Fix: Remove {COMMA16} and {COMMA8}. Those are not needed anymore.ludde
2005-06-02(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.Darkvater
2005-05-22(svn r2359) Use strecpy instead of str_cat (which was rather a cpy than a cat...tron
2005-04-16(svn r2208) - Fix: [ 1174237 ] Max loan always in euros, use _opt_ptr instead...Darkvater
2005-04-02(svn r2129) Reverted r2125 and depending revisions (map size selector in the ...pasky
2005-04-02(svn r2125) - Feature: In the intro dialog, show a map size selector below th...pasky
2005-03-24(svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.htruelight
2005-02-17(svn r1880) [Codechange] Added isocodes to langfiles and support code to strg...miham
2005-02-06(svn r1825) Further style improvements:tron
2005-02-06(svn r1823) Get rid of some ugly cast magic concerning language packstron
2005-02-06(svn r1822) Const correctnesstron
2005-02-06(svn r1821) Move generic string handling functions to string.[ch] and introdu...tron
2005-02-06(svn r1820) Style cleanup:tron
2005-02-06(svn r1816) Use char instead of byte for string formattingtron
2005-02-06(svn r1815) Remove some unused declarationstron
2005-02-06(svn r1813) Declare functions implemented in strings.c in their own shiny new...tron
2005-02-05(svn r1810) Move town name generation declarations into a header of their owntron
2005-01-23(svn r1603) -Fix: unused variable in FormatTinyDatedarkvater
2005-01-22(svn r1598) Feature: Message history now is stickyable and resizeabledominik