planetmaker
189dd2dcce
(svn r25845) -Add [FS#5756]: [Admin] Send info on bankruptcy quarters also in ADMIN_PACKET_SERVER_COMPANY_INFO (zydeco)
2013-10-12 17:03:15 +00:00
frosch
69a0c91d63
(svn r25844) -Change: Increase maximum number of object instances on the map from 64k to about 16M.
2013-10-12 16:35:50 +00:00
frosch
29f5eab56c
(svn r25843) -Codechange: Rename MAX_SPECLIST to NUM_STATIONSSPECS_PER_STATION.
2013-10-12 16:35:32 +00:00
frosch
1b6ceef086
(svn r25842) -Codechange: Rename MAX_STATIONS to NUM_STATIONS_PER_GRF.
2013-10-12 16:35:18 +00:00
frosch
48d22700ad
(svn r25841) -Codechange: Use NUM_AIRPORTTILES_PER_GRF instead of NUM_AIRPORTTILES to properly distinguish limits per NewGRF and limits of the pool.
...
-Change: [NewGRF] Lower the limit of airport tile types per NewGRF from 256 to 255 to prevent usage of ID 0xFF in Action3, and thus allowing it to become an extended byte somewhen.
2013-10-12 16:34:59 +00:00
frosch
a92b698525
(svn r25840) -Codechange: Use NUM_AIRPORTS_PER_GRF instead of NUM_AIRPORTS to properly distinguish limits per NewGRF and limits of the pool.
2013-10-12 16:34:23 +00:00
frosch
cfaa9457a6
(svn r25839) -Codechange: Use NUM_HOUSES_PER_GRF instead of NUM_HOUSES to properly distinguish limits per NewGRF and limits of the pool.
...
-Change: [NewGRF] Lower the limit of house types per NewGRF from 256 to 255 to prevent usage of ID 0xFF in Action3, and thus allowing it to become an extended byte somewhen.
2013-10-12 16:34:04 +00:00
frosch
6a0439a789
(svn r25838) -Codechange: Rename HOUSE_MAX to NUM_HOUSES.
2013-10-12 16:33:19 +00:00
frosch
ad8b387f9e
(svn r25837) -Codechange: Use NUM_INDUSTRYTILES_PER_GRF instead of NUM_INDUSTRYTILES to properly distinguish limits per NewGRF and limits of the pool.
...
-Change: [NewGRF] Lower the limit of industry tile types per NewGRF from 256 to 255 to prevent usage of ID 0xFF in Action3, and thus allowing it to become an extended byte somewhen.
2013-10-12 16:32:59 +00:00
frosch
a521af8cf8
(svn r25836) -Codechange: Use NUM_INDUSTRYTYPES_PER_GRF instead of NUM_INDUSTRYTYPES to properly distinguish limits per NewGRF and limits of the pool.
2013-10-12 16:32:16 +00:00
frosch
ac599625da
(svn r25835) -Change: Increase the total number of object types from 256 to 64000.
2013-10-12 16:31:55 +00:00
frosch
60f483822f
(svn r25834) -Codechange: Use NUM_OBJECTS_PER_GRF instead of NUM_OBJECTS to properly distinguish limits per NewGRF and limits of the pool.
...
-Change: [NewGRF] Lower the limit of object types per NewGRF from 256 to 255 to prevent usage of ID 0xFF in Action3, and thus allowing it to become an extended byte somewhen.
2013-10-12 16:31:31 +00:00
frosch
35d7e8bca4
(svn r25833) -Codechange: Move ObjectType from map array into pool item.
2013-10-12 16:30:42 +00:00
frosch
2080a8c16f
(svn r25832) -Codechange: Reduce variety of object type test functions.
2013-10-12 16:30:22 +00:00
frosch
b1131671d4
(svn r25831) -Change: Increase the object class limit from 32 to 255. (sbr)
2013-10-12 16:30:05 +00:00
frosch
3d5a91424a
(svn r25830) -Fix [FS#5742] (r25540): In BuildObjectWindow, ensure the object spec matrix is always initialized. (sbr)
2013-10-12 16:29:42 +00:00
translators
7a75010b25
(svn r25829) -Update from WebTranslator v3.0:
...
english_US - 2 changes by Supercheese
vietnamese - 9 changes by nglekhoi
2013-10-11 17:45:19 +00:00
planetmaker
276c41ee1d
(svn r25828) -Doc [FS#5785]: Description of parameters for ShowDropDownMenu was partially swapped (3298)
2013-10-11 15:41:55 +00:00
planetmaker
f42dea680e
(svn r25827) -Fix [FS#5768]: Unify capitalization of strings used in Sort-By dropdown menu
2013-10-11 15:34:04 +00:00
translators
aef25810c0
(svn r25826) -Update from WebTranslator v3.0:
...
simplified_chinese - 4 changes by siu238X
finnish - 2 changes by jpx_
korean - 2 changes by telk5093
2013-10-09 17:45:21 +00:00
translators
2e990f514f
(svn r25825) -Update from WebTranslator v3.0:
...
lithuanian - 2 changes by Stabilitronas
2013-10-08 17:45:17 +00:00
translators
67bffff355
(svn r25824) -Update from WebTranslator v3.0:
...
croatian - 2 changes by VoyagerOne
french - 9 changes by glx
italian - 2 changes by lorenzodv
portuguese - 2 changes by vesgo
russian - 2 changes by Lone_Wolf
slovak - 2 changes by Milsa
thai - 26 changes by zetathix
2013-10-07 17:45:49 +00:00
frosch
3d99546107
(svn r25823) -Codechange [FS#5780]: Simplify if-cases in ViewportDrawStrings. (Juanjo)
2013-10-06 20:18:53 +00:00
frosch
b4609fd923
(svn r25822) -Fix [FS#5704]: Searching for a suitable font failed, if one of the fonts had no '?' glyph, and no baseset is installed.
2013-10-06 20:08:11 +00:00
frosch
1e0dd39075
(svn r25821) -Fix-ish: Sprite 0 was considered available, even if no baseset was loaded.
2013-10-06 19:40:40 +00:00
frosch
640d39c001
(svn r25820) -Codechange: More const-ness.
2013-10-06 19:38:36 +00:00
translators
2d972cb418
(svn r25819) -Update from WebTranslator v3.0:
...
korean - 3 changes by telk5093
norwegian_bokmal - 2 changes by cuthbert
thai - 54 changes by zetathix
2013-10-06 17:45:23 +00:00
frosch
bf0f5345ea
(svn r25818) -Fix [FS#5750]: [GS] Language file scanner considered filenames starting with '.' as valid translations, resulting in languages with empty name, which causes trouble.
2013-10-06 12:13:20 +00:00
frosch
4912e3170e
(svn r25817) -Fix [FS5750-ish]: Handle savegames which contain GS translations for languages with empty name more gently.
2013-10-06 12:10:33 +00:00
frosch
dfa0e61f25
(svn r25816) -Add [FS#5748]: Toggle button for wrapping lines in the textfile GUI (LordAro)
2013-10-06 11:29:14 +00:00
frosch
f26aad2e84
(svn r25815) -Fix [FS#5754]: ScriptTile::IsBuildableRectangle could report true for tiles outside of the map, if they happened to wrap around into a valid area. (Bolt)
2013-10-06 11:16:00 +00:00
frosch
3e8d498bc5
(svn r25814) -Doc: Some Town members.
2013-10-06 10:16:33 +00:00
translators
e96c667017
(svn r25812) -Update from WebTranslator v3.0:
...
brazilian_portuguese - 4 changes by Tucalipe
2013-10-05 17:45:16 +00:00
translators
aac3e9a823
(svn r25811) -Update from WebTranslator v3.0:
...
spanish - 2 changes by Terkhen
2013-10-04 17:45:10 +00:00
translators
4ce75d1cc9
(svn r25810) -Update from WebTranslator v3.0:
...
czech - 2 changes by retro
korean - 5 changes by telk5093
portuguese - 106 changes by vesgo
2013-10-03 17:45:20 +00:00
zuu
8895ae5e0d
(svn r25809) -Fix: [Script] Decoding JSON data with an empty array from Admin port failed
2013-10-03 16:47:24 +00:00
zuu
3ad1896273
(svn r25808) -Fix (r25788): [Script] INVALID_EXPENSES should be called EXPENSES_INVALID in the script API
2013-10-02 21:44:31 +00:00
translators
59afce7cfb
(svn r25806) -Update from WebTranslator v3.0:
...
japanese - 1 changes by guppy
2013-10-02 17:45:11 +00:00
alberth
999e76d305
(svn r25805) -Fix[FS#5740]: Ensure the vehicle bar is high enough for the start/stop vehicle graphics (adf88).
2013-10-01 20:35:06 +00:00
alberth
26dbdafeed
(svn r25804) -Fix[FS#5739]: Lower sprite and text at the vehicle bar if it is pressed (adf88).
2013-10-01 20:22:38 +00:00
alberth
5437a588a0
(svn r25803) -Fix[FS#5738]: Draw start/stop graphics of the vehicle bar at the right place in rtl mode (adf88).
2013-10-01 20:16:44 +00:00
translators
3efc999c00
(svn r25802) -Update from WebTranslator v3.0:
...
polish - 7 changes by joziowicz
2013-10-01 17:45:10 +00:00
translators
4a058e2afe
(svn r25801) -Update from WebTranslator v3.0:
...
estonian - 4 changes by notAbot
japanese - 5 changes by guppy
slovenian - 1 changes by matej1245
2013-09-29 17:45:23 +00:00
translators
4421eb683b
(svn r25800) -Update from WebTranslator v3.0:
...
english_AU - 5 changes by mrtux
korean - 5 changes by telk5093
2013-09-28 17:45:15 +00:00
translators
d71ad9773a
(svn r25799) -Update from WebTranslator v3.0:
...
ukrainian - 59 changes by odisseus
2013-09-26 17:45:15 +00:00
planetmaker
e27a91c8bc
(svn r25798) -Fix [FS#5765]: Consistent spelling of MightyMover vehicles
2013-09-25 19:20:15 +00:00
translators
fb85128008
(svn r25797) -Update from WebTranslator v3.0:
...
afrikaans - 4 changes by ewaldhorn
icelandic - 3 changes by Stimrol
2013-09-25 17:45:15 +00:00
translators
6f15492dd3
(svn r25796) -Update from WebTranslator v3.0:
...
croatian - 2 changes by VoyagerOne
english_US - 53 changes by Supercheese
finnish - 2 changes by jpx_
german - 2 changes by Jogio
indonesian - 2 changes by UseYourIllusion
italian - 2 changes by lorenzodv
slovak - 2 changes by Milsa
2013-09-23 17:45:58 +00:00
translators
5775198966
(svn r25795) -Update from WebTranslator v3.0:
...
catalan - 6 changes by juanjo
korean - 4 changes by telk5093
lithuanian - 2 changes by Stabilitronas
polish - 5 changes by lion
russian - 2 changes by Lone_Wolf
2013-09-22 17:45:44 +00:00
planetmaker
21e85c9291
(svn r25794) -Change: No point to toggle a NewGRF's palette if its author declared one.
2013-09-22 13:06:09 +00:00
planetmaker
266d9262a2
(svn r25793) -Change: Trigger update of translations for palette names
2013-09-22 13:01:18 +00:00
planetmaker
5f415fa78e
(svn r25792) -Change: Clarify the relevance of the permissible palettes
2013-09-22 12:59:59 +00:00
zuu
ce5ea8900c
(svn r25791) -Fix (r25788): Silence comiler warning in ScriptCompany::ChangeBankBalance
2013-09-21 19:35:49 +00:00
translators
41b914aeb0
(svn r25790) -Update from WebTranslator v3.0:
...
ukrainian - 11 changes by odisseus
2013-09-21 17:45:18 +00:00
zuu
ffec9b41e8
(svn r25789) -Fix (r25783): Calling GSTown.FoundTown in world gen caused world gen to terminate and start the game
2013-09-21 15:09:00 +00:00
zuu
ab69c6c2a0
(svn r25788) -Feature: [Script] Game Scripts can now charge fees and give money to companies
2013-09-21 13:07:42 +00:00
zuu
01dea4ec37
(svn r25787) -Doc: Doxygen comment was wrong
2013-09-21 10:06:23 +00:00
translators
1a9a2bcb49
(svn r25786) -Update from WebTranslator v3.0:
...
slovenian - 190 changes by Necrolyte
2013-09-20 17:45:09 +00:00
zuu
67ab3108d6
(svn r25785) -Feature: [Script] Allow AIs and GS to found towns. Allow GS to rename towns
2013-09-19 18:48:05 +00:00
translators
953aa839b9
(svn r25784) -Update from WebTranslator v3.0:
...
dutch - 5 changes by habell
ukrainian - 43 changes by odisseus
2013-09-19 17:45:15 +00:00
matthijs
282d3778ad
(svn r25781) -Doc: Add licensing section to readme.txt.
2013-09-19 07:42:15 +00:00
translators
0e7bfdfbd4
(svn r25779) -Update from WebTranslator v3.0:
...
luxembourgish - 3 changes by Phreeze
polish - 5 changes by wojteks86
2013-09-17 17:45:18 +00:00
translators
e7073dc635
(svn r25778) -Update from WebTranslator v3.0:
...
croatian - 2 changes by VoyagerOne
czech - 3 changes by retro
indonesian - 2 changes by UseYourIllusion
norwegian_bokmal - 2 changes by cuthbert
2013-09-16 17:45:26 +00:00
translators
43ecfc2715
(svn r25777) -Update from WebTranslator v3.0:
...
finnish - 60 changes by Tve4
german - 2 changes by Jogio
italian - 1 changes by lorenzodv
slovak - 2 changes by Milsa
vietnamese - 2 changes by nglekhoi
2013-09-15 17:45:28 +00:00
planetmaker
247feca247
(svn r25776) -Add [FS#5743]: Sticky and shade buttons for jukebox window (retro)
2013-09-15 15:56:46 +00:00
planetmaker
5cc4d240f1
(svn r25775) -Fix [FS#5746]: Some spelling corrections to Catalan town names (juanjo)
2013-09-15 15:48:38 +00:00
planetmaker
eecb4b3506
(svn r25774) -Fix [FS#5746]: Some spelling corrections to Latin American town names (juanjo)
2013-09-15 15:46:19 +00:00
translators
5e5d5b717b
(svn r25773) -Update from WebTranslator v3.0:
...
english_US - 2 changes by Rubidium
finnish - 2 changes by jpx_
italian - 1 changes by lorenzodv
lithuanian - 2 changes by Stabilitronas
russian - 1 changes by Lone_Wolf
spanish - 2 changes by Terkhen
2013-09-14 17:45:41 +00:00
zuu
a8c9322729
(svn r25772) -Add: Additional layered main toolbar arrangement
2013-09-14 12:58:58 +00:00
zuu
f8f9e30f80
(svn r25771) -Fix (r25344): If story book content changed height due a string parameter changing length, the scrollbar was not updated
2013-09-14 12:18:36 +00:00
rubidium
7adc453473
(svn r25770) -Fix [Admin]: the frame of a command packet wasn't set for the packets that were sent via de admin interface
2013-09-14 11:34:09 +00:00
zuu
541fe1775a
(svn r25769) -Fix (r25344): Drawing of broken goal references was broken
2013-09-13 21:34:32 +00:00
zuu
e2c618eaba
(svn r25768) -Fix [FS#5617] (r25344): Story Book text elements that use font size modifiers (eg {BIG_FONT}) caused problem with content height calculation. Solution: switch to pixel based content height instead of computing all heights as multiples of line heights.
2013-09-13 21:01:19 +00:00
zuu
9e30dda720
(svn r25766) -Codechange: Use FONT_HEIGHT_NORMAL instead of checking the height of a dummy string in Story gui
2013-09-13 20:17:07 +00:00
translators
0746816b16
(svn r25763) -Update from WebTranslator v3.0:
...
russian - 1 changes by Lone_Wolf
ukrainian - 20 changes by Strategy
2013-09-13 17:45:19 +00:00
zuu
4e74a4c5cc
(svn r25761) -Change: Disable story/goal buttons when there is no content to show instead of when there is zero companies
2013-09-13 12:45:25 +00:00
translators
6516afae50
(svn r25760) -Update from WebTranslator v3.0:
...
indonesian - 2 changes by UseYourIllusion
2013-09-12 17:45:08 +00:00
zuu
24481998fa
(svn r25759) -Fix (r25369): Set the owner flag of the goal and story windows
2013-09-12 14:35:52 +00:00
translators
b8c6ac60a6
(svn r25758) -Update from WebTranslator v3.0:
...
catalan - 2 changes by juanjo
2013-09-11 17:45:10 +00:00
translators
4184a6239f
(svn r25756) -Update from WebTranslator v3.0:
...
indonesian - 2 changes by UseYourIllusion
2013-09-09 17:45:12 +00:00
translators
5605942387
(svn r25755) -Update from WebTranslator v3.0:
...
greek - 1 changes by Evropi
hungarian - 4 changes by IPG
indonesian - 1 changes by Yoursnotmine
2013-09-07 17:45:20 +00:00
translators
a3b271a4eb
(svn r25754) -Update from WebTranslator v3.0:
...
serbian - 18 changes by ivan_mile
2013-09-03 17:45:09 +00:00
frosch
938ae194a5
(svn r25753) -Fix [FS#5725] (r25557): If old savegames contain bridges over owned land, keep on drawing the bridges nevertheless.
2013-09-02 18:37:44 +00:00
translators
e695080caf
(svn r25752) -Update from WebTranslator v3.0:
...
slovak - 2 changes by Milsa
2013-09-01 17:45:10 +00:00
michi_cc
f36396929a
(svn r25751) -Fix (r25657): [OSX] Restore fullscreen state also when starting on 10.7+.
2013-08-31 20:17:29 +00:00
translators
137bd4576e
(svn r25750) -Update from WebTranslator v3.0:
...
finnish - 4 changes by Tve4
2013-08-31 17:45:08 +00:00
translators
21189287c6
(svn r25749) -Update from WebTranslator v3.0:
...
gaelic - 3 changes by GunChleoc
2013-08-30 17:45:09 +00:00
rubidium
98bc30aa48
(svn r25748) -Fix: omitted string validations
2013-08-28 17:53:13 +00:00
translators
dc2dbb3ef6
(svn r25747) -Update from WebTranslator v3.0:
...
serbian - 27 changes by ivan_mile
2013-08-28 17:45:09 +00:00
translators
84c92c8dc7
(svn r25746) -Update from WebTranslator v3.0:
...
polish - 3 changes by wojteks86
serbian - 63 changes by ivan_mile
2013-08-26 17:45:34 +00:00
translators
22d65e4a48
(svn r25745) -Update from WebTranslator v3.0:
...
indonesian - 10 changes by abdu354
serbian - 30 changes by ivan_mile
2013-08-25 17:45:17 +00:00
frosch
322b2da953
(svn r25744) -Fix (r25648): [NewGRF] Also invalidate vehicle colour palette when rearranging consists.
2013-08-25 15:43:52 +00:00
michi_cc
6bbca9307d
(svn r25743) -Fix [FS#5705]: [OSX] Text input into an edit box would trigger hotkeys.
2013-08-25 11:23:10 +00:00
translators
2d44c98670
(svn r25742) -Update from WebTranslator v3.0:
...
polish - 17 changes by voythas
2013-08-24 17:45:11 +00:00
fonsinchen
bcbaa92485
(svn r25741) -Fix: shift join dates of link graph jobs when using the date cheat
2013-08-23 18:37:45 +00:00
translators
f719b273d3
(svn r25740) -Update from WebTranslator v3.0:
...
turkish - 1 changes by wakeup
2013-08-23 17:45:09 +00:00
translators
abe0163ad4
(svn r25739) -Update from WebTranslator v3.0:
...
afrikaans - 218 changes by mulderpf
simplified_chinese - 1 changes by siu238X
traditional_chinese - 1 changes by siu238X
2013-08-21 17:45:24 +00:00
fonsinchen
95cde78e37
(svn r25738) -Feature: recursively walk all branches of conditional orders in the order prediction logic
2013-08-20 21:22:39 +00:00
fonsinchen
5e017b8000
(svn r25737) -Codechange: move inner workings of RefreshNextHopsStats into separate function
2013-08-20 21:22:37 +00:00
fonsinchen
5c0b766ed9
(svn r25736) -Codechange: move condition prediction out of GetNextStoppingOrder so that we can access both branches in calling code
2013-08-20 21:22:35 +00:00