Age | Commit message (Expand) | Author |
2011-11-17 | (svn r23243) -Codechange: give a clearer error when the sprite font failed to... | rubidium |
2011-11-17 | (svn r23242) -Codechange: allow ignoring the sprite font completely when chec... | rubidium |
2011-11-17 | (svn r23241) -Codechange: make the decision when to go to the custom drawn cu... | rubidium |
2011-11-17 | (svn r23240) -Codechange: rework the code of the download status window | rubidium |
2011-11-17 | (svn r23239) -Fix: saving/loading the snow line height twice, especially when... | rubidium |
2011-11-17 | (svn r23238) -Update from WebTranslator v3.0: | translators |
2011-11-16 | (svn r23237) -Fix: ignore special characters, such as the train "character", ... | rubidium |
2011-11-16 | (svn r23236) -Fix (r23141): Construction of objects was always rejected. | frosch |
2011-11-16 | (svn r23235) -Update from WebTranslator v3.0: | translators |
2011-11-16 | (svn r23234) -Fix [FS#4840]: crash when after downloading content | rubidium |
2011-11-15 | (svn r23233) -Codechange: Refactor maximum and actually transported cargo amo... | michi_cc |
2011-11-15 | (svn r23232) -Change: move the "default" overrides out of the baseset in orde... | rubidium |
2011-11-15 | (svn r23231) -Fix: [NewGRF] Make train var 0xF3 consistent with TTDPatch. | michi_cc |
2011-11-15 | (svn r23230) -Codechange: stupid casing for UnPause. It's a single word, not ... | rubidium |
2011-11-15 | (svn r23229) -Update from WebTranslator v3.0: | translators |
2011-11-15 | (svn r23228) -Fix (r23227): FileScanner::Scan() still did not scan all requir... | frosch |
2011-11-15 | (svn r23227) -Fix (r23219): The FileScanner should also consider the old dire... | frosch |
2011-11-15 | (svn r23226) -Fix (r23219): If you find a file, also use it. | frosch |
2011-11-14 | (svn r23225) -Fix: create the newgrf/baseset/ai directories in the personal d... | rubidium |
2011-11-14 | (svn r23224) -Codechange: first load the config file partially so we can push... | rubidium |
2011-11-14 | (svn r23223) -Codechange: store the last newgrf count in the misc section | rubidium |
2011-11-14 | (svn r23222) -Codechange: reduce tar scanning calls to the bare minimum | rubidium |
2011-11-14 | (svn r23221) -Codechange: update the documentation and installers regarding t... | rubidium |
2011-11-14 | (svn r23220) -Change: move the baseset files to their new location | rubidium |
2011-11-14 | (svn r23219) -Change: different directories for basesets and newgrfs. So data... | rubidium |
2011-11-14 | (svn r23218) -Codechange: prepare code for a separate base set directory | rubidium |
2011-11-14 | (svn r23217) -Codechange: introduce the concept of scanning only in a limited... | rubidium |
2011-11-14 | (svn r23216) -Codechange: introduce the concept of having different tar lists | rubidium |
2011-11-14 | (svn r23215) -Codechange: stricter type safety for CommandFlags | rubidium |
2011-11-14 | (svn r23214) -Codechange: for base media sets pass the "search in tars" param... | rubidium |
2011-11-14 | (svn r23213) -Update from WebTranslator v3.0: | translators |
2011-11-14 | (svn r23212) -Fix [FS#4834] (r22980): Deleting groups did not update statisti... | frosch |
2011-11-14 | (svn r23211) -Fix: Invalidate build vehicle window when changing the setting ... | planetmaker |
2011-11-13 | (svn r23210) -Codechange: generate the GetClassName function for the AI class... | rubidium |
2011-11-13 | (svn r23209) -Codechange: track the current active script instance directly, ... | truebrain |
2011-11-13 | (svn r23208) -Codechange: mark function with /* static */ in the source file,... | truebrain |
2011-11-13 | (svn r23207) -Codechange: make functions private/protected/public depending o... | truebrain |
2011-11-13 | (svn r23206) -Change: ignore .svn in .hgignore, and .hg in svn:ignore | truebrain |
2011-11-13 | (svn r23205) -Update from WebTranslator v3.0: | translators |
2011-11-13 | (svn r23204) -Fix (r23201): if you rename a constant, then also rename it in ... | rubidium |
2011-11-13 | (svn r23203) -Change: make locks more consistently looking (PaulC) | rubidium |
2011-11-12 | (svn r23202) -Fix [FS#4829]: unstable sorting in the network list when two se... | rubidium |
2011-11-12 | (svn r23201) -Doc: [NoAI] Hide all contents of AIObject from the API document... | yexo |
2011-11-12 | (svn r23200) -Update from WebTranslator v3.0: | translators |
2011-11-12 | (svn r23199) -Fix [FS#4822]: oil rigs that "expired" did not get removed from... | rubidium |
2011-11-12 | (svn r23198) -Codechange: introduce a free that takes const pointers so we do... | rubidium |
2011-11-12 | (svn r23197) -Fix: -Wno-narrowing didn't have any effect anymore | smatz |
2011-11-12 | (svn r23196) -Fix: GCC 4.7 compilation | smatz |
2011-11-12 | (svn r23195) -Codechange: if we really need to cast away constness, use const... | rubidium |
2011-11-12 | (svn r23194) -Codechange: don't cast away const needlessly | rubidium |