Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-15 | (svn r4873) WebTranslator2 update to 2006-05-15 14:29:26 | miham | |
afrikaans - 794 fixed by TrueTenacity (794) finnish - 12 fixed, 1 changed by lauri.kajan (13) french - 32 fixed by glx (32) italian - 3 fixed, 51 changed by sidew (54) portuguese - 4 fixed by izhirahider (4) slovenian - 3 fixed, 3 changed by christooss (6) ukrainian - 88 fixed, 1 changed by znikoz (89) | |||
2006-05-15 | (svn r4872) - NewGRF: add support for vehicle variable 0x47 (mart3p) | peter1138 | |
2006-05-14 | (svn r4871) - Fixed off-by-one and added company color displaying in ↵ | glx | |
'players' console command. | |||
2006-05-14 | (svn r4870) Translations: added greek language (utf-8) | miham | |
2006-05-14 | (svn r4869) - NewGRF: support setting train list vehicle width to 32 instead ↵ | peter1138 | |
of 29 pixels, for sets which use 32 pixel long engines/wagons. | |||
2006-05-14 | (svn r4868) - Codechange: in the train detail window, don't call ↵ | peter1138 | |
DrawTrainImage() for each row, as we already loop to find the vehicles to draw. Fixes a potential issue of extraneous wagons being drawn, if they are very short. | |||
2006-05-14 | (svn r4867) - NewGRF: implement partial support for engine variable 0x42 | peter1138 | |
2006-05-14 | (svn r4866) WebTranslator2 update to 2006-05-14 16:56:38 | miham | |
danish - 1 fixed by Bjarni (1) german - 3 changed by Neonox (3) slovenian - 192 fixed by Sonicelo (192) turkish - 10 fixed by jnmbk (10) ukrainian - 324 fixed, 2 deleted, 20 changed by znikoz (346) | |||
2006-05-13 | (svn r4865) [Translations] Added new (empty) language: afrikaans language | miham | |
2006-05-13 | (svn r4864) [WebTranslator2] Updating languages to 2006-05-13 19:10:57 | miham | |
Fixed czech (removed doubled cased entries with leading dot in casenames) | |||
2006-05-13 | (svn r4863) WebTranslator2 update to 2006-05-13 18:38:31 | miham | |
czech - 10 fixed by Hadez (10) dutch - 10 fixed, 12 changed by habell (15), webfreakz (7) estonian - 63 fixed by t2t2 (63) finnish - 39 fixed by habazi (39) german - 17 changed by Neonox (13), chu (4) | |||
2006-05-13 | (svn r4862) [WebTranslator2] Fixed up last commit, which was pure utf-8 ↵ | miham | |
accidentally (grr, hate typos). Sorry again! | |||
2006-05-13 | (svn r4861) WebTranslator2 update to 2006-05-13 18:17:17 | miham | |
czech - 10 fixed by Hadez (10) dutch - 10 fixed, 5 changed by habell (15) estonian - 63 fixed by t2t2 (63) finnish - 39 fixed by habazi (39) german - 17 changed by Neonox (13), chu (4) ukrainian - 19 fixed by miham (19) | |||
2006-05-13 | (svn r4860) - NewGRF: remove a missed extern for _traininfo_vehicle_pitch | peter1138 | |
2006-05-13 | (svn r4859) - Pathfinder: fix issue with train pathfinding over level crossings. | peter1138 | |
2006-05-12 | (svn r4856) - Newstations: catenary was not drawn on some station tiles | glx | |
2006-05-12 | (svn r4855) - Fix r4854: Remove 4 character offset, as buff is already in ↵ | peter1138 | |
correct place. | |||
2006-05-12 | (svn r4854) - Codechange: don't assume a short format month is 3 characters ↵ | peter1138 | |
-- copy the string in the same way the other parts are copied. | |||
2006-05-12 | (svn r4853) - Languages: update broken ukrainian.txt | peter1138 | |
2006-05-12 | (svn r4852) Webtranslator2: first utf-8 commit: ukrainian. everything went ↵ | miham | |
wrong, but I succeeded to get it through :-) | |||
2006-05-12 | (svn r4851) [WebTranslator2] Updating languages to 2006-05-12 18:40 <<missed ↵ | miham | |
a file from last commit>> | |||
2006-05-12 | (svn r4850) [WebTranslator2] Updating languages to 2006-05-12 18:40 ↵ | miham | |
<<original commitlog lost, bug under investigation>> | |||
2006-05-12 | (svn r4849) [WebTranslator2 commit] german updated <<original commitmessage ↵ | miham | |
lost>> | |||
2006-05-12 | (svn r4845) WebTranslator2 update to 2006-05-12 14:30:27 | miham | |
catalan - 45 fixed by jecaro (45) czech - 2 fixed by Hadez (2) danish - 9 fixed by Bjarni (9) hungarian - 10 fixed by miham (10) turkish - 2 fixed, 1 changed by jnmbk (3) | |||
2006-05-12 | (svn r4838) Newgrf : Add empty base for newcargos | belugas | |
2006-05-11 | (svn r4837) Translations: added croatian language | miham | |
2006-05-11 | (svn r4836) WebTranslator2 update to 2006-05-11 23:30:49 | miham | |
danish - 34 fixed by Bjarni (34) | |||
2006-05-11 | (svn r4834) [Translations] Added ukrainian language | miham | |
2006-05-11 | (svn r4832) - NewGRF: add support for original string ID to newgrf text ↵ | peter1138 | |
handling. So far, this is used for vehicles when no English or American translation is provided. | |||
2006-05-11 | (svn r4830) - Codechange: simplify station sorting a bit by recalculating ↵ | Darkvater | |
the clicked-states on drawing the window. This also allows the 'Sort by' button to be visually clickable | |||
2006-05-11 | (svn r4829) -Codechage: [clone vehilces] only check for a free unitnumber ↵ | bjarni | |
for the first engine in the test run as well as execute run (to improve speed. The result should be unchanged) | |||
2006-05-11 | (svn r4828) -Feature (FS#150) Add a new console command "players" that lists ↵ | celestar | |
current players along with basic stats (ledow) | |||
2006-05-11 | (svn r4827) -Fix (FS#160) In the terraform toolbar, don't treat the plant ↵ | celestar | |
tree button as place-push-button, because it isn't | |||
2006-05-11 | (svn r4826) -Fix: [autoreplace] fixed possible problem when autoreplacing ↵ | bjarni | |
and was number of vehicles (of a type, not total) was reached now the new vehicle gets the same number as the old one, completely removing the problem where we could run out of numbers since we don't have to find free numbers for the new vehicles, autoreplace should be somewhat faster, specially in late games NOTE: in CmdBuildRailVehicle(), bit 0 and 1 in p2 have been switched to make the meaning of bit 0 consistent with the other build commands. CmdCloneVehicle() is modified to follow this as well | |||
2006-05-11 | (svn r4825) - Fix [clone FS#159]: Game crashes when cloning reaches train-limit. | bjarni | |
2006-05-11 | (svn r4824) - NewGRF: add support for getting/setting miscellaneous grf ↵ | peter1138 | |
flags (param 0x9E) | |||
2006-05-11 | (svn r4823) -Fix: Improved tooltips for sortable station lists. | celestar | |
-Credit: Chrishuebsch for initial idea and implementation of station filters | |||
2006-05-11 | (svn r4822) -Feature: Station List View can now be sorted and filtered (by ↵ | celestar | |
waiting cargo type and facilities) | |||
2006-05-11 | (svn r4821) - NewGRF: simplify parameter retrieval in Action 0x0D | peter1138 | |
2006-05-11 | (svn r4820) WebTranslator2 update to 2006-05-11 08:30:15 | miham | |
danish - 11 changed by Bjarni (11) german - 1 fixed by Neonox (1) swedish - 39 fixed by daishan (39) | |||
2006-05-11 | (svn r4819) -Debug: When clicking on a vehicle in the viewport, the index ↵ | celestar | |
and address of the vehicle get dumped for "misc" debug levels >= 2 | |||
2006-05-10 | (svn r4818) - NewGRF: add support for reading another GRF file's parameters, ↵ | peter1138 | |
and warn if GRF Resource Management is tried. | |||
2006-05-10 | (svn r4817) - NewGRF: allow partial support for parameter retrieval in action D. | peter1138 | |
2006-05-10 | (svn r4816) - NewGRF: action 7/9 improvements: | peter1138 | |
- split of parameter retrieving to separate function, - handle param size for grf parameters, - add more grfid (param 0x88) tests. | |||
2006-05-10 | (svn r4813) WebTranslator2 update to 2006-05-10 12:51:40 | miham | |
dutch - 3 fixed by webfreakz (3) hungarian - 2 fixed by miham (2) lithuanian - 50 fixed, 3 changed by Plyta (53) polish - 2 fixed by meush (2) portuguese - 2 fixed by izhirahider (2) | |||
2006-05-10 | (svn r4812) -Fix (FS#161) NTP properly checks for railtypes on ↵ | celestar | |
non-plain-rail-tiles (Rubidium) | |||
2006-05-10 | (svn r4811) - NewGRF: only check a sprite set's feature when assigning a ↵ | peter1138 | |
sprite result sprite group. | |||
2006-05-09 | (svn r4810) - Fix: removed warning about strict-alias (release build) | glx | |
2006-05-09 | (svn r4809) Codechange : Merged two loops in only one. | belugas | |
2006-05-09 | (svn r4808) - Fix GetCharacterWidth() change in os2.c missed in r4802. | peter1138 | |