alberth
70ec375dc5
(svn r17756) -Codechange: Company finances window uses pure nested widgets.
2009-10-10 15:18:20 +00:00
alberth
cfbd5ba59b
(svn r17755) -Codechange: Allow for a zero-size display plane in a NWidgetStacked widget to hide its child widgets.
2009-10-10 14:20:38 +00:00
alberth
402d0d05c9
(svn r17754) -Codechange: Make ExpensesList::GetHeight() return a uint.
2009-10-10 13:32:44 +00:00
alberth
2e2f3b1502
(svn r17753) -Fix (r17750): Expenses amounts were printed two pixels too low.
2009-10-10 13:19:38 +00:00
rubidium
4ab569544b
(svn r17752) -Fix [FS#3231]: OSK could reset town name to an already used town name for the 'Generate Town' window
2009-10-10 12:47:04 +00:00
rubidium
66721ffd36
(svn r17751) -Fix [FS#3253]: sometimes clicking on a for the user unfocused edit box would show the OSK (Zuu)
2009-10-10 12:11:05 +00:00
alberth
ef8a3d6d94
(svn r17750) -Codechange: Financial expenses panel handles different font size, replaced magic numbers by constants.
2009-10-09 19:10:05 +00:00
translators
0d7c9cf909
(svn r17749) -Update from WebTranslator v3.0:
...
catalan - 1 changes by arnau
romanian - 2 changes by kkmic
spanish - 1 changes by Terkhen
2009-10-09 17:45:13 +00:00
rubidium
2b7d09b73e
(svn r17748) -Fix: crash when right clicking on the 'toggle' toolbar button
2009-10-09 17:35:01 +00:00
smatz
eb72a0095f
(svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Init() is useless
2009-10-09 11:03:00 +00:00
translators
cbc6af2506
(svn r17745) -Update from WebTranslator v3.0:
...
simplified_chinese - 1 changes by Gavin
dutch - 1 changes by habell
finnish - 1 changes by jpx_
french - 1 changes by glx
german - 1 changes by planetmaker
italian - 1 changes by lorenzodv
russian - 1 changes by Lone_Wolf
serbian - 48 changes by AtzaMan
vietnamese - 14 changes by nglekhoi
2009-10-08 17:45:30 +00:00
rubidium
59ec3dc267
(svn r17743) -Fix: (post 0.7) memory leak in server in case handling a packet caused the connection to be closed. Also force-close the connection on invalid packets.
2009-10-07 21:11:56 +00:00
rubidium
df75db67eb
(svn r17742) -Codechange: remove unused variable from Recv_Packet
2009-10-07 20:58:14 +00:00
rubidium
8c37da1be6
(svn r17741) -Feature-ish [FS#3116]: show the nickname of the person you're PMing
2009-10-07 19:35:05 +00:00
alberth
429449cab8
(svn r17740) -Codechange: Extract financial expenses drawing routines.
2009-10-07 19:18:36 +00:00
rubidium
1017f4f6a1
(svn r17739) -Cleanup: compiler didn't warn about an unused variable, fonsinchen did
2009-10-07 17:46:58 +00:00
translators
c132018db5
(svn r17738) -Update from WebTranslator v3.0:
...
russian - 1 changes by Lone_Wolf
2009-10-07 17:45:07 +00:00
rubidium
58a36f038b
(svn r17737) -Codechange: remove the chat window when you were chatting with someone who lost his/her connection or when you were team chatting and moved out of the company.
2009-10-07 17:36:33 +00:00
rubidium
c53682810f
(svn r17736) -Codechange [FS#3135]: rewrite CargoList::MoveTo; don't require the secondary list, use cache updates instead of rebuilds. This is usually faster because of primarily gradual loading that only moves a (small) part of the cargo each time. Based on patch by fonsinchen.
2009-10-07 08:31:42 +00:00
rubidium
705615fd91
(svn r17735) -Codechange: update the cache one inserting/removing CargoPackets from the CargoList via Append/Truncate instead of rebuilding the whole cache. For Append this changes the O(n) cache rebuild into a O(1) cache update. For Truncate no temporary list is needed anymore (based on patch by fonsinchen)
2009-10-07 08:25:12 +00:00
rubidium
446363aac4
(svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption.
2009-10-06 23:01:35 +00:00
rubidium
9b045ac7b2
(svn r17733) -Codechange: store the 'days in transit' cache as the sum of the days in transit instead of the average; the variable isn't requested that often (primarily station NewGRFs) that the dividing/testing for dividing by 0 step needs to be cached.
2009-10-06 21:24:03 +00:00
rubidium
80f0df17ba
(svn r17732) -Codechange: reorder some variables of cargo packets/cargo lists to get better alignment *and* smaller structs; both from 40 bytes to 32 bytes on 64 bits.
2009-10-06 21:19:20 +00:00
rubidium
d52fa73bb1
(svn r17731) -Codechange: do not cache a boolean which states whether some other variable is not 0.
2009-10-06 21:12:35 +00:00
rubidium
31acc42b21
(svn r17730) -Codechange: do not cache the source of a packet in the cargo list. It's only used for (some) GUI/NewGRF purposes so precalculating it costs more than calculating when it's actually used.
2009-10-06 21:06:26 +00:00
frosch
1cab0dbc1d
(svn r17729) -Cleanup: Deduplicate some code.
2009-10-06 19:56:43 +00:00
frosch
9a9d0ee7c0
(svn r17728) -Cleanup: Remove some more unneeded/unused parameters.
2009-10-06 19:52:38 +00:00
rubidium
1e2dc25582
(svn r17727) -Codechange: some coding style and documentation fixes
2009-10-06 19:52:27 +00:00
frosch
7a8a97e68a
(svn r17726) -Cleanup: Remove some unneeded/unused parameters.
2009-10-06 19:30:31 +00:00
frosch
f3aacb8fe3
(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present.
2009-10-06 19:17:07 +00:00
alberth
95dfee1c60
(svn r17724) -Codechange: Merge magic height values toghether in finances window.
2009-10-06 18:24:06 +00:00
translators
68a20b2130
(svn r17723) -Update from WebTranslator v3.0:
...
traditional_chinese - 1 changes by josesun
2009-10-06 17:45:07 +00:00
rubidium
832b21191d
(svn r17722) -Codechange: simplify the cargopacket constructor; unduplicate if and don't set a value to 0 if it already is 0.
2009-10-06 17:33:01 +00:00
rubidium
e0e5eae1ee
(svn r17721) -Codechange: replace a magic number with a constant
2009-10-06 17:28:06 +00:00
rubidium
5f59d0c5b4
(svn r17720) -Codechange: guard the CargoPacket variables that are cached in CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen)
2009-10-06 17:23:15 +00:00
frosch
a4835e3f0b
(svn r17719) -Change: [NoAI] Make AIEngine:CanRefitCargo() not report refittability to Mail by default for aircraft. It is not necessarily true, and the special case of carrying both passenger&mail is better handled by AIs themself than by the API.
2009-10-05 20:21:12 +00:00
translators
cccda0d864
(svn r17718) -Update from WebTranslator v3.0:
...
afrikaans - 35 changes by Maccie123
frisian - 50 changes by Minifan
2009-10-05 17:45:10 +00:00
michi_cc
d900b0d628
(svn r17717) -Codechange: [OSX] Replace deprecated variable type.
2009-10-04 21:39:12 +00:00
michi_cc
6ad7440ae5
(svn r17716) -Codechange: [OSX] Invoke a (semi-)private Objective-C method in a way that does not rely on the SDK version.
2009-10-04 21:39:08 +00:00
michi_cc
dbb13fd856
(svn r17715) -Cleanup: [OSX] And a final round of coding style and some cleaning.
2009-10-04 21:36:26 +00:00
michi_cc
ba6866128d
(svn r17714) -Cleanup: [OSX] Apply more coding style.
2009-10-04 21:36:22 +00:00
michi_cc
9b54d5bbd7
(svn r17713) -Cleanup: [OSX] Move variable definitions to first use and apply more coding style.
2009-10-04 21:36:17 +00:00
michi_cc
ec90a8778f
(svn r17712) -Codechange [FS#1411]: [OSX] Replace undocumented process manager API calls with a documented alternative. (pyth)
2009-10-04 21:33:36 +00:00
michi_cc
8484e08ee0
(svn r17711) -Codechange: [OSX] Don't use deprecated methods to construct a Cocoa string.
2009-10-04 21:33:31 +00:00
michi_cc
dffd1be12d
(svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio.
2009-10-04 21:24:09 +00:00
michi_cc
049d62b35c
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.
2009-10-04 21:08:38 +00:00
michi_cc
a831143f45
(svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog box if it was hidden.
2009-10-04 21:08:34 +00:00
michi_cc
5f67762a7f
(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure.
2009-10-04 21:08:30 +00:00
michi_cc
4f98178fcd
(svn r17705) -Fix: [OSX] Re-enable signal handling on OSX 10.3.9. Trying to link with an undefined symbols that lives in the system library seems to confuse the loader on 10.3.9. Use a different function to circumvent it.
2009-10-04 21:08:25 +00:00
michi_cc
e2ef24919e
(svn r17704) -Codechange: [OSX] Improve detection of OS X version. (planetmaker)
2009-10-04 20:53:30 +00:00
michi_cc
10ca710e98
(svn r17702) -Change: [OSX] Assure that the minimal OSX version is defined in all cases.
...
-Codechange: [OSX] Improve conditional defines for OS version dependant code.
2009-10-04 20:53:22 +00:00
smatz
6c7f8fc8b4
(svn r17701) -Codechange: don't start line with a space if it's not inside comment
2009-10-04 20:51:50 +00:00
frosch
b243f6ca97
(svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineInfo::refit_mask during initialisation.
2009-10-04 20:33:18 +00:00
rubidium
5ff6053326
(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic' includes so compilation without network support doesn't get broken as easily by changes in header files
2009-10-04 20:00:56 +00:00
frosch
1ee5520854
(svn r17698) -Fix (r17140) [FS#3205]: Convert endian after loading sounds from file.
2009-10-04 18:52:34 +00:00
rubidium
e7fb5f00e7
(svn r17697) -Codechange: coding style in the automatically generated squirrel wrapper code
2009-10-04 18:16:44 +00:00
rubidium
54806e7437
(svn r17696) -Fix (r17693): compile failure when compiling without freetype
2009-10-04 18:13:56 +00:00
translators
b2f50e79b2
(svn r17695) -Update from WebTranslator v3.0:
...
frisian - 37 changes by Minifan
hebrew - 133 changes by dnd_man
hungarian - 2 changes by alyr
thai - 66 changes by ityellow
vietnamese - 12 changes by nglekhoi
2009-10-04 17:45:14 +00:00
smatz
854af7d70f
(svn r17694) -Codechange: don't break $ to two lines in squirrel_export.awk
2009-10-04 17:26:43 +00:00
rubidium
d6cded5380
(svn r17693) -Cleanup: remove some unneeded includes
2009-10-04 17:16:41 +00:00
smatz
32cbe57178
(svn r17692) -Codechange: minor coding style fixes
2009-10-04 17:10:57 +00:00
rubidium
1666f7a1a9
(svn r17691) -Codechange: make the status bar nested
2009-10-04 15:38:16 +00:00
smatz
5c2fb2f8c1
(svn r17690) -Fix: minor coding style issue
2009-10-04 14:49:39 +00:00
glx
1e665c7639
(svn r17689) -Fix (r16307): depend could segfault in some case (TrueBrain)
2009-10-04 12:17:10 +00:00
smatz
c344ae2e1d
(svn r17688) -Fix (r17684): incorrect comments
2009-10-04 04:57:01 +00:00
translators
de798c5ae9
(svn r17687) -Update from WebTranslator v3.0:
...
traditional_chinese - 8 changes by josesun
polish - 14 changes by amateja
spanish - 1 changes by Terkhen
vietnamese - 40 changes by nglekhoi
2009-10-03 17:45:16 +00:00
rubidium
f76ef2f6ce
(svn r17686) -Fix [FS#3247]: make the -c <config file> location relative to the current directory instead of the directory of the binary
2009-10-03 14:51:30 +00:00
rubidium
afed4330da
(svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that was paused due to an error. Just reject such savegames in dedicated servers.
2009-10-03 14:48:12 +00:00
frosch
12a814f487
(svn r17684) -Fix: tcache.first_engine and rcache.first_engine need to be set before first callback/sprite-resolving. For RV fronts it was missing at all, causing livery selection to fail.
2009-10-03 14:46:48 +00:00
translators
539f31f76c
(svn r17683) -Update from WebTranslator v3.0:
...
catalan - 1 changes by arnau
korean - 9 changes by telk5093
portuguese - 1 changes by SupSuper
brazilian_portuguese - 153 changes by Tucalipe
2009-10-02 17:45:17 +00:00
rubidium
e9624fe0cc
(svn r17682) -Codechange: remove erroneous space before some commas
2009-10-02 15:13:15 +00:00
rubidium
9c6157c578
(svn r17681) -Fix [FS#3248] (r17668): crash when the caption of the query window used parameters
2009-10-02 15:06:14 +00:00
translators
6cd143ea7b
(svn r17680) -Update from WebTranslator v3.0:
...
dutch - 1 changes by habell
brazilian_portuguese - 42 changes by Tucalipe
2009-10-01 17:45:10 +00:00
rubidium
6e6af43d77
(svn r17676) -Codechange: make the NewGRF GUI nested
2009-09-30 21:49:24 +00:00
rubidium
a96d161b00
(svn r17675) -Codechange: move the 'state' changes out of the OnPaint of the newgrf window
2009-09-30 21:11:29 +00:00
rubidium
c847f5c04e
(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant.
2009-09-30 21:07:54 +00:00
rubidium
0032405093
(svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class
2009-09-30 21:00:35 +00:00
frosch
2fa312aab9
(svn r17672) -Revert (r8081): 'last_value' and 'reseed' are shared between procedure and main chain.
...
-Fix (r8075): 'scope' and 'count' are not.
2009-09-30 20:25:59 +00:00
frosch
3863742c72
(svn r17671) -Codechange: Move ResolverObject::info_view into u.vehicle as it is only needed for them.
2009-09-30 18:54:33 +00:00
frosch
d8eec0ebf0
(svn r17670) -Cleanup (r12819): ResolverObject::procedure_call is not used anymore.
2009-09-30 18:36:18 +00:00
translators
6a03335a0e
(svn r17669) -Update from WebTranslator v3.0:
...
simplified_chinese - 1 changes by Gavin
traditional_chinese - 7 changes by josesun
english_US - 4 changes by agenthh
hebrew - 9 changes by dnd_man
russian - 1 changes by Lone_Wolf
2009-09-30 17:45:20 +00:00
yexo
5fbb263bd2
(svn r17668) -Codechange: Query window uses nested widgets
2009-09-30 15:14:34 +00:00
rubidium
124e543b1d
(svn r17667) -Fix [FS#3245]: autopause tried to (un)pause the server every tick when the pause command only gets processed once every frame_freq ticks. So it would spam the console with duplicate attempts.
2009-09-30 13:32:39 +00:00
rubidium
5028e3536b
(svn r17665) -Codechange: make the extra viewport window nested
2009-09-29 20:16:03 +00:00
translators
2692a86312
(svn r17664) -Update from WebTranslator v3.0:
...
esperanto - 1 changes by raskolnik
finnish - 1 changes by jpx_
indonesian - 1 changes by prof
italian - 1 changes by lorenzodv
romanian - 1 changes by kkmic
russian - 1 changes by Lone_Wolf
slovak - 18 changes by JamesSVK
spanish - 1 changes by Terkhen
ukrainian - 1 changes by Madvin
2009-09-29 17:45:30 +00:00
frosch
3ddf4d2c2b
(svn r17663) -Change: [NewGRF] Apply default refitmasks only when the NewGRF did not set any of the three refittability properties (xor mask, positive classes, negative classes).
2009-09-28 19:24:20 +00:00
rubidium
252096fe3c
(svn r17662) -Codechange: make the sign edit window nested
2009-09-28 19:12:15 +00:00
translators
77e8fa46b6
(svn r17661) -Update from WebTranslator v3.0:
...
traditional_chinese - 1 changes by josesun
esperanto - 25 changes by raskolnik
french - 1 changes by glx
german - 1 changes by dihedral
serbian - 1 changes by etran
vietnamese - 3 changes by nglekhoi
2009-09-28 17:45:21 +00:00
glx
57252e5225
(svn r17660) -Fix: StringID typo
2009-09-28 14:15:23 +00:00
rubidium
cc3ef246fd
(svn r17659) -Codechange: remove the last custom drawing from the signal GUI
2009-09-28 13:42:47 +00:00
rubidium
4347758e48
(svn r17658) -Codechange: remove custom drawing of the signal density in the signal GUI
...
-Codechange: move the state updates from OnPaint
2009-09-28 12:38:35 +00:00
rubidium
d74216b7fe
(svn r17657) -Fix [FS#3242]: some semaphore signals fell outside of the signal GUI. Now the signals are properly centered which should make that problem go away
2009-09-28 12:19:15 +00:00
rubidium
1bc18905d7
(svn r17656) -Change: typo in function name. Also document the parameter (Terkhen)
2009-09-27 18:36:05 +00:00
translators
7b46347bb1
(svn r17655) -Update from WebTranslator v3.0:
...
english_US - 38 changes by agenthh
portuguese - 9 changes by SupSuper
2009-09-27 17:45:11 +00:00
rubidium
09124e2186
(svn r17654) -Fix [FS#3220] (r17612): the edit box of the town fund window wasn't updated properly (based on patch of Terkhen)
2009-09-27 10:44:25 +00:00
alberth
8a21979b42
(svn r17653) -Fix (r17649): Widgets at the bottom button bar of the depot window should adapt to differences in height.
2009-09-27 08:49:42 +00:00
alberth
4130ae0dfa
(svn r17652) -Codechange: Merging/renaming the depot block-size functions.
2009-09-27 08:28:49 +00:00
rubidium
73ffd2b178
(svn r17651) -Fix [FS#3238] (r17644): crashes when commands related to company settings where done
2009-09-26 22:37:44 +00:00
alberth
dd108f2399
(svn r17650) -Codechange: Checking a condition once is enough.
2009-09-26 19:26:08 +00:00
alberth
f7120de1f7
(svn r17649) -Codechange: Depot gui uses pure nested widgets.
2009-09-26 19:21:20 +00:00