rubidium
|
979ccd45ba
|
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
2007-03-07 12:11:48 +00:00 |
|
rubidium
|
4169bfba06
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
rubidium
|
58f2b636b4
|
(svn r8906) -Feature: translation dependant formatting of dates.
|
2007-02-26 00:36:57 +00:00 |
|
peter1138
|
3d581f4f89
|
(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.
|
2007-02-20 22:09:21 +00:00 |
|
Darkvater
|
fa16e74d01
|
(svn r8823) -Fix (r8821): wrapping opendir to ottd-specific function failed on non-windows because this wrapper was only active for win32 (thx Rubidium)
|
2007-02-20 09:46:10 +00:00 |
|
Darkvater
|
7eab669a88
|
(svn r8821) -Regression: Unable to browse directories on *nix if the filesystem is not in UTF-8 charset and special characters are used. The string passed to opendir() which is UTF-8 was not parsed back to the filesystem format. Use a wrapper called ttd_opendir() instead of redefining opendir itself.
|
2007-02-20 00:09:23 +00:00 |
|
celestar
|
a89f2fd610
|
(svn r8707) -Codechange: Turn IsValidStation into a method of Station
|
2007-02-13 15:42:52 +00:00 |
|
peter1138
|
4438b99ae4
|
(svn r8464) -Revert (r4322): Change back to converting to mph in the GUI code, as 1 mph == 1.6 km/h is too far out for some people.
|
2007-01-30 21:10:04 +00:00 |
|
rubidium
|
c6e54b92aa
|
(svn r8376) -Codechange: remove unused table
|
2007-01-23 19:36:59 +00:00 |
|
KUDr
|
28e969924b
|
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
|
2007-01-11 17:29:39 +00:00 |
|
rubidium
|
a7d0cdf95f
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
07c30785ab
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|