Commit Graph

179 Commits (9eee0a6a81fa4c7ff9c442c3f72c509d96d725c9)

Author SHA1 Message Date
peter1138 43a8400647 (svn r15389) -Feature: Add ability to select which base graphics set is used from the Game Options window. The change takes effect when the window is closed. This option can only be used from the intro menu, as reloading graphics during a game may cause issues. 16 years ago
smatz 3a8d57816a (svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly road networks
-Fix: use a flag instead of TL_NO_ROADS to forbid towns to build roads. The flag is ignored during world generation, so there won't be 'ghost' towns anymore
-Feature: town layout is now stored per town, so it is possible to (manually) set different layout for each town
16 years ago
rubidium ce1fcfd8c0 (svn r15335) -Change: use the patch change mechanism to change the road side too instead of a separate command. 16 years ago
peter1138 b3f3df76e8 (svn r15301) -Feature [FS#104]: Add option to group and subtotal expenses list in the company finance window. Concept from Zr40. 16 years ago
smatz 9021c20b5e (svn r15299) -Cleanup: remove many redundant includes 16 years ago
peter1138 4812e633a2 (svn r15238) -Fix (r15236): Missed a file 16 years ago
Yexo e3c69b7c4e (svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map. 16 years ago
Yexo e84ff99a8b (svn r15148) -Cleanup: Remove the options "competitor start time" and "competitor intelligence" from the difficulty options because they already were unused. 16 years ago
truebrain c2406cd42d (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see.
NoAI is an API (a framework) to build your own AIs in. See:
   http://wiki.openttd.org/wiki/index.php/AI:Main_Page
 With many thanks to:
  - glx and Rubidium for their syncing, feedback and hard work
  - Yexo for his feedback, patches, and AIs which tested the system very deep
  - Morloth for his feedback and patches
  - TJIP for hosting a challenge which kept NoAI on track
  - All AI authors for testing our AI API, and all other people who helped in one way or another
-Remove: all old AIs and their cheats/hacks
16 years ago
rubidium 537a8b8342 (svn r14999) -Change [FS#2523]: move service at helipad to the servicing options 16 years ago
rubidium 3a7c62022d (svn r14980) -Change: shuffle around some more settings to make them more logically grouped/ordered 16 years ago
rubidium bf744ec651 (svn r14978) -Codechange: simplify the control flow of the OnClick of the settings window 16 years ago
rubidium 6ef631d590 (svn r14974) -Change: reorder/reorganise the entries of the settings window (Alberth) 16 years ago
rubidium ffa31d118d (svn r14973) -Codechange: recursively fold subpages (Alberth) 16 years ago
rubidium 0120505763 (svn r14970) -Change: move all (patch) settings to a single "page" (Alberth) 16 years ago
rubidium 7642fd7b34 (svn r14969) -Codechange: make drawing trees possible (Alberth) 16 years ago
rubidium 097fddc454 (svn r14967) -Codechange: split the drawing of the window into several smaller functions (Alberth) 16 years ago
rubidium 5b6489e2d3 (svn r14966) -Codechange: simplify and generalise finding patch entries (Alberth) 16 years ago
rubidium 75a776770b (svn r14965) -Codechange: remember the patch entry instead of the page and index of the entry for handling the "input box" (Alberth) 16 years ago
rubidium b467902e65 (svn r14964) -Codechange: hide the length of a patch page behind a function (Alberth) 16 years ago
rubidium 58c5b6106e (svn r14963) -Codechange: remember what entry was clicked instead of the index (Alberth) 16 years ago
rubidium c91930e94c (svn r14962) -Codechange: add the concept of patch entries and patch (sub) pages 16 years ago
rubidium bc8d1d7b0d (svn r14961) -Update: remove the string from r14960 from the other languages too. 16 years ago
rubidium a54e957416 (svn r14960) -Codechange: add some this where appropriate (Alberth) 16 years ago
rubidium f902e3097d (svn r14938) -Fix: some small inconsistencies w.r.t. "0 is disabled" setting handling 16 years ago
rubidium 7a5798695d (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) 16 years ago
frosch eb6df17b1a (svn r14902) -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker) 16 years ago
rubidium 567b262901 (svn r14899) -Feature: remove the window limit, but leave a configurable limit on the number of non-sticky non-vital windows.
-Fix [FS#2499]: crashes/misbehaviours when (almost) all windows are stickied.
16 years ago
rubidium ac0e2e6d5a (svn r14885) -Fix: if settings minimum != 1 and 0-is-disabled is enabled, one could set the setting in-game to an out-of-valid-range value. 16 years ago
smatz 65a40146f2 (svn r14839) -Fix [FS#2496](r14835): one occurence of train_income_warn wasn't updated 16 years ago
rubidium e62e12e7f5 (svn r14827) -Feature [FS#1984]: few (optional) optimisations to making (initial) orders (sulai) 16 years ago
glx 06519a56f2 (svn r14816) -Fix: signed/unsigned warnings (MSVC) 16 years ago
smatz 7869c4ba66 (svn r14815) -Codechange: separate 'highscore' code from 'company' code 16 years ago
rubidium f08fe262af (svn r14800) -Codechange: make the advanced settings window resizeable and scrollable (most by Alberth) 16 years ago
rubidium 8150319cb2 (svn r14799) -Codechange: move drawing a single settings entry to it's own function (Alberth) 16 years ago
rubidium 74f403b408 (svn r14798) -Codechange: move variable declaration to first use of variable (Alberth) 16 years ago
rubidium 82087f04ec (svn r14797) -Codechange: replace even more magic numbers with constants (Alberth) 16 years ago
rubidium a8f73dbb84 (svn r14796) -Fix: if using variable, use it everywhere instead of hardcoding it's value sometimes (Alberth) 16 years ago
rubidium 183990de30 (svn r14795) -Codechange: replace a magic number with a constant (Alberth) 16 years ago
rubidium 1bc6b7a7a5 (svn r14794) -Document: a few functions/variables (Alberth) 16 years ago
rubidium 4c1c6cd8e8 (svn r14792) -Feature: make the date format for default savegame/screenshot names configurable 16 years ago
rubidium d3144b6f04 (svn r14789) -Feature: allow scrolling with the left mouse button pressed (if enabled). Primarily useful for systems with touch screen (aapo) 16 years ago
rubidium 5aa2dac751 (svn r14767) -Codechange: remove some unneeded artificial limits from currencies and use the bounds of the data type. 16 years ago
rubidium ef20d229ab (svn r14755) -Codechange: remove ending year as it can't be changed anyways. 16 years ago
rubidium e83cca7d13 (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter. 16 years ago
rubidium 1ce8df9dac (svn r14658) -Change: allow changing town names when there are no towns in the scenario yet. 16 years ago
peter1138 150fd2a49f (svn r14609) -Codechange: Use supplied button colour instead of hardcoded yellow, for 'greyed out' arrow buttons. (Yorick) 16 years ago
skidd13 9b282b3e51 (svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible 16 years ago
rubidium dc3ce6bbe7 (svn r14462) -Codechange: replace magic number with already existing constant (Albert) 16 years ago
frosch 40018be915 (svn r14412) -Documentation: Comment some functions related to the advanced settings. Patch by Alberth, but with less excessive use of 'at'. 16 years ago