Commit Graph

5626 Commits

Author SHA1 Message Date
peter1138 fa4d49f838 (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). 2007-01-04 19:24:42 +00:00
rubidium 85d1768b34 (svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have to set _network_available only once. 2007-01-04 19:12:45 +00:00
rubidium 627ebe8430 (svn r7829) -Codechange: move the network (core) initialization/shutdown functions into network/core, so the can be reused in the masterserver_updater. 2007-01-04 18:50:40 +00:00
miham c231b1fa9a (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)
2007-01-04 18:30:28 +00:00
rubidium ae9750e69b (svn r7825) -Codechange: make NetworkUDPClose close a single UDP socket. Use NetworkUDPStop to close all opened udp sockets (those were called NetworkUDPClose). 2007-01-04 18:10:40 +00:00
Darkvater 2fda7e6c10 (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.
2007-01-04 17:23:55 +00:00
rubidium 6851608c00 (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. 2007-01-04 15:42:09 +00:00
miham 90f546e87e (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)
2007-01-04 06:57:49 +00:00
rubidium 6edd50e722 (svn r7818) -Fix (r7751): wrote some data to the wrong network packet. 2007-01-04 02:18:04 +00:00
Darkvater f0705977b3 (svn r7817) -Fix (r7573): Bridge merge broke building canals at level 0. 2007-01-04 01:10:39 +00:00
rubidium 825eb245c4 (svn r7813) -Fix (r7799): it is $with_zlib, not $zlib. 2007-01-03 23:55:37 +00:00
glx 1987b32a8d (svn r7812) -Fix: rail station build window was not correctly updated after station_spread change 2007-01-03 23:53:23 +00:00
KUDr db02336ef1 (svn r7810) -Fix: FS#504 Building airport whose size exceeds max station spread-out caused assert. (Zuu) 2007-01-03 22:55:53 +00:00
glx 9930b9890f (svn r7809) -Fix: convert \r to \n before parsing files with awk in projects/generate so it works using mingw/msys 2007-01-03 22:24:36 +00:00
miham ac410d6f65 (svn r7807) [Translations] Fix: r7806. Forgot to generate project files to include lithuanian 2007-01-03 20:49:08 +00:00
miham d55282cc92 (svn r7806) [Translations] Lithuanian is no longer unfinished, thanks for the current translators! Good work, keep it up! 2007-01-03 20:44:59 +00:00
miham 0b52996e2d (svn r7803) WebTranslator2 update to 2007-01-03 19:37:39
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 18:41:20 +00:00
rubidium 8080f6a159 (svn r7802) -Feature: make it possible to override the bind address and port of a dedicated server from the command line. 2007-01-03 18:29:15 +00:00
rubidium 2676142ca9 (svn r7801) -Feature: add command line option to prevent saving of highscore and configuration on exit and a console command to manually initiate a configuration save (Aloysha). 2007-01-03 18:06:50 +00:00
peter1138 dd048e8c31 (svn r7800) -Fix (r7787): Remove Czech strings with .news or .subs case. 2007-01-03 17:47:34 +00:00
rubidium 98be57246e (svn r7799) -Fix (r7759): gracefully handle cases where the directory libz.a is in is given via --with-libz. 2007-01-03 16:36:36 +00:00
peter1138 346a0df0b7 (svn r7797) -Codechange: Replace static _sprite_ptr and associated arrays with dynamic array to allow variable number of sprites. This does not change the sprite limit. 2007-01-03 14:42:08 +00:00
rubidium 21a1aa7c2c (svn r7796) -Fix (r7759): cygwin does not need to rewrite the paths for strgen.
-Fix (r7759): supply the correct flags to cygwin to make it compile.

Note: cygwin itself is 'broken'. Known issues with cygwin are:
 - bash does not work when including files that have dos line ending (\r\n).
   This causes the strange errors in config.lib. The solution is running:
     dos2unix config.lib
 - the windows-native svn does not work (though it previously did). The
   solution for this is to install the cygwin svn.
 - libfreetype2's freetype-config --cflags does not have ft2build.h in the
   path include search path. The workaround for this is to copy 
   /usr/include/ft2build.h to /usr/include/freetype2/. Also linking does 
   not work for static builds as freetype-config does not support that.
   You have to add the '--disable-static' flag when running './configure'.
 - libpng12 does not work with static building either. You have to add
   the '--disable-static' flag when running './configure' too.
2007-01-03 13:55:25 +00:00
peter1138 8cb56a9af6 (svn r7795) -Codechange: [NewGRF] When safety checking, allow an Action E that force activates the GRF. Unfortunately this requires knowing the GRF ID in advance (before the Action 8) so the static GRFs are now scanned twice on start up, once for the GRF ID, and then for the safety check. (This fix allows unifont.grf to be used.) 2007-01-03 11:33:54 +00:00
peter1138 789b76d36b (svn r7794) -Cleanup: Remove obsolete, never-used landscape rotation code. And spell obsolete correctly. 2007-01-03 09:45:07 +00:00
peter1138 8e625b8b42 (svn r7793) -Cleanup: Remove obsolute, never-used old spritecache LRU code 2007-01-03 09:32:01 +00:00
rubidium 0d5b861b48 (svn r7788) -Fix (r7759): do not stop compiling languages when one language fails to compile. 2007-01-03 08:20:25 +00:00
miham 38252d04b9 (svn r7787) WebTranslator2 update to 2007-01-03 07:49:50
czech      - 2 changed by joeprusa (2)
danish     - 80 changed by MiR (80)
esperanto  - 1 fixed, 3 changed by LaPingvino (4)
estonian   - 54 changed by kristjans (54)
japanese   - 177 fixed, 65 changed by ickoonite (242)
lithuanian - 57 changed by Domas (57)
slovenian  - 38 fixed, 262 changed by Necrolyte (300)
2007-01-03 06:50:31 +00:00
rubidium f337aa1d58 (svn r7782) -Fix (r7779): do really check whether there are files to copy in the directories, not just test whether the directories exist. 2007-01-03 00:02:18 +00:00
truelight b559f1a376 (svn r7780) [Configure] -Fix: strip before copy, not copy before strip 2007-01-02 23:19:52 +00:00
glx fcf444555f (svn r7779) [Configure] -Fix: simplify scenario and scenario/heightmaps dir existance check 2007-01-02 23:14:39 +00:00
truelight 9dfec8b72b (svn r7778) -Fix (r7777): intel -> Intel 2007-01-02 22:52:46 +00:00
truelight 83c136ed51 (svn r7777) [Configure] -Fix: call intel builds on OSX universal compiles intel, not i386 (that is just silly) 2007-01-02 22:45:20 +00:00
truelight c843412313 (svn r7776) [Configure] -Fix: no need to show LIPO actions, use $(Q) 2007-01-02 22:29:26 +00:00
rubidium 71a0357ee0 (svn r7775) -Fix (r7759): make ./configure --help lines at most 80 characters 2007-01-02 22:28:15 +00:00
rubidium 3a7e1b7eb4 (svn r7774) -Fix (r7759): remove the left-over strgen directory. 2007-01-02 22:17:38 +00:00
Darkvater fe7c0a5a0b (svn r7773) -(r7759) Update MSVC documentation for (mainly) VS2003 users (needs special human intervention to work because MS decided to use some completely braindead user-datafile that you can't edit outside the development environment) 2007-01-02 21:58:51 +00:00
Darkvater 84ddb87726 (svn r7772) -Fix (r7759): [win32] Paths to icon files were wrong. 2007-01-02 21:48:33 +00:00
bjarni 116913293a (svn r7771) -Fix: [OSX] make bundle no longer copies docs/OSX_why_multiple_applications.txt, since we no longer got that outdated file 2007-01-02 21:37:23 +00:00
truelight 35d6566d3c (svn r7770) [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost) 2007-01-02 21:31:39 +00:00
rubidium 566f437bfa (svn r7769) -Fix (r7759): the strgen -t flag (todo) was set when it shouldn't be set and vice-versa. 2007-01-02 21:30:33 +00:00
rubidium 6e4f855993 (svn r7768) -Fix (r7765): use $(MAKE) instead of make in the debian rules. 2007-01-02 21:29:11 +00:00
bjarni e13f5c19c1 (svn r7767) -Fix r7751: [OSX] nameclash in includes. ALIGN was defined in both a library and macros.h
we undefines the library one since we don't need that one anyway
2007-01-02 21:27:28 +00:00
bjarni 25e03150a6 (svn r7766) -Fix: [OSX] removed incorrect debug message about corrupted/missing grf files
The md5 code now looks in the secundary data dir as well
  Note: OSX builds can still give the incorrect message: dbg: [sl] Cannot open savegame 'data/opntitle.dat' for saving/loading.
2007-01-02 20:39:07 +00:00
rubidium 8b67672080 (svn r7765) -Fix (r7759): forgot to update the os/debian files. 2007-01-02 20:35:16 +00:00
truelight c906cf8e22 (svn r7764) [Configure] -Fix: a forced direct-music is as valid as an autodetected 2007-01-02 20:28:54 +00:00
truelight 3792865a48 (svn r7763) [Configure] -Fix: all -z tests were protected with "", but of course we forgot one...... :( 2007-01-02 20:26:48 +00:00
truelight 7437ae1a08 (svn r7762) [Configure] -Fix: .rc files were not ignored in old DEP system 2007-01-02 20:19:25 +00:00
truelight ad53fe0d75 (svn r7761) [Configure] -Fix: a != should be a =, gave funny warnings with dedicated and network enabled 2007-01-02 20:06:44 +00:00
peter1138 6b82f1dc06 (svn r7760) -Codechange: Debug messages for newgrf showed the starting sprite, not the current sprite index. Also only output the debug message during activation, when sprites are loaded. 2007-01-02 20:00:10 +00:00