Commit Graph

4257 Commits

Author SHA1 Message Date
tron af7fa1df24 (svn r5580) -Regression: Under certain circumstances it was possible to remove/convert bridges while a vehicle was on it. Fix this by properly calculating the height of a bridge 2006-07-22 07:28:04 +00:00
miham 16b923260c (svn r5533) WebTranslator2 update to 2006-07-21 08:36:55
slovak     - 17 changed by lengyel (17)
2006-07-21 06:37:09 +00:00
miham 3015e0358e (svn r5529) WebTranslator2 update to 2006-07-20 19:43:08
czech      - 2 fixed, 1 changed by Hadez (3)
slovak     - 95 changed by lengyel (95)
2006-07-20 17:43:24 +00:00
richk 0f57c9037e (svn r5519) Fix: Only list helicopters in the new build window of helidepots and helistations.Suggested by peter1138 & Tron.
Demanded under threat of removal by Tron; no thanks given.
Last commit from here. Got better things to do with life.
2006-07-19 19:20:04 +00:00
miham c8a0189f27 (svn r5518) WebTranslator2 update to 2006-07-19 17:28:56
german     - 2 fixed by Neonox (2)
slovak     - 95 changed by lengyel (95)
slovenian  - 118 fixed, 12 changed by Gorky (130)
spanish    - 1 fixed by eusebio (1)
2006-07-19 15:29:17 +00:00
miham bade1c691d (svn r5517) WebTranslator2 update to 2006-07-19 08:48:02
icelandic  - 4 fixed, 8 changed by scrooge (12)
slovenian  - 57 fixed, 1 changed by Gorky (58)
2006-07-19 06:48:17 +00:00
miham 96077cb845 (svn r5515) WebTranslator2 update to 2006-07-18 19:58:50
bulgarian  - 62 fixed by quicksilverbg (62)
slovak     - 19 changed by lengyel (19)
2006-07-18 17:59:05 +00:00
miham 599f6f9115 (svn r5514) WebTranslator2 update to 2006-07-18 08:49:21
icelandic  - 2 fixed, 37 changed by scrooge (39)
slovak     - 66 changed by lengyel (66)
2006-07-18 06:49:38 +00:00
belugas 507cc6146e (svn r5512) Fix : Remove a warning on MakeItalianTownName.
While at it, adjust the different parts of the generator.
Now, masculin is not linked to generic suffix, 
and feminin is not linked to river-name suffix
2006-07-17 20:27:17 +00:00
miham c76b718e36 (svn r5511) WebTranslator2 update to 2006-07-17 20:52:03
american   - 1 fixed by WhiteRabbit (1)
bulgarian  - 37 fixed by groupsky (37)
slovak     - 39 changed by lengyel (39)
2006-07-17 18:52:20 +00:00
miham 456cabda6b (svn r5509) WebTranslator2 update to 2006-07-16 21:38:07
italian    - 1 fixed by sidew (1)
norwegian  - 4 changed by oletk (4)
portuguese - 1 fixed by izhirahider (1)
slovak     - 2 fixed, 46 changed by lengyel (48)
2006-07-16 19:38:27 +00:00
miham 117477e4ba (svn r5508) WebTranslator2 update to 2006-07-16 15:34:22
bulgarian  - 61 fixed by kokobongo (61)
dutch      - 1 fixed by Zr40 (1)
polish     - 1 fixed by meush (1)
2006-07-16 13:34:39 +00:00
miham 658a734f10 (svn r5507) WebTranslator2 update to 2006-07-16 08:01:56
french     - 1 fixed by glx (1)
hungarian  - 1 fixed by miham (1)
icelandic  - 4 fixed, 3 changed by scrooge (7)
norwegian  - 2 fixed by brygge_2 (1), oletk (1)
portuguese - 1 fixed by izhirahider (1)
ukrainian  - 1 fixed by znikoz (1)
2006-07-16 06:02:22 +00:00
belugas 40021f15f0 (svn r5504) Feature : Added Italian town name generator. (sidew) 2006-07-16 00:32:00 +00:00
miham 3b9bd65f70 (svn r5503) WebTranslator2 update to 2006-07-15 19:12:31
italian    - 1 changed by sidew (1)
2006-07-15 17:12:44 +00:00
miham 3fe015cd45 (svn r5501) WebTranslator2 update to 2006-07-15 12:06:08
bulgarian  - 70 fixed by kokobongo (70)
icelandic  - 10 fixed, 11 changed by scrooge (21)
italian    - 1 changed by sidew (1)
polish     - 1 fixed by meush (1)
simplified_chinese - 972 fixed by Fishingsnow (972)
slovak     - 11 fixed by lengyel (11)
2006-07-15 10:07:59 +00:00
tron 43b9204d42 (svn r5500) Undo r4597, because it breaks the intended change of r5315 to prohibit building rails on a road tile while road works are in progress 2006-07-15 09:29:39 +00:00
truelight 26e1e8ce61 (svn r5497) -Fix: somehow in r5315 slipped some wrong logic, allowed you to build rail on all road pieces without really building it ;) 2006-07-14 18:14:08 +00:00
belugas 5606e6d7b6 (svn r5496) -CodeChange: Removed two compiler warnings
- add newline at end of file in currency.c
 - remove unused (for now) CargosChangeInfo
