smatz
22e9d59559
(svn r17439) -Fix (r17436): you weren't paid for cargo delivered to houses and headquarters anymore
2009-09-07 07:39:08 +00:00
rubidium
9168ddd550
(svn r17438) -Fix (r17428): ofcourse some part of the OSX port would be forgotten due to it being so much different than the rest :(
2009-09-06 23:12:25 +00:00
smatz
e292112319
(svn r17437) -Change: don't accept cargo produced in the same industry (generalise and improve the check used only for valuables)
2009-09-06 22:05:53 +00:00
smatz
25817f1fe7
(svn r17436) -Change: pay only for cargo actually delivered, not for all cargo unloaded at station (can differ with 'stockpiling' industries)
2009-09-06 21:59:20 +00:00
frosch
eb1306110a
(svn r17435) -Codechange: Move _cargo_payment_rates[] to CargoSpec::current_payment.
2009-09-06 20:36:17 +00:00
frosch
00ed9c83ee
(svn r17434) -Update (r17433): The regression needs a new trick to not become bankrupt.
2009-09-06 18:54:42 +00:00
frosch
438a429549
(svn r17433) -Codechange: Store cumulated inflation in savegame and compute all prices from that instead of storing all prices separately.
...
Note: Savegame conversion computes the inflation from max loan. Prices from modified savegames will get lost. TTO savegames will also behave slightly different.
-Change: NewGRF price modifiers now take effect everytime when loading NewGRFs instead of once on gamestart.
2009-09-06 18:53:57 +00:00
translators
2ce1a608a8
(svn r17432) -Update from WebTranslator v3.0:
...
catalan - 21 changes by arnau
simplified_chinese - 4 changes by Gavin
danish - 7 changes by silentStatic
dutch - 6 changes by Bart
hebrew - 47 changes by dnd_man
korean - 18 changes by darkhasa
2009-09-06 17:45:22 +00:00
smatz
b903e41c65
(svn r17431) -Fix (r16735): oldloader wasn't updated
2009-09-06 16:36:22 +00:00
frosch
04941ba38e
(svn r17430) -Fix: svn:mime-type property was missing from regression.sav.
2009-09-06 12:08:45 +00:00
smatz
f9257fabea
(svn r17429) -Fix (r16378): conversion of TTO/TTD savegames failed when vehicle 0 was a wagon
2009-09-06 09:56:12 +00:00
rubidium
bc5241600a
(svn r17428) -Codechange: add a function to get the name of a driver
2009-09-05 21:26:51 +00:00
alberth
0be5e59355
(svn r17427) -Codechange: Removing some unneeded widget parts (for reduced compilation time).
2009-09-05 19:44:53 +00:00
smatz
1776a4ecc1
(svn r17426) -Fix (r1): economy recession would never end when economy is set to Steady while in recession
2009-09-05 19:02:34 +00:00
translators
19ebfc84f7
(svn r17425) -Update from WebTranslator v3.0:
...
arabic_egypt - 7 changes by kasakg
catalan - 3 changes by arnau
traditional_chinese - 2 changes by josesun
french - 4 changes by glx
indonesian - 5 changes by prof
italian - 4 changes by lorenzodv
spanish - 4 changes by Terkhen
turkish - 2 changes by niw3
urdu - 4 changes by yasirniazkhan
2009-09-05 17:45:29 +00:00
alberth
6d89615f05
(svn r17424) -Change: Unify 'list is empty' strings of the windows to '- None -'.
2009-09-05 11:33:27 +00:00
alberth
9fd22f727f
(svn r17423) -Fix [FS#3174]: Show '- None -' with empty town or industry list, and use that text in the size computation as well.
2009-09-05 11:27:28 +00:00
alberth
8bac3af049
(svn r17422) -Codechange: Remove magic constants and compute vertical minimal size of the sign list window.
2009-09-05 10:53:26 +00:00
alberth
f381e9d022
(svn r17421) -Fix (r17418): Don't output debug information in signs list.
2009-09-05 08:01:08 +00:00
smatz
0bfea0646c
(svn r17420) -Codechange: replace assert() by assert_compile() where possible
2009-09-04 23:02:52 +00:00
yexo
ae9441aa46
(svn r17419) -Fix (r-old, r16378): the index of orders loaded from old savegames was owerwritten with an unitialized value, causing asserts. The issue has present for a long time but only since the new pool system did it trigger a (correct) assert
2009-09-04 22:25:12 +00:00
alberth
677946a368
(svn r17418) -Codechange [FS#3144]: Signs list window uses nested widget tree (mostly by Nickman).
2009-09-04 22:03:21 +00:00
rubidium
a1f49db54d
(svn r17416) -Codechange: move the build date/time 'determination' to rev.cpp as that's the file most likely to be regularly recompiled
2009-09-04 20:31:49 +00:00
yexo
e540385038
(svn r17415) -Change: make sure aircraft don't move while turning as long as they are on the ground. This prevents a lot of unnecesary turns when leaving terminals
2009-09-04 20:31:47 +00:00
rubidium
27738c6638
(svn r17414) -Codechange: only send/read the number of bits that can be actually useful when building industries
2009-09-04 20:04:54 +00:00
rubidium
925bada35a
(svn r17413) -Fix: assert when trying to build an invalid industry type it did
2009-09-04 20:02:35 +00:00
translators
fcbdd9c730
(svn r17412) -Update from WebTranslator v3.0:
...
catalan - 50 changes by arnau
estonian - 23 changes by KSiimson
lithuanian - 7 changes by mtxd
portuguese - 46 changes by SupSuper
russian - 2 changes by Lone_Wolf
2009-09-04 17:45:20 +00:00
rubidium
2fc5458dba
(svn r17411) -Codechange: silence an ICC compile warning
2009-09-03 22:56:30 +00:00
rubidium
c9a1f33418
(svn r17410) -Codechange: use the same define for determining whether windows does crash reports instead of using several that aren't necessarily equal
2009-09-03 22:32:08 +00:00
rubidium
b92143b53e
(svn r17409) -Codechange: split the crash log and other windows 'glue' code
2009-09-03 21:56:29 +00:00
glx
88bb0e1b7b
(svn r17408) -Codechange: remove unused win32 stuff
2009-09-03 20:04:15 +00:00
glx
45abd41944
(svn r17407) -Fix (r17336): version_vs?0.vcproj not updated to new path
2009-09-03 20:03:01 +00:00
translators
7f51a20bcd
(svn r17406) -Update from WebTranslator v3.0:
...
hungarian - 2 changes by alyr
2009-09-03 17:45:07 +00:00
yexo
16e3083ff7
(svn r17405) -Fix (r100): aircraft shouldn't be allowed to make turns bigger then 45 degrees while in flight
2009-09-03 12:11:31 +00:00
rubidium
dcf3719ca1
(svn r17404) -Change (r17379): silence gcc warning caused by inlining of a virtual function
2009-09-03 11:56:29 +00:00
rubidium
5607a610d7
(svn r17403) -Fix [Squirrel]: guard against squirrel stack overflows; if assert is enabled assert (catch possible overflow bugs in nightlies/RCs), otherwise just increase the stack's size (don't get into invalid reads/writes in releases)
2009-09-03 11:48:08 +00:00
Yexo
48e1a5a350
(svn r17402) -Fix (r16425): During every save a few slots on the squirrel stack were leaked
2009-09-03 11:32:16 +00:00
rubidium
75aad2a186
(svn r17401) -Fix [FS#3171] (r17384): order deletion didn't (correctly) update the order window
2009-09-03 10:58:26 +00:00
rubidium
b294497f2a
(svn r17400) -Fix [FS#3172] (r17380): total line of performance rating was calculated wrong
2009-09-03 10:50:14 +00:00
rubidium
d81a3ba2da
(svn r17399) -Fix (r17365): if scrollbar has more capacity than elements clicking on the "scroll down" button asserted (esminis)
2009-09-03 09:07:14 +00:00
alberth
5fd5ae125a
(svn r17398) -Codechange: Fill normal news item window with widgets.
2009-09-02 20:59:30 +00:00
alberth
0f9da2d636
(svn r17397) -Codechange: Add new vehicle news window.
2009-09-02 20:55:55 +00:00
alberth
c0b9a6a9bc
(svn r17396) -Codechange: Add company news window.
2009-09-02 20:54:27 +00:00
alberth
c518d8c0d9
(svn r17395) -Codechange: Fill thin window with widgets.
2009-09-02 20:52:58 +00:00
alberth
96617e804c
(svn r17394) -Codechange: Add news flags for viewport settings.
2009-09-02 20:49:25 +00:00
alberth
92321eb204
(svn r17393) -Codechange: Fill small window with widgets.
2009-09-02 20:46:42 +00:00
alberth
a536a15459
(svn r17392) -Codechange: Use 'default' for reacting on click.
2009-09-02 20:44:36 +00:00
alberth
a3ddb8a235
(svn r17391) -Codechange: Add string box calculation routine for multi-line strings.
2009-09-02 20:40:56 +00:00
alberth
3375627552
(svn r17390) -Codechange: Switch news item windows to nested widgets.
2009-09-02 20:39:40 +00:00
alberth
0847b338c6
(svn r17389) -Codechange: Add support for shaded viewports.
2009-09-02 20:28:41 +00:00