rubidium
71e3562f76
(svn r21463) -Fix [FS#4296] (r21405): when packets are filled their pos and size aren't the same as when they're read. As a check was incorrect.
2010-12-11 13:34:23 +00:00
rubidium
0d32cd3cc8
(svn r21462) -Codechange [FS#3689]: don't do unnecessary cargo reservations in while loading/unloading vehicles. It is only needed when at least one vehicle is loading; all other times it is a waste of effort. Roughly halves the time it takes to perform loading/unloading of vehicles (fonsinchen)
2010-12-11 11:00:42 +00:00
rubidium
834f4f157a
(svn r21461) -Feature(tte) [FS#3711]: make it more clear that you're stopping a shared order, and make it possible retain the order list upon unsharing (sbr)
2010-12-11 10:52:45 +00:00
rubidium
b8c9931f75
(svn r21460) -Change [FS#3975]: place the bridge building window under the mouse instead of somewhere randomly on the screen and change the default sort order
2010-12-11 10:10:25 +00:00
planetmaker
9336dccee6
(svn r21459) -Feature(tte) [FS#3217]: Hotkey Ctrl+W for returning to the main menu
2010-12-10 23:38:26 +00:00
rubidium
676a53fb40
(svn r21458) -Fix [FS#4180]: possible crash when news item gets removed at just the wrong moment
2010-12-10 22:39:01 +00:00
rubidium
8faa97c060
(svn r21457) -Feature(tte) [FS#4215]: scroll to the inserted order (thror)
2010-12-10 22:32:53 +00:00
yexo
fff4bdecd8
(svn r21456) -Fix: [NewGRF] make sure the parameter for house var 60 is the id of an original house
2010-12-10 22:18:16 +00:00
rubidium
77aa035e4a
(svn r21455) -Feature [NewGRF]: selecting of different views of an object
2010-12-10 21:34:36 +00:00
rubidium
5d0da9492e
(svn r21454) -Codechange: add support for object variable 48
2010-12-10 21:32:52 +00:00
rubidium
cd6180a46d
(svn r21453) -Codechange: add the view of an object to the savegame
2010-12-10 21:32:04 +00:00
rubidium
fdeab92dc7
(svn r21452) -Codechange: read object property 17 (number of views)
2010-12-10 21:30:26 +00:00
rubidium
c1efcb76ca
(svn r21451) -Fix (r21449): make sure the matrix's child widget's size is updated with the right widget index
2010-12-10 20:05:20 +00:00
translators
84b4057342
(svn r21450) -Update from WebTranslator v3.0:
...
romanian - 14 changes by kkmic
ukrainian - 6 changes by Fixer
2010-12-10 18:47:31 +00:00
rubidium
8350642b26
(svn r21449) -Change: make the waypoint window make use the generic "matrix" widget
2010-12-10 17:47:40 +00:00
rubidium
b91ae2483e
(svn r21448) -Add: generic widget for creating a scrollable (one direction) and resizable (both directions) area with same sized widgets
2010-12-10 17:47:11 +00:00
rubidium
0848d92af1
(svn r21447) -Add: accessor function to get the direction of a scrollbar
2010-12-10 17:33:50 +00:00
yexo
91b043afbc
(svn r21446) -Doc: doxygen comments for some functions in strings.cpp
2010-12-09 21:41:31 +00:00
yexo
74d608a67e
(svn r21445) -Fix: [NewGRF] fix gender choice lists in newgrf strings.
...
Change: strgen no longer writes the type of a string for a gender choice list
2010-12-09 21:01:50 +00:00
yexo
475ac872c9
(svn r21444) -Codechange: compute the type of elements in the argv string array on the fly and compare it with the type set by strgen
2010-12-09 20:57:52 +00:00
translators
8a194a2b42
(svn r21443) -Update from WebTranslator v3.0:
...
croatian - 6 changes by VoyagerOne
english_US - 8 changes by Rubidium
german - 9 changes by planetmaker
hungarian - 1 changes by IPG
serbian - 6 changes by etran
2010-12-09 18:45:19 +00:00
rubidium
ee4c152f71
(svn r21442) -Fix [FS#4293] (r21412): don't use the current company for awarding subsidies; it's not quite valid there
2010-12-09 15:19:43 +00:00
yexo
23d8ebba3b
(svn r21441) -Codechange: check all accesses to the argv array so a bad NewGRF can 'only' trigger an assert but no longer cause an invalid memory read
2010-12-09 00:16:50 +00:00
yexo
12e0f28229
(svn r21440) -Codechange: pass a pointer to just past the end of the argv array around in FormatString and friends
2010-12-09 00:15:38 +00:00
translators
194d1faa8e
(svn r21439) -Update from WebTranslator v3.0:
...
belarusian - 6 changes by KorneySan
dutch - 6 changes by habell
finnish - 6 changes by jpx_
french - 6 changes by glx
hungarian - 7 changes by IPG
italian - 6 changes by lorenzodv
polish - 6 changes by voythas
russian - 6 changes by Lone_Wolf
slovenian - 6 changes by ntadej
spanish - 6 changes by Terkhen
vietnamese - 6 changes by nglekhoi
2010-12-08 18:45:39 +00:00
rubidium
f570285653
(svn r21438) -Fix (r21424): fix triggered an assertion when the build did support networking
2010-12-08 18:21:29 +00:00
rubidium
566174ecc0
(svn r21437) -Fix: Object newgrf debug data table was outdated
2010-12-08 17:51:57 +00:00
smatz
aa4251b4ed
(svn r21436) -Fix: LTO was no longer detected for GCC 4.6
2010-12-08 14:39:31 +00:00
yexo
ac0e83a7e2
(svn r21435) -Fix: NewGRF strings that referenced a value that was set by a string command later in the string failed
2010-12-08 13:44:01 +00:00
yexo
5c181fe556
(svn r21433) -Fix: [NewGRF] a newgrf with incomplete string codes at the end of a string could cause invalid memory reads
2010-12-07 22:34:30 +00:00
rubidium
ec63b0cf28
(svn r21432) -Cleanup: remove the now obsolete strings as well
2010-12-07 21:14:00 +00:00
rubidium
00d3428edf
(svn r21431) -Cleanup: remove the build-while-paused cheat
2010-12-07 21:13:34 +00:00
rubidium
5dbd80ff3c
(svn r21430) -Feature [FS#1521]: building while paused always works in the scenario editor
2010-12-07 21:13:00 +00:00
rubidium
0c23b0b3a4
(svn r21429) -Fix [FS#3771]: the server didn't check for the paused state when allowing to execute commands
2010-12-07 21:12:23 +00:00
rubidium
49162ab39b
(svn r21428) -Fix [FS#4021]: vehicles could be built while the game it paused. Now you can enable or disable that with a setting
2010-12-07 21:09:30 +00:00
rubidium
e170b1d83e
(svn r21427) -Add: helper function to determine whether a command may be executed
2010-12-07 21:08:35 +00:00
rubidium
df410fd7ed
(svn r21426) -Change: introduce a setting for the types of commands that are allowed to be executed while paused
2010-12-07 21:08:08 +00:00
rubidium
b3eb3b96b9
(svn r21425) -Codechange: add "command types" to all commands
2010-12-07 21:05:27 +00:00
rubidium
0f2402306c
(svn r21424) -Fix: CMD_CLEAR_ORDER_BACKUP might not get executed when the user pressed the shift key
2010-12-07 20:45:11 +00:00
rubidium
249d21d3de
(svn r21423) -Codechange: replace some magic numbers by slightly less magic numbers
2010-12-07 20:40:50 +00:00
translators
933a4d4825
(svn r21422) -Update from WebTranslator v3.0:
...
belarusian - 1 changes by KorneySan
estonian - 6 changes by Jaanus
italian - 1 changes by lorenzodv
brazilian_portuguese - 41 changes by Tucalipe
russian - 3 changes by KorneySan, Lone_Wolf
thai - 18 changes by kenny
2010-12-07 18:45:22 +00:00
translators
4b90c8b9e8
(svn r21421) -Update from WebTranslator v3.0:
...
belarusian - 2 changes by KorneySan
catalan - 3 changes by arnau
croatian - 1 changes by VoyagerOne
dutch - 21 changes by habell
french - 1 changes by glx
irish - 2 changes by tem
korean - 1 changes by junho2813
polish - 2 changes by voythas
romanian - 7 changes by kneekoo
russian - 2 changes by KorneySan
serbian - 25 changes by etran
slovenian - 3 changes by ntadej
ukrainian - 2 changes by Fixer
vietnamese - 2 changes by myquartz, nglekhoi
2010-12-06 18:45:47 +00:00
rubidium
1dfd5c6405
(svn r21420) -Fix: admins were always given the stats of company 0
2010-12-06 14:55:47 +00:00
rubidium
54f3e04590
(svn r21418) -Fix: core.h needs config.h
2010-12-06 11:53:05 +00:00
rubidium
378e233023
(svn r21417) -Fix: ofcourse MSVC x64 has something to complain about
2010-12-05 22:43:56 +00:00
rubidium
ea68039718
(svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes
2010-12-05 22:25:49 +00:00
rubidium
44d1c55347
(svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes
2010-12-05 22:25:36 +00:00
rubidium
5c9c3f1acf
(svn r21414) -Codechange: limit town name by amount of characters, not bytes
2010-12-05 22:25:21 +00:00
rubidium
6e69b943d6
(svn r21413) -Codechange: limit sign name by amount of characters, not bytes
2010-12-05 22:25:08 +00:00
rubidium
cf61c2f11f
(svn r21412) -Codechange: limit company name by amount of characters, not bytes
2010-12-05 22:24:50 +00:00