Commit Graph

2676 Commits (65d9eb07a986f6ba22ab06aa1066008db3bb216b)
 

Author SHA1 Message Date
peter1138 65d9eb07a9 (svn r3217) Fix issue with resizing stepped windows introduced in revision 3181. 19 years ago
Darkvater e562fad039 (svn r3216) - Fix (regression): endless loop introduced in revision 3190 19 years ago
Darkvater 68c6e845f6 (svn r3215) - Fix: warning on VS.NET 2003 complaining about constness reintroduced by revision 3192 19 years ago
bjarni 8b4d7f97da (svn r3214) -Feature: openttd.cfg can now set how many autosaves to keep before starting to overwrite old ones
max_autosave_num in the config files sets the number of autosaves to keep (default 16)
	MAX_NUM_AUTOSAVES in Makefile.config sets the default value. 16 is used if no value is given
	this behaviour can still be overwritten by keep_all_autosave (openttd.config setting)
	Note: this is a requested behaviour for PDA ports, since they got limited storage space
19 years ago
peter1138 2a9d325930 (svn r3213) - Codechange: Clean up handling of road stops, avoiding unnecessary use of pointers and using the *BIT() macros. 19 years ago
peter1138 479a9c2e47 (svn r3212) - Waypoints/Depots: Store waypoint index in m2 for waypoints. This moves the ground type bits from m2 to m4 for waypoints and depots (leaving room for depot index in m2 in future), and moves the custom graphics ID to the waypoint struct.
- Waypoints: Until now stat_id was saved but never assigned to. Instead we now save the GRFID/local index of the custom graphics so that GRF file changes can leave graphics intact.
19 years ago
tron ea1921d2e0 (svn r3211) Fix typo in r3181 19 years ago
truelight cd1ad24723 (svn r3210) -Codechange: use IsRailWaypoint where possible (instead of magicnumbers)
-Codechange: IsRailWaypoint should take 'tile', not 'm5'
19 years ago
peter1138 a56ffc6a0f (svn r3209) In TileLoop_Track(), use names based on function rather than their place in the map array. 19 years ago
tron 96dea28eae (svn r3208) Don't explicitly pass the engine type to look for to GetRearEngine(), because it's the engine type of the vehicle which gets passed as first parameter 19 years ago
tron 5cceeaa37f (svn r3207) Typo in last revision 19 years ago
tron 7d750783af (svn r3206) Wrap all instances of _dbg_screen_rect in #ifdef _DEBUG 19 years ago
tron ef7fb8b515 (svn r3205) Some more uses for GB/SB 19 years ago
tron d09db07ca1 (svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding function declarations in .c files and unnecessary indirection 19 years ago
tron 7b69def47a (svn r3203) Directly use the currency symbols for pounds and yen in the language files like it's already done for dollar and euro 19 years ago
tron 3c0179dd07 (svn r3202) If cascade -> switch 19 years ago
tron 2001577f8f (svn r3201) -Fix: Allow bribing up to the maximum rating for bribing, don't disable this option at some arbitrary value early 19 years ago
tron 6f82be949f (svn r3200) Remove the unused function GfxScalePalette() and the unused struct WorldSprite 19 years ago
tron e26b1ded99 (svn r3199) -Fix: There are only 2 possible directions for ship depots, not 4 19 years ago
tron 839cb586a7 (svn r3198) Rewrite the company league drawing routine for better readability 19 years ago
tron 67dcf1ffd8 (svn r3197) Use a better bias so you can directly see the date range a disaster can happen in 19 years ago
tron 3bdb92446c (svn r3196) Use structs instead of magic offsets into arrays 19 years ago
tron db012c135e (svn r3195) Use bitfields instead of explicit shifting/masking 19 years ago
tron 45186b1601 (svn r3194) Don't use FindLandscapeHeightByTile() when it's overkill 19 years ago
tron c87511026a (svn r3193) Staticise the vehicle position hash 19 years ago
tron 1d9e838a2b (svn r3192) Split the surname list into two lists (non-toyland/toyland) and use lengthof() to get the number of names instead of using magic numbers 19 years ago
tron ce398adf8e (svn r3191) Move declaration and definition of _dbg_screen_rect to a place where it somewhat makes sense and wrap them in #ifdef _DEBUG 19 years ago
tron 7289cc7c07 (svn r3190) Turn some loops into canonical for loop form 19 years ago
tron ea5672ec8f (svn r3189) There's a dedicated function to check if it's a hangar tile, so use it 19 years ago
tron e901aefb74 (svn r3188) Use CmdFailed() to check, if a command failed, don't compare with CMD_ERROR 19 years ago
tron 3848d103c8 (svn r3187) Simplify overly complicated ifs, especially if (foo) return false; else return true; is confusing 19 years ago
tron ca1dfe94d2 (svn r3186) Unnecessary casts and truncation 19 years ago
tron 8a3587fa28 (svn r3185) const 19 years ago
tron 84a16a0b30 (svn r3184) GB/SB 19 years ago
tron ba9157fbbc (svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header 19 years ago
tron 0e075e271e (svn r3182) Fix braino in r3181 19 years ago
tron 9d0e7b6458 (svn r3181) -Bracing
-Indentation
-Whitespace
-DeMorgan's Law
-Test with NULL or 0 for non-booleans
-'\0' instead of 0 for chars
-Remove redundantly redundant comments (like DoFoo(); // Do foo)
-Join multiple short lines with a single statement
-Split single lines with multiple statements
-Avoid assignments in if
19 years ago
tron a7843e1546 (svn r3180) Replace some magic numbers by symbolic names 19 years ago
tron 6509e42db3 (svn r3179) - RandomRange() and RandomTile() instead of home brewed versions
- CHANCE*() instead of mumbling strange numbers
19 years ago
peter1138 bb82872bbf (svn r3178) - Codechange: move static _dropdown_* vars into the window custom data, giving var1 and var2 more meaningful names. 19 years ago
tron 524fd25cbd (svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT 19 years ago
tron b34de09e62 (svn r3176) Use proper types, not some variants of int 19 years ago
orudge 39ba8235b2 (svn r3175) - Updated OS/2 project file to include station_newgrf.c 19 years ago
Darkvater c7e22d0eb0 (svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project) 19 years ago
tron 53f00c8f9d (svn r3173) Use the trinary operator and switch to improve readability
Also align short cases nicely
19 years ago
tron 81e5b16d71 (svn r3172) static, const 19 years ago
peter1138 d97f56b4e2 (svn r3171) - Codechange: remove static _dropdown_disabled/_dropdown_hidden variables, as a window already contains this information. 19 years ago
peter1138 45f07e63d7 (svn r3170) - NewGRF: make ttdpatch flags to reflect patch option status, and added some more values. 19 years ago
peter1138 b1b6d15072 (svn r3169) Little bit of coding style fixing, and change from value to lengthof() 19 years ago
peter1138 7bbf614796 (svn r3168) - NewGRF: Fix "typo" in waypoint drawer :/ 19 years ago