Commit Graph

5558 Commits

Author SHA1 Message Date
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
rubidium 66bbf336c6 (svn r7759) -Merge: makefile rewrite. This merge features:
- A proper ./configure, so everything needs to be configured only once, not for every make.
 - Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies.
 - A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC.
 - Proper support for OSX universal binaries.
 - Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files.
 - Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files.

Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy.
2007-01-02 19:19:48 +00:00
peter1138 ccc0a3f4db (svn r7758) -Codechange: Change SpriteGroup pool allocation from 16 items to 512 items at a time, as with a few sets loaded there can easily be 10,000+ items in the pool. 2007-01-02 18:56:03 +00:00
Darkvater 2d2290296d (svn r7757) -Fix (r7621): x64 did not compile because query_d was too big. Reorder the elements
a bit so it fits (alignment issues).
2007-01-02 18:43:25 +00:00
miham 8017ba21f3 (svn r7756) WebTranslator2 update to 2007-01-02 19:29:06 part #2
Somehow SVN hang when I tried to commit lithuanian changes, let me try it again

lithuanian - 170 fixed, 26 changed by Domas (196)
2007-01-02 18:41:54 +00:00
miham e3511ed0e7 (svn r7754) WebTranslator2 update to 2007-01-02 19:29:06
danish     - 58 changed by MiR (58)
esperanto  - 127 fixed, 16 changed by LaPingvino (143)
estonian   - 4 changed by kristjans (4)
lithuanian - 170 fixed, 26 changed by Domas (196)
slovenian  - 603 fixed, 578 changed by ThePianoGuy (1181)
2007-01-02 18:40:08 +00:00
peter1138 c7ffef0bb0 (svn r7752) -Codechange: An off-by-one problem reduced the sprite limit by 1 whole sprite 2007-01-02 18:19:56 +00:00
rubidium ec633f3bd8 (svn r7751) -Codechange: move network_* to a new network map. Furthermore move the low level network functions to network/core, so they can be reused by the masterserver and website-serverlist-updater. 2007-01-02 17:34:03 +00:00
Darkvater 7c835423f7 (svn r7746) -Fix [WT2] Add proper svn:eol-style to unfinished languages. 2007-01-02 12:52:29 +00:00
miham 965e2c4126 (svn r7743) WebTranslator2 update to 2007-01-02 12:13:08
croatian   - 128 fixed by knovak (128)
2007-01-02 11:13:41 +00:00
miham 96f4d40281 (svn r7742) WebTranslator2 update to 2007-01-02 11:20:30
finnish    - 24 fixed, 42 changed by habazi (66)
japanese   - 1153 fixed by PouncingAnt (498), ickoonite (655)
2007-01-02 10:22:10 +00:00
miham 8afdbbef5e (svn r7738) WebTranslator2 update to 2007-01-02 08:56:21
danish     - 13 changed by ThomasA (13)
estonian   - 242 changed by kristjans (242)
german     - 1 changed by Neonox (1)
lithuanian - 1 fixed, 1 deleted, 399 changed by Domas (401)
2007-01-02 07:56:57 +00:00
rubidium 2bc292a417 (svn r7733) -Fix (r5946): do not use WP(w, querystr_d) and WP(w, def_d) for the same window. 2007-01-01 22:46:10 +00:00
miham c534b349ac (svn r7732) WebTranslator2 update to 2007-01-01 23:25:29
danish     - 26 fixed by MiR (26)
2007-01-01 22:26:01 +00:00
rubidium a542c74949 (svn r7731) -Fix (r5999): off-by-one error in the date to YMD calculation for first 4 years of a century that was not divisable by 400. 2007-01-01 22:00:54 +00:00
rubidium 67a1115408 (svn r7727) -Fix (FS#498): sometimes ALT-TAB could trigger the fast forward. 2007-01-01 19:37:53 +00:00
rubidium 2da5a339eb (svn r7726) -Fix (r7622, FS#497): segmentation fault on pressing the 'sell all airplanes'. 2007-01-01 18:54:18 +00:00
miham 00156e1094 (svn r7723) WebTranslator2 update to 2007-01-01 19:13:54
german     - 1 changed by moewe2 (1)
greek      - 63 changed by gonik (63)
slovak     - 3 fixed, 4 changed by lengyel (7)
2007-01-01 18:14:26 +00:00
miham 03a07461f2 (svn r7722) [Translations] Added new translation: traditional chinese 2007-01-01 17:06:08 +00:00