terkhen
|
9b5ff794c7
|
(svn r24626) -Fix [FS#5432]: MSVC 2010 warnings.
|
2012-10-25 17:38:12 +00:00 |
|
terkhen
|
efb2ddf62a
|
(svn r24615) -Feature [FS#5311]: Sort cargo filter by cargo name/label at the company stations window (sbr)
|
2012-10-20 08:44:07 +00:00 |
|
terkhen
|
934c56cb42
|
(svn r24551) -Fix (r24544): Change unfinished languages.
|
2012-09-22 20:28:56 +00:00 |
|
terkhen
|
030564cd97
|
(svn r24546) -Fix (r24544): Change all other languages too.
|
2012-09-22 18:49:51 +00:00 |
|
terkhen
|
139c3470f8
|
(svn r24544) -Fix [FS#5297]: Do not show profit from refits as cost in the refit window.
|
2012-09-22 16:19:52 +00:00 |
|
terkhen
|
55dccee02f
|
(svn r24503) -Change [FS#5228]: When building long roads or tramways, only build the roadbits at the beginning and the end if they can connect to something.
|
2012-09-01 14:58:36 +00:00 |
|
terkhen
|
cf6abeac69
|
(svn r23876) -Fix (r23408) [FS#5039]: Generate industry subsidies again. (Emmeran)
|
2012-02-02 19:31:11 +00:00 |
|
terkhen
|
50e08f333a
|
(svn r23408) -Feature: Allow to create subsidies for any combination of source and destination types.
-Change: Do not rely in TownEffects for awarding subsidies.
|
2011-12-03 22:26:30 +00:00 |
|
terkhen
|
de0bf0663a
|
(svn r23407) -Codechange: Keep a bitmap of all cargos accepted by towns.
|
2011-12-03 22:23:10 +00:00 |
|
terkhen
|
0e5f334315
|
(svn r23406) -Change: Run the monthly subsidy loop after cargo acceptance has been calculated.
|
2011-12-03 22:22:25 +00:00 |
|
terkhen
|
59d8b0204f
|
(svn r23405) -Codechange: Keep a matrix of cargos accepted by houses for each town (michi_cc).
|
2011-12-03 22:21:27 +00:00 |
|
terkhen
|
e9e62b1629
|
(svn r23404) -Add: Tilematrix structure (michi_cc).
|
2011-12-03 22:19:09 +00:00 |
|
terkhen
|
bf1b6d570b
|
(svn r23402) -Add: Function to check if a TileArea contains a tile. (michi_cc)
|
2011-12-03 20:19:33 +00:00 |
|
terkhen
|
7d0811d08e
|
(svn r22941) -Fix: Calculate the size of the start/stop vehicle button correctly.
|
2011-09-17 20:38:23 +00:00 |
|
terkhen
|
b0439aff59
|
(svn r22899) -Add: Allow towns to build bridges over canals and rivers.
|
2011-09-06 13:32:37 +00:00 |
|
terkhen
|
5dcc2cc527
|
(svn r22879) -Fix: Miscalculation of train curve speed limits. (monoid)
|
2011-09-03 11:21:56 +00:00 |
|
terkhen
|
008b5b6d27
|
(svn r22877) -Fix (r22874): Fix broken compilation on MinGW.
|
2011-09-03 10:31:28 +00:00 |
|
terkhen
|
1916088d11
|
(svn r22859) -Fix: Add missing : in slope steepness strings. (monoid)
|
2011-08-31 09:13:33 +00:00 |
|
terkhen
|
bbdc8fdba7
|
(svn r22821) -Fix [FS#4741]: Allow to demolish aqueducts built in the scenario editor.
|
2011-08-24 12:19:12 +00:00 |
|
terkhen
|
4d7a413eda
|
(svn r22591) -Doc: Callback 0x18 (AI purchase selection) is implemented for stations.
|
2011-06-15 18:52:21 +00:00 |
|
terkhen
|
b7b0637a10
|
(svn r22575) -Fix (r22574): Compilation error.
|
2011-06-13 07:01:36 +00:00 |
|
terkhen
|
7f5612a98f
|
(svn r22574) -Fix (r22566): GetGRFID was using a wrong return type.
|
2011-06-13 06:28:43 +00:00 |
|
terkhen
|
729d786d5e
|
(svn r22573) -Fix (r22567): Fix operator precedence.
|
2011-06-13 06:13:57 +00:00 |
|
terkhen
|
8ddb3941f7
|
(svn r22571) -Add: [NewGRF] Show town persistent storage in the NewGRF debug GUI.
|
2011-06-12 20:53:16 +00:00 |
|
terkhen
|
46d1a06215
|
(svn r22570) -Codechange: Store the GrfID of the caller when opening a parent window in the NewGRF debug GUI.
|
2011-06-12 20:51:38 +00:00 |
|
terkhen
|
a619ad3789
|
(svn r22569) -Feature: [NewGRF] Persistent storage for towns.
|
2011-06-12 20:50:03 +00:00 |
|
terkhen
|
7ffc8c0173
|
(svn r22568) -Change: Add a list of persistent storages to the Town class.
|
2011-06-12 20:49:07 +00:00 |
|
terkhen
|
00e5c1df18
|
(svn r22567) -Codechange: Store persistent storages inside a pool.
|
2011-06-12 20:47:45 +00:00 |
|
terkhen
|
9f55abf51a
|
(svn r22566) -Codechange: Define and use OverrideManagerBase::GetGRFID function.
|
2011-06-12 20:42:23 +00:00 |
|
terkhen
|
281bed03f4
|
(svn r22565) -Codechange: Use helper functions for getting the persistent storage in the NewGRF debug GUI.
|
2011-06-12 20:41:17 +00:00 |
|
terkhen
|
0749c65d74
|
(svn r22564) -Codechange: Rename Get and Store persistent storage functions to GetValue and StoreValue.
|
2011-06-12 20:40:21 +00:00 |
|
terkhen
|
dc6218aa49
|
(svn r22563) -Codechange: Use a function for storing values inside the persistent storage.
|
2011-06-12 20:38:46 +00:00 |
|
terkhen
|
dd8a436cbb
|
(svn r22562) -Codechange: Remove constness from TownGetVariable.
|
2011-06-12 20:37:26 +00:00 |
|
terkhen
|
f1cde00372
|
(svn r22561) -Codechange: Remove constness from Object in ResolverObject.
|
2011-06-12 20:36:33 +00:00 |
|
terkhen
|
76cd19f846
|
(svn r22560) -Codechange: Remove constness from House in ResolverObject.
|
2011-06-12 20:35:37 +00:00 |
|
terkhen
|
e8df5563db
|
(svn r22559) -Codechange: Remove constness from Station in ResolverObject.
|
2011-06-12 20:34:37 +00:00 |
|
terkhen
|
c98a8308cc
|
(svn r22558) -Codechange: Remove constness from BaseStation in ResolverObject.
|
2011-06-12 20:34:03 +00:00 |
|
terkhen
|
e127fca384
|
(svn r22557) -Codechange: Remove constness from AnimationBase callbacks.
|
2011-06-12 20:32:52 +00:00 |
|
terkhen
|
d7ec492887
|
(svn r22556) -Codechange: Remove constness from the town pointer at industries.
|
2011-06-12 20:31:44 +00:00 |
|
terkhen
|
05f2a0f391
|
(svn r22543) -Feature: [NewGRF] Support for station variable 0x69.
|
2011-06-04 21:24:23 +00:00 |
|
terkhen
|
8e00fa39b2
|
(svn r22542) -Add: Store cargo acceptance stats for stations.
|
2011-06-04 21:21:00 +00:00 |
|
terkhen
|
9f68c20d10
|
(svn r22541) -Document: GoodsEntry struct.
|
2011-06-04 21:19:00 +00:00 |
|
terkhen
|
5bb79b1f46
|
(svn r22540) -Codechange: Rename AcceptancePickup to GoodsEntryStatus.
|
2011-06-04 21:17:07 +00:00 |
|
terkhen
|
cee94be7db
|
(svn r22491) -Fix [FS#4623]: [Windows] Generate crashlogs correctly in binaries created with MinGW-w64. (JGR)
|
2011-05-25 16:40:30 +00:00 |
|
terkhen
|
1f3853249d
|
(svn r22490) -Fix [FS#4623]: [Squirrel] Fix compilation under MinGW-w64. (JGR)
|
2011-05-25 16:35:23 +00:00 |
|
terkhen
|
003dee6e38
|
(svn r22464) -Fix [FS#4587]: [Windows] Prevent a crash when launching OpenTTD with -d from a MSYS console. Added a note to known-bugs about this issue.
|
2011-05-15 14:51:06 +00:00 |
|
terkhen
|
df8806bdb4
|
(svn r22440) -Change: [Windows] Remove Cancel button from information messages.
|
2011-05-09 20:29:01 +00:00 |
|
terkhen
|
6cbc7be92b
|
(svn r22434) -Feature [FS#4591]: [NewGRF] Allow to filter by town of the current industry when using industry variable 0x68 (Yexo)
|
2011-05-07 10:20:29 +00:00 |
|
terkhen
|
8bc9925ade
|
(svn r22346) -Cleanup: Textbuf::max_pixels is not required anymore.
|
2011-04-17 18:45:36 +00:00 |
|
terkhen
|
5bb7a48cd2
|
(svn r22345) -Change: Remove pixel limiter for text buffers.
|
2011-04-17 18:44:09 +00:00 |
|
terkhen
|
0bd44f60e9
|
(svn r22344) -Codechange: Remove width constant from the sign list window.
|
2011-04-17 18:43:17 +00:00 |
|
terkhen
|
10caf391a1
|
(svn r22343) -Change: Remove pixel limiter for query strings.
|
2011-04-17 18:42:17 +00:00 |
|
terkhen
|
6e641777b1
|
(svn r22154) -Fix [FS#4529]: _current_company was modified when moving a client to spectators, causing issues in bankruptcy (Rubidium)
|
2011-02-27 11:38:28 +00:00 |
|
terkhen
|
4860eff98c
|
(svn r22127) -Fix: Canals would get drawn as land in the smallmap when using the owner window.
|
2011-02-22 14:23:38 +00:00 |
|
terkhen
|
dcd158b03e
|
(svn r22118) -Fix [FS#4525]: The refit window was not correctly updated after selecting with Ctrl+Click (Regiovogel).
|
2011-02-20 18:32:42 +00:00 |
|
terkhen
|
c36a22ba72
|
(svn r22087) -Fix: When deleting towns, only relocate objects during DC_EXEC.
|
2011-02-15 13:27:41 +00:00 |
|
terkhen
|
8e4b2c951d
|
(svn r22079) -Fix: The owner view of the smallmap was not updated after a company colour change.
|
2011-02-14 19:39:01 +00:00 |
|
terkhen
|
8196b03074
|
(svn r22059) -Fix (r21179): Make the send chat message window follow the position of the status bar.
|
2011-02-11 18:24:12 +00:00 |
|
terkhen
|
24983ec629
|
(svn r22053) -Fix: The land area information window was not updated after a language change.
|
2011-02-10 20:49:36 +00:00 |
|
terkhen
|
57a969017b
|
(svn r22051) -Fix (r21935): Roads under road stops would get a wrong owner after overbuilding.
|
2011-02-10 18:32:08 +00:00 |
|
terkhen
|
096c2857ee
|
(svn r22049) -Codechange: Add assert condition to GetRoadOwner.
|
2011-02-10 18:27:50 +00:00 |
|
terkhen
|
0828653cf9
|
(svn r22038) -Fix (r21406): Tab completion in chat did not cycle through all possible options.
|
2011-02-09 15:57:03 +00:00 |
|
terkhen
|
a4b08dddd1
|
(svn r21974) -Feature: Add a setting to enable/disable funding local road reconstruction.
|
2011-02-05 13:46:09 +00:00 |
|
terkhen
|
91dcc9e016
|
(svn r21973) -Fix: Redraw the town authority window after modifying town authority settings.
|
2011-02-05 13:42:57 +00:00 |
|
terkhen
|
9765a297e7
|
(svn r21936) -Fix [FS#4457](r19231): Do not remove existing road/tram bits when overbuilding stops of the opposite road type.
-Change: Build only the required road/tram bits when building stops with drag and drop.
|
2011-02-01 10:48:10 +00:00 |
|
terkhen
|
2e1eafbdc3
|
(svn r21935) -Fix (r19231): Allow to overbuild road stops which are built over trams.
|
2011-02-01 10:43:25 +00:00 |
|
terkhen
|
734994c9ba
|
(svn r21924) -Codechange: Unify some parts of the articulated vehicle code.
-Cleanup: Avoid conversions to Train and RoadVehicle that are no longer required.
|
2011-01-29 17:30:25 +00:00 |
|
terkhen
|
50b0e10026
|
(svn r21923) -Codechange: Unify articulated vehicle iteration functions.
|
2011-01-29 17:27:32 +00:00 |
|
terkhen
|
9626e0bf2b
|
(svn r21922) -Codechange: Unify articulated vehicle checking functions.
|
2011-01-29 17:26:23 +00:00 |
|
terkhen
|
23ffef05ce
|
(svn r21921) -Codechange: Move GroundVehicleSubtypeFlags as they will be needed by some Vehicle functions.
|
2011-01-29 17:21:39 +00:00 |
|
terkhen
|
d426906a01
|
(svn r21862) -Codechange: Unify subtype handling between road vehicles and trains.
|
2011-01-19 20:04:09 +00:00 |
|
terkhen
|
b5468e7a80
|
(svn r21860) -Codechange: Rename road vehicle subtype functions to match the train names.
|
2011-01-19 18:44:13 +00:00 |
|
terkhen
|
613743538d
|
(svn r21859) -Codechange: Move train subtype flags to GroundVehicle.
|
2011-01-19 18:42:54 +00:00 |
|
terkhen
|
cfbbcf1597
|
(svn r21858) -Codechange: Give more similar names to ArticulatedPart functions.
|
2011-01-19 18:41:53 +00:00 |
|
terkhen
|
ff6aeb8791
|
(svn r21830) -Fix: Deunionize a union which was not initialized correctly.
|
2011-01-17 19:40:06 +00:00 |
|
terkhen
|
b8559492b5
|
(svn r21818) -Change: Rename the genders of the spanish translation.
|
2011-01-16 11:00:42 +00:00 |
|
terkhen
|
4d8a93c870
|
(svn r21813) -Fix [FS#4411](r21720): Prevent crash when displaying the owner view.
|
2011-01-15 20:23:15 +00:00 |
|
terkhen
|
53c9846f14
|
(svn r21806) -Codechange: Correct additional appearances of the same typo.
|
2011-01-15 16:27:04 +00:00 |
|
terkhen
|
93b26e8e3d
|
(svn r21805) -Codechange: Correct a typo.
|
2011-01-15 15:58:03 +00:00 |
|
terkhen
|
679cd3c21b
|
(svn r21803) -Cleanup: Remove unnecessary semicolons.
|
2011-01-15 15:36:58 +00:00 |
|
terkhen
|
28676531b0
|
(svn r21780) -Change: Keep aqueducts and road/tram tunnels and bridges after removing a company.
|
2011-01-14 13:19:23 +00:00 |
|
terkhen
|
1b237216a8
|
(svn r21779) -Cleanup(r21778): Remove unneeded space at the start of a line.
|
2011-01-14 12:46:05 +00:00 |
|
terkhen
|
eb2b510e01
|
(svn r21778) -Add: After building a road or tram tunnel, connect it to any existing road or tram.
|
2011-01-14 12:01:07 +00:00 |
|
terkhen
|
87dade4698
|
(svn r21777) -Add: After building a road or tram bridge, connect it to any existing road or tram.
|
2011-01-14 12:00:07 +00:00 |
|
terkhen
|
998246430a
|
(svn r21776) -Codechange: Give a more appropriate name to the road connection function.
-Document: Add doxygen comments to the function.
|
2011-01-14 11:55:40 +00:00 |
|
terkhen
|
03088dadda
|
(svn r21733) -Codechange: Clarify the update owner legend code.
-Fix: Prevent crashes caused by deleted companies.
|
2011-01-05 11:04:29 +00:00 |
|
terkhen
|
b890bcb840
|
(svn r21730) -Fix (r21718): The smallmap owner legend would not be properly initialized in games without companies.
|
2011-01-04 22:59:42 +00:00 |
|
terkhen
|
0b27228d9a
|
(svn r21729) -Fix (r21718, r21720): In some cases clicking on a industry/company legend entry would not work.
|
2011-01-04 22:56:56 +00:00 |
|
terkhen
|
ace917f872
|
(svn r21726) -Add: Allow to toggle height visualization in the owner view of the smallmap.
|
2011-01-04 21:03:57 +00:00 |
|
terkhen
|
995e80ba57
|
(svn r21725) -Cleanup: Remove unused owner code.
|
2011-01-04 21:03:01 +00:00 |
|
terkhen
|
aac2289bf8
|
(svn r21724) -Change: Do not reset the "Show height" state after closing the smallmap window.
|
2011-01-04 21:02:10 +00:00 |
|
terkhen
|
38ed740e80
|
(svn r21723) -Add: Enable/Disable all buttons to the owner view of the smallmap.
|
2011-01-04 21:01:29 +00:00 |
|
terkhen
|
bf45eacd97
|
(svn r21722) -Update: String names on other translations.
|
2011-01-04 21:00:45 +00:00 |
|
terkhen
|
7e6e7a6737
|
(svn r21721) -Codechange: Rename the smallmap button panel and its strings.
|
2011-01-04 20:59:41 +00:00 |
|
terkhen
|
b621e4545c
|
(svn r21720) -Feature: Allow to toggle visualization of company property in the owner view of the smallmap.
|
2011-01-04 20:58:42 +00:00 |
|
terkhen
|
4f1e96acf1
|
(svn r21719) -Doc: Correct a doxygen comment.
|
2011-01-04 20:58:07 +00:00 |
|
terkhen
|
2103f7e91a
|
(svn r21718) -Feature: Show a list of companies in the owner legend.
|
2011-01-04 20:57:11 +00:00 |
|
terkhen
|
e4b8a4e3bf
|
(svn r21717) -Codechange: Unify smallmap functions for getting the legend height.
|
2011-01-04 20:56:00 +00:00 |
|
terkhen
|
ebb360f48c
|
(svn r21716) -Add: Tooltip for the industry legend at the smallmap.
|
2011-01-04 20:54:36 +00:00 |
|
terkhen
|
5268d03abd
|
(svn r21715) -Fix: Use the correct land colour in the owner legend.
|
2011-01-04 20:53:57 +00:00 |
|