Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-07 | (svn r17740) -Codechange: Extract financial expenses drawing routines. | alberth | |
2009-10-07 | (svn r17739) -Cleanup: compiler didn't warn about an unused variable, ↵ | rubidium | |
fonsinchen did | |||
2009-10-07 | (svn r17738) -Update from WebTranslator v3.0: | translators | |
russian - 1 changes by Lone_Wolf | |||
2009-10-07 | (svn r17737) -Codechange: remove the chat window when you were chatting with ↵ | rubidium | |
someone who lost his/her connection or when you were team chatting and moved out of the company. | |||
2009-10-07 | (svn r17736) -Codechange [FS#3135]: rewrite CargoList::MoveTo; don't require ↵ | rubidium | |
the secondary list, use cache updates instead of rebuilds. This is usually faster because of primarily gradual loading that only moves a (small) part of the cargo each time. Based on patch by fonsinchen. | |||
2009-10-07 | (svn r17735) -Codechange: update the cache one inserting/removing ↵ | rubidium | |
CargoPackets from the CargoList via Append/Truncate instead of rebuilding the whole cache. For Append this changes the O(n) cache rebuild into a O(1) cache update. For Truncate no temporary list is needed anymore (based on patch by fonsinchen) | |||
2009-10-06 | (svn r17734) -Fix (r17732): broke the assumption that 'this->packets == ↵ | rubidium | |
this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption. | |||
2009-10-06 | (svn r17733) -Codechange: store the 'days in transit' cache as the sum of ↵ | rubidium | |
the days in transit instead of the average; the variable isn't requested that often (primarily station NewGRFs) that the dividing/testing for dividing by 0 step needs to be cached. | |||
2009-10-06 | (svn r17732) -Codechange: reorder some variables of cargo packets/cargo ↵ | rubidium | |
lists to get better alignment *and* smaller structs; both from 40 bytes to 32 bytes on 64 bits. | |||
2009-10-06 | (svn r17731) -Codechange: do not cache a boolean which states whether some ↵ | rubidium | |
other variable is not 0. | |||
2009-10-06 | (svn r17730) -Codechange: do not cache the source of a packet in the cargo ↵ | rubidium | |
list. It's only used for (some) GUI/NewGRF purposes so precalculating it costs more than calculating when it's actually used. | |||
2009-10-06 | (svn r17729) -Cleanup: Deduplicate some code. | frosch | |
2009-10-06 | (svn r17728) -Cleanup: Remove some more unneeded/unused parameters. | frosch | |
2009-10-06 | (svn r17727) -Codechange: some coding style and documentation fixes | rubidium | |
2009-10-06 | (svn r17726) -Cleanup: Remove some unneeded/unused parameters. | frosch | |
2009-10-06 | (svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when ↵ | frosch | |
a Engine * is already present. | |||
2009-10-06 | (svn r17724) -Codechange: Merge magic height values toghether in finances ↵ | alberth | |
window. | |||
2009-10-06 | (svn r17723) -Update from WebTranslator v3.0: | translators | |
traditional_chinese - 1 changes by josesun | |||
2009-10-06 | (svn r17722) -Codechange: simplify the cargopacket constructor; unduplicate ↵ | rubidium | |
if and don't set a value to 0 if it already is 0. | |||
2009-10-06 | (svn r17721) -Codechange: replace a magic number with a constant | rubidium | |
2009-10-06 | (svn r17720) -Codechange: guard the CargoPacket variables that are cached in ↵ | rubidium | |
CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen) | |||
2009-10-05 | (svn r17719) -Change: [NoAI] Make AIEngine:CanRefitCargo() not report ↵ | frosch | |
refittability to Mail by default for aircraft. It is not necessarily true, and the special case of carrying both passenger&mail is better handled by AIs themself than by the API. | |||
2009-10-05 | (svn r17718) -Update from WebTranslator v3.0: | translators | |
afrikaans - 35 changes by Maccie123 frisian - 50 changes by Minifan | |||
2009-10-04 | (svn r17717) -Codechange: [OSX] Replace deprecated variable type. | michi_cc | |
2009-10-04 | (svn r17716) -Codechange: [OSX] Invoke a (semi-)private Objective-C method ↵ | michi_cc | |
in a way that does not rely on the SDK version. | |||
2009-10-04 | (svn r17715) -Cleanup: [OSX] And a final round of coding style and some ↵ | michi_cc | |
cleaning. | |||
2009-10-04 | (svn r17714) -Cleanup: [OSX] Apply more coding style. | michi_cc | |
2009-10-04 | (svn r17713) -Cleanup: [OSX] Move variable definitions to first use and ↵ | michi_cc | |
apply more coding style. | |||
2009-10-04 | (svn r17712) -Codechange [FS#1411]: [OSX] Replace undocumented process ↵ | michi_cc | |
manager API calls with a documented alternative. (pyth) | |||
2009-10-04 | (svn r17711) -Codechange: [OSX] Don't use deprecated methods to construct a ↵ | michi_cc | |
Cocoa string. | |||
2009-10-04 | (svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio. | michi_cc | |
2009-10-04 | (svn r17709) -Fix (r17706): Missing svn-props. Sigh. | michi_cc | |
2009-10-04 | (svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X. | michi_cc | |
2009-10-04 | (svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog ↵ | michi_cc | |
box if it was hidden. | |||
2009-10-04 | (svn r17706) -Codechange: [OSX] Rework the crash handling to use the common ↵ | michi_cc | |
CrashLog infrastructure. | |||
2009-10-04 | (svn r17705) -Fix: [OSX] Re-enable signal handling on OSX 10.3.9. Trying to ↵ | michi_cc | |
link with an undefined symbols that lives in the system library seems to confuse the loader on 10.3.9. Use a different function to circumvent it. | |||
2009-10-04 | (svn r17704) -Codechange: [OSX] Improve detection of OS X version. (planetmaker) | michi_cc | |
2009-10-04 | (svn r17703) -Change: [OSX] Rework the configure OSX SDK detection to ↵ | michi_cc | |
actually try different SDK versions and use the best SDK for each universal target. -Change: [OSX] Improve the configure checks for QuickDraw and QuickTime. | |||
2009-10-04 | (svn r17702) -Change: [OSX] Assure that the minimal OSX version is defined ↵ | michi_cc | |
in all cases. -Codechange: [OSX] Improve conditional defines for OS version dependant code. | |||
2009-10-04 | (svn r17701) -Codechange: don't start line with a space if it's not inside ↵ | smatz | |
comment | |||
2009-10-04 | (svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into ↵ | frosch | |
EngineInfo::refit_mask during initialisation. | |||
2009-10-04 | (svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the ↵ | rubidium | |
'generic' includes so compilation without network support doesn't get broken as easily by changes in header files | |||
2009-10-04 | (svn r17698) -Fix (r17140) [FS#3205]: Convert endian after loading sounds ↵ | frosch | |
from file. | |||
2009-10-04 | (svn r17697) -Codechange: coding style in the automatically generated ↵ | rubidium | |
squirrel wrapper code | |||
2009-10-04 | (svn r17696) -Fix (r17693): compile failure when compiling without freetype | rubidium | |
2009-10-04 | (svn r17695) -Update from WebTranslator v3.0: | translators | |
frisian - 37 changes by Minifan hebrew - 133 changes by dnd_man hungarian - 2 changes by alyr thai - 66 changes by ityellow vietnamese - 12 changes by nglekhoi | |||
2009-10-04 | (svn r17694) -Codechange: don't break $ to two lines in squirrel_export.awk | smatz | |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium | |
2009-10-04 | (svn r17692) -Codechange: minor coding style fixes | smatz | |
2009-10-04 | (svn r17691) -Codechange: make the status bar nested | rubidium | |