Commit Graph

5624 Commits (473ed1d351e04b8f000325219bf80f54bd96b7f1)
 

Author SHA1 Message Date
miham 473ed1d351 (svn r8082) WebTranslator2 update to 2007-01-12 19:31:14
brazilian_portuguese - 62 changed by fukumori (62)
croatian   - 86 fixed, 2 changed by knovak (88)
esperanto  - 1 changed by LaPingvino (1)
18 years ago
peter1138 32bee79485 (svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the using the existing one. This fixes problems with the object scope setting. 18 years ago
Darkvater a5cd65b3f9 (svn r8080) -Codechange (r8079): Move the *WHOLE* performance code into the #ifndef and some style changes. 18 years ago
KUDr ae7d52e5aa (svn r8079) -Fix [YAPF]: float division by zero when calculating stats (YAPF cache hit ratio). Caused BSOD on Win9x. (thanks 3iff for report, Darkvater for help) 18 years ago
rubidium cf01dc9b16 (svn r8078) -Codechange: rewrite UDP part of the network code to make use classes. This is only one of the many steps to really cleanup the network code. 18 years ago
Darkvater d34bdd8900 (svn r8077) -Cleanup: Restructure some switch() statements' default case when they're unreachable 18 years ago
maedhros 129326425b (svn r8075) -Feature: Add support for variable 7E - subroutines. (peter1138) 18 years ago
rubidium d073693827 (svn r8074) -Fix (FS#537, r7555, r5749): revert r7555 because it was really wrong and fix the off-by-one error due to truncation that was supposedly fixed by r7555. 18 years ago
miham ef0504afb1 (svn r8073) WebTranslator2 update to 2007-01-12 08:35:48
brazilian_portuguese - 92 changed by fukumori (92)
18 years ago
Darkvater a3e33358df (svn r8071) -Fix (r5999): [FS#536] Merging 32bit dates broke the inauguration date of companies in
oldloader: "The year the company was inaugurated (full value, not base-1920)"
 (Marcin Grzegorczyk's TTD internals site)
18 years ago
glx 101f544ca8 (svn r8070) -Fix r5815: missing initialisation could cause crash when loading 24bpp BMP heightmap 18 years ago
miham a68def49db (svn r8069) [Translations] Moved japanese from unfinished, good job translators 18 years ago
miham eb8a0d1440 (svn r8068) WebTranslator2 update to 2007-01-11 19:35:48
croatian   - 93 fixed by knovak (93)
greek      - 10 fixed by Kesnar (10)
japanese   - 506 fixed by ickoonite (506)
18 years ago
rubidium 28db7d2674 (svn r8067) -Fix (r7759): if bin/$(TTD) was removed, it did not get placed back on make unless $(TTD) got relinked. 18 years ago
KUDr 28e969924b (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter 18 years ago
celestar 5675956443 (svn r8065) -Feature: The station list does now remember the sort settings 18 years ago
peter1138 1670fec525 (svn r8063) -Codechange: When evaluating newgrf varaction2s the 'last value' should start off at 0, and the result of the operation is remembered. 18 years ago
peter1138 be3e723f51 (svn r8062) -Codechange: change newgrf varaction2 value from signed to unsigned 18 years ago
bjarni 49512cf4dc (svn r8061) -Fix r8055: obj-c can't handle templates
We will need to figure out a nicer solution for this, but now OSX compiles again
18 years ago
celestar 582d8701ec (svn r8058) -Codechange: Replaced an occurence of (uint32)-1 by UINT_MAX 18 years ago
celestar e12cf8503d (svn r8057) -Codechange: Declare the "new" max template as static line. 18 years ago
celestar c56ee62ade (svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were not used anyway) and replace them by our SwapT implementation 18 years ago
celestar 08de6b082a (svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max(). 18 years ago
peter1138 0677847569 (svn r8054) -Codechange: Use a template function instead of a macro for evaluating NewGRF var adjusts 18 years ago
miham 97b20c3fa7 (svn r8053) [Translations] Reverted german translators work (moewe2), since it looks suspicious 18 years ago
KUDr 8553b0dad5 (svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now accept pointer to TrackBits/TrackdirBits instead of reference. 18 years ago
miham b71fa18db3 (svn r8051) WebTranslator2 update to 2007-01-11 07:24:01
german     - 1 deleted by moewe2 (1)
greek      - 3 fixed by Kesnar (3)
japanese   - 273 fixed by ickoonite (273)
18 years ago
belugas 04694afabb (svn r8050) -Codechange: Rename map member extra to m6, since its usage has been widden.
Only doc landscape_grid.html has been updated, landscape.html will be done latter.
-CodeChange: Replace a direct access to m6 with SetTropicZone in InitializeLandscape, as it is the only part of m6 still untouched without the brute-forced m6=0
18 years ago
Darkvater e29124d48b (svn r8049) -Regression (r7369): Removing certain news windows could cause a crash due to only
one MoveToNextItem() in DeleteVehicleNews (added in r3757). To work correctly do not
 reset _forced_news to INVALID_NEWS when a new item is added, but leave it.
-Codechange: ShowLastNewsMessage has been changed so that it actually works, wraps
 around correctly (array as FIFO) and shows the previous news item if the current 
 news item is open (previously this was doubly shown).
18 years ago
rubidium b32054b6d7 (svn r8047) -Revert (8002): cp -u is not supported on all platforms. 18 years ago
Darkvater c0a516b8e5 (svn r8044) Regression (r8038): Crash on allocating bridge memory (peter1138) 18 years ago
rubidium e60d61e0cd (svn r8043) -Fix (8028): forgot setting a variable. 18 years ago
orudge 5652c39bdd (svn r8042) - Fix: OS/2 compilation with GCC (thanks to Paul Smedley and TrueBrain for their help) 18 years ago
peter1138 28712fe837 (svn r8041) -Regression (r7564): [NewGRF] check_length should skip further processing if a length is too short, so give the function a return value 18 years ago
truelight 3905d6bdb7 (svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not os2.cpp 18 years ago
miham c662779fd4 (svn r8039) WebTranslator2 update to 2007-01-10 19:58:43
brazilian_portuguese - 15 changed by fukumori (15)
danish     - 23 changed by MiR (23)
greek      - 12 fixed by Kesnar (12)
japanese   - 282 fixed by ickoonite (282)
slovenian  - 1 changed by Necrolyte (1)
turkish    - 2 changed by jnmbk (2)
ukrainian  - 30 changed by znikoz (30)
18 years ago
rubidium a7d0cdf95f (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 18 years ago
rubidium ce75f6549d (svn r8037) -Fix (r7987): MSVC project files were not updated with respect to the addition of slovenian. 18 years ago
rubidium 52ffd840cb (svn r8034) -Fix (r8033): aircraft_cmd.c was not renamed. 18 years ago
KUDr 07c30785ab (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 18 years ago
rubidium dc44d34107 (svn r8030) -Fix: segmentation fault when removing a town in the scenario editor while having the query tool window open for one of the town's tiles. 18 years ago
rubidium cadd82434c (svn r8029) -Fix (7759): somehow the old configure script was not removed. 18 years ago
rubidium 974bcd9683 (svn r8028) -Fix: overflow of ticks was not handled properly, possibly resulting a non-reacting gameserver/gameclient. 18 years ago
celestar 241ebb5890 (svn r8027) -Fix (FS#486) If a pause command is issues, it will now pause the game even if shift is pressed instead of giving a cost estimate of 0. This fixes a problem where the server does not pause_on_join when the player on the interactive server has the shift button pressed. (Thanks to pvz for the report and the fix) 18 years ago
celestar 077448ead7 (svn r8026) -Fix (r2441) When taking up cargo that is transferring, trains will now also have the virtual profit deducted. 18 years ago
rubidium 752aeecac2 (svn r8019) -Fix (r7759): if libfreetype was not found (and not forced to be used), the configure script aborted instead of marking it a 'not found'. 18 years ago
maedhros cfcf0c2451 (svn r8014) -Codechange (r7573): When a tile is cleared, empty the general purpose bits in
extra as well, unless they are (or could be) used for bridges. This means these
bits don't have to be cleared seperately when non-bridgeable tiles are removed.
18 years ago
Darkvater c5867c93f7 (svn r8013) -Codechange (r6921, rUnknown): Show the error message of corrupt or missing (own) files
through a ShowInfo(F). This way windows users also see this message and bugs such as
 FS#528 will not happen anymore. Put ShowInfo(F) error output to stderr and not stdout.
18 years ago
miham 44e9bc600c (svn r8012) WebTranslator2 update to 2007-01-09 20:43:03
bulgarian  - 3 fixed, 68 changed by groupsky (71)
danish     - 45 changed by ThomasA (4), MiR (41)
finnish    - 2 fixed by pallokala (2)
frisian    - 2 changed by talzaroff (2)
greek      - 40 fixed, 1 changed by Kesnar (41)
italian    - 2 changed by sidew (2)
swedish    - 2 fixed, 1 deleted, 55 changed by ChrillDeVille (58)
18 years ago
peter1138 f74531ee60 (svn r8007) -Codechange: Change _vehicle_position_hash from VehicleID to Vehicle*. This removes the need for look ups by index. Also declare the array static. 18 years ago