summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-22(svn r14718) -Change: remove some direct network core variable accesses from ↵rubidium
non-network locations.
2008-12-22(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and ↵rubidium
ClientIndex
2008-12-22(svn r14716) -Codechange: move more network core querying to the network files.rubidium
2008-12-22(svn r14715) -Codechange: move some network code from the main gui file into ↵rubidium
one of the the network files.
2008-12-22(svn r14714) -Codechange: only allocate the company network "state" ↵rubidium
variables (password/months not used) when needed, i.e. only for servers.
2008-12-22(svn r14713) -Update: WebTranslator2 update to 2008-12-22 18:43:52translators
arabic_egypt - 14 fixed, 144 changed by khaloofah (158) hebrew - 9 fixed, 1 changed by davidx123 (10) hungarian - 17 changed by IPG (17) indonesian - 136 changed by fanioz (119), sireno (17) latvian - 116 fixed, 235 changed by peerer (351) norwegian_nynorsk - 8 fixed by Thor (3), runarlu (2), DavidS (3) urdu - 79 fixed by yasirniazkhan (79)
2008-12-22(svn r14712) -Codechange: split server and client side w.r.t. the storage of ↵rubidium
network related company information.
2008-12-22(svn r14711) -Codechange: don't misuse the _network_company_info password ↵rubidium
field for changing the password on clients.
2008-12-22(svn r14710) -Change: simplify sending company information from the server ↵rubidium
to the client.
2008-12-22(svn r14709) -Codechange: make a clearer distinction between 'unique' client ↵rubidium
identification ids and the indices into the clients/client info arrays.
2008-12-20(svn r14708) -Change: update a few urls and fix some small errors/missing ↵rubidium
things in a few documents.
2008-12-20(svn r14707) -Cleanup: Replace an 'int' by 'Trackdir'.frosch
2008-12-20(svn r14706) -Update: WebTranslator2 update to 2008-12-20 18:37:49translators
finnish - 17 changed by UltimateSephiroth (17) indonesian - 81 changed by fanioz (81) latvian - 137 fixed, 123 changed by peerer (260)
2008-12-20(svn r14705) -Fix [FS#2460]: First transfer the whole load of a vehicle ↵frosch
chain to industries before triggering any processing. This reduces callback usage and resolves critical rounding errors when using input-cargo-multipliers instead of production callbacks.
2008-12-20(svn r14704) -Codechange: Add set capabilities to SmallVector.frosch
2008-12-20(svn r14703) -Fix (r8735): [YAPF] YapfRoadVehDistanceToTile() shall not ↵frosch
abort searching at v->dest_tile, when it in fact tries to reach another tile.
2008-12-20(svn r14702) -Documentation: Add a note about the meaning and validity of ↵frosch
Vehicle::dest_tile.
2008-12-20(svn r14701) -Change: Debian's lintian complains about not using the best ↵rubidium
compression for compressing the man-page.
2008-12-20(svn r14700) -Fix (r1): loading of very old savegames was broken (STNS chunk ↵smatz
is stored before MAP in old savegame)
2008-12-20(svn r14699) -Fix (r14483): Do not use v->dest_tile for trains heading to a ↵frosch
station. Reaching that tile does not mean reaching the station.
2008-12-19(svn r14697) -Fix: some int vs unsigned int comparisons in strgen.rubidium
2008-12-19(svn r14696) -Fix (r10495): Words now consist of 16 bits.frosch
2008-12-19(svn r14695) -Cleanup: When NTP is not active there is no need to set up ↵frosch
TrainTrackFollowerData.
2008-12-19(svn r14694) -Fix (r1): zeppeliner (disaster) should target ↵smatz
st->airport_tile, not st->xy
2008-12-19(svn r14693) -Codechange: replace one check in old AI (probably typo, but ↵smatz
the effect was the same) (Yexo)
2008-12-19(svn r14692) -Update: WebTranslator2 update to 2008-12-19 18:43:35translators
arabic_egypt - 85 fixed by khaloofah (85) estonian - 3 fixed by Kender (3) galician - 2 fixed by Condex (2) latvian - 170 fixed, 114 changed by peerer (284) portuguese - 10 fixed by SnowFlake (10)
2008-12-18(svn r14691) -Update: WebTranslator2 update to 2008-12-18 18:47:25translators
arabic_egypt - 132 fixed, 1 changed by khaloofah (133) czech - 10 fixed, 25 changed by Hadez (35) esperanto - 15 fixed by Athaba (15) greek - 7 fixed by ouranogrammi (7) indonesian - 88 changed by fanioz (88) latvian - 117 fixed, 16 changed by peerer (83), marismols (50) lithuanian - 15 fixed by Zogg (15) malay - 38 fixed by tombakemas (5), Syed (33) serbian - 39 fixed, 1 changed by Jenraux (40) thai - 105 fixed by vetbook (105)
2008-12-18(svn r14689) -Change: make configure die on commonly made user mistakes, ↵rubidium
like not having SDL development files or zlib headers installed; you can still compile a dedicated server or a binary without zlib, but you have to explicitly force it.
2008-12-17(svn r14688) -Change: silence the "command not found" error when trying to ↵rubidium
find the svn/git/hg binary.
2008-12-17(svn r14687) -Change: log all configure errors to config.logrubidium
2008-12-17(svn r14686) -Update: WebTranslator2 update to 2008-12-17 18:01:03translators
arabic_egypt - 200 fixed, 28 changed by Azoo4oozi (228) czech - 3 changed by Hadez (3) indonesian - 1 fixed, 4 changed by fanioz (5) korean - 1 changed by leejaeuk5 (1) latvian - 299 fixed, 3 changed by marismols (302) lithuanian - 79 fixed by Zogg (79) serbian - 25 fixed by Jenraux (25)
2008-12-17(svn r14685) -Change: don't popup cmd windows when determining version (MSVC)glx
2008-12-16(svn r14684) -Codechange: use SubWCRev object to get version info instead ↵glx
SubWCRev.exe for tortoiseSVN (Darkvater)
2008-12-16(svn r14683) -Change: only say a engine/vehicle is refittable when it can be ↵rubidium
refitted to at least two cargo type or when it has subcargos. NOTE: it is still possible that a vehicle is marked refittable when there is nothing to refit to, e.g. when only one subcargo is available but that cannot be determined without a vehicle chain.
2008-12-16(svn r14682) -Fix (r14672): Check the correct savegame version. (Thanks SmatZ)frosch
2008-12-16(svn r14681) -Update: WebTranslator2 update to 2008-12-16 18:42:42translators
arabic_egypt - 208 fixed, 18 changed by khaloofah (188), Azoo4oozi (38) indonesian - 9 fixed by Gonrong (9) norwegian_bokmal - 2 fixed by Thor (2) portuguese - 2 fixed by rmrebelo (2) serbian - 19 fixed by Jenraux (19) thai - 20 fixed by vetbook (20)
2008-12-16(svn r14680) -Feature(ette) [FS#2434]: Use property 4 (model life) also for ↵frosch
wagons. Setting property 4 to 0xFF will protect the vehicle (engine or wagon) from expireing. (Necessary since early introduction dates) Savegames will only be affected after 'resetengines'.
2008-12-16(svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map ↵rubidium
scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window.
2008-12-15(svn r14678) -Fix [FS#2435]: gradual filling graphics were not chosen ↵rubidium
according to the NewGRF spec (Maedhros)
2008-12-15(svn r14677) -Update: WebTranslator2 update to 2008-12-15 11:38:07translators
arabic_egypt - 343 fixed, 3 changed by Azoo4oozi (153), khaloofah (193) indonesian - 123 changed by adjayanto (95), fanioz (28) macedonian - 74 fixed, 4 changed by sashozs (78) simplified_chinese - 8 fixed by ww9980 (8) traditional_chinese - 6 fixed by ww9980 (6)
2008-12-14(svn r14676) -Fix: Do not copy the signal type of parallel ↵frosch
vertical/horizontal track, when dragging signals.
2008-12-14(svn r14675) -Fix: setting the Estonian or custom currency as used currency ↵rubidium
didn't survive a restart cycle.
2008-12-13(svn r14674) -Fix (r4965): Check sprite size when executing action 6.frosch
2008-12-13(svn r14673) -Update: WebTranslator2 update to 2008-12-13 18:45:31translators
arabic_egypt - 230 fixed by khaloofah (230) indonesian - 2 fixed by Gonrong (2) italian - 1 changed by lorenzodv (1) portuguese - 12 fixed by SnowFlake (7), rmrebelo (5) thai - 32 fixed by vetbook (32)
2008-12-13(svn r14672) -Fix [FS#2444]: Property 7 and callback 12 were broken for ↵frosch
aircraft. Now callback 12 is properly called also for 'mail'. If the callback is not used, 'mail' uses 1/4 of property 7 (rounded up).
2008-12-13(svn r14671) -Fix: compilation was broken for some systemssmatz
2008-12-13(svn r14670) -Codechange: use better readable (I hope) and branchless (for ↵smatz
some archs/compilers) code for cargo value computation
2008-12-13(svn r14669) -Codechange: use SmallVector instead of std::list at one placesmatz
2008-12-12(svn r14668) -Change: use include <> instead of include "" when including ↵rubidium
ICU's headers.
2008-12-11(svn r14667) -Update: WebTranslator2 update to 2008-12-11 18:45:04translators
arabic_egypt - 1207 fixed by khaloofah (1207) indonesian - 30 fixed by fanioz (30) malay - 21 fixed by Syed (21) portuguese - 52 fixed, 3 changed by rmrebelo (55)