summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-08-24(svn r22821) -Fix [FS#4741]: Allow to demolish aqueducts built in the scenari...terkhen
2011-08-24(svn r22820) -Codechange: perform a full (re)draw cycle in the first draw dur...rubidium
2011-08-24(svn r22819) -Fix: include the header where it should be includedrubidium
2011-08-24(svn r22818) -Fix [FS#4742] (r22796, rlongago): don't spawn threads for world...rubidium
2011-08-23(svn r22817) -Update from WebTranslator v3.0:translators
2011-08-22(svn r22816) -Feature(ette): [NewGRF] Also age wagons and articulated parts.frosch
2011-08-22(svn r22815) -Update from WebTranslator v3.0:translators
2011-08-22(svn r22814) -Fix (r22813): typorubidium
2011-08-22(svn r22813) -Fix [FS#4575]: make naming of currencies more consistentrubidium
2011-08-22(svn r22812) -Fix: incorrect currency coderubidium
2011-08-22(svn r22811) -Change: don't try to load static NewGRFs when loading the intro...rubidium
2011-08-22(svn r22810) -Fix: Growth a town on both ends of a tunnel/bridge if the town ...michi_cc
2011-08-22(svn r22809) -Fix [FS#4731]: towns expanding from the "wrong" side of a tunne...rubidium
2011-08-21(svn r22808) -Change [FS#4740]: make it less likely that a one tile wide lake...rubidium
2011-08-21(svn r22807) -Feature-ish: show a message about missing strings in the intro ...rubidium
2011-08-21(svn r22806) -Codechange: store the number of untranslated strings in the lan...rubidium
2011-08-21(svn r22805) -Codechange: move use of magic number for version checking to mo...rubidium
2011-08-21(svn r22804) -Update from WebTranslator v3.0:translators
2011-08-21(svn r22803) -Fix (r22796): clicking should not work either when hiding windowsrubidium
2011-08-21(svn r22802) -Fix (r22781): Coding style.frosch
2011-08-21(svn r22801) -Feature: [YAPF] Take canal/ocean speed fraction of ships into a...michi_cc
2011-08-21(svn r22800) -Fix (r22796): don't run the scanning threaded when there is no ...rubidium
2011-08-21(svn r22799) -Fix (r22792): compile failure when there is no networking supportrubidium
2011-08-21(svn r22798) -Change: jump immediately to the next mode after scanning (if ne...rubidium
2011-08-21(svn r22797) -Add: progress bar for scanning NewGRFsrubidium
2011-08-21(svn r22796) -Codechange: run the NewGRF scanning in a separate threadrubidium
2011-08-21(svn r22795) -Codechange: load the intro game the first time without NewGRFsrubidium
2011-08-21(svn r22794) -Codechange: let window drawing determine which windows may be d...rubidium
2011-08-21(svn r22793) -Codechange: remove callback default to make clear they are not ...rubidium
2011-08-21(svn r22792) -Codechange: use scan callback for initial NewGRF scanningrubidium
2011-08-21(svn r22791) -Codechange: use callback for scanning from the NewGRF windowrubidium
2011-08-21(svn r22790) -Codechange: add callback for when NewGRF scanning is completerubidium
2011-08-21(svn r22789) -Codechange: rename generation window class to modal progressrubidium
2011-08-21(svn r22788) -Codechange: move modal progress related functions and variables...rubidium
2011-08-21(svn r22787) -Codechange: rename genworld redraw constantrubidium
2011-08-21(svn r22786) -Codechange: rename genworld mutices to model_progress muticesrubidium
2011-08-21(svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgressrubidium
2011-08-21(svn r22784) -Fix: Move Action 2 references from GRFFile to GrfProcessingStat...frosch
2011-08-21(svn r22783) -Fix: Move Action 1 references from GRFFile to GrfProcessingStat...frosch
2011-08-21(svn r22782) -Fix: Add GrfProcessingState::ClearDataForNextFile() to clear te...frosch
2011-08-21(svn r22781) -Codechange: Group global variables temporarily used during GRF ...frosch
2011-08-20(svn r22780) -Fix: [NewGRF] String codes 84 and 87 print signed values.frosch
2011-08-20(svn r22779) -Add: [NewGRF] Stringcode for printing a unsinged word in power ...frosch
2011-08-20(svn r22778) -Add: [NewGRF] Stringcodes for printing 0-based dates. (Hirundo)frosch
2011-08-20(svn r22777) -Fix-ish: [NewGRF] Stringcode 9A 01 is signed, and 9A 0B is kind...frosch
2011-08-20(svn r22776) -Codechange: Unify the naming of NewGRF string codes; always inc...frosch
2011-08-20(svn r22775) -Fix: [NewGRF] Stringcodes 82 and 83 are the same as the date co...frosch
2011-08-20(svn r22774) -Fix: [NewGRF] String codes for dates should use unsigned words,...frosch
2011-08-20(svn r22773) -Add: Some grass around rivers in desert areas.michi_cc
2011-08-20(svn r22772) -Fix (r22770): validation errorrubidium