Age | Commit message (Expand) | Author |
2019-11-14 | Fix #7646: Incomplete cleanup for non-threaded world generation failure (#7805) | glx22 |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt |
2019-04-29 | Codechange: Remove Company/OwnerByte types | Charles Pigott |
2019-04-10 | Codechange: Use null pointer literal instead of the NULL macro | Henry Wilson |
2019-04-06 | Codechange: Replace custom thread code with C++11 thread objects. | Michael Lutz |
2019-04-06 | Codechange: Replace custom mutex code with C++11 mutex'es. | Michael Lutz |
2019-02-08 | Codechange: Make the style of MakeVoid calls uniform (#7192) | Gabda |
2016-10-30 | (svn r27670) -Add: [FS#6471] Assign descriptive names to (GNU pthread) thread... | frosch |
2016-09-04 | (svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOp... | alberth |
2016-09-04 | (svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and Detaile... | alberth |
2016-08-15 | (svn r27627) -Codechange: Deduplicate some cursor magic into SetMouseCursorBusy. | frosch |
2014-04-28 | (svn r26538) -Codechange: remove double accounting of the drivers | rubidium |
2014-04-26 | (svn r26518) -Change: make genworld messages on the dedicated server disable-... | rubidium |
2014-04-23 | (svn r26486) -Codechange: replace a number of snprintfs with seprintf | rubidium |
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ... | rubidium |
2014-02-23 | (svn r26371) -Fix [FS#5831]: Calling DoCommandP during the gameloop cleared p... | frosch |
2013-12-23 | (svn r26174) -Codechange: Rename BaseStorageArray to BasePersistentStorageArray | frosch |
2012-04-17 | (svn r24132) -Change [FS#4713]: Improve randomness of tile order in the tile ... | michi_cc |
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium |
2011-12-19 | (svn r23611) -Add: run the begin of the script already while generating, and ... | truebrain |
2011-12-19 | (svn r23609) -Add: save/load all GameScript related material | truebrain |
2011-12-19 | (svn r23601) -Fix: fix the conflict in window number | truebrain |
2011-12-10 | (svn r23480) -Fix [FS#4594]: replace OS error messages with internal error me... | rubidium |
2011-12-10 | (svn r23470) -Codechange: move declaration of SwitchToMode to a header instea... | rubidium |
2011-11-30 | (svn r23376) -Remove: on popular demand, remove my (revoked) name from commen... | truebrain |
2011-08-24 | (svn r22819) -Fix: include the header where it should be included | rubidium |
2011-08-24 | (svn r22818) -Fix [FS#4742] (r22796, rlongago): don't spawn threads for world... | rubidium |
2011-08-21 | (svn r22789) -Codechange: rename generation window class to modal progress | 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-01-22 | (svn r21890) -Cleanup: remove some unneeded includes | rubidium |
2011-01-18 | (svn r21833) -Fix [FS#4427]: desync debug savegames might not be actually sav... | rubidium |
2010-09-17 | (svn r20822) -Fix [FS#3707]: deadlock when aborting map generation on windows | yexo |
2010-08-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-22 | (svn r20591) -Codechange: make sure _date_fract is set when SetDate is called... | rubidium |
2010-08-08 | (svn r20411) -Codechange: rename unmovables as quite a lot of them are actual... | rubidium |
2010-08-02 | (svn r20320) -Doc: Small Doxygen and normal comment fixes, and an missed addi... | alberth |
2010-07-19 | (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi... | rubidium |
2010-07-19 | (svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld | rubidium |
2010-06-05 | (svn r19934) -Fix [FS#3857]: When 'pause on new game' is set, pause the game ... | frosch |
2010-06-05 | (svn r19933) -Fix [FS#3804]: Keep _current_company and _local_company in sync... | frosch |
2010-04-08 | (svn r19589) -Change: add some more useful information to the desync log and ... | rubidium |
2010-01-18 | (svn r18861) -Doc: more doxygen documentation in genworld files | smatz |
2010-01-17 | (svn r18853) -Codechange: apply coding style to GenWorld's enums, structs and... | smatz |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2009-12-15 | (svn r18506) -Fix [FS#3368]: no error message was created for the first fatal... | rubidium |
2009-11-21 | (svn r18207) -Fix [FS#3324] (r11961): [NewGRF] When starting a new game the v... | rubidium |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-19 | (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi... | rubidium |
2009-09-01 | (svn r17339) -Codechange: move thread related files to their own directory (l... | rubidium |