Commit Graph

4309 Commits (ac5f0306e36ee526089f31aa647b4b5515e70030)
 

Author SHA1 Message Date
miham c8b0ff937e (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)
18 years ago
miham b8afefe7e2 (svn r5443) [Translations] Added new language-torso (not even the headers are complete, but hey, it's in unfinished) 18 years ago
miham 1b955b4cb5 (svn r5442) WebTranslator2 update to 2006-07-01 19:56:03
danish     - 12 fixed by Bjarni (12)
18 years ago
miham 4096a03c57 (svn r5441) WebTranslator2 update to 2006-07-01 16:59:36
danish     - 8 fixed by Bjarni (8)
estonian   - 16 fixed by t2t2 (8), vermon (8)
finnish    - 17 fixed by lauri.kajan (17)
galician   - 25 fixed by Condex (25)
18 years ago
bjarni 77d3d20941 (svn r5438) -Code cleanup [OSX] removed UNIVERSAL_BINARY as a phony target since the target is long gone. Also corrected BUILD_OSX_BUNDLE as phony target 18 years ago
miham 0f0e60daaa (svn r5437) WebTranslator2 update to 2006-07-01 08:26:29
afrikaans  - 45 fixed, 4 changed by TrueTenacity (49)
bulgarian  - 500 fixed by groupsky (500)
norwegian  - 21 fixed, 11 changed by brygge_2 (6), oletk (26)
18 years ago
tron 02379084b1 (svn r5436) Remove dangerous dis-information 18 years ago
peter1138 367f71e353 (svn r5435) Fix (r5406): Make sure sea-level canals below bridge tiles don't flood. 18 years ago
miham 2363e37a25 (svn r5434) WebTranslator2 update to 2006-06-30 20:06:30
norwegian  - 7 fixed by oletk (7)
portuguese - 1 fixed by izhirahider (1)
18 years ago
belugas feefe576b5 (svn r5431) Language : Remove some unused airport related strings 18 years ago
miham a27ec3efb3 (svn r5430) WebTranslator2 update to 2006-06-29 18:59:04
afrikaans  - 128 fixed, 128 changed by TrueTenacity (256)
spanish    - 15 fixed by eusebio (15)
18 years ago
miham f4d790c44c (svn r5429) WebTranslator2 update to 2006-06-29 12:30:54
afrikaans  - 127 fixed, 36 changed by TrueTenacity (163)
turkish    - 1 fixed by jnmbk (1)
18 years ago
bjarni 979bdc55f1 (svn r5428) -Fix: [vehicles] sovled crash when trying to build a vehicle type, that is set to max 0 (spotted by roboman)
somebody might add a better string than "too many vehicles in game" since none are allowed, but at least it will not crash anymore
18 years ago
peter1138 34e18cbdfe (svn r5427) - Codechange: testing for "== true" is redundant. 18 years ago
peter1138 ad69195dec (svn r5426) - Makefile: Make the configure script work properly for setting target compilers; Set CC_TARGET / CXX_TARGET
up the same way as CC_HOST / CXX_HOST, and add or fix their options within the configure script. In the 
Makefile, instead of overriding CC / CXX with the target compilers if they are set, set the target compilers 
with the default compilers if none are set (bit of a mouthful), and use the target compilers explicitly.
18 years ago
peter1138 88b7766157 (svn r5425) - Forword-port r5424 from the 0.4 branch to trunk 18 years ago
Darkvater cec0e23a34 (svn r5415) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc. 18 years ago
peter1138 858cc621a6 (svn r5409) - Regression [r5391]: WE_CLICK event of SelectScenarioWndProc() cascaded to WE_RESIZE handler, causing the Save and Map toolbar widgets to be altered. Fix by putting the break; back. 18 years ago
peter1138 fec7be21bf (svn r5406) - Regression [r5403]: Fix assertion in TileLoop_Water() caused by oil rigs also using it... 18 years ago
miham 2c6df8aec3 (svn r5405) WebTranslator2 update to 2006-06-28 19:50:13
dutch      - 1 fixed by webfreakz (1)
hungarian  - 1 changed by miham (1)
18 years ago
belugas d2b3e9b2a1 (svn r5404) Fix (r5391) : Yet another typo. Nothing specatular :)
Spotted by gigajum
18 years ago
peter1138 08c50b7441 (svn r5403) - Feature: Allow building canals at sea-level, using ctrl to toggle canal or plain water tile. This allows building of non-raisable sea-level water ways (useful in multiplayer) and dikes for low-level areas. 18 years ago
miham 16e073e221 (svn r5402) WebTranslator2 update to 2006-06-28 15:08:19
czech      - 15 fixed by Hadez (15)
french     - 1 fixed, 3 changed by belugas (4)
italian    - 1 changed by sidew (1)
ukrainian  - 1 fixed by znikoz (1)
18 years ago
tron f4a6051979 (svn r5400) Typo in 5391, spotted by peter1138 18 years ago
tron 6e67dc5d47 (svn r5399) Simplify a conditional expression: (a && b) || (!a && !b) -> a == b 18 years ago
tron 842b518054 (svn r5398) Rename checkRadioTowerNearby() to IsRadioTowerNearby() and flip its return value to make it a bit less ambiguous 18 years ago
tron ed8e909ebb (svn r5397) -Fix: Redraw the screen, when switching the signal side 18 years ago
tron 473efb372e (svn r5396) - Remove two fixed parameters
- Simplify an expresssion: c ? f(x) : f(y) -> f(c ? x : y)
18 years ago
tron 7e19740843 (svn r5395) The railway station and depot building windows are not affiliated with the terraforming toolbar. So don't let the terraforming toolbar try to close them, they aren't open then anyway.
Also remove an empty case
18 years ago
tron c556a6da01 (svn r5394) Allocate a small, fixed-size array on the stack instead of malloc()ing it 18 years ago
belugas 5f358a5b7b (svn r5393) CodeChange : Little typo correction. Nothing spectacular. Only broke in MSVC 18 years ago
tron 772fbda3e3 (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular 18 years ago
miham 7fa72c5e2f (svn r5390) [Translations] Added initial bulgarian language (not even the headers are complete) 18 years ago
miham 7da218c3e7 (svn r5389) WebTranslator2 update to 2006-06-27 19:48:50
american   - 1 fixed by WhiteRabbit (1)
italian    - 1 fixed by sidew (1)
18 years ago
miham 3d32025139 (svn r5388) WebTranslator2 update to 2006-06-27 14:52:55
afrikaans  - 13 fixed, 1 changed by TrueTenacity (14)
french     - 13 fixed by belugas (13)
hungarian  - 1 fixed by miham (1)
polish     - 1 fixed by meush (1)
18 years ago
richk acc2c79461 (svn r5385) - Fix: Corrected new helipad layering so helicopters go over the H, not through it! ;) Thanks to mart3p for spotting this. 18 years ago
richk ba780a25d3 (svn r5376) - Fix: Changed error message when trying to build a CTOL aircraft at a helidepot/helistation to "Airport has no runway". (Thanks to MeusH). Osprey can now be built at helidepot/helistation. (Thanks to mart3p). 18 years ago
miham 236a397f28 (svn r5370) WebTranslator2 update to 2006-06-26 19:51:45
italian    - 4 changed by sidew (4)
norwegian  - 7 fixed by brygge_2 (7)
18 years ago
miham da144e6fa5 (svn r5366) WebTranslator2 update to 2006-06-26 07:55:30
afrikaans  - 293 fixed, 13 changed by TrueTenacity (306)
dutch      - 13 fixed by webfreakz (13)
hungarian  - 13 fixed by miham (13)
italian    - 13 fixed by sidew (13)
polish     - 13 fixed by meush (13)
turkish    - 14 fixed, 1 changed by jnmbk (15)
18 years ago
tron 276055a574 (svn r5365) -Fix: It was possible to dig into a tunnel if certain rail combinations were ontop of it
(Hopefully this time it works for real)
18 years ago
tron 4b2c02afde (svn r5364) Clean up r5363 18 years ago
tron ef4b0ab5b6 (svn r5363) Revert 5312, 5288, 5248, 3992, 3249, 3228
They were all aimed at fixing the terraform-into-tunnel problem, but introduced new sideeffects while doing so
18 years ago
richk 5f29205e94 (svn r5362) - Fix: Updated sprites in New Airports to be allow cleaner replacement by newgrf graphics. All tiles now use SPR_AIRPORT_APRON as the tarmac. Created two new sprites in airports.grf for half-grass half-tarmac tiles on Intercontinental airport. 18 years ago
Darkvater 0985148388 (svn r5360) - Fix (r5359): *sigh*, compile before you commit... 18 years ago
Darkvater 4b3d4afb47 (svn r5359) - Setting a patch value through the console would show the old value as a confirmation. This was caused by the actual action being executed a tick later in multiplayer mode. Simply work around it by not showing the new value. If someone really must now it, just query again. 18 years ago
miham 9b0a071980 (svn r5355) WebTranslator2 update to 2006-06-25 08:46:11
afrikaans  - 462 fixed, 5 changed by TrueTenacity (467)
american   - 13 fixed by WhiteRabbit (13)
portuguese - 14 fixed by supra90 (14)
ukrainian  - 13 fixed by znikoz (13)
18 years ago
tron eb15c9fffa (svn r5352) -Fix: Return accurate slope information for tunnels and bridges to fix several foundation graphics glitches 18 years ago
tron d1540dad34 (svn r5351) -Fix: Several graphical glitches at adjacent tiles with foundations. Some borders were missing, some were superfluous 18 years ago
tron d083c3cbd7 (svn r5348) -Fix: A HQ could only be flooded at its northern tile, the other 3 were immune to water 18 years ago
richk 5d2bff0b78 (svn r5346) - Feature: Add 4 new airports. 2 for aircraft, 2 for helicopters.
Commuter airport: Small. 5x4. 3 terminals, 2 helipads.
Intercontinental: massive. 9x11. 8 terminals, 2 helipads, 4 runways.
Helidepot: a small heliport with a depot for helis only.
Helistation: a large heliport with 3 helipads and a depot.
18 years ago