yexo
|
d1fd756755
|
(svn r15798) -Fix (r15795): gcc doesn't like static functions that are not declared static.
|
2009-03-21 23:45:46 +00:00 |
|
yexo
|
790af95126
|
(svn r15795) -Codechange: Move the settings table from settings.cpp to table/settings.h. Patch breaking time :)
|
2009-03-21 23:16:09 +00:00 |
|
yexo
|
0f7b9af9fa
|
(svn r15795) -Codechange: Move the settings table from settings.cpp to table/settings.h. Patch breaking time :)
|
2009-03-21 23:16:09 +00:00 |
|
glx
|
6d9b2ac76a
|
(svn r15762) -Codechange: inlined utf8 chars are not handled properly on eastern version of windows so escape them
|
2009-03-18 17:55:47 +00:00 |
|
glx
|
ea2c50281e
|
(svn r15762) -Codechange: inlined utf8 chars are not handled properly on eastern version of windows so escape them
|
2009-03-18 17:55:47 +00:00 |
|
rubidium
|
1ba5811024
|
(svn r15760) -Codechange [FS#2704]: support that the resize box is at the left side of the window too (based on work by Alberth)
|
2009-03-18 01:06:48 +00:00 |
|
rubidium
|
35e4dc0f4b
|
(svn r15760) -Codechange [FS#2704]: support that the resize box is at the left side of the window too (based on work by Alberth)
|
2009-03-18 01:06:48 +00:00 |
|
smatz
|
2168f2f4b9
|
(svn r15727) -Codechange: apply coding style to namegen arrays
-Fix (r1307): missing comma in _name_original_english_4
|
2009-03-15 16:31:16 +00:00 |
|
smatz
|
36dfa1f21e
|
(svn r15727) -Codechange: apply coding style to namegen arrays
-Fix (r1307): missing comma in _name_original_english_4
|
2009-03-15 16:31:16 +00:00 |
|
smatz
|
e0fe28fdc9
|
(svn r15726) -Codechange: unify coding style for const pointers
|
2009-03-15 16:04:39 +00:00 |
|
smatz
|
8585aa71ed
|
(svn r15726) -Codechange: unify coding style for const pointers
|
2009-03-15 16:04:39 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
332846e9e2
|
(svn r15717) -Cleanup: apply some documentation coding style upon the stuff in table/
|
2009-03-15 00:03:27 +00:00 |
|
rubidium
|
d72273d1f3
|
(svn r15717) -Cleanup: apply some documentation coding style upon the stuff in table/
|
2009-03-15 00:03:27 +00:00 |
|
rubidium
|
f3e0fd7416
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
rubidium
|
9d018723b7
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
rubidium
|
8976465c69
|
(svn r15560) -Fix: typos in Spanish town names (Erregerre)
|
2009-02-23 20:42:20 +00:00 |
|
rubidium
|
cfc233e2ab
|
(svn r15560) -Fix: typos in Spanish town names (Erregerre)
|
2009-02-23 20:42:20 +00:00 |
|
frosch
|
8eb906dda9
|
(svn r15534) -Codechange: Rename some variables.
|
2009-02-20 23:21:04 +00:00 |
|
frosch
|
15789a76c1
|
(svn r15534) -Codechange: Rename some variables.
|
2009-02-20 23:21:04 +00:00 |
|
rubidium
|
89e1afdaa0
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
c0a8d09ca7
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
a7693c6059
|
(svn r15425) -Codechange: some color->colour changes and type safety.
|
2009-02-09 02:09:47 +00:00 |
|
rubidium
|
8dae160d0f
|
(svn r15425) -Codechange: some color->colour changes and type safety.
|
2009-02-09 02:09:47 +00:00 |
|
peter1138
|
793eabf61e
|
(svn r15417) -Codechange: Add default rail type labels and support for per-GRF translation table.
|
2009-02-08 18:11:06 +00:00 |
|
peter1138
|
a68e0ee42f
|
(svn r15417) -Codechange: Add default rail type labels and support for per-GRF translation table.
|
2009-02-08 18:11:06 +00:00 |
|
rubidium
|
f30961b5ab
|
(svn r15351) -Fix (r15350): gcc compile failure
|
2009-02-05 08:10:59 +00:00 |
|
rubidium
|
9d94c8f369
|
(svn r15351) -Fix (r15350): gcc compile failure
|
2009-02-05 08:10:59 +00:00 |
|
belugas
|
b53add9025
|
(svn r15350) -Codechange: Create a spec array to hold the data definitions of unmovables objects.
Note that this is the very basic spec, it will be populated a bit more, later.
|
2009-02-05 03:41:42 +00:00 |
|
belugas
|
bf82545b4a
|
(svn r15350) -Codechange: Create a spec array to hold the data definitions of unmovables objects.
Note that this is the very basic spec, it will be populated a bit more, later.
|
2009-02-05 03:41:42 +00:00 |
|
peter1138
|
4b30614f72
|
(svn r15321) -Codechange: Load road vehicle 'realistic' acceleration properties from NewGRF, and supply defaults as used by TTDPatch. These values are not yet used.
|
2009-02-02 21:52:34 +00:00 |
|
peter1138
|
5e6e4417a5
|
(svn r15321) -Codechange: Load road vehicle 'realistic' acceleration properties from NewGRF, and supply defaults as used by TTDPatch. These values are not yet used.
|
2009-02-02 21:52:34 +00:00 |
|
peter1138
|
4546a29729
|
(svn r15271) -Codechange: Use offsets for drawing elrail wires & pylons instead of absolute sprite IDs.
|
2009-01-25 19:27:13 +00:00 |
|
peter1138
|
c4ccf1a28d
|
(svn r15271) -Codechange: Use offsets for drawing elrail wires & pylons instead of absolute sprite IDs.
|
2009-01-25 19:27:13 +00:00 |
|
smatz
|
3126914f36
|
(svn r15223) -Codechange: move GetOldTownName to oldloader_sl.cpp as it is specific to loading of TTO/TTD savegames
|
2009-01-23 13:36:12 +00:00 |
|
smatz
|
042d7800d0
|
(svn r15223) -Codechange: move GetOldTownName to oldloader_sl.cpp as it is specific to loading of TTO/TTD savegames
|
2009-01-23 13:36:12 +00:00 |
|
rubidium
|
eff693d2e9
|
(svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes strings.
|
2009-01-16 12:59:47 +00:00 |
|
rubidium
|
b1a33a494f
|
(svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes strings.
|
2009-01-16 12:59:47 +00:00 |
|
smatz
|
96529b2f0c
|
(svn r15037) -Cleanup: remove unused file src/table/ai_rail.h
|
2009-01-12 19:26:21 +00:00 |
|
smatz
|
4a5044e61a
|
(svn r15037) -Cleanup: remove unused file src/table/ai_rail.h
|
2009-01-12 19:26:21 +00:00 |
|
rubidium
|
7642fd7b34
|
(svn r14969) -Codechange: make drawing trees possible (Alberth)
|
2009-01-10 17:13:41 +00:00 |
|
rubidium
|
8ad56c4229
|
(svn r14969) -Codechange: make drawing trees possible (Alberth)
|
2009-01-10 17:13:41 +00:00 |
|
rubidium
|
28ea38ae55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
rubidium
|
11da45ee55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
rubidium
|
054787f082
|
(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with spaces
|
2009-01-09 22:48:57 +00:00 |
|
rubidium
|
c08f520acf
|
(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with spaces
|
2009-01-09 22:48:57 +00:00 |
|
rubidium
|
761a3037c3
|
(svn r14791) -Add: the ability to make ISO dates with the string system (PhilSophus)
|
2009-01-03 00:56:16 +00:00 |
|
rubidium
|
aff7feb767
|
(svn r14791) -Add: the ability to make ISO dates with the string system (PhilSophus)
|
2009-01-03 00:56:16 +00:00 |
|
rubidium
|
3ee482ca1b
|
(svn r14461) -Document: add some doxygen comments (Albert)
|
2008-10-13 03:26:48 +00:00 |
|