smatz
|
324b54132c
|
(svn r15353) -Feature(tte): make it possible to have cities of various sizes
|
2009-02-05 15:28:01 +00:00 |
|
smatz
|
f561fa2891
|
(svn r15352) -Codechange: make the arguments passed around while founding a town a bit more readable
|
2009-02-05 13:33:37 +00:00 |
|
smatz
|
aa692a99a9
|
(svn r15352) -Codechange: make the arguments passed around while founding a town a bit more readable
|
2009-02-05 13:33:37 +00:00 |
|
smatz
|
e80255c4ae
|
(svn r15342) -Feature: allow changing town layout in the 'Found new town' window
|
2009-02-04 22:52:34 +00:00 |
|
smatz
|
df2a387fc3
|
(svn r15342) -Feature: allow changing town layout in the 'Found new town' window
|
2009-02-04 22:52:34 +00:00 |
|
rubidium
|
a49197f522
|
(svn r15336) -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company.
|
2009-02-04 16:45:07 +00:00 |
|
rubidium
|
7da743a0dc
|
(svn r15336) -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company.
|
2009-02-04 16:45:07 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
peter1138
|
b85389dca5
|
(svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, therefore it does not belong in _gui.
|
2009-01-19 12:07:01 +00:00 |
|
peter1138
|
481c2164d0
|
(svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, therefore it does not belong in _gui.
|
2009-01-19 12:07:01 +00:00 |
|
peter1138
|
cb760eff4c
|
(svn r15088) -Fix [FS#2536]: Resize company list in town authority window if required.
|
2009-01-15 12:50:59 +00:00 |
|
peter1138
|
1ee0c4caf4
|
(svn r15088) -Fix [FS#2536]: Resize company list in town authority window if required.
|
2009-01-15 12:50:59 +00:00 |
|
peter1138
|
9b9a0fed8d
|
(svn r15087) -Codechange: Less hardcoding of y positions in town authority window.
|
2009-01-15 12:36:24 +00:00 |
|
peter1138
|
4f4408f37e
|
(svn r15087) -Codechange: Less hardcoding of y positions in town authority window.
|
2009-01-15 12:36:24 +00:00 |
|
frosch
|
eb6df17b1a
|
(svn r14902) -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker)
|
2009-01-07 17:40:17 +00:00 |
|
frosch
|
cf1e926e37
|
(svn r14902) -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker)
|
2009-01-07 17:40:17 +00:00 |
|
smatz
|
b00e510140
|
(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depots, industries, towns and waypoints
|
2009-01-03 16:06:58 +00:00 |
|
smatz
|
254e19da91
|
(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depots, industries, towns and waypoints
|
2009-01-03 16:06:58 +00:00 |
|
rubidium
|
e83cca7d13
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
rubidium
|
87e5a8b52b
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
smatz
|
698f05e756
|
(svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid after importing older savegame and during town generation
-Codechange: rewrite parts of code responsible for caching index of nearest town
|
2008-11-18 22:43:59 +00:00 |
|
smatz
|
07e3c096b3
|
(svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid after importing older savegame and during town generation
-Codechange: rewrite parts of code responsible for caching index of nearest town
|
2008-11-18 22:43:59 +00:00 |
|
rubidium
|
52ac592422
|
(svn r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus)
|
2008-10-25 13:51:47 +00:00 |
|
rubidium
|
a14ad77a36
|
(svn r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus)
|
2008-10-25 13:51:47 +00:00 |
|
rubidium
|
e589c7e580
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
b650a86e58
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
f56e630e5c
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
rubidium
|
3b798599b6
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
smatz
|
e543181b12
|
(svn r14334) -Feature: ability to reset name to default/automatic value (for vehicles, engines, towns, groups, stations, waypoints, managers and companies)
|
2008-09-15 19:02:50 +00:00 |
|
smatz
|
1266b1a73f
|
(svn r14334) -Feature: ability to reset name to default/automatic value (for vehicles, engines, towns, groups, stations, waypoints, managers and companies)
|
2008-09-15 19:02:50 +00:00 |
|
smatz
|
ffa39caf3d
|
(svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
|
2008-09-15 16:29:40 +00:00 |
|
smatz
|
606f4defdc
|
(svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
|
2008-09-15 16:29:40 +00:00 |
|
rubidium
|
c816cc37fd
|
(svn r14063) -Codechange: replace some "magic" constants with enumified constants.
|
2008-08-13 06:05:01 +00:00 |
|
rubidium
|
97c184f8f8
|
(svn r14063) -Codechange: replace some "magic" constants with enumified constants.
|
2008-08-13 06:05:01 +00:00 |
|
belugas
|
7ef5369306
|
(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis.
|
2008-08-02 02:28:17 +00:00 |
|
belugas
|
c5cecdd2e3
|
(svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 assignations), statusbar, subsidy, terraform, timetable, toolbar, town, tree and vehicle guis.
|
2008-08-02 02:28:17 +00:00 |
|
rubidium
|
cde65455ac
|
(svn r13731) -Codechange: make a pool of the array of players.
|
2008-07-18 16:40:29 +00:00 |
|
rubidium
|
3a799389eb
|
(svn r13731) -Codechange: make a pool of the array of players.
|
2008-07-18 16:40:29 +00:00 |
|
rubidium
|
6898a76c5f
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|
rubidium
|
d06529ef4d
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|
belugas
|
e9a1142e0d
|
(svn r13683) -Codechange: privatize a function that is not used outside of the class who calls it
|
2008-07-09 02:18:51 +00:00 |
|
belugas
|
33150af3e2
|
(svn r13683) -Codechange: privatize a function that is not used outside of the class who calls it
|
2008-07-09 02:18:51 +00:00 |
|
skidd13
|
96e898699c
|
(svn r13533) -Codechange: Replace direct class member access of GUIList with the appropriate function calls
|
2008-06-16 17:05:17 +00:00 |
|
skidd13
|
6b8a758339
|
(svn r13533) -Codechange: Replace direct class member access of GUIList with the appropriate function calls
|
2008-06-16 17:05:17 +00:00 |
|
rubidium
|
e7a501100a
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
923e21129c
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
33e18c236d
|
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
|
2008-05-27 21:41:00 +00:00 |
|
rubidium
|
5c5ee7eb57
|
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
|
2008-05-27 21:41:00 +00:00 |
|
peter1138
|
6c7e6861f8
|
(svn r13297) -Codechange: Use GUIList for the town directory window
|
2008-05-27 20:05:36 +00:00 |
|