Commit Graph

2979 Commits (c04b619aff547233de16e341f462c4fe8815b32d)
 

Author SHA1 Message Date
truelight 45a0cc607c (svn r3376) -Codechange: made enums for GenerateWorld and InitializeGame 'mode'
-Fix: [ FS#30 ] don't reset date in SE when pressing RandomLand (rewrote patch of MeusH, but Peter warned me I should put his name in, so... oh well)
19 years ago
truelight a1f8309453 (svn r3375) -Add: [ FS#29 ] show an error dialog for OSX cocoa driver (egladil) 19 years ago
truelight 59bea21c2c (svn r3374) -Fix: [ FS#36 ] Don't allow trains to get bigger than 100 via drag and drop 19 years ago
truelight a165a40803 (svn r3373) -Fix: don't link a wagon to itself, which resulted in a wagon disapearing, and a depot which was unable to remove 19 years ago
peter1138 d639318abd (svn r3372) - Fix: update signal states when building or removing rail station blocks 19 years ago
truelight 6b7d0a2641 (svn r3371) -Fix: don't allow road-vehicles to perform an out-of-bound operation while overtaking in a curve (tnx to guru3, Tron and peter1138)
-Codechange: while at that, removed a local variable (more pretty :))
19 years ago
peter1138 fd3a596c82 (svn r3370) Improve alignment of text within total cargo tab of train view window 19 years ago
matthijs 138761e78e (svn r3369) - Codechange: Replace tables _signals_table, _signals_table_other and _signals_table_both by the equivalent calls to rail.h functions.
- Codechange: Add a few constants.
19 years ago
tron cbe7f9771c (svn r3368) Fix the same type of off-by-one error when checking, if the passed coordinate is on the map, like in r3357, but this time in DoCommandP - *cough* code duplication *cough* 19 years ago
tron 2053685fb5 (svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SERVICE_INT commands into one CMD_CHANGE_SERVICE_INT command.
As side effect this is a
-Fix: The default AI tried to change the service intervals of vehicles via the CMD_CHANGE_TRAIN_SERVICE_INT command - regardless of the type of the vehicle - which of course failed for non-trains
19 years ago
tron 9b87635c1f (svn r3366) Make an unnecessarily global variable local 19 years ago
tron 318fe153eb (svn r3365) Staticise 36 functions 19 years ago
tron e588f86bb3 (svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAutoPlace, AllocateWindowAutoPlace2) 19 years ago
truelight e427dbcad2 (svn r3363) -Fix: 'fixed' the transfer problem. This doesn't really fix it, but gives a bit more fair amount of money. Can only be fixed correctly with CargoPackets as suggested in branch. 19 years ago
peter1138 28668bc30b (svn r3362) Fix issue with loading old (TTD) savegames:
- move call to convert from old to new train subtypes.
 - ensure AI is started for AI players.
19 years ago
peter1138 b6721d7e95 (svn r3361) - Clone Vehicle: Disallow cloning of crashed rail vehicles after starting removal process. 19 years ago
peter1138 c5496ae092 (svn r3360) Fix initialization of engines for precalculation of default refit mask. 19 years ago
peter1138 d5ce50a405 (svn r3359) - Autoreplace GUI: When starting or stopping a replacement, redraw the replace window after the command has completed, rather than after calling the command. 19 years ago
tron 2cfdfb5d96 (svn r3358) Remove another piece of unused code 19 years ago
tron bd226be988 (svn r3357) Fix an off-by-one error in checking if a coordinate passed to a command is on the map 19 years ago
peter1138 b97d91b96e (svn r3356) - Remove unused parameter of AfterLoadGame().
- Initialize _sl_version after loading an old savegame.
19 years ago
tron b13bedf27e (svn r3355) Three minor improvements for french (by me using dict.leo.org, OKed by Belugas) 19 years ago
tron 24d56f889d (svn r3354) Fix a typo, which survived for about 3000 revisions: s/SRT_SORT_BY/STR_SORT_BY/ (noticed by chu) 19 years ago
tron ed4b89ee36 (svn r3353) Simplify the automatic length adjustment algorithm for replacing trains: Use the length of the train before the replacement as reference length 19 years ago
peter1138 901068fd6e (svn r3352) - NewGRF: Move initialization of vehicle random_bits to DC_EXEC blocks to allow use of Random() instead of InteractiveRandom(), which will alleviate some possible network desyncs. 19 years ago
peter1138 139d1ed1eb (svn r3351) Make sort criteria selection widgets in player train list consistent with those widgets in other vehicle type lists. (Stops "Total capacity per cargo type" overflowing) 19 years ago
peter1138 cac82aa4af (svn r3350) Fix widget glitch in player ship window (missed in r1379) 19 years ago
peter1138 b181868483 (svn r3349) Fix off-by-one error in drawing matrix widget, from r3181. 19 years ago
tron c6ea133746 (svn r3348) Dependency checking didn't include all compile parameters, which lead to wrong results 19 years ago
tron ee3eae4fdf (svn r3347) Plug a memory leak (Found by Valgrind using Truelight ... or was it the other way round?) 19 years ago
peter1138 121b54e959 (svn r3346) - Increase size of aircraft refit window by one item; fixes "[ 1387477 ] Can't refit aircraft to carry Fizzy Drinks" 19 years ago
tron 7917251413 (svn r3345) Remove untranslated strings 19 years ago
tron 79a626a71b (svn r3344) Small fixes for the Danish (Thanks to Bjarni) and Dutch (Thanks to Truelight) translation 19 years ago
peter1138 0975885240 (svn r3343) Fix calculation of available rail types where all engines of a particular type are obsolete. 19 years ago
tron 05ed2a8d8c (svn r3342) Remove some cruft 19 years ago
truelight a980ddc219 (svn r3341) -Codechange: make mingw32 happy, and renamed Rectangle, because it already exists on that platform 19 years ago
tron 0e12ad7d99 (svn r3340) Fix dependency calculation: dependencies didn't get recalculated if a header file changed
Also really automagically create the dependency directories by deriving the directory names from $(DEPS)
19 years ago
tron 04c096ee63 (svn r3339) Remove unnecessary includes 19 years ago
tron 9b5f7f9d38 (svn r3338) Wrong file in last commit 19 years ago
tron 255c4052b2 (svn r3337) Remove an unused variable and add 2 times static 19 years ago
tron 849fff602d (svn r3336) byte -> WindowClass, uint16 -> WindowNumber 19 years ago
miham 2349392eb7 (svn r3335) [Translations] Moved estonian to ready 19 years ago
tron e840c17fef (svn r3334) Remove 2 unused window classes 19 years ago
tron df686b1d33 (svn r3333) Remove some the unimplemented option DISPLAY_WARNINGS from the config writer 19 years ago
tron 05b34d2eee (svn r3332) Fix r3317, a few things got messed up in the translator system 19 years ago
tron a537f7acc2 (svn r3331) CMD_PLACE_SIGN doesn't use p1, so don't pass anything seemingly meaningful 19 years ago
matthijs 30397b6561 (svn r3329) - Doc: Some documentation cleanups.
- Add: TracksOverlap() (from the map branch), TrackdirBitsToTrackBits(), DiagdirReachesTrackdirs(), DiagdirReachesTracks().
 - Fix: Infinite loop in the pathfinder introduces in r3321.
19 years ago
Darkvater 826a1ba482 (svn r3328) - Fix: [ 1352739 ] landscape_grid.html showing wrong bit usage (belugas) 19 years ago
Darkvater a95a66c751 (svn r3327) - Fix: [ 1373581 ] landscape.html documentation. Railway types are stored in m3, not m4. According to the mask (RAILTYPE_MASK), this is should be 0..1 but 0..3 are actually reserved. (egladil) 19 years ago
Darkvater 97521e3fdd (svn r3326) - Fix: [ 1226832 ] Build fails if SDL is built without pthread support (dst) 19 years ago