log

age author description
Sun, 21 Aug 2011 14:59:05 +0000 frosch (svn r22802) -Fix (r22781): Coding style. draft
Sun, 21 Aug 2011 14:13:22 +0000 michi_cc (svn r22801) -Feature: [YAPF] Take canal/ocean speed fraction of ships into account. draft
Sun, 21 Aug 2011 13:19:06 +0000 rubidium (svn r22800) -Fix (r22796): don't run the scanning threaded when there is no reason to do so (no UI to update) draft
Sun, 21 Aug 2011 13:10:19 +0000 rubidium (svn r22799) -Fix (r22792): compile failure when there is no networking support draft
Sun, 21 Aug 2011 12:53:38 +0000 rubidium (svn r22798) -Change: jump immediately to the next mode after scanning (if needed) draft
Sun, 21 Aug 2011 12:53:13 +0000 rubidium (svn r22797) -Add: progress bar for scanning NewGRFs draft
Sun, 21 Aug 2011 12:53:00 +0000 rubidium (svn r22796) -Codechange: run the NewGRF scanning in a separate thread draft
Sun, 21 Aug 2011 12:52:24 +0000 rubidium (svn r22795) -Codechange: load the intro game the first time without NewGRFs draft
Sun, 21 Aug 2011 12:51:52 +0000 rubidium (svn r22794) -Codechange: let window drawing determine which windows may be drawn when a modal progress is busy draft
Sun, 21 Aug 2011 12:51:18 +0000 rubidium (svn r22793) -Codechange: remove callback default to make clear they are not forgotten draft
Sun, 21 Aug 2011 12:50:47 +0000 rubidium (svn r22792) -Codechange: use scan callback for initial NewGRF scanning draft
Sun, 21 Aug 2011 12:50:13 +0000 rubidium (svn r22791) -Codechange: use callback for scanning from the NewGRF window draft
Sun, 21 Aug 2011 12:49:51 +0000 rubidium (svn r22790) -Codechange: add callback for when NewGRF scanning is complete draft
Sun, 21 Aug 2011 12:49:14 +0000 rubidium (svn r22789) -Codechange: rename generation window class to modal progress draft
Sun, 21 Aug 2011 12:48:46 +0000 rubidium (svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h draft
Sun, 21 Aug 2011 12:47:45 +0000 rubidium (svn r22787) -Codechange: rename genworld redraw constant draft
Sun, 21 Aug 2011 12:47:24 +0000 rubidium (svn r22786) -Codechange: rename genworld mutices to model_progress mutices draft
Sun, 21 Aug 2011 12:46:46 +0000 rubidium (svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgress draft
Sun, 21 Aug 2011 12:07:15 +0000 frosch (svn r22784) -Fix: Move Action 2 references from GRFFile to GrfProcessingState, and reset them after each loading stage. draft
Sun, 21 Aug 2011 12:06:54 +0000 frosch (svn r22783) -Fix: Move Action 1 references from GRFFile to GrfProcessingState, and reset them after each loading stage. draft
Sun, 21 Aug 2011 12:06:24 +0000 frosch (svn r22782) -Fix: Add GrfProcessingState::ClearDataForNextFile() to clear temporary data at a specific spot, esp. clear 'data_blocks' now. draft
Sun, 21 Aug 2011 12:05:47 +0000 frosch (svn r22781) -Codechange: Group global variables temporarily used during GRF loading into a struct. draft
Sat, 20 Aug 2011 23:16:49 +0000 frosch (svn r22780) -Fix: [NewGRF] String codes 84 and 87 print signed values. draft
Sat, 20 Aug 2011 23:07:37 +0000 frosch (svn r22779) -Add: [NewGRF] Stringcode for printing a unsinged word in power units. (Hirundo) draft
Sat, 20 Aug 2011 22:35:11 +0000 frosch (svn r22778) -Add: [NewGRF] Stringcodes for printing 0-based dates. (Hirundo) draft
Sat, 20 Aug 2011 22:14:27 +0000 frosch (svn r22777) -Fix-ish: [NewGRF] Stringcode 9A 01 is signed, and 9A 0B is kind of unsigned. But since both were already casted to the right types later, this makes actually no difference. draft
Sat, 20 Aug 2011 22:06:38 +0000 frosch (svn r22776) -Codechange: Unify the naming of NewGRF string codes; always include the size of the parameter on the stack. (based on patch by Hirundo) draft
Sat, 20 Aug 2011 21:42:05 +0000 frosch (svn r22775) -Fix: [NewGRF] Stringcodes 82 and 83 are the same as the date codes in old OpenTTD. (Hirundo) draft
Sat, 20 Aug 2011 21:32:34 +0000 frosch (svn r22774) -Fix: [NewGRF] String codes for dates should use unsigned words, like old OpenTTD did before it learned dates before 1920. (Hirundo) draft
Sat, 20 Aug 2011 20:07:02 +0000 michi_cc (svn r22773) -Add: Some grass around rivers in desert areas. draft
Sat, 20 Aug 2011 17:48:57 +0000 rubidium (svn r22772) -Fix (r22770): validation error draft
Sat, 20 Aug 2011 17:46:03 +0000 rubidium (svn r22771) -Codechange: unify some NewGRFScan calling code draft
Sat, 20 Aug 2011 17:45:24 +0000 translators (svn r22770) -Update from WebTranslator v3.0: draft
Sat, 20 Aug 2011 14:23:14 +0000 rubidium (svn r22769) -Fix (r22678): failed patch merging draft
Sat, 20 Aug 2011 14:15:40 +0000 rubidium (svn r22768) -Add: progress bar updates for river building draft
Sat, 20 Aug 2011 14:14:17 +0000 rubidium (svn r22767) -Add: river generation draft
Sat, 20 Aug 2011 12:52:45 +0000 rubidium (svn r22766) -Add: river graphics for the original base set (andythenorth) draft
Sat, 20 Aug 2011 05:35:03 +0000 planetmaker (svn r22765) -Cleanup: Remove unused constants and name a magic constant draft
Fri, 19 Aug 2011 21:19:10 +0000 frosch (svn r22764) -Add: [NoAI] AITile::GetTownAuthority(). draft
Fri, 19 Aug 2011 21:18:32 +0000 frosch (svn r22763) -Fix [FS#4702]: Clarify the meaning of AIStation::IsWithinTownInfluence(), AITile::IsWithinTownInfluence() and AITown::IsWithinTownInfluence(). draft
Fri, 19 Aug 2011 21:14:51 +0000 frosch (svn r22762) -Fix (r22584): Update ai_company.hpp.sq draft
Fri, 19 Aug 2011 20:54:15 +0000 planetmaker (svn r22761) -Fix (r22708): Make invisible signs un-clickable (Zuu) draft
Fri, 19 Aug 2011 20:44:22 +0000 alberth (svn r22760) -Fix (r19459): Also free allocated depot tables. draft
Fri, 19 Aug 2011 17:45:11 +0000 translators (svn r22759) -Update from WebTranslator v3.0: draft
Thu, 18 Aug 2011 17:45:10 +0000 translators (svn r22758) -Update from WebTranslator v3.0: draft
Thu, 18 Aug 2011 14:08:51 +0000 planetmaker (svn r22757) -Fix [FS#4730]: [NewGRF] Invalid memory access when querying the grfID of the default objects draft
Wed, 17 Aug 2011 17:45:11 +0000 translators (svn r22756) -Update from WebTranslator v3.0: draft
Tue, 16 Aug 2011 21:25:33 +0000 frosch (svn r22755) -Fix [FS#4727]: When marking tile selections dirty, use the height information of the corners instead of the surface slope. This is more accurate when the foundation is kind of undefined. draft
Tue, 16 Aug 2011 17:45:07 +0000 translators (svn r22754) -Update from WebTranslator v3.0: draft
Mon, 15 Aug 2011 17:45:10 +0000 translators (svn r22753) -Update from WebTranslator v3.0: draft
Sun, 14 Aug 2011 18:53:55 +0000 rubidium (svn r22751) -Merge: documentation updates from 1.1 draft
Sun, 14 Aug 2011 17:45:12 +0000 translators (svn r22750) -Update from WebTranslator v3.0: draft
Sun, 14 Aug 2011 13:47:14 +0000 frosch (svn r22746) -Feature: [NewGRF] Implement feature 04 property 18 bit 5. draft
Sun, 14 Aug 2011 13:45:36 +0000 frosch (svn r22745) -Fix: [NewGRF] SAT_CARGO_TAKEN and AAT_STATION_CARGO_TAKEN shall only be triggered when all cargo was taken. draft
Sun, 14 Aug 2011 13:43:27 +0000 frosch (svn r22744) -Codechange: Clarify the scope of variables in LoadUnloadVehicle(). draft
Sat, 13 Aug 2011 12:47:18 +0000 alberth (svn r22743) -Fix [FS#4696]: Make aircraft point to the exit when leaving the hangar. draft
Sat, 13 Aug 2011 12:44:42 +0000 alberth (svn r22742) -Add: Add function to query exit direction of hangars at airports. draft
Sat, 13 Aug 2011 12:43:05 +0000 alberth (svn r22741) -Add: Add exit direction of hangars to airport specifications. draft
Sat, 13 Aug 2011 10:44:15 +0000 frosch (svn r22740) -Fix [FS#4708]: Display the size of the leveled platform in the measurement tooltip of terraforming operations. draft
Sat, 13 Aug 2011 10:43:11 +0000 frosch (svn r22739) -Fix: The measurement tooltip is supposed to be hidden when not dragging an area. draft