Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-18 | (svn r15762) -Codechange: inlined utf8 chars are not handled properly on ↵ | glx | |
eastern version of windows so escape them | |||
2009-03-15 | (svn r15727) -Codechange: apply coding style to namegen arrays | smatz | |
-Fix (r1307): missing comma in _name_original_english_4 | |||
2009-03-15 | (svn r15726) -Codechange: unify coding style for const pointers | smatz | |
2009-03-15 | (svn r15717) -Cleanup: apply some documentation coding style upon the stuff ↵ | rubidium | |
in table/ | |||
2009-02-23 | (svn r15560) -Fix: typos in Spanish town names (Erregerre) | rubidium | |
2009-01-23 | (svn r15223) -Codechange: move GetOldTownName to oldloader_sl.cpp as it is ↵ | smatz | |
specific to loading of TTO/TTD savegames | |||
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ↵ | rubidium | |
unneeded include from openttd.h. | |||
2008-01-13 | (svn r11827) -Codechange: do not include enum_type.hpp unnecessary. | rubidium | |
2007-04-18 | (svn r9672) -Cleanup: lots of coding style fixes around operands. | rubidium | |
2007-04-03 | (svn r9553) -Documentation: fix ambiguity issue. | rubidium | |
2007-03-07 | (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; | rubidium | |
2007-02-17 | (svn r8793) -Fix: corrected spelling of real french townnames and 'removed' ↵ | glx | |
a duplicate | |||
2007-02-17 | (svn r8791) -Revert: r8790 Committed too much in last commit | miham | |
2007-02-17 | (svn r8790) [Namegen] -Revert: r8789 (Tron kinda convinced me it is a bad ↵ | miham | |
thing, sorry for it) | |||
2007-02-17 | (svn r8789) [Namegen] -Change: Sorted townnameparts for hungarian, and added ↵ | miham | |
a few more | |||
2007-01-10 | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ↵ | rubidium | |
stillunknown and pv2b. | |||
2007-01-02 | (svn r7759) -Merge: makefile rewrite. This merge features: | rubidium | |
- A proper ./configure, so everything needs to be configured only once, not for every make. - Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies. - A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC. - Proper support for OSX universal binaries. - Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files. - Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files. Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy. |