------------------------------------------------------------------------ r7803 | miham | 2007-01-03 18:41:20 +0000 (Wed, 03 Jan 2007) | 8 lines 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) ------------------------------------------------------------------------ r7802 | rubidium | 2007-01-03 18:29:15 +0000 (Wed, 03 Jan 2007) | 2 lines -Feature: make it possible to override the bind address and port of a dedicated server from the command line. ------------------------------------------------------------------------ r7801 | rubidium | 2007-01-03 18:06:50 +0000 (Wed, 03 Jan 2007) | 2 lines -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). ------------------------------------------------------------------------ r7800 | peter1138 | 2007-01-03 17:47:34 +0000 (Wed, 03 Jan 2007) | 2 lines -Fix (r7787): Remove Czech strings with .news or .subs case. ------------------------------------------------------------------------ r7799 | rubidium | 2007-01-03 16:36:36 +0000 (Wed, 03 Jan 2007) | 2 lines -Fix (r7759): gracefully handle cases where the directory libz.a is in is given via --with-libz. ------------------------------------------------------------------------ r7797 | peter1138 | 2007-01-03 14:42:08 +0000 (Wed, 03 Jan 2007) | 2 lines -Codechange: Replace static _sprite_ptr and associated arrays with dynamic array to allow variable number of sprites. This does not change the sprite limit. ------------------------------------------------------------------------ r7796 | rubidium | 2007-01-03 13:55:25 +0000 (Wed, 03 Jan 2007) | 17 lines -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. ------------------------------------------------------------------------ r7795 | peter1138 | 2007-01-03 11:33:54 +0000 (Wed, 03 Jan 2007) | 2 lines -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.) ------------------------------------------------------------------------ r7794 | peter1138 | 2007-01-03 09:45:07 +0000 (Wed, 03 Jan 2007) | 2 lines -Cleanup: Remove obsolete, never-used landscape rotation code. And spell obsolete correctly. ------------------------------------------------------------------------ r7793 | peter1138 | 2007-01-03 09:32:01 +0000 (Wed, 03 Jan 2007) | 2 lines -Cleanup: Remove obsolute, never-used old spritecache LRU code ------------------------------------------------------------------------ r7788 | rubidium | 2007-01-03 08:20:25 +0000 (Wed, 03 Jan 2007) | 2 lines -Fix (r7759): do not stop compiling languages when one language fails to compile. ------------------------------------------------------------------------ r7787 | miham | 2007-01-03 06:50:31 +0000 (Wed, 03 Jan 2007) | 9 lines 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) ------------------------------------------------------------------------ r7782 | rubidium | 2007-01-03 00:02:18 +0000 (Wed, 03 Jan 2007) | 2 lines -Fix (r7779): do really check whether there are files to copy in the directories, not just test whether the directories exist. ------------------------------------------------------------------------ r7780 | truelight | 2007-01-02 23:19:52 +0000 (Tue, 02 Jan 2007) | 2 lines [Configure] -Fix: strip before copy, not copy before strip ------------------------------------------------------------------------ r7779 | glx | 2007-01-02 23:14:39 +0000 (Tue, 02 Jan 2007) | 1 line [Configure] -Fix: simplify scenario and scenario/heightmaps dir existance check ------------------------------------------------------------------------ r7778 | truelight | 2007-01-02 22:52:46 +0000 (Tue, 02 Jan 2007) | 2 lines -Fix (r7777): intel -> Intel ------------------------------------------------------------------------ r7777 | truelight | 2007-01-02 22:45:20 +0000 (Tue, 02 Jan 2007) | 2 lines [Configure] -Fix: call intel builds on OSX universal compiles intel, not i386 (that is just silly) ------------------------------------------------------------------------ r7776 | truelight | 2007-01-02 22:29:26 +0000 (Tue, 02 Jan 2007) | 2 lines [Configure] -Fix: no need to show LIPO actions, use $(Q) ------------------------------------------------------------------------ r7775 | rubidium | 2007-01-02 22:28:15 +0000 (Tue, 02 Jan 2007) | 2 lines -Fix (r7759): make ./configure --help lines at most 80 characters ------------------------------------------------------------------------ r7774 | rubidium | 2007-01-02 22:17:38 +0000 (Tue, 02 Jan 2007) | 2 lines -Fix (r7759): remove the left-over strgen directory. ------------------------------------------------------------------------ r7773 | Darkvater | 2007-01-02 21:58:51 +0000 (Tue, 02 Jan 2007) | 1 line -(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) ------------------------------------------------------------------------ r7772 | Darkvater | 2007-01-02 21:48:33 +0000 (Tue, 02 Jan 2007) | 1 line -Fix (r7759): [win32] Paths to icon files were wrong. ------------------------------------------------------------------------ r7771 | bjarni | 2007-01-02 21:37:23 +0000 (Tue, 02 Jan 2007) | 1 line -Fix: [OSX] make bundle no longer copies docs/OSX_why_multiple_applications.txt, since we no longer got that outdated file ------------------------------------------------------------------------ r7770 | truelight | 2007-01-02 21:31:39 +0000 (Tue, 02 Jan 2007) | 2 lines [Configure] -Fix: the "" and \ via ./configure wasn't passed on correctly (and therefor it was lost) ------------------------------------------------------------------------ r7769 | rubidium | 2007-01-02 21:30:33 +0000 (Tue, 02 Jan 2007) | 2 lines -Fix (r7759): the strgen -t flag (todo) was set when it shouldn't be set and vice-versa. ------------------------------------------------------------------------ r7768 | rubidium | 2007-01-02 21:29:11 +0000 (Tue, 02 Jan 2007) | 2 lines -Fix (r7765): use $(MAKE) instead of make in the debian rules. ------------------------------------------------------------------------ r7767 | bjarni | 2007-01-02 21:27:28 +0000 (Tue, 02 Jan 2007) | 3 lines -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 ------------------------------------------------------------------------ r7766 | bjarni | 2007-01-02 20:39:07 +0000 (Tue, 02 Jan 2007) | 4 lines -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. ------------------------------------------------------------------------ r7765 | rubidium | 2007-01-02 20:35:16 +0000 (Tue, 02 Jan 2007) | 2 lines -Fix (r7759): forgot to update the os/debian files. ------------------------------------------------------------------------ r7764 | truelight | 2007-01-02 20:28:54 +0000 (Tue, 02 Jan 2007) | 2 lines [Configure] -Fix: a forced direct-music is as valid as an autodetected ------------------------------------------------------------------------ r7763 | truelight | 2007-01-02 20:26:48 +0000 (Tue, 02 Jan 2007) | 2 lines [Configure] -Fix: all -z tests were protected with "", but of course we forgot one...... :( ------------------------------------------------------------------------ r7762 | truelight | 2007-01-02 20:19:25 +0000 (Tue, 02 Jan 2007) | 2 lines [Configure] -Fix: .rc files were not ignored in old DEP system ------------------------------------------------------------------------ r7761 | truelight | 2007-01-02 20:06:44 +0000 (Tue, 02 Jan 2007) | 2 lines [Configure] -Fix: a != should be a =, gave funny warnings with dedicated and network enabled ------------------------------------------------------------------------ r7760 | peter1138 | 2007-01-02 20:00:10 +0000 (Tue, 02 Jan 2007) | 2 lines -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. ------------------------------------------------------------------------ r7759 | rubidium | 2007-01-02 19:19:48 +0000 (Tue, 02 Jan 2007) | 10 lines -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. ------------------------------------------------------------------------ r7758 | peter1138 | 2007-01-02 18:56:03 +0000 (Tue, 02 Jan 2007) | 2 lines -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. ------------------------------------------------------------------------ r7757 | Darkvater | 2007-01-02 18:43:25 +0000 (Tue, 02 Jan 2007) | 2 lines -Fix (r7621): x64 did not compile because query_d was too big. Reorder the elements a bit so it fits (alignment issues). ------------------------------------------------------------------------ r7756 | miham | 2007-01-02 18:41:54 +0000 (Tue, 02 Jan 2007) | 5 lines 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) ------------------------------------------------------------------------ r7754 | miham | 2007-01-02 18:40:08 +0000 (Tue, 02 Jan 2007) | 7 lines 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) ------------------------------------------------------------------------ r7752 | peter1138 | 2007-01-02 18:19:56 +0000 (Tue, 02 Jan 2007) | 2 lines -Codechange: An off-by-one problem reduced the sprite limit by 1 whole sprite ------------------------------------------------------------------------ r7751 | rubidium | 2007-01-02 17:34:03 +0000 (Tue, 02 Jan 2007) | 2 lines -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. ------------------------------------------------------------------------ r7746 | Darkvater | 2007-01-02 12:52:29 +0000 (Tue, 02 Jan 2007) | 1 line -Fix [WT2] Add proper svn:eol-style to unfinished languages. ------------------------------------------------------------------------ r7743 | miham | 2007-01-02 11:13:41 +0000 (Tue, 02 Jan 2007) | 3 lines WebTranslator2 update to 2007-01-02 12:13:08 croatian - 128 fixed by knovak (128) ------------------------------------------------------------------------ r7742 | miham | 2007-01-02 10:22:10 +0000 (Tue, 02 Jan 2007) | 4 lines 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) ------------------------------------------------------------------------ r7738 | miham | 2007-01-02 07:56:57 +0000 (Tue, 02 Jan 2007) | 6 lines 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) ------------------------------------------------------------------------ r7733 | rubidium | 2007-01-01 22:46:10 +0000 (Mon, 01 Jan 2007) | 2 lines -Fix (r5946): do not use WP(w, querystr_d) and WP(w, def_d) for the same window. ------------------------------------------------------------------------ r7732 | miham | 2007-01-01 22:26:01 +0000 (Mon, 01 Jan 2007) | 3 lines WebTranslator2 update to 2007-01-01 23:25:29 danish - 26 fixed by MiR (26) ------------------------------------------------------------------------ r7731 | rubidium | 2007-01-01 22:00:54 +0000 (Mon, 01 Jan 2007) | 2 lines -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. ------------------------------------------------------------------------ r7727 | rubidium | 2007-01-01 19:37:53 +0000 (Mon, 01 Jan 2007) | 2 lines -Fix (FS#498): sometimes ALT-TAB could trigger the fast forward. ------------------------------------------------------------------------ r7726 | rubidium | 2007-01-01 18:54:18 +0000 (Mon, 01 Jan 2007) | 2 lines -Fix (r7622, FS#497): segmentation fault on pressing the 'sell all airplanes'. ------------------------------------------------------------------------ r7723 | miham | 2007-01-01 18:14:26 +0000 (Mon, 01 Jan 2007) | 5 lines 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) ------------------------------------------------------------------------ r7722 | miham | 2007-01-01 17:06:08 +0000 (Mon, 01 Jan 2007) | 1 line [Translations] Added new translation: traditional chinese ------------------------------------------------------------------------ r7718 | peter1138 | 2007-01-01 15:04:35 +0000 (Mon, 01 Jan 2007) | 5 lines -Fix (runknown): When pathfinding onto a bridge or tunnel end from previous tile (but not warping from the opposite end) check the enter direction. This fixes signal setting if a rail ends on the top of a tunnel end. ------------------------------------------------------------------------ r7717 | peter1138 | 2007-01-01 14:58:27 +0000 (Mon, 01 Jan 2007) | 3 lines -Fix (runknown): When following path for signals, don't skip back to the previous tile, as for tunnels & bridge ends the entering direction is wrong. ------------------------------------------------------------------------ r7716 | peter1138 | 2007-01-01 14:53:57 +0000 (Mon, 01 Jan 2007) | 2 lines -Revert r7620: Changes introduced more problems than they fixed (and a goto?) ------------------------------------------------------------------------ r7715 | miham | 2007-01-01 13:25:21 +0000 (Mon, 01 Jan 2007) | 4 lines WebTranslator2 update to 2007-01-01 14:24:49 estonian - 1 deleted, 5 changed by kristjans (6) turkish - 1 changed by jnmbk (1) ------------------------------------------------------------------------ r7713 | miham | 2007-01-01 04:20:13 +0000 (Mon, 01 Jan 2007) | 4 lines WebTranslator2 update to 2007-01-01 05:19:34 estonian - 2 changed by kristjans (2) turkish - 10 changed by jnmbk (10) ------------------------------------------------------------------------ r7711 | peter1138 | 2007-01-01 01:40:56 +0000 (Mon, 01 Jan 2007) | 3 lines -Fix (r7354): NewGRF Action 7, GRF check condition 10 didn't ignore unknown GRF IDs. Also separate GRF ID conditions from parameter conditions to remove code duplication in GRF checking code. ------------------------------------------------------------------------ r7707 | miham | 2006-12-31 21:02:44 +0000 (Sun, 31 Dec 2006) | 4 lines WebTranslator2 update to 2006-12-31 22:02:12 estonian - 1 fixed, 27 deleted, 2 changed by kristjans (30) portuguese - 1 changed by nars (1) ------------------------------------------------------------------------ r7706 | miham | 2006-12-31 18:55:17 +0000 (Sun, 31 Dec 2006) | 3 lines WebTranslator2 update to 2006-12-31 19:54:47 catalan - 3 fixed by arnaullv (3) ------------------------------------------------------------------------ r7704 | miham | 2006-12-31 17:56:59 +0000 (Sun, 31 Dec 2006) | 4 lines WebTranslator2 update to 2006-12-31 18:56:27 estonian - 9 fixed, 10 deleted, 1 changed by kristjans (20) swedish - 5 changed by ChrillDeVille (5) ------------------------------------------------------------------------ r7701 | miham | 2006-12-31 14:42:49 +0000 (Sun, 31 Dec 2006) | 3 lines WebTranslator2 update to 2006-12-31 15:42:20 esperanto - 96 fixed by LaPingvino (96) ------------------------------------------------------------------------ r7700 | rubidium | 2006-12-31 14:34:26 +0000 (Sun, 31 Dec 2006) | 2 lines -Fix (r7182): the caret 'randomly' jumped back and forth when getting a new randomised seed in the Generation World GUI. ------------------------------------------------------------------------ r7699 | miham | 2006-12-31 14:11:06 +0000 (Sun, 31 Dec 2006) | 4 lines WebTranslator2 update to 2006-12-31 15:10:33 galician - 36 fixed by Condex (36) german - 4 fixed by chu (4) ------------------------------------------------------------------------ r7698 | rubidium | 2006-12-31 13:24:44 +0000 (Sun, 31 Dec 2006) | 2 lines -Fix (r7573): towns did not grow beyond bridges. ------------------------------------------------------------------------ r7696 | miham | 2006-12-31 11:42:56 +0000 (Sun, 31 Dec 2006) | 9 lines WebTranslator2 update to 2006-12-31 12:41:03 bulgarian - 5 fixed by groupsky (5) dutch - 3 fixed by habell (3) estonian - 31 fixed, 28 deleted, 26 changed by kristjans (85) french - 9 changed by glx (9) polish - 1 fixed by meush (1) romanian - 6 fixed by kneekoo (6) swedish - 4 fixed by daishan (4) ------------------------------------------------------------------------ r7695 | Darkvater | 2006-12-31 11:36:11 +0000 (Sun, 31 Dec 2006) | 1 line - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et. ------------------------------------------------------------------------ r7693 | Darkvater | 2006-12-31 11:25:06 +0000 (Sun, 31 Dec 2006) | 1 line -Codechange (r7540): print a newline after the summary (strgen). ------------------------------------------------------------------------ r7692 | Darkvater | 2006-12-31 11:12:49 +0000 (Sun, 31 Dec 2006) | 1 line -Fix: OpenTTD didn't compile without network enabled (newgrf sync code) ------------------------------------------------------------------------ r7689 | miham | 2006-12-31 10:30:37 +0000 (Sun, 31 Dec 2006) | 1 line [Translations] Translator manually handcrafted the czech translation to have proper accents ------------------------------------------------------------------------ r7658 | miham | 2006-12-30 22:33:05 +0000 (Sat, 30 Dec 2006) | 4 lines WebTranslator2 update to 2006-12-30 23:32:34 french - 1 fixed by glx (1) hungarian - 3 fixed by miham (3) ------------------------------------------------------------------------ r7657 | rubidium | 2006-12-30 21:41:15 +0000 (Sat, 30 Dec 2006) | 2 lines -Fix (r6291): 'Goto Depot' did not work for helicopters going to an airport without depot (mart3p). ------------------------------------------------------------------------ r7654 | miham | 2006-12-30 18:21:33 +0000 (Sat, 30 Dec 2006) | 12 lines WebTranslator2 update to 2006-12-30 19:20:49 american - 1 fixed by WhiteRabbit (1) bulgarian - 5 fixed by kokobongo (5) estonian - 3 fixed, 2 deleted, 95 changed by kristjans (100) italian - 1 fixed by sidew (1) norwegian - 3 fixed by oletk (3) polish - 2 fixed, 2 changed by meush (4) portuguese - 1 fixed by izhirahider (1) russian - 1 fixed by HMage (1) spanish - 3 fixed by eusebio (3) turkish - 3 fixed by jnmbk (3) ------------------------------------------------------------------------ r7642 | rubidium | 2006-12-30 11:57:52 +0000 (Sat, 30 Dec 2006) | 2 lines -Codechange: unify all the different locations where the animation state is stored into a single location. ------------------------------------------------------------------------ r7641 | rubidium | 2006-12-30 11:51:37 +0000 (Sat, 30 Dec 2006) | 2 lines -Codechange: remove the last direct map accesses from industry_cmd. ------------------------------------------------------------------------ r7640 | rubidium | 2006-12-30 11:41:54 +0000 (Sat, 30 Dec 2006) | 4 lines -Codechange: move a table from industry_cmd.c to table/industry_land -Codechange: add a reference to the industry GFX enum and some comments to the tables -Codechange: remove some magic numbers ------------------------------------------------------------------------ r7639 | bjarni | 2006-12-30 11:28:26 +0000 (Sat, 30 Dec 2006) | 2 lines -Fix: FS#487 Changed music/qtmidi.c to not use functions deprecated by Apple (pvz) ------------------------------------------------------------------------ r7638 | Darkvater | 2006-12-30 01:52:09 +0000 (Sat, 30 Dec 2006) | 8 lines -Codechange: Remove special window ShowJoinStatusWindowAfterJoin and shuffle around some code for SetupColorsAndInitialWindow. Because we know that after a successful load all windows are removed we can setup default windows in this function, and show ShowJoinStatusWindow in PACKET_SERVER_MAP. -Setup the global _network_join_status for ShowJoinStatusWindow in the only two places where the function is called, instead of inside it. -Turn the join status window into a modal window of the network window so it stays on top. ------------------------------------------------------------------------ r7637 | Darkvater | 2006-12-30 01:17:53 +0000 (Sat, 30 Dec 2006) | 3 lines -Codechange: Change ShowQueryString to use a window pointer as a parent. If the query has no parent (eg give money, rename waypoint), the global function HandleOnEditText is used. ------------------------------------------------------------------------ r7636 | Darkvater | 2006-12-30 01:14:00 +0000 (Sat, 30 Dec 2006) | 2 lines -Cleanup: Remove unused window classes (sorry WC-mess) and use sizeof(array) instead of X * sizeof(array[0]) ------------------------------------------------------------------------ r7635 | Darkvater | 2006-12-30 01:08:12 +0000 (Sat, 30 Dec 2006) | 4 lines -Fix (r7618, r7621): Guard against recursive deletion. It is possible that when a parent window is deleted it deletes its child (always) and in turn, through some code the child initiates the deletion of the parent which, if not guarded against, deletes the child and so on... ------------------------------------------------------------------------ r7632 | rubidium | 2006-12-30 00:46:48 +0000 (Sat, 30 Dec 2006) | 3 lines -Codechange: several small code cleanups of texteff, like moving magic values and defines to an enum and fix coding/documentation style. -Codechange: make DeleteAnimatedTile a little clearer (pv2b). ------------------------------------------------------------------------ r7631 | rubidium | 2006-12-30 00:22:03 +0000 (Sat, 30 Dec 2006) | 2 lines -Fix (r1): some pointer arithmetic gave the number of entries instead of the number of bytes to move when removing the animated state from a tile. This caused desyncs between Little and Big Endian machines. Thanks to pv2b for helping me in locating the bug and to Darkvater for figuring out that the arithmetic returned the number of entries instead of bytes. ------------------------------------------------------------------------ r7630 | Darkvater | 2006-12-30 00:06:00 +0000 (Sat, 30 Dec 2006) | 4 lines -Fix: At the end of the quarter the old economy numbers were shifted up, and the current economy numbers were moved to economy[0]. This was done in one memmove which worked because old_economy was behind cur_economy in the struct. Do not rely on this functionality... ------------------------------------------------------------------------ r7629 | rubidium | 2006-12-29 23:43:07 +0000 (Fri, 29 Dec 2006) | 2 lines -Fix: the CLI parameter for joining a network game is "-n ip:port#player", not "-n ip#player:port" as the help text suggests. ------------------------------------------------------------------------ r7628 | KUDr | 2006-12-29 23:06:00 +0000 (Fri, 29 Dec 2006) | 1 line -Fix: [YAPF] suppress 'Train is lost' message if pathfinding ended on the first two-way red signal due to yapf.rail_firstred_twoway_eol option. ------------------------------------------------------------------------ r7626 | bjarni | 2006-12-29 21:46:21 +0000 (Fri, 29 Dec 2006) | 3 lines -Fix r7600: [OSX] building release dmg files no longer includes console.txt, since we don't have that file anymore (this made dmg building fail) -Cleanup: [OSX] removed the link files since they aren't needed and broken anyway ------------------------------------------------------------------------ r7625 | matthijs | 2006-12-29 21:30:31 +0000 (Fri, 29 Dec 2006) | 2 lines * Change debian packaging version to support proper upgrading from/to release versions. ------------------------------------------------------------------------ r7624 | matthijs | 2006-12-29 21:26:32 +0000 (Fri, 29 Dec 2006) | 2 lines -Fix (FS#470): Also install openttd.32.bmp on make install, used as window icon by SDL (to be ported to 0.5). ------------------------------------------------------------------------ r7623 | KUDr | 2006-12-29 18:40:02 +0000 (Fri, 29 Dec 2006) | 1 line - Fix: [YAPF] trains/roadvehs trying to enter the bridge ramp from under bridge rail/road (introduced by bridge merge r7573) ------------------------------------------------------------------------ r7622 | Darkvater | 2006-12-29 17:56:34 +0000 (Fri, 29 Dec 2006) | 2 lines -Codechange: Convert some more windows to ShowQuery. This includes the depot sell-all popup, quit/abandon game. The language files committed in r7619 go with this. ------------------------------------------------------------------------ r7621 | Darkvater | 2006-12-29 17:54:47 +0000 (Fri, 29 Dec 2006) | 4 lines -Codechange: Rework ShowQuery into a general modal popup window. It gets passed a parent pointer which will be blocked as long as the popup is open. This applies to newgrf-apply, heightmap warning, genworld progress. ------------------------------------------------------------------------ r7620 | KUDr | 2006-12-29 17:51:16 +0000 (Fri, 29 Dec 2006) | 5 lines -Fix: [OPF] signal update was incorrectly propagated: - through incompatible rail types - from under bridge track to the bridge ramp (peter1138) - same for tunnels (from track on top of tunnel entry to the tunnel) ------------------------------------------------------------------------ r7619 | Darkvater | 2006-12-29 17:16:12 +0000 (Fri, 29 Dec 2006) | 2 lines -Feature (Internal): Add support for modal children. It's a window-child that will block activity for the parent window until the modal popup is dismissed. ------------------------------------------------------------------------ r7618 | Darkvater | 2006-12-29 17:07:41 +0000 (Fri, 29 Dec 2006) | 3 lines -Feature: Add support for a parent<>child relationship in Window terms. A child is a window whose parent pointer is non-null. Deleting the parent cascades deleting the children as well; children first. ------------------------------------------------------------------------ r7617 | rubidium | 2006-12-29 16:40:22 +0000 (Fri, 29 Dec 2006) | 2 lines -Fix (7609): GetTrackBits only works (as intended) for plain rail tiles, so get the trackbits if it is certain it is a plain rail tile. Noticed by Tron. ------------------------------------------------------------------------ r7616 | Darkvater | 2006-12-29 13:59:48 +0000 (Fri, 29 Dec 2006) | 9 lines -Cleanup: -(re)set _rename_[id/what] to -1 to catch invalid calls (main_gui.c) -Only invalidate widget of pause/ff instead of whole window (main_gui.c) -Remove numbering from WE_ and WC_ as it's not needed, also remove non-existing windowclasses (window.h, openttd.h) -Give names to some of the enums (window.h) -In UninitWindowSystem not only free malloc'd widgets, but also reset the z-array (window.c) -Some coding style, comments, etc. ------------------------------------------------------------------------ r7611 | miham | 2006-12-29 11:28:39 +0000 (Fri, 29 Dec 2006) | 5 lines WebTranslator2 update to 2006-12-29 12:28:05 american - 2 fixed by WhiteRabbit (2) french - 2 fixed by glx (2) portuguese - 2 fixed by izhirahider (2) ------------------------------------------------------------------------ r7609 | rubidium | 2006-12-29 10:16:36 +0000 (Fri, 29 Dec 2006) | 2 lines -Codechange: remove some direct map accesses to m5 and some unneeded signal removal code in ClearTileTrack as it is done in CmdRemoveSingleRail too, which is called for every removed trackbit. ------------------------------------------------------------------------ r7607 | rubidium | 2006-12-29 09:10:44 +0000 (Fri, 29 Dec 2006) | 2 lines -Codechange: remove direct map accesses for snow/desert on tunnels and bridges. ------------------------------------------------------------------------ r7606 | peter1138 | 2006-12-29 07:49:51 +0000 (Fri, 29 Dec 2006) | 2 lines -Codechange: [NewStations] Add support for variables 45 and 65. ------------------------------------------------------------------------ r7605 | Darkvater | 2006-12-29 00:06:31 +0000 (Fri, 29 Dec 2006) | 1 line -Update documentation of MSVC and strgen in docs/ dir and remove directmusic.txt ------------------------------------------------------------------------ r7603 | rubidium | 2006-12-28 19:49:31 +0000 (Thu, 28 Dec 2006) | 2 lines -Codechange (FS#481): update the Polish Town Name generator with Unicode characters (DDream). ------------------------------------------------------------------------ r7602 | Darkvater | 2006-12-28 19:38:09 +0000 (Thu, 28 Dec 2006) | 2 lines -Fix (r7565): MSVC2003 and lower don't support variadic macros, so work around this and thank MS for such a crappy, shitty crap compiler. ------------------------------------------------------------------------ r7601 | miham | 2006-12-28 18:45:24 +0000 (Thu, 28 Dec 2006) | 11 lines WebTranslator2 update to 2006-12-28 19:44:37 bulgarian - 7 fixed, 2 changed by kokobongo (9) catalan - 5 changed by arnaullv (5) estonian - 2 fixed, 7 changed by kristjans (9) italian - 2 fixed by sidew (2) polish - 3 fixed, 3 changed by meush (6) russian - 2 fixed by Smoky555 (2) spanish - 41 fixed by eusebio (41) swedish - 13 fixed, 81 changed by ChrillDeVille (94) turkish - 4 fixed, 2 changed by jnmbk (6) ------------------------------------------------------------------------ r7600 | rubidium | 2006-12-28 18:01:22 +0000 (Thu, 28 Dec 2006) | 5 lines -Remove: out-dated documentation about console and Mandrake Readme. -Change: make readme.txt UTF-8 instead of ISO 8859-15. -Change: some indenting, aligning and other small textual changes. -Add: some comments about port forwarding and NewGRF over the net.. ------------------------------------------------------------------------ r7599 | KUDr | 2006-12-28 17:45:31 +0000 (Thu, 28 Dec 2006) | 1 line -Fix: (r7585, r7590) assert on load game that has some station with bigger spread-out than _patches.station_spread value (Celestar) ------------------------------------------------------------------------ r7596 | peter1138 | 2006-12-28 17:03:36 +0000 (Thu, 28 Dec 2006) | 1 line -Codechange: Always display tractive effort in kN. ------------------------------------------------------------------------ r7594 | peter1138 | 2006-12-28 16:11:07 +0000 (Thu, 28 Dec 2006) | 1 line -Fix (r7522): GRF config list wasn't cleared when no GRFs should be used. ------------------------------------------------------------------------ r7592 | peter1138 | 2006-12-28 13:18:07 +0000 (Thu, 28 Dec 2006) | 1 line -Feature: Add support for tractive effort to 'realistic' acceleration. ------------------------------------------------------------------------ r7590 | KUDr | 2006-12-28 11:52:12 +0000 (Thu, 28 Dec 2006) | 3 lines -Codechange: (r7585) - use existing struct Rect instead of declaring new StationRect - use inline functions instead of macros ------------------------------------------------------------------------ r7588 | bjarni | 2006-12-28 01:24:00 +0000 (Thu, 28 Dec 2006) | 5 lines -Change: [OSX] removed the flag JAGUAR since it didn't work anyway Also removed all the Makefile code regarding this flag since it's no longer needed Removed documentation about special limitations regarding running the game on OSX 10.2 OpenTTD now officially needs OSX 10.3.9 to work correctly (the trunk needed that for months) ------------------------------------------------------------------------ r7587 | bjarni | 2006-12-28 01:13:55 +0000 (Thu, 28 Dec 2006) | 1 line -Change: [OSX] updated readme about compiling a universal binary as the flag name changed, but didn't change in the readme ------------------------------------------------------------------------ r7586 | rubidium | 2006-12-28 00:57:56 +0000 (Thu, 28 Dec 2006) | 2 lines -Fix (FS#473): remove the Landscaping toolbar option from the Road Construction toolbar in the scenario editor, as there is another Lanscaping GUI in the scenario editor and launching that one could confuse users. ------------------------------------------------------------------------ r7585 | KUDr | 2006-12-27 23:11:43 +0000 (Wed, 27 Dec 2006) | 1 line -Codechange: CheckStationSpreadOut() took too much CPU. Station rectangle is now maintained instead of calculating it each time by walking through whole map. Should help with the performance issue related to AIs trying to build road stops too often. (idea by Celestar) ------------------------------------------------------------------------