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
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
alberth
4bbb023463
(svn r17388) -Codechange: Paint the background of background widgets before painting its children.
2009-09-02 20:25:56 +00:00
alberth
417ad163c0
(svn r17387) -Codechange: Add news-item window description to NewsSubtypeData.
2009-09-02 20:21:30 +00:00
yexo
668da9e900
(svn r17386) -Fix (r17011): AIBaseStation::IsValidBaseStation() returned false for stations with OWNER_NONE
2009-09-02 20:03:56 +00:00
alberth
284b92f3e9
(svn r17385) -Codechange: Removed some unneeded parentheses.
2009-09-02 19:57:22 +00:00
rubidium
a8d768cf6e
(svn r17384) -Fix [FS#2859]: remove all order window state changes out of the drawing routine and call them immediately when changes happen instead of on the next OnPaint. This prevents pressing buttons when they should've been already disabled.
2009-09-02 17:54:40 +00:00
translators
1f5268a1d2
(svn r17383) -Update from WebTranslator v3.0:
...
german - 2 changes by Roujin
indonesian - 2 changes by prof
italian - 2 changes by lorenzodv
latvian - 46 changes by dzhins
serbian - 10 changes by etran
2009-09-02 17:45:20 +00:00
yexo
7d25a4014f
(svn r17382) -Cleanup: don't set load_unload_time_rem when an aircraft turns in the air as it's not used
2009-09-02 15:13:33 +00:00
yexo
070118c5c3
(svn r17381) -Codechange: music track selection window uses nested widgets
2009-09-02 14:09:51 +00:00
rubidium
d8b782365b
(svn r17380) -Codechange: move drawing the performance detail data to DrawWidget
2009-09-02 13:39:46 +00:00
rubidium
efff517449
(svn r17379) -Codechange: make the performance rating window nested, although it still needs some improvements
2009-09-02 13:24:36 +00:00
yexo
05433adb6d
(svn r17378) -Fix [NoAI]: Several AITile::* functions didn't check whether their parameters were valid
2009-09-02 12:48:23 +00:00
yexo
b7f7dd77bf
(svn r17377) -Fix (r17365): MSVC complains about struct<>class difference
2009-09-02 12:02:55 +00:00
rubidium
9ceee42430
(svn r17376) -Fix: also draw the white "I've just opened" line for nested windows
2009-09-02 11:31:11 +00:00
rubidium
5cb22df0f5
(svn r17375) -Codechange: remove last direct usage of scrollbar variables
2009-09-02 08:58:20 +00:00
rubidium
900aedf270
(svn r17374) -Codechange: make the town and vehicle GUIs use the scrollbar wrappers
2009-09-02 08:48:29 +00:00
rubidium
7aa9f8e3fb
(svn r17373) -Codechange: make the timetable, station and subsidy GUIs use scrollbar wrappers
2009-09-02 08:40:31 +00:00
rubidium
1dfa38bb1f
(svn r17372) -Codechange: make the settings, rail and sign GUIs use the scrollbar wrappers
2009-09-02 08:28:50 +00:00
rubidium
7aeaa4f132
(svn r17371) -Codechange: make the newgrf, news and order GUIs use the scrollbar wrappers
2009-09-02 08:18:54 +00:00
rubidium
59ac4f6b21
(svn r17370) -Codechange: make the saveload and network GUIs use the scrollbar wrappers
2009-09-02 08:08:30 +00:00
rubidium
78c9827000
(svn r17369) -Codechange: make the depot, group and industry GUIs use the scrollbar wrappers
2009-09-02 07:36:39 +00:00
rubidium
1c94d98bb9
(svn r17368) -Codechange: remove pointless passing of 'this' as parameter
2009-09-02 07:22:09 +00:00
rubidium
e69e3378b0
(svn r17367) -Codechange: make the autoreplace, bridge and build vehicle GUIs use the scrollbar wrappers
2009-09-02 07:17:15 +00:00
rubidium
4b9b858127
(svn r17366) -Codechange: make the AI GUIs use the scrollbar wrappers
2009-09-02 07:01:25 +00:00
rubidium
b06e026f97
(svn r17365) -Codechange: introduce wrapper functions to update the position, capacity and count of scroll bars. This to (eventually) prevent the scrollbar overflowing outside of the window
2009-09-02 06:34:40 +00:00
rubidium
b13eccb105
(svn r17364) -Fix (r17356): off by one when selecting a subsidy
2009-09-01 22:38:18 +00:00
rubidium
6b2ff71e2c
(svn r17363) -Fix [FS#3163] (r16717): feed autoreplace the front of vehicles, otherwise it gets distracted and bails out
2009-09-01 21:54:59 +00:00
yexo
ef5a0a3ae4
(svn r17362) -Fix (r17360): alignment in afrikaans.txt was wrong
2009-09-01 21:43:38 +00:00
yexo
e78da26f3c
(svn r17361) -Fix (r17360): committed a bit too much
2009-09-01 21:35:28 +00:00
yexo
f3d2be7581
(svn r17360) -Fix (r17329): the 'track' and 'title' texts were lost in the conversion to nested widgets
2009-09-01 21:30:14 +00:00
smatz
2db855e00c
(svn r17359) -Fix: put static before cv qualifier, some compilers complain about that
2009-09-01 21:27:33 +00:00
smatz
94988a79f3
(svn r17358) -Fix: compilation was broken for gcc older than 3.4
2009-09-01 20:59:44 +00:00
smatz
bc3bdb03fd
(svn r17357) -Codechange: some compilers complain about implicit conversion from NULL to bool
2009-09-01 20:51:45 +00:00
rubidium
a4af668986
(svn r17356) -Fix: actually implement scrolling for the subsidy list instead of 'just' showing a scroll bar.
2009-09-01 20:42:12 +00:00
rubidium
c96733d191
(svn r17355) -Codechange: determine the minimum size of the subsidy gui based on (some) of the content
2009-09-01 20:06:10 +00:00
rubidium
af818b6c09
(svn r17354) -Codechange: make the subsidy gui nested
2009-09-01 19:29:16 +00:00
yexo
b2fef7c64e
(svn r17353) -Codechange: make sure the shuffle and programme buttons in the music window are always the same size
2009-09-01 19:18:42 +00:00
rubidium
2a9574ead2
(svn r17352) -Fix [FS#3162]: trains wouldn't show smoke if the load/unload counter wasn't 0, though there doesn't seem to be a reason to check that variable anyhow anymore
2009-09-01 18:35:24 +00:00
translators
ad7d18e98e
(svn r17351) -Update from WebTranslator v3.0:
...
simplified_chinese - 24 changes by yuanmin
czech - 118 changes by SmatZ
dutch - 2 changes by Yexo
french - 2 changes by glx
russian - 1 changes by Lone_Wolf
spanish - 2 changes by Terkhen
2009-09-01 17:45:23 +00:00
glx
8a367f1ff4
(svn r17350) -Fix (r17336): broken compilation with mingw
2009-09-01 14:20:35 +00:00
smatz
b831e37b90
(svn r17349) -Update (r17348): apply changes to other lang files
2009-09-01 14:06:23 +00:00
smatz
352d07b1b5
(svn r17348) -Fix: don't mix 'sort by' strings used for buttons and dropdowns
2009-09-01 14:05:27 +00:00
rubidium
4c84db1636
(svn r17345) -Fix [FS#2769]: one wasn't offered to take over bankrupt companies anymore; caused by the introduction NoAI, although NewAI had the same problem too.
2009-09-01 12:57:04 +00:00
rubidium
4abf4602e7
(svn r17344) -Codechange: splash of coding style over ai_event_types.*
2009-09-01 12:33:17 +00:00
rubidium
b1d4594fa7
(svn r17343) -Codechange: it's bankruptcy, not bankrupcy, according to my Oxford Dictionary of English and Merriam-Webster.
2009-09-01 12:28:46 +00:00
rubidium
dd3fa7f1d1
(svn r17342) -Fix: reset bankruptcy checks when bankruptcy has been averted and don't set an unused timeout with a magic number
2009-09-01 12:17:02 +00:00
rubidium
50e794849a
(svn r17341) -Fix: memory leak when trying to bankrupt the local company
2009-09-01 12:16:01 +00:00
rubidium
317f34b3d2
(svn r17340) -Fix: old loader tried to load a uint8 into a uint16
2009-09-01 12:14:57 +00:00
rubidium
07d2af338e
(svn r17339) -Codechange: move thread related files to their own directory (like done for video, music, sound, etc)
2009-09-01 10:07:22 +00:00
yexo
5a3b2f0d02
(svn r17338) -Feature(tte): Add extra entry points for all airports so planes don't make strange turns when entering the holding stack
2009-09-01 10:06:18 +00:00
yexo
80ad8ff3cc
(svn r17337) -Fix: some more strange airport holding bay positions
2009-08-31 23:42:17 +00:00
rubidium
bc8e66c202
(svn r17336) -Codechange: move some os specific files into src/os/
2009-08-31 22:38:37 +00:00
rubidium
5cc6d1f894
(svn r17335) -Fix (r17333): don't return a pointer as boolean
2009-08-31 22:18:17 +00:00
yexo
13d41d43b1
(svn r17334) -Fix: don't turn north just before approaching the landing strip of the small airport
2009-08-31 22:15:29 +00:00
rubidium
d938896691
(svn r17333) -Codechange: make the road pathfinder 'interface' like the one for the rail pathfinder
...
-Fix [FS#3057]: road vehicles forgetting their servicing order when the path takes them away (in bird distance) from their destination first
2009-08-31 19:16:18 +00:00
translators
a1c7271eb0
(svn r17332) -Update from WebTranslator v3.0:
...
english_US - 1 changes by agenthh
german - 2 changes by Roujin
italian - 5 changes by lorenzodv
korean - 20 changes by darkhasa
2009-08-31 17:45:18 +00:00
yexo
51806af03d
(svn r17331) -Codechange: don't depend on static widget position/size for drawing of volumer sliders in music window
2009-08-30 21:31:54 +00:00
yexo
1f7fc96a78
(svn r17330) -Codechange: Lower some buttons in the music window when clicked instead of changing the text colour to white
2009-08-30 20:38:57 +00:00
yexo
6992d740f6
(svn r17329) -Codechange: music window uses nested widgets
2009-08-30 19:23:36 +00:00
alberth
5767972531
(svn r17328) -Codechange: Get the vehicle technical data as string rather than having it printed.
2009-08-30 18:41:03 +00:00
alberth
1ba000be12
(svn r17327) -Codechange: Allow external use of GetEngineCategoryName().
2009-08-30 17:54:11 +00:00
translators
db120540a0
(svn r17326) -Update from WebTranslator v3.0:
...
italian - 1 changes by lorenzodv
welsh - 16 changes by welshdragon
2009-08-30 17:45:11 +00:00
alberth
1a15f7e6a7
(svn r17325) -Codechange: Un-duplicate engine drawing routines.
2009-08-30 17:38:28 +00:00
Yexo
fe7ca1b3e3
(svn r17324) -Codechange: Land info window uses nested widget tree
2009-08-30 17:07:53 +00:00
rubidium
0d3ab7c72d
(svn r17323) -Codechange: replace some magic numbers with constants in the town directory.
2009-08-30 15:25:20 +00:00
rubidium
3b03999073
(svn r17322) -Codechange: make the industry directory window nested.
2009-08-30 15:25:20 +00:00
rubidium
0007a599c3
(svn r17321) -Codechange: minor coding style fixes for the town directory
2009-08-30 14:39:59 +00:00
rubidium
e8433f6d48
(svn r17320) -Codechange: move the code to determine the string and set dparams of industries in the industry directory out of OnPaint
2009-08-30 14:06:55 +00:00
rubidium
0aab13bf44
(svn r17319) -Codechange: replace some magic numbers related to locations/sizes with the appropriate variables in the industry directory
2009-08-30 13:54:53 +00:00
rubidium
5fe9c44862
(svn r17318) -Codechange: remove state changes from the OnPaint of the industry directory
2009-08-30 13:44:25 +00:00
smatz
ee685c8287
(svn r17316) -Codechange: use Industry::GetByTile() instead of GetIndustryByTile()
2009-08-30 11:47:41 +00:00
smatz
c94b9973e6
(svn r17315) -Codechange: move code related to industry types to separate file
2009-08-30 11:40:01 +00:00
alberth
86ebf88176
(svn r17314) -Fix (r17313): Allow the picker window to change size.
2009-08-30 08:10:00 +00:00
rubidium
753e063cad
(svn r17313) -Codechange: make the road station picker nested
2009-08-29 22:24:29 +00:00
rubidium
ff2034b073
(svn r17312) -Codechange: make the road toolbars and depot picker nested
2009-08-29 21:33:50 +00:00
yexo
dc24601b6d
(svn r17311) -Change: rename STR_WHITE_STRINGN to STR_WHITE_STRING
2009-08-29 21:28:36 +00:00