Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-30 | (svn r10402) -Update: WebTranslator2 update to 2007-06-30 21:32:39 | miham | |
bulgarian - 10 fixed by kokobongo (10) french - 2 fixed by glx (2) italian - 2 fixed, 2 changed by lorenzodv (4) korean - 2 fixed, 2 changed by darkttd (4) polish - 43 fixed, 1 changed by meush (44) slovenian - 1 fixed by Necrolyte (1) spanish - 5 changed by eusebio (5) swedish - 2 fixed by giddorah (2) | |||
2007-06-30 | (svn r10401) -Feature: new sign editor features including switching to ↵ | peter1138 | |
previous/next sign (XeryusTC) | |||
2007-06-30 | (svn r10399) -Fix (FS#962): [Windows] _wnd.has_focus was not properly set ↵ | glx | |
after using ALT-TAB | |||
2007-06-30 | (svn r10398) -Fix (r10271): transparency menu option wasn't moved properly ↵ | peter1138 | |
in the scenario editor | |||
2007-06-30 | (svn r10397) -Fix [FS#969]: subsidy awarded messages broken due to {COMPANY} ↵ | peter1138 | |
now taking 1 (not 2) parameters. also remove an unnecessary dereference. | |||
2007-06-30 | (svn r10396) -Fix: When landscape generating, allow for 200ms between screen ↵ | peter1138 | |
updates instead of updating every 200ms. Previously slow screen updates would result in very slow map generation (GeekToo) | |||
2007-06-30 | (svn r10395) -Fix [YAPF]: missing include + some signed/unsigned comparison ↵ | KUDr | |
warnings | |||
2007-06-29 | (svn r10394) -Fix [YAPF]: MP desync caused by incorrect last-red-signal ↵ | KUDr | |
penalties applied when cached segment was reused. Players that connected more recently (didn't have these segments cached yet) calculated those penalties correctly. This caused different YAPF results. | |||
2007-06-29 | (svn r10393) -Fix [YAPF]: Trackdir needs 4 bits to store (not 3). The cached ↵ | KUDr | |
segment key didn't use the highest trackdir bit. It could confuse YAPF on bi-directional track segments. | |||
2007-06-29 | (svn r10392) -Add [YAPF]: added structured dump support into some essential ↵ | KUDr | |
YAPF classes (node-list, nodes, keys, etc.) and CArrayT | |||
2007-06-29 | (svn r10391) -Add: debug support - structured dump of ↵ | KUDr | |
variables/classes/structures (with anti-recursion repository) into string | |||
2007-06-29 | (svn r10390) -Fix: constness | KUDr | |
2007-06-29 | (svn r10389) -Add: CStrA, CStrCiA, CStrW, CStrCiW - case ↵ | KUDr | |
sensitive/insensitive ANSI/UNICODE string classes that support formatted (sprintf like) output. | |||
2007-06-29 | (svn r10388) -Cleanup: coding style (CBlobT & CBlobBaseSimple), removed CStrA | KUDr | |
2007-06-29 | (svn r10387) -Fix (r10326, r10330): update unfinished langs | glx | |
2007-06-29 | (svn r10386) -Fix: [translations] croatian translators made a few type which ↵ | miham | |
prevented croatian langfile to be compiled. reported by boekabart | |||
2007-06-29 | (svn r10385) -Change: [Translations] Croatian is an accepted language | miham | |
2007-06-29 | (svn r10384) -Update: WebTranslator2 update to 2007-06-29 14:03:32 | miham | |
croatian - 261 fixed, 9 changed by tperic (270) finnish - 2 changed by habazi (2) hungarian - 1 fixed by miham (1) romanian - 1 fixed, 38 changed by CrystyB (39) ukrainian - 1 fixed by mad (1) | |||
2007-06-28 | (svn r10382) -Fix (strgen): it was not possible to use --warning and --todo ↵ | rubidium | |
at the same time. | |||
2007-06-28 | (svn r10381) -Fix [FS#951]: skipping an order made train reverse ↵ | rubidium | |
immediatelly. Patch by boekabart. | |||
2007-06-28 | (svn r10380) -Fix (r10364): when checking for unique names, only check ↵ | peter1138 | |
vehicles that can have names, and skip inactive players. | |||
2007-06-28 | (svn r10379) -Codechange: silence a compiler warning (which was right) about ↵ | belugas | |
a variable too little for what's been asked to do | |||
2007-06-28 | (svn r10378) -Merge: release changes from 0.5. | rubidium | |
2007-06-28 | (svn r10377) -Update: WebTranslator2 update to 2007-06-28 20:46:13 | miham | |
brazilian_portuguese - 1 fixed by fukumori (1) catalan - 1 fixed, 2 changed by arnaullv (3) dutch - 10 fixed by webfreakz (10) french - 1 fixed by glx (1) hungarian - 1 fixed by miham (1) italian - 1 fixed by lorenzodv (1) portuguese - 20 fixed by supra90 (20) russian - 4 fixed by Smoky555 (4) spanish - 2 fixed by eusebio (2) | |||
2007-06-28 | (svn r10371) -Fix (r9874): Remove never-used GetGroupName() function | peter1138 | |
2007-06-28 | (svn r10370) -Fix: Heightmap GUI abused custom name system and used ↵ | peter1138 | |
unnecessary globals. All details are now kept within the window's custom data. | |||
2007-06-28 | (svn r10369) -Codechange: Add the IndustryType parameter to the ↵ | belugas | |
GetIndustryCallback function. Sometimes, the industry might not be able to provide its type, since it does not exists at all | |||
2007-06-27 | (svn r10368) -Fix: when renaming waypoints, ownership was only checked ↵ | peter1138 | |
client-side, not in the command. | |||
2007-06-27 | (svn r10367) -Fix: do not crash horribly when the file you are trying to ↵ | rubidium | |
load is too short or decompressing it fails. | |||
2007-06-27 | (svn r10366) -Codechange [YAPF]: added DEBUG_YAPF_CACHE macro that (when set ↵ | KUDr | |
to 1) allows to track YAPF "cache errors". They are probably responsible for current MP desyncs. (thanks Rubidium for this great idea!). I will deal with those errors/desyncs tomorrow. | |||
2007-06-27 | (svn r10365) -Fix: compiling without png and networking support under MSVC. | rubidium | |
2007-06-27 | (svn r10364) -Fix [FS#706]: checking for duplicate custom names was ↵ | peter1138 | |
inconsistent, and tested all 'namespaces'. now only check names of the same type. | |||
2007-06-27 | (svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take ↵ | peter1138 | |
account of vehicle group (Matthias Wolf) | |||
2007-06-27 | (svn r10362) -Codechange: make tunnel costs less exponential for (very) long ↵ | rubidium | |
tunnels. | |||
2007-06-27 | (svn r10361) -Update: WebTranslator2 update to 2007-06-27 20:59:10 | miham | |
brazilian_portuguese - 3 fixed by tucalipe (3) bulgarian - 5 fixed by thetitan (5) catalan - 3 fixed by arnaullv (3) estonian - 6 fixed, 4 changed by vermon (10) french - 1 fixed by glx (1) italian - 1 fixed, 17 changed by lorenzodv (18) norwegian_nynorsk - 20 fixed by pollux (20) piglatin - 25 fixed by adammw (25) polish - 5 fixed by meush (5) slovak - 1 fixed by lengyel (1) slovenian - 20 fixed by Necrolyte (20) spanish - 4 fixed, 4 changed by eusebio (8) ukrainian - 3 fixed, 2 changed by mad (5) | |||
2007-06-27 | (svn r10360) -Fix (r10359): make should always do "make all" by default | rubidium | |
2007-06-27 | (svn r10359) -Codechange [FS#935]: add some explanations what the different ↵ | rubidium | |
make "commands" do. | |||
2007-06-27 | (svn r10358) -Codechange: remove the cargopacket leakchecker as it never ↵ | rubidium | |
asserted in almost a week of stresstesting, so I'm pretty sure all cornercases are tested by now. | |||
2007-06-27 | (svn r10357) -Fix: and when we're at it... yet another memory leak, but only ↵ | rubidium | |
when you start a new game; can't find any other memory leaks we can fix. | |||
2007-06-27 | (svn r10356) -Fix (r10143): another memory leak eliminated. | rubidium | |
2007-06-27 | (svn r10355) -Fix (r10092): memory leak when encoding (reading) sprites. | rubidium | |
2007-06-27 | (svn r10354) -Fix [FS#950]: loading indicator showed "^" when the train ↵ | rubidium | |
would load at the given station. | |||
2007-06-27 | (svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of ↵ | rubidium | |
infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting. | |||
2007-06-27 | (svn r10352) -Fix: the network did not request the newgrf names of newgrfs ↵ | rubidium | |
that it couldn't find; it only wanted to request the newgrf names of newgrfs that where available locally and than were called "<Unknown>". | |||
2007-06-26 | (svn r10349) -Fix [FS#941, YAPF, r10301]: tile/trackdir must be used as node ↵ | KUDr | |
key and also as segment key in the cache (SmatZ). In the past it was possible to use tile/exitdir as the key because segments beginning on the same tile/exitdir were incorrectly considered the same. What I still don't understand is why this bug happened only on 64 bit systems (linux, Win64). | |||
2007-06-26 | (svn r10348) -Fix (r10347): compile errors; do not think it compiles fine ↵ | rubidium | |
when you run make on the wrong working copy. | |||
2007-06-26 | (svn r10347) -Fix [FS#948]: industries with a very low production could ↵ | rubidium | |
never recover when using smooth economy. -Fix: in smooth economy producing industries could not close, whereas they could close in non-smooth economy. -Fix: in smooth economy the "do not increase production" flag of industries was ignored. | |||
2007-06-26 | (svn r10346) -Fix: Forgotten "else" in r10345 (thanks peter1138). | matthijs | |
2007-06-26 | (svn r10345) -Fix [FS#290]: Make OPF handle coming out of a tunnel as well ↵ | matthijs | |
as going into a tunnel, to support road vehicles looking back when finding a depot while in a tunnel. -Fix [FS#290]: Make NPF look back when finding a depot for road vehicles. | |||
2007-06-26 | (svn r10344) -Fix (r10317): confusion between TRACK_n and TRACK_BIT_n ↵ | peter1138 | |
stopped NW/SE slopes being picked up, and compare middle of tile against current z, not previous. |