Commit Graph

5760 Commits (203ccad578032b8b299ce9d3c99e018ce259e0f5)
 

Author SHA1 Message Date
KUDr 33be1ecfb1 (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 91ff746410 (svn r8065) -Feature: The station list does now remember the sort settings 18 years ago
peter1138 8d5a542d9b (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 b7e753555d (svn r8062) -Codechange: change newgrf varaction2 value from signed to unsigned 18 years ago
bjarni f348fc7b4c (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 8694ad9e0d (svn r8058) -Codechange: Replaced an occurence of (uint32)-1 by UINT_MAX 18 years ago
celestar 6a256ff2df (svn r8057) -Codechange: Declare the "new" max template as static line. 18 years ago
celestar 1691b2da61 (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 2ac0410767 (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 7996c9e560 (svn r8054) -Codechange: Use a template function instead of a macro for evaluating NewGRF var adjusts 18 years ago
miham ea4cee8d03 (svn r8053) [Translations] Reverted german translators work (moewe2), since it looks suspicious 18 years ago
KUDr dbe11fb9c7 (svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now accept pointer to TrackBits/TrackdirBits instead of reference. 18 years ago
miham 318cfab2a1 (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 5f9c891734 (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 2ea3531c24 (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 542647eee3 (svn r8047) -Revert (8002): cp -u is not supported on all platforms. 18 years ago
Darkvater 0cb2bc2b23 (svn r8044) Regression (r8038): Crash on allocating bridge memory (peter1138) 18 years ago
rubidium c5a7eaca65 (svn r8043) -Fix (8028): forgot setting a variable. 18 years ago
orudge 6b58c1c2ff (svn r8042) - Fix: OS/2 compilation with GCC (thanks to Paul Smedley and TrueBrain for their help) 18 years ago
peter1138 ae0a92b51a (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 bab05c52f8 (svn r8040) [Configure] -Fix: for some reason, OS2 compiled unix.cpp, not os2.cpp 18 years ago
miham 72acc8fc65 (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 f35ed4bbc2 (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. 18 years ago
rubidium a332d10fd9 (svn r8037) -Fix (r7987): MSVC project files were not updated with respect to the addition of slovenian. 18 years ago
rubidium 344f70e1af (svn r8034) -Fix (r8033): aircraft_cmd.c was not renamed. 18 years ago
KUDr e373ea7096 (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) 18 years ago
rubidium 001d858b52 (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 815256b2ae (svn r8029) -Fix (7759): somehow the old configure script was not removed. 18 years ago
rubidium 4c2b993d1d (svn r8028) -Fix: overflow of ticks was not handled properly, possibly resulting a non-reacting gameserver/gameclient. 18 years ago
celestar f3b4cf10b6 (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 52d14b3dd0 (svn r8026) -Fix (r2441) When taking up cargo that is transferring, trains will now also have the virtual profit deducted. 18 years ago
rubidium e35fdd699b (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 e221fef08c (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 6c3187213d (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 fe1ac3c5d1 (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 207f7eb167 (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
rubidium c600e8cec5 (svn r8002) -Change: do not copy lang/english.txt when it is not needed. 18 years ago
rubidium 293d8ba826 (svn r8000) -Codechange: drop UDP packets when their internal size does not match the received size. If that is the case, the packet was not received in one piece (or got somehow mangled with another packet), which will cause us to drop the packet later on because we are (for example) trying to read beyond the end of the packet. 18 years ago
miham 53576542d1 (svn r7987) [Translations] Slovenian is no longer unfinished (no bad strings) 18 years ago
miham 1a5b13127f (svn r7986) WebTranslator2 update to 2007-01-09 08:20:27
brazilian_portuguese - 72 changed by fukumori (72)
hungarian  - 2 fixed by miham (2)
slovenian  - 191 fixed by Necrolyte (191)
18 years ago
Darkvater 5acbc88ee1 (svn r7984) -Fix: out-of-bounds read access on _clients array (Quark) 18 years ago
miham 48b4226f5e (svn r7983) WebTranslator2 update to 2007-01-08 19:37:40
brazilian_portuguese - 111 changed by fukumori (111)
esperanto  - 11 changed by LaPingvino (11)
japanese   - 116 fixed by ickoonite (116)
18 years ago
peter1138 739b43b3c2 (svn r7982) -Codechange: Enumify graphics blitter modes. 18 years ago
celestar ecef824f93 (svn r7976) -Fix: (SF 1629560) Rail vehicles can no longer enter tunnels or bridgeheads with wrong railtype 18 years ago
miham 852139d94b (svn r7975) WebTranslator2 update to 2007-01-08 09:13:29
brazilian_portuguese - 6 fixed, 2 changed by fukumori (8)
danish     - 5 changed by MiR (3), ThomasA (2)
estonian   - 1 changed by kristjans (1)
frisian    - 82 fixed, 85 changed by ikkejw (82), talzaroff (85)
greek      - 64 fixed, 3 changed by Kesnar (67)
italian    - 1 changed by sidew (1)
japanese   - 92 fixed by ickoonite (92)
polish     - 1 changed by meush (1)
slovak     - 7 changed by lengyel (7)
slovenian  - 160 fixed by Necrolyte (160)
turkish    - 2 changed by jnmbk (2)
18 years ago
Darkvater 23776138ef (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 f22c963dcf (svn r7969) *whistle* 20067 has not yet come to pass; it's 2007 (I think my search&replace broke) 18 years ago
Darkvater 7b38ec131a (svn r7968) -Update copyright/etc information to 2007 18 years ago
Darkvater 43c030f438 (svn r7966) -Fix (r7936): Eh AxisToTrack returns Track not Axis, thanks KUDr 18 years ago
truelight 025d8dd224 (svn r7961) [Configure] -Fix: "" in config params didn't survive --reconfig. They should now. 18 years ago