Age | Commit message (Expand) | Author |
2010-12-22 | (svn r21595) -Codechange: Some header files had their name changed, update th... | alberth |
2010-12-21 | (svn r21571) -Codechange: Having a break after a return is no good. | alberth |
2010-12-14 | (svn r21521) -Codechange: Unify some cached values that were present in both ... | terkhen |
2010-12-14 | (svn r21515) -Codechange: Use cached_total_length where appropiate. | terkhen |
2010-12-13 | (svn r21493) -Codechange: don't use the full 32 bits of the level land comman... | rubidium |
2010-12-12 | (svn r21488) -Codechange: make use of TILE_AREA_LOOP in the tile list AI API | rubidium |
2010-12-05 | (svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes | rubidium |
2010-12-05 | (svn r21415) -Codechange: limit station/waypoint name by amount of characters... | rubidium |
2010-12-05 | (svn r21413) -Codechange: limit sign name by amount of characters, not bytes | rubidium |
2010-12-05 | (svn r21412) -Codechange: limit company name by amount of characters, not bytes | rubidium |
2010-12-05 | (svn r21411) -Codechange: limit group name by amount of characters, not bytes | rubidium |
2010-11-26 | (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPai... | alberth |
2010-11-24 | (svn r21311) -Fix [FS#4260]: AIs in an infinite loop in e.g. autosave, but al... | rubidium |
2010-11-20 | (svn r21280) -Merge: documentation updates from 1.0 | rubidium |
2010-11-18 | (svn r21250) -Fix [FS#3952]: Rescanning AIs didn't "forget" removed AIs | rubidium |
2010-11-18 | (svn r21248) -Codechange: don't run the tar scanner twice upon startup | rubidium |
2010-11-18 | (svn r21246) -Fix: upon rescanning AIs the new AIs would (after some time) sh... | rubidium |
2010-11-13 | (svn r21157) -Codechange: remove information about the text direction out of ... | rubidium |
2010-11-10 | (svn r21142) -Codechange: replace magic bridge length constants with proper c... | rubidium |
2010-10-30 | (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) | alberth |
2010-10-16 | (svn r20951) -Codechange: Add SmallMap::Contains() and use it. | frosch |
2010-09-15 | (svn r20810) -Merge: documentation updates from 1.0 | rubidium |
2010-09-13 | (svn r20798) -Doc [FS#4117]: [NoAI] AITile::HasTransportType doesn't work for... | yexo |
2010-09-08 | (svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehic... | rubidium |
2010-09-08 | (svn r20765) -Fix (r17345): AIEventCompanyAskMerger was disguised as AIEventC... | yexo |
2010-08-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-23 | (svn r20606) -Change [FS#4042]: change the debug level of the "Registering tw... | yexo |
2010-08-23 | (svn r20604) -Feature: add a reset button to the newgrf parameters window | yexo |
2010-08-19 | (svn r20575) -Fix [FS#4059] (r20542): reloading of companies did load another AI | rubidium |
2010-08-19 | (svn r20574) -Codechange: a little over 1 million vehicles should be enough f... | rubidium |
2010-08-19 | (svn r20573) -Codechange: free/reserve some bits in the sell vehicle command ... | rubidium |
2010-08-19 | (svn r20572) -Codechange: free/reserve some bits in the wagon move command to... | rubidium |
2010-08-19 | (svn r20571) -Codechange: free/reserve some bits in the order commands to inc... | rubidium |
2010-08-19 | (svn r20568) -Codechange: change the value of AIVehicle::VEHICLE_INVALID and ... | yexo |
2010-08-19 | (svn r20563) -Change: [NoAI] rename AIAbstractList to AIList | yexo |
2010-08-19 | (svn r20562) -Change: [NoAI] Move all functions from AIList to AIAbstractList | yexo |
2010-08-19 | (svn r20560) -Fix: AIs (still/again?) crashing for certain commands | rubidium |
2010-08-19 | (svn r20558) -Codechange: use one generic function to create a list of compan... | yexo |
2010-08-19 | (svn r20556) -Fix (r20555): a tempory copy/pasted line ended up in the commit | yexo |
2010-08-19 | (svn r20555) -Fix [FS#4053]: wrong tooltip for the company select button in t... | yexo |
2010-08-18 | (svn r20534) -Codechange: unify the naming of the 'vehicle must be stopped in... | yexo |
2010-08-18 | (svn r20533) -Codechange: shuffle a bit with the bits in the sell command | rubidium |
2010-08-17 | (svn r20532) -Codechange: unify selling of vehicles a bit | rubidium |
2010-08-17 | (svn r20523) -Fix [FS#4040]: Do not print a colon for AI settings with empty ... | frosch |
2010-08-15 | (svn r20499) -Doc: Spelling fixes, and one doxygen comment addition. | alberth |
2010-08-14 | (svn r20489) -Fix [FS#4031]: [NoAI] checking whether water tiles are connecte... | rubidium |
2010-08-13 | (svn r20479) -Change: Use 'Buttons Name: Value' layout for AI and NewGRF para... | frosch |
2010-08-12 | (svn r20470) -Codechange: Make arrow buttons lower and raise like other butto... | frosch |
2010-08-12 | (svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL... | frosch |
2010-08-12 | (svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ... | frosch |