Age | Commit message (Expand) | Author |
2012-01-04 | (svn r23751) -Codechange: rename NetworkUDPGameLoop to a more descriptive nam... | rubidium |
2012-01-04 | (svn r23750) -Update from WebTranslator v3.0: | translators |
2012-01-04 | (svn r23749) -Fix: [Win32] Work around a possible deadlock when initialising ... | michi_cc |
2012-01-03 | (svn r23748) -Fix: Make vehicle variables A8 and A9 always return 0. Returnin... | frosch |
2012-01-03 | (svn r23747) -Fix (r23746): forgot one more case | truebrain |
2012-01-03 | (svn r23746) -Fix: also set 'info' to NULL if 'instance' dies (for both AI an... | truebrain |
2012-01-03 | (svn r23745) -Fix (r23087): If autorefit fails, count the vehicle capacity ne... | frosch |
2012-01-03 | (svn r23744) -Fix (r23142) [FS#4923]: Check the version of the right GRF. | frosch |
2012-01-03 | (svn r23743) -Fix [FS#4906]: Call CB 15E for all vehicles before actually exe... | frosch |
2012-01-03 | (svn r23742) -Revert (r23735): for some reason gcc-trunk is more picky than b... | rubidium |
2012-01-03 | (svn r23741) -Revert (r23740): the few parts that the Windows / non-network c... | rubidium |
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium |
2012-01-03 | (svn r23739) -Fix (r23738): owh vim, when can you learn to copy/paste tabs co... | truebrain |
2012-01-03 | (svn r23738) -Fix (r23731): forgot to sync the new window with the script API | truebrain |
2012-01-03 | (svn r23736) -Document: document correctly that WC_GOAL_QUESTION has a Window... | truebrain |
2012-01-03 | (svn r23735) -Codechange: remove ~50 includes from headers that weren't needed | rubidium |
2012-01-03 | (svn r23734) -Cleanup: remove the translated strings as well | rubidium |
2012-01-03 | (svn r23733) -Fix-ish [FS#4939]: cheating to different climates messes things... | rubidium |
2012-01-03 | (svn r23732) -Update from WebTranslator v3.0: | translators |
2012-01-03 | (svn r23731) -Add: add GSGoal::Question(), to ask a question to a(ll) company... | truebrain |
2012-01-03 | (svn r23730) -Add: Australian translation | rubidium |
2012-01-03 | (svn r23729) -Fix (r23670) [FS#4941]: if you increase the buffer size, also i... | truebrain |
2012-01-03 | (svn r23728) -Fix [#FS4942-ish]: when cheating into another company, the Sign... | truebrain |
2012-01-03 | (svn r23727) -Codechange: speedup the 32bpp palette animation by reducing the... | truebrain |
2012-01-03 | (svn r23726) -Fix (r23670): Remove debugging code added accidentally | peter1138 |
2012-01-03 | (svn r23725) -Fix (r23723): compile before commit | yexo |
2012-01-03 | (svn r23724) -Codechange: split of the check to see if ambient sounds are ena... | yexo |
2012-01-03 | (svn r23723) -Codechange: speedup flood checks a bit | yexo |
2012-01-03 | (svn r23722) -Change: Give the chat query window the same Z priority as the n... | frosch |
2012-01-02 | (svn r23721) -Fix (r23070): reading memory of a temporary (already deconstruc... | yexo |
2012-01-02 | (svn r23720) -Fix/Feature [FS#4935]: show the script debug window also when t... | rubidium |
2012-01-02 | (svn r23719) -Fix [FS#4930]: extraction of music packs failed | rubidium |
2012-01-02 | (svn r23718) -Fix [FS#4936]: rescanai caused crash when the AI settings of an... | rubidium |
2012-01-02 | (svn r23717) -Fix [FS#4927]: ships going to wrong dock location when moving t... | rubidium |
2012-01-02 | (svn r23716) -Revert (r23705)[FS#4937]: unforeseen consequences | smatz |
2012-01-02 | (svn r23715) -Update from WebTranslator v3.0: | translators |
2012-01-02 | (svn r23714) -Codechange: don't mix Viewport with non-viewport code | truebrain |
2012-01-02 | (svn r23713) -Codechange: split VehicleMove() into two functions, to minimali... | truebrain |
2012-01-02 | (svn r23712) -Codechange: rename the two vehicle hashes we have to names that... | truebrain |
2012-01-02 | (svn r23711) -Codechange: don't chain the two vehicle hashes, but call them o... | truebrain |
2012-01-01 | (svn r23710) -Change: make the default secondary sort method for the server l... | rubidium |
2012-01-01 | (svn r23709) -Feature-ish: try harder to sort text instead of fancy character... | rubidium |
2012-01-01 | (svn r23708) -Codechange: apply the same trick as r23701 to GetTileSlope(), g... | truebrain |
2012-01-01 | (svn r23707) -Update from WebTranslator v3.0: | translators |
2012-01-01 | (svn r23706) -Codechange: prevent 'unknown command' doxygen errors | smatz |
2012-01-01 | (svn r23705) -Codechange: cache the last processed station in FindStationsAro... | smatz |
2012-01-01 | (svn r23704) -Doc: Doxygen comment fixes and additions. | alberth |
2012-01-01 | (svn r23703) -Codechange: allow a compiler to inline a wrapper function, avoi... | truebrain |
2012-01-01 | (svn r23702) -Codechange: avoid using TileAddWrap() in FindStationsAroundTile... | truebrain |
2012-01-01 | (svn r23701) -Codechange: give TileAddWrap() a 27% speed-up, by swapping entr... | truebrain |