Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-09 | (svn r8000) -Codechange: drop UDP packets when their internal size does not ↵ | rubidium | |
match the received size. If that is the case, the packet was not received in one piece (or got somehow mangled with another packet), which will cause us to drop the packet later on because we are (for example) trying to read beyond the end of the packet. | |||
2007-01-09 | (svn r7987) [Translations] Slovenian is no longer unfinished (no bad strings) | miham | |
2007-01-09 | (svn r7986) WebTranslator2 update to 2007-01-09 08:20:27 | miham | |
brazilian_portuguese - 72 changed by fukumori (72) hungarian - 2 fixed by miham (2) slovenian - 191 fixed by Necrolyte (191) | |||
2007-01-08 | (svn r7984) -Fix: out-of-bounds read access on _clients array (Quark) | Darkvater | |
2007-01-08 | (svn r7983) WebTranslator2 update to 2007-01-08 19:37:40 | miham | |
brazilian_portuguese - 111 changed by fukumori (111) esperanto - 11 changed by LaPingvino (11) japanese - 116 fixed by ickoonite (116) | |||
2007-01-08 | (svn r7982) -Codechange: Enumify graphics blitter modes. | peter1138 | |
2007-01-08 | (svn r7976) -Fix: (SF 1629560) Rail vehicles can no longer enter tunnels or ↵ | celestar | |
bridgeheads with wrong railtype | |||
2007-01-08 | (svn r7975) WebTranslator2 update to 2007-01-08 09:13:29 | miham | |
brazilian_portuguese - 6 fixed, 2 changed by fukumori (8) danish - 5 changed by MiR (3), ThomasA (2) estonian - 1 changed by kristjans (1) frisian - 82 fixed, 85 changed by ikkejw (82), talzaroff (85) greek - 64 fixed, 3 changed by Kesnar (67) italian - 1 changed by sidew (1) japanese - 92 fixed by ickoonite (92) polish - 1 changed by meush (1) slovak - 7 changed by lengyel (7) slovenian - 160 fixed by Necrolyte (160) turkish - 2 changed by jnmbk (2) | |||
2007-01-07 | (svn r7969) *whistle* 20067 has not yet come to pass; it's 2007 (I think my ↵ | Darkvater | |
search&replace broke) | |||
2007-01-07 | (svn r7968) -Update copyright/etc information to 2007 | Darkvater | |
2007-01-07 | (svn r7966) -Fix (r7936): Eh AxisToTrack returns Track not Axis, thanks KUDr | Darkvater | |
2007-01-07 | (svn r7936) -Fix (r4987, old-rev): Only update the signals and YAPF cache on ↵ | Darkvater | |
a DC_EXEC action for bridge-building | |||
2007-01-06 | (svn r7932) -Fix (r7931): committed a few files too much :( (the ones I used ↵ | rubidium | |
to test the new masterserver) | |||
2007-01-06 | (svn r7931) -Fix (r7759): multiple (different) -O flags made compilations ↵ | rubidium | |
with the wrong optimisations. | |||
2007-01-06 | (svn r7930) -Fix: [FS#520] Wrong GRF flag set for gradual loading (mart3p) | Darkvater | |
2007-01-06 | (svn r7905) WebTranslator2 update to 2007-01-06 15:28:31 | miham | |
estonian - 5 changed by kristjans (5) frisian - 669 fixed, 17 changed by ikkejw (574), Bouke (2), talzaroff (110) italian - 1 changed by sidew (1) turkish - 2 fixed, 16 changed by jnmbk (18) | |||
2007-01-06 | (svn r7901) -Codechange: Remove some misplaced externs and use extern, not ↵ | peter1138 | |
VARDEF, in the place they should be... | |||
2007-01-06 | (svn r7896) WebTranslator2 update to 2007-01-06 08:24:52 | miham | |
italian - 211 changed by sidew (211) lithuanian - 66 changed by Domas (66) slovenian - 131 fixed by ThePianoGuy (31), Necrolyte (100) | |||
2007-01-05 | (svn r7888) -Change: add documentation about the 'on-the-wire' structure of ↵ | rubidium | |
the network game information request and reply packets. | |||
2007-01-05 | (svn r7887) -Fix: [OSX] Endian32_Swap should always return a uint32, not a ↵ | bjarni | |
long unsigned int This kills an OSX specific warning in newgrf_config.c Ensured that Endian16_Swap returns uint16 as well, even though that one didn't result in any warnings (yet) | |||
2007-01-05 | (svn r7886) -Fix: [OSX] control+enter will no longer toggle fullscreen as it ↵ | bjarni | |
collided with other hotkeys (pv2b) People should use command+enter as it was originally intended (this key combo also worked before this commit) | |||
2007-01-05 | (svn r7884) WebTranslator2 update to 2007-01-05 19:28:08 | miham | |
bulgarian - 14 changed by groupsky (14) croatian - 159 fixed, 8 changed by knovak (167) danish - 30 changed by ThomasA (4), MiR (26) estonian - 41 changed by kristjans (41) japanese - 47 fixed, 1 changed by PouncingAnt (48) lithuanian - 31 fixed, 68 changed by Domas (99) | |||
2007-01-05 | (svn r7882) -Fix: OS2 is defined as UNIX too, but not for networking | truelight | |
2007-01-05 | (svn r7864) -Codechange: Offset engines/wagons in the train details window ↵ | peter1138 | |
by half the train length modifier. This stops overflowing wagons in sets that use 32px lengths. | |||
2007-01-05 | (svn r7861) -Fix (r7823): Crash when oldest news was deleted. First check ↵ | Darkvater | |
the index for oldest news and THEN decrease index, not the other way around. | |||
2007-01-05 | (svn r7857) WebTranslator2 update to 2007-01-05 08:35:59 | miham | |
lithuanian - 2 fixed, 278 changed by Domas (280) slovenian - 11 fixed by Necrolyte (11) | |||
2007-01-05 | (svn r7847) -Codechange: use NetworkUDPClose instead of calling closesocket ↵ | rubidium | |
directly. | |||
2007-01-05 | (svn r7843) -Codechange (r7840): left out word 'file' making crash-text look ↵ | Darkvater | |
un-english-ish. | |||
2007-01-04 | (svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray ↵ | Darkvater | |
and crash.dmp. Remove text about submitting crash report. | |||
2007-01-04 | (svn r7836) -Codechange: some constness for network/core. | rubidium | |
2007-01-04 | (svn r7834) -Codechange: cleanup the includes of network/core a little; ↵ | rubidium | |
include headers in headers when the header needs types/constants defined in them. | |||
2007-01-04 | (svn r7833) -Fix (r7829): forgot to add debug.h to the includes. | rubidium | |
2007-01-04 | (svn r7831) -Codechange: [NewGRF] Do not mark as unsafe those NewGRFs that ↵ | peter1138 | |
set their own parameters (via action D) and/or change only bridge sprite table layouts (action 0, property D). | |||
2007-01-04 | (svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have ↵ | rubidium | |
to set _network_available only once. | |||
2007-01-04 | (svn r7829) -Codechange: move the network (core) initialization/shutdown ↵ | rubidium | |
functions into network/core, so the can be reused in the masterserver_updater. | |||
2007-01-04 | (svn r7828) WebTranslator2 update to 2007-01-04 19:28:37 | miham | |
danish - 8 changed by ThomasA (8) estonian - 101 changed by kristjans (101) italian - 1 changed by sidew (1) japanese - 17 fixed, 11 changed by PouncingAnt (28) | |||
2007-01-04 | (svn r7825) -Codechange: make NetworkUDPClose close a single UDP socket. Use ↵ | rubidium | |
NetworkUDPStop to close all opened udp sockets (those were called NetworkUDPClose). | |||
2007-01-04 | (svn r7823) -Fix (r7384 / r7368 / r3757 / r7388): News windows could still ↵ | Darkvater | |
cause crashes because DeleteVehicleNews shuffles around _news_items which can wreak havoc with the NewsItem* of a currently open news window. While here also correctly update _current_news and _forced_news for the same reasons. Should really work now. | |||
2007-01-04 | (svn r7821) -Fix: be more strict about the socket from where packets arrive. ↵ | rubidium | |
Do not accept requests about the game server on the master/client socket, do not accept master server acks on the client/server socket, etc. | |||
2007-01-04 | (svn r7819) WebTranslator2 update to 2007-01-04 07:57:17 | miham | |
japanese - 78 fixed by ickoonite (78) slovenian - 26 fixed, 317 changed by Necrolyte (343) ukrainian - 3 fixed, 2 changed by znikoz (5) | |||
2007-01-04 | (svn r7818) -Fix (r7751): wrote some data to the wrong network packet. | rubidium | |
2007-01-04 | (svn r7817) -Fix (r7573): Bridge merge broke building canals at level 0. | Darkvater | |
2007-01-03 | (svn r7812) -Fix: rail station build window was not correctly updated after ↵ | glx | |
station_spread change | |||
2007-01-03 | (svn r7810) -Fix: FS#504 Building airport whose size exceeds max station ↵ | KUDr | |
spread-out caused assert. (Zuu) | |||
2007-01-03 | (svn r7806) [Translations] Lithuanian is no longer unfinished, thanks for ↵ | miham | |
the current translators! Good work, keep it up! | |||
2007-01-03 | (svn r7803) WebTranslator2 update to 2007-01-03 19:37:39 | miham | |
bulgarian - 5 fixed by groupsky (5) croatian - 72 fixed by knovak (72) danish - 25 changed by MiR (25) italian - 1 changed by sidew (1) norwegian - 2 fixed by oletk (2) slovenian - 241 fixed, 143 changed by Necrolyte (384) | |||
2007-01-03 | (svn r7802) -Feature: make it possible to override the bind address and port ↵ | rubidium | |
of a dedicated server from the command line. | |||
2007-01-03 | (svn r7801) -Feature: add command line option to prevent saving of highscore ↵ | rubidium | |
and configuration on exit and a console command to manually initiate a configuration save (Aloysha). | |||
2007-01-03 | (svn r7800) -Fix (r7787): Remove Czech strings with .news or .subs case. | peter1138 | |
2007-01-03 | (svn r7797) -Codechange: Replace static _sprite_ptr and associated arrays ↵ | peter1138 | |
with dynamic array to allow variable number of sprites. This does not change the sprite limit. |