Commit Graph

5665 Commits (e257f0e36c88f6c9437db1d36896ec29766db8f2)
 

Author SHA1 Message Date
Darkvater 3fce857f1c (svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et. 18 years ago
Darkvater b207d3f3eb (svn r7969) *whistle* 20067 has not yet come to pass; it's 2007 (I think my search&replace broke) 18 years ago
Darkvater a115bd8e92 (svn r7968) -Update copyright/etc information to 2007 18 years ago
Darkvater 786c8496ec (svn r7966) -Fix (r7936): Eh AxisToTrack returns Track not Axis, thanks KUDr 18 years ago
truelight a9740d850e (svn r7961) [Configure] -Fix: "" in config params didn't survive --reconfig. They should now. 18 years ago
truelight b1aea88bf0 (svn r7959) [Configure] -Fix: OS2-gcc needs to get stripping via gcc, because it needs to be feed to emxbind at link-time.
emxbind changes 'emx a.out' format to 'LX for OS/2 (MS-DOS)'. After this, all gcc and binutils tools for emx can no longer read the binary.
  Therefor emxbind needs to do the stripping while converting it. Logic, aint it? :)
18 years ago
tron a259d64141 (svn r7942) Trim another 192 lines from the configure monster 18 years ago
tron b67525dbb4 (svn r7941) Unbreak linking: FreeBSD is not Linux either 18 years ago
tron fb6acfad38 (svn r7940) Add an empty line instead of overwriting the just written file 18 years ago
tron 9ad0d4cf1a (svn r7939) Fix useless use of cat 18 years ago
Darkvater 0a44c03edd (svn r7936) -Fix (r4987, old-rev): Only update the signals and YAPF cache on a DC_EXEC action for bridge-building 18 years ago
Darkvater 9961e309ea (svn r7934) -Cleanup: [win32] Remove unused and totally useless files. 18 years ago
rubidium acdeae8cc8 (svn r7932) -Fix (r7931): committed a few files too much :( (the ones I used to test the new masterserver) 18 years ago
rubidium 2a596e09f1 (svn r7931) -Fix (r7759): multiple (different) -O flags made compilations with the wrong optimisations. 18 years ago
Darkvater de11447d08 (svn r7930) -Fix: [FS#520] Wrong GRF flag set for gradual loading (mart3p) 18 years ago
glx 44eaf0823c (svn r7922) -Fix: bad escaping in CFLAGS 18 years ago
miham ac8c0970df (svn r7905) WebTranslator2 update to 2007-01-06 15:28:31
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)
18 years ago
peter1138 68de4efccf (svn r7901) -Codechange: Remove some misplaced externs and use extern, not VARDEF, in the place they should be... 18 years ago
miham 3695b19744 (svn r7896) WebTranslator2 update to 2007-01-06 08:24:52
italian    - 211 changed by sidew (211)
lithuanian - 66 changed by Domas (66)
slovenian  - 131 fixed by ThePianoGuy (31), Necrolyte (100)
18 years ago
rubidium 3f3af614a4 (svn r7888) -Change: add documentation about the 'on-the-wire' structure of the network game information request and reply packets. 18 years ago
bjarni 1082ab40fa (svn r7887) -Fix: [OSX] Endian32_Swap should always return a uint32, not a 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)
18 years ago
bjarni fd24669dee (svn r7886) -Fix: [OSX] control+enter will no longer toggle fullscreen as it collided with other hotkeys (pv2b)
People should use command+enter as it was originally intended (this key combo also worked before this commit)
18 years ago
miham 566288adf0 (svn r7884) WebTranslator2 update to 2007-01-05 19:28:08
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)
18 years ago
tron 5753807d72 (svn r7883) It's spelled 'automatically' 18 years ago
truelight 82efaa7469 (svn r7882) -Fix: OS2 is defined as UNIX too, but not for networking 18 years ago
truelight 73f40b9f6c (svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2 18 years ago
tron 63d1be8fec (svn r7880) Simplify regular expressions and fix that exactly OS2 is matched, not any string beginning with OS2 18 years ago
tron 8e4a1faf10 (svn r7878) Remove the long gone sdl11-config (again) 18 years ago
tron 1d332a5306 (svn r7877) Improve readability and shorten the configure script by 241 lines 18 years ago
rubidium ae90eea8e4 (svn r7866) -Fix (r7759): ./configure --revision=[revision] did not work as intended. 18 years ago
peter1138 5220796d65 (svn r7864) -Codechange: Offset engines/wagons in the train details window by half the train length modifier. This stops overflowing wagons in sets that use 32px lengths. 18 years ago
Darkvater 00558b779d (svn r7861) -Fix (r7823): Crash when oldest news was deleted. First check the index for oldest news
and THEN decrease index, not the other way around.
18 years ago
miham 37abff2c47 (svn r7857) WebTranslator2 update to 2007-01-05 08:35:59
lithuanian - 2 fixed, 278 changed by Domas (280)
slovenian  - 11 fixed by Necrolyte (11)
18 years ago
rubidium 5e4c157282 (svn r7847) -Codechange: use NetworkUDPClose instead of calling closesocket directly. 18 years ago
Darkvater 6f568a4d9c (svn r7843) -Codechange (r7840): left out word 'file' making crash-text look un-english-ish. 18 years ago
Darkvater f67f5faf10 (svn r7840) -Codechange: Change the crash window a bit. Tell about Flyspray and crash.dmp. Remove
text about submitting crash report.
18 years ago
rubidium e534f747b5 (svn r7836) -Codechange: some constness for network/core. 18 years ago
rubidium 2a2020c34c (svn r7834) -Codechange: cleanup the includes of network/core a little; include headers in headers when the header needs types/constants defined in them. 18 years ago
rubidium 35b7e0a1b8 (svn r7833) -Fix (r7829): forgot to add debug.h to the includes. 18 years ago
peter1138 3d6e71de9f (svn r7831) -Codechange: [NewGRF] Do not mark as unsafe those NewGRFs that set their own parameters (via action D) and/or change only bridge sprite table layouts (action 0, property D). 18 years ago
rubidium 5e276359a4 (svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have to set _network_available only once. 18 years ago
rubidium b722317116 (svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater. 18 years ago
miham b65e178693 (svn r7828) WebTranslator2 update to 2007-01-04 19:28:37
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)
18 years ago
rubidium 72b2b15cbd (svn r7825) -Codechange: make NetworkUDPClose close a single UDP socket. Use NetworkUDPStop to close all opened udp sockets (those were called NetworkUDPClose). 18 years ago
Darkvater ffa7673aaa (svn r7823) -Fix (r7384 / r7368 / r3757 / r7388): News windows could still 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.
18 years ago
rubidium 81235fc16b (svn r7821) -Fix: be more strict about the socket from where packets arrive. 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. 18 years ago
miham bd37b23bd2 (svn r7819) WebTranslator2 update to 2007-01-04 07:57:17
japanese   - 78 fixed by ickoonite (78)
slovenian  - 26 fixed, 317 changed by Necrolyte (343)
ukrainian  - 3 fixed, 2 changed by znikoz (5)
18 years ago
rubidium 525118c7b3 (svn r7818) -Fix (r7751): wrote some data to the wrong network packet. 18 years ago
Darkvater 2ebf16e95d (svn r7817) -Fix (r7573): Bridge merge broke building canals at level 0. 18 years ago
rubidium 7bc9c3c9da (svn r7813) -Fix (r7799): it is $with_zlib, not $zlib. 18 years ago