2006-07-14 17:54:04 +00:00
miham 5137591102 (svn r5495) WebTranslator2 update to 2006-07-14 18:55:51
brazilian_portuguese - 10 changed by tucalipe (10)
bulgarian  - 26 fixed by groupsky (26)
italian    - 1 fixed by sidew (1)
slovak     - 22 fixed by lengyel (22)
2006-07-14 16:56:10 +00:00
truelight 15e959d520 (svn r5494) -Fix: [#241] an enum with 2 equal numbers is rarely a good idea ;) (RichK67) 2006-07-14 09:02:53 +00:00
truelight 97c2d3d764 (svn r5493) -Fix: 'grep -o' isn't supported on all targets. 'sed' is, so use thatone (tokai) 2006-07-13 18:34:45 +00:00
truelight 431c861a8f (svn r5491) -Fix: [#9] MorphOS crashed when you go a level up on root level (tokai) 2006-07-13 18:16:15 +00:00
truelight aa79d65807 (svn r5489) -Fix: corrected tokai's name and morphos details (tokai) 2006-07-13 17:58:13 +00:00
truelight 05c7d42954 (svn r5487) -Fix: [#8] UDP sockets were used even if network-availability was set to false (tokay) 2006-07-13 17:53:32 +00:00
miham 954a750902 (svn r5485) WebTranslator2 update to 2006-07-12 19:20:40
brazilian_portuguese - 4 changed by tucalipe (4)
spanish    - 1 fixed by eusebio (1)
turkish    - 1 fixed by jnmbk (1)
2006-07-12 17:20:59 +00:00
KUDr b14c5fdf74 (svn r5483) -Fix: [YAPF] desync - for MP games invalidate YAPF cache on every tick to keep it exactly the same on server and clients (it doesn't fix the real source of the problem, but should solve it). Thanks TrueLight for hunting this bug. 2006-07-11 19:04:50 +00:00
miham f096fd93a5 (svn r5482) WebTranslator2 update to 2006-07-11 19:45:41
dutch      - 1 fixed by webfreakz (1)
2006-07-11 17:45:54 +00:00
miham b87438fcf9 (svn r5481) WebTranslator2 update to 2006-07-11 16:29:48
danish     - 3 fixed, 193 changed by ThomasA (196)
2006-07-11 14:30:02 +00:00
miham 719d2a616b (svn r5480) WebTranslator2 update to 2006-07-10 19:18:20
brazilian_portuguese - 1 fixed, 6 changed by ferrerow (7)
2006-07-10 17:18:33 +00:00
miham 31de703cbc (svn r5478) WebTranslator2 update to 2006-07-09 22:38:35
icelandic  - 79 fixed by scrooge (79)
2006-07-09 20:38:51 +00:00
miham 0c5bdb1c39 (svn r5477) WebTranslator2 update to 2006-07-08 14:10:46
american   - 1 fixed by WhiteRabbit (1)
brazilian_portuguese - 5 fixed, 116 changed by tucalipe (121)
french     - 1 changed by glx (1)
2006-07-08 12:11:05 +00:00
bjarni 446804c19d (svn r5468) -Fix: fixed declaration after statement added in 5465 (I wonder why the makefile failed to warn about this)
also removed a few lines of debug code
2006-07-07 17:16:52 +00:00
miham b062043b73 (svn r5467) WebTranslator2 update to 2006-07-07 18:01:32
hungarian  - 1 fixed by miham (1)
2006-07-07 16:01:45 +00:00
miham 5d8229957d (svn r5466) WebTranslator2 update to 2006-07-07 09:35:53
brazilian_portuguese - 43 fixed by tucalipe (43)
bulgarian  - 71 fixed by kokobongo (71)
french     - 1 fixed by belugas (1)
2006-07-07 07:36:09 +00:00
bjarni 356954ca26 (svn r5465) -Feature: [autoreplace] replacing from a train engine without cargo capacity to one with cargo capacity will now make autoreplace refit the engine to carry the cargo type from the last wagon in the train
if the train is carrying the type of cargo, that is default for the engine, it will not be refitted
	if the last wagon do not carry cargo, the refit will be to the type of the last wagon, that do carry cargo
2006-07-07 07:19:38 +00:00
belugas 94692a2905 (svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
A song can now be removed from the programmed list (in custom list 1 and 2) by clicking on it.
Added music.c[ch] files, to make it all a bit cleaner.
Now, the name of the gm file is associated with the title of the song.
2006-07-07 02:44:51 +00:00
miham d2e0eb8fbf (svn r5463) WebTranslator2 update to 2006-07-06 12:00:03
afrikaans  - 2 fixed, 2 changed by TrueTenacity (4)
bulgarian  - 67 fixed, 99 changed by kokobongo (166)
2006-07-06 10:00:16 +00:00
miham 089241dd0c (svn r5462) WebTranslator2 update to 2006-07-05 19:54:20
bulgarian  - 218 fixed, 79 changed by quicksilverbg (20), kokobongo (203), groupsky (74)
french     - 1 changed by glx (1)
italian    - 14 changed by sidew (14)
2006-07-05 17:54:35 +00:00
miham 90c43c417e (svn r5461) WebTranslator2 update to 2006-07-05 08:57:43
afrikaans  - 79 fixed by TrueTenacity (79)
bulgarian  - 317 fixed, 13 changed by kokobongo (10), groupsky (320)
finnish    - 48 changed by lauri.kajan (48)
2006-07-05 06:57:58 +00:00
bjarni 0f300a256c (svn r5460) -Feature: [OSX] macs with touchpads that support two finger scrolling can now use this "scrollwheel" to scroll up/down (ln-) 2006-07-04 19:02:49 +00:00
miham 6f75eac41a (svn r5459) [Translations] Changed: finnish (siirtaa -> poistaa [patch from hapo]) 2006-07-04 18:59:44 +00:00
miham 18d15ca7ad (svn r5458) WebTranslator2 update to 2006-07-04 20:03:51
bulgarian  - 191 fixed, 73 changed by quicksilverbg (105), kokobongo (141), groupsky (18)
slovenian  - 84 fixed by Sonicelo (84)
2006-07-04 18:04:03 +00:00
truelight 7e5d4a88a1 (svn r5456) -Fix: detect the version of the TARGET, not the HOST please 2006-07-04 13:51:17 +00:00
miham f86d645d55 (svn r5455) WebTranslator2 update to 2006-07-04 09:55:23
finnish    - 2 fixed by kerba (2)
german     - 14 fixed by moewe2 (14)
spanish    - 4 changed by eusebio (4)
2006-07-04 07:55:42 +00:00
bjarni 63108aae1b (svn r5454) -Fix: [ 1394231 ] Autorenew glitch on helicopters
[ 1459348 ] Helicopters (possibly other aircraft) stopping in depot...
    by committing  FS#233 Bugfix for autorenewed/autoreplaced helicopters staying in depot (Mart3p)
    now helicopters (this only applied to helicopters) no longer stops in hangars when replaced and they will not even go there for autorenew if the model is out of date
2006-07-03 21:14:21 +00:00
miham d1185b4d88 (svn r5452) WebTranslator2 update to 2006-07-03 19:45:43
bulgarian  - 104 fixed by quicksilverbg (104)
2006-07-03 17:45:53 +00:00
miham 4244313c57 (svn r5451) WebTranslator2 update to 2006-07-03 10:40:05
bulgarian  - 88 fixed, 1 changed by quicksilverbg (89)
lithuanian - 7 fixed by Plyta (7)
2006-07-03 08:40:17 +00:00
miham 1750b9ba9b (svn r5448) WebTranslator2 update to 2006-07-02 19:18:16
catalan    - 19 fixed by jecaro (19)
norwegian  - 11 fixed by oletk (5), brygge_2 (6)
romanian   - 22 fixed by kneekoo (22)
swedish    - 23 fixed, 1 deleted, 30 changed by cjw (54)
2006-07-02 17:19:56 +00:00
miham e9d1b66179 (svn r5443) [Translations] Added new language-torso (not even the headers are complete, but hey, it's in unfinished) 2006-07-02 08:20:35 +00:00