Darkvater
0ff942f560
(svn r2303) - CodeChange (fix): when giving money to other players only allow transferring money that is above your loan. Eg you can't give away your loan.
...
- Langfix: 'goes down by' 'increases', vv for down in english.txt.
2005-05-13 17:09:05 +00:00
miham
8d392cf5c7
(svn r2282) [Translations] Updated to 2005-05-08 (58 strs / 3 langs)
2005-05-08 16:17:01 +00:00
miham
cf5370eb22
(svn r2240) [Translations] Updated to 2005-05-01 (17 strs / 2 langs)
2005-05-01 18:40:01 +00:00
miham
13f07582b0
(svn r2236) [Translations] Updated to 2005-04-28 (21 strs / 3 langs)
2005-04-28 17:42:13 +00:00
miham
d7e6f468e9
(svn r2235) [Translations] Updated finnish translation (Ville Koshinen)
2005-04-27 05:49:03 +00:00
miham
6ff8340619
(svn r2234) [Translations] Updated to 2005-04-26 (149 strs / 12 langs)
2005-04-26 17:56:52 +00:00
Darkvater
591217da4a
(svn r2221) - Fix: "Map size" is two words. Also draw the string right-aligned in the intro gui so it doesn't matter how long it is in other languages.
2005-04-21 16:20:38 +00:00
miham
1265478a98
(svn r2219) [Translations] Updated to 2005-04-21_2 (40 strs / 5 langs)
2005-04-21 06:56:16 +00:00
miham
1b312083fc
(svn r2216) [Translations] Updated to 2005-04-21 (67 strs / 6 langs)
2005-04-20 22:24:39 +00:00
Darkvater
29347840c2
(svn r2215) - Feature: Add a temporary mapsize selector to the intro gui. This is sufficient until the real window is designed & coded.
2005-04-20 12:52:02 +00:00
Darkvater
cc65bd1702
(svn r2214) - Fix: Dragging the desert tool over half-desert turns it into full-desert; dragging the tool while pressing ctrl, will remove the desert area.
2005-04-19 18:30:31 +00:00
miham
51c56287f0
(svn r2212) [Translations] Updated to 2005-04-17 (139 strs / 3 langs)
2005-04-17 19:44:05 +00:00
Darkvater
0fa9c23225
(svn r2209) - CodeChange: [ 1184348 ] Remove unused _newspaper_flag that was supposed to be some ugly hack for chatting (gonewacko)
2005-04-16 18:09:24 +00:00
miham
3c3507c822
(svn r2203) [Translations] Updated to 2005-04-15 (25 strs / 5 langs)
2005-04-15 13:50:08 +00:00
miham
d5bcf62e5c
(svn r2199) [Translations] Updated to 2005-04-14 (188 strs / 13 langs)
2005-04-14 21:34:15 +00:00
miham
3b9931fcba
(svn r2194) [Translations] Updated to 2005-04-14 (12 strs / 5 langs)
2005-04-14 09:58:04 +00:00
Darkvater
febae668fe
(svn r2192) - Add greater control to the 'message options' window. Now you can turn off the telegraphc ticker sound for summarized messages, or turn off news-messages altogether (you get a red blot to notify you though). The [<][>] set the settings in one way, while clicking on the option itself, cycles it. This commit also 'fixes' bugs [1166973], [1121484] and patch [1169930].
...
- I also changed an order of strings from On, Off to Off, On, so this can be used ingame with the WWT_4 widget type.
- Since the newssettings now take 2 bits per setting (off/summary/on) _news_display_opt is widened to 32 bits and the settings code changed slightly to accomodate for a maximum of 16 message-types.
2005-04-13 23:03:31 +00:00
miham
8724ba8e01
(svn r2186) [Translations] Refreshed translations (20 strs/3 langs)
2005-04-12 07:29:37 +00:00
miham
41f38775a1
(svn r2175) [Translations] Updated translations (11 strs/3 langs)
2005-04-10 18:02:48 +00:00
miham
6f15593ce2
(svn r2174) [Translations] Updated translations (7 strs/2 langs)
2005-04-09 22:42:12 +00:00
miham
5a65140cb4
(svn r2172) [Translations] Translations from the last two days (37 strs/11 langs)
2005-04-09 06:19:08 +00:00
miham
13969f5940
(svn r2171) [Translations] Manually fixed string-order in english.txt (someone fscked it up!)
2005-04-09 06:15:16 +00:00
Darkvater
9c3813e213
(svn r2164) - Language: [ 1173684 ] fix some wrong french translations (glx)
2005-04-07 10:50:55 +00:00
Darkvater
68138d6a31
(svn r2162) - Fix: Tooltips of horizontal scrollbars were wrong; they now say left/right instead of up/down
2005-04-07 01:02:15 +00:00
miham
7f941818a8
(svn r2158) [Translations] Updated translations (72 strs/2 langs)
2005-04-06 20:20:31 +00:00
miham
4aa7cf8e9f
(svn r2151) [Translations] Updated translations (36 strs/2 langs)
2005-04-05 20:52:55 +00:00
miham
8153a56aa4
(svn r2150) [Translations] Updated translations (14 strs/10 langs)
2005-04-04 21:25:15 +00:00
miham
b2c7543204
(svn r2145) [Translations] Updated translations (174 strs/6 langs)
...
[Translations] Also switched to two spaces instead of tabs (Darkvater requested)
2005-04-03 20:44:14 +00:00
Darkvater
f35b59aded
(svn r2136) - Fix: [ 1174313 ] terrain hotkeys nonfunctional in scenario editor (D,Q,W,E,R,T,Y,U fltr)
...
- Fix: 'L' no longer opens ingame terraform bar in scenario editor bar, but the land generator one
- Feature: [ 1095110 ] Create Lake and draggable Create Desert tools (initial implementation GoneWacko), also added sticky buttons to land generator and town generator
- CodeChange: moved around some of the draggable tools, demystifying them
- CodeChange: change CmdBuildCanal to allow for XANDY dragging not only X or Y (only scenario editor)
- CodeChange: add some more enums to sprites.
- TODO: merge most of the ingame and scenario editor land terraform code. This can only be done after OnClickButton function is changed so it also includes the backreference to the widget being clicked, postponed to after 0.4.0
2005-04-02 23:05:09 +00:00
miham
3bfda758db
(svn r2135) [Translations] Updated translations (142 strings to 4 languages)
2005-04-02 22:37:24 +00:00
pasky
8d09a1ae87
(svn r2129) Reverted r2125 and depending revisions (map size selector in the intro window). Will be done in a separate dialog. This also fixes showing of various rail/road-related strings.
2005-04-02 16:40:21 +00:00
pasky
f053bbb4f4
(svn r2125) - Feature: In the intro dialog, show a map size selector below the landscape type selector.
2005-04-02 15:03:48 +00:00
miham
1d0e0b22e4
(svn r2120) [Translations] Updated translations (166 strings to 6 languages)
2005-04-02 07:19:03 +00:00
miham
043ac73b19
(svn r2117) [Translations] Introduce lithuanian translation as finished
2005-04-01 20:10:20 +00:00
miham
ada6f0be8b
(svn r2116) [Translations] Updated translations
2005-04-01 20:03:48 +00:00
truelight
e416fe8066
(svn r2079) -Add: signlist, shows all signs in the map. Clicking on them, and you go
...
to the sign. Very needed for coop. You can find it under World Map.
2005-03-26 21:22:29 +00:00
miham
16a3bc35c0
(svn r2050) Weekly langfile updates
2005-03-24 18:48:20 +00:00
miham
d2ae7dd186
(svn r2027) Fixed a typo in the brazilian-portuguese language name
2005-03-19 22:11:21 +00:00
miham
d6b8375504
(svn r2026) Moved brasilian_portuguese to finished languages
2005-03-19 22:04:59 +00:00
miham
b3b6eafe1d
(svn r2025) Daily langfile changes - 05/03/19
2005-03-19 22:04:36 +00:00
miham
e12bb5504a
(svn r2023) Added brazilian-portuguese translation [yet unfinished]
2005-03-19 12:24:51 +00:00
miham
42cd07a2e2
(svn r2016) Langfile updates
2005-03-15 19:26:46 +00:00
miham
8064254eaf
(svn r1985) Automatic langfile updates
2005-03-10 16:09:51 +00:00
miham
e25dd2c2c3
(svn r1913) Weekly langfile update
2005-02-24 22:37:35 +00:00
celestar
fe6f9e9a65
(svn r1881) -Fix: [ 1119308 ] Max passengers / mail variables are now 32 bit
2005-02-17 10:56:19 +00:00
miham
7678a937e4
(svn r1880) [Codechange] Added isocodes to langfiles and support code to strgen (Lauri Nurmi)
2005-02-17 07:49:31 +00:00
miham
9e847075fa
(svn r1871) Daily langfile updates #2 .
2005-02-13 12:33:57 +00:00
miham
fac25561bc
(svn r1870) Added new language: lithuanian
2005-02-13 11:55:35 +00:00
miham
ac6857ee28
(svn r1864) Automatic langfile updates
2005-02-13 07:44:32 +00:00
bjarni
297223cc21
(svn r1851) - Language: added Frisian translation (no strings have been translated yet)
2005-02-08 18:07:27 +00:00