Age | Commit message (Expand) | Author |
2012-04-19 | (svn r24155) -Fix: the music volume was set too early during startup; at a mo... | rubidium |
2012-04-07 | (svn r24099) -Add: Output list of -d option facilities with in the help text. | alberth |
2012-02-18 | (svn r23963) -Fix [FS#5072]: do not look for missing sprites twice during sta... | rubidium |
2012-01-22 | (svn r23839) -Feature: Allow command line options -e and -g to be combined to... | frosch |
2012-01-04 | (svn r23751) -Codechange: rename NetworkUDPGameLoop to a more descriptive nam... | rubidium |
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium |
2011-12-19 | (svn r23606) -Add: GameScanner, to auto-detect game scripts, and wire it in t... | truebrain |
2011-12-19 | (svn r23604) -Add: initial support for GameScripts | truebrain |
2011-12-17 | (svn r23580) -Codechange: put the infrastructure maintenance cache testing be... | rubidium |
2011-12-11 | (svn r23490) -Add [FS#2750]: OpenBrowser function to open a browser on major ... | yexo |
2011-12-10 | (svn r23476) -Codechange: use the error queue to replace switch mode error st... | rubidium |
2011-12-10 | (svn r23474) -Codechange: move the declaration error related functions to err... | rubidium |
2011-12-04 | (svn r23422) -Fix [FS#4863] (r22797): the default palette setting wasn't appl... | rubidium |
2011-12-03 | (svn r23417) -Fix: wrong argument to printf | rubidium |
2011-12-03 | (svn r23411) -Add: Company infrastructure counts for rail. | michi_cc |
2011-12-01 | (svn r23384) -Remove: no longer allow a binary to be without AI support; the ... | truebrain |
2011-11-20 | (svn r23275) -Codechange: allow loading of the monospace (freetype) font at a... | rubidium |
2011-11-20 | (svn r23273) -Codechange: allow passing a MissingGlyphSearcher to CheckForMis... | rubidium |
2011-11-20 | (svn r23271) -Codechange: don't repeatedly initialise and free the freetype l... | rubidium |
2011-11-17 | (svn r23246) -Codechange: move searching/loading music/sound sets/drivers to ... | rubidium |
2011-11-17 | (svn r23244) -Feature: if the installation is ananas, try to get the b withou... | rubidium |
2011-11-17 | (svn r23241) -Codechange: make the decision when to go to the custom drawn cu... | rubidium |
2011-11-14 | (svn r23224) -Codechange: first load the config file partially so we can push... | rubidium |
2011-11-14 | (svn r23222) -Codechange: reduce tar scanning calls to the bare minimum | rubidium |
2011-11-14 | (svn r23217) -Codechange: introduce the concept of scanning only in a limited... | rubidium |
2011-11-12 | (svn r23198) -Codechange: introduce a free that takes const pointers so we do... | rubidium |
2011-11-06 | (svn r23123) -Fix [FS#4790] (r22792): variable was initialised at the wrong m... | rubidium |
2011-10-30 | (svn r23065) -Add: -q option to read a savegame, write some general info and ... | yexo |
2011-10-04 | (svn r23000) -Feature: Base graphics sets can now specify a preferred blitter... | michi_cc |
2011-09-02 | (svn r22874) -Fix [FS#4747]: Check size of various buffers before allocation.... | michi_cc |
2011-08-24 | (svn r22830) -Codechange: move more logic to after the scanning of NewGRFs | rubidium |
2011-08-24 | (svn r22822) -Codechange: make a distinction between base sets and newgrfs fo... | rubidium |
2011-08-24 | (svn r22818) -Fix [FS#4742] (r22796, rlongago): don't spawn threads for world... | rubidium |
2011-08-21 | (svn r22799) -Fix (r22792): compile failure when there is no networking support | rubidium |
2011-08-21 | (svn r22795) -Codechange: load the intro game the first time without NewGRFs | rubidium |
2011-08-21 | (svn r22792) -Codechange: use scan callback for initial NewGRF scanning | rubidium |
2011-08-21 | (svn r22788) -Codechange: move modal progress related functions and variables... | rubidium |
2011-08-21 | (svn r22786) -Codechange: rename genworld mutices to model_progress mutices | rubidium |
2011-08-21 | (svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgress | rubidium |
2011-07-29 | (svn r22693) -Fix [FS#4691]: The override managers were not reset in some cas... | frosch |
2011-07-03 | (svn r22626) -Fix [FS#4622]: Also initialise _old_vds with newgame settings; ... | frosch |
2011-05-28 | (svn r22512) -Add: Save heightmap. | alberth |
2011-05-04 | (svn r22423) -Document: some network stuff | rubidium |
2011-05-04 | (svn r22419) -Change: Always use the DOS palette for drawing. | frosch |
2011-03-05 | (svn r22202) -Codechange: make MusicFileSettings a proper citizen of the clie... | rubidium |
2011-02-25 | (svn r22145) -Codechange: Do explicit test for non-bool values. | alberth |
2011-02-19 | (svn r22116) -Codechange: use PoolBase::Clean() at more places | smatz |
2011-02-19 | (svn r22115) -Fix (r22114): some comments and code ordering were wrong | smatz |
2011-02-19 | (svn r22113) -Codechange: use PoolBase::CleanAll() to clean all pools at game... | smatz |
2011-02-18 | (svn r22098) -Codechange: Have an array of option data, use it in the option ... | alberth |