summaryrefslogtreecommitdiff
path: root/src/strings.cpp
AgeCommit message (Expand)Author
2007-06-25(svn r10324) -Codechange: reference engine names by indexpeter1138
2007-06-25(svn r10323) -Codechange: reference company name, number and player (presiden...peter1138
2007-06-25(svn r10321) -Codechange: refer to sign text by indexpeter1138
2007-06-25(svn r10320) -Fix [FS#278]: one could only build a limited number of stations...rubidium
2007-06-25(svn r10316) -Codechange: (consistently) use index to refer to group names. A...peter1138
2007-06-24(svn r10314) -Codechange: Refer to vehicle names by indexpeter1138
2007-06-21(svn r10262) -Fix (r10258): some places that needed to be changed to uint64 w...rubidium
2007-06-21(svn r10261) -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, b...rubidium
2007-06-21(svn r10258) -Codechange: as we are now using int64 all over the place, it's ...rubidium
2007-06-21(svn r10252) -Fix: never overflow when applying exchange rates before drawing...rubidium
2007-06-21(svn r10250) -Fix: money is always 64 bits, so always parse those 64 bits.rubidium
2007-06-18(svn r10211) -Feature: [NewGRF] Add support for action 0Fglx
2007-06-17(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...rubidium
2007-06-13(svn r10145) -Fix: make compiling with networking disabled (again) possible.rubidium
2007-06-04(svn r10036) -Add: sort the strings in town names dropdownglx
2007-06-04(svn r10032) -Add: sort the strings in server language dropdownglx
2007-05-19(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...rubidium
2007-04-18(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...rubidium
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-04(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The...belugas
2007-03-22(svn r9411) -Codechange: Add support for loading of newcargo data.peter1138
2007-03-22(svn r9400) -Codechange: Use some more representative enum names for landscap...belugas
2007-03-20(svn r9373) -Fix (r9271): the chosen language was not stored nor read properl...rubidium
2007-03-17(svn r9271) -Codechange: make the language pack initialisation a little more ...rubidium
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-26(svn r8906) -Feature: translation dependant formatting of dates.rubidium
2007-02-20(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...peter1138
2007-02-20(svn r8823) -Fix (r8821): wrapping opendir to ottd-specific function failed o...Darkvater
2007-02-20(svn r8821) -Regression: Unable to browse directories on *nix if the filesyst...Darkvater
2007-02-13(svn r8707) -Codechange: Turn IsValidStation into a method of Stationcelestar
2007-01-30(svn r8464) -Revert (r4322): Change back to converting to mph in the GUI code...peter1138
2007-01-23(svn r8376) -Codechange: remove unused tablerubidium
2007-01-11(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi...KUDr
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr