Mercurial > hg > openttd
graph
-
(svn r15157) -Codechange: wrap the hostname/ip and port into a single structure so we can pass either one of them and not convert an ip to a string and then back again. draftTue, 20 Jan 2009 01:32:06 +0000, by rubidium
-
(svn r15156) -Fix: add scrollwheel support to allegro draftMon, 19 Jan 2009 22:27:43 +0000, by rubidium
-
(svn r15155) -Codechange: remove unused return value draftMon, 19 Jan 2009 22:01:37 +0000, by rubidium
-
(svn r15154) -Fix [FS#2555] (r15126): wrong tooltip for the matrix draftMon, 19 Jan 2009 21:13:02 +0000, by rubidium
-
(svn r15153) -Fix (r15126): the scrollbar's "count" wasn't always correctly set draftMon, 19 Jan 2009 21:11:51 +0000, by rubidium
-
(svn r15152) -Update: WebTranslator2 update to 2009-01-19 18:47:48 draftMon, 19 Jan 2009 18:48:06 +0000, by translators
-
(svn r15151) -Fix: tile 0 can now be highlighted as error tile draftMon, 19 Jan 2009 15:06:11 +0000, by Yexo
-
(svn r15150) -Fix: Don't highlight tiles outside the visible map. draftMon, 19 Jan 2009 13:50:56 +0000, by Yexo
-
(svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, therefore it does not belong in _gui. draftMon, 19 Jan 2009 12:07:01 +0000, by peter1138
-
(svn r15148) -Cleanup: Remove the options "competitor start time" and "competitor intelligence" from the difficulty options because they already were unused. draftMon, 19 Jan 2009 01:16:50 +0000, by Yexo
-
(svn r15146) -Fix: show savegame name even when opening it failed draftSun, 18 Jan 2009 23:33:57 +0000, by smatz
-
(svn r15145) -Fix: crash when one tried to load a TTO savegame draftSun, 18 Jan 2009 23:26:38 +0000, by smatz
-
(svn r15144) -Codechange: make sure we don't run out of bounds while determining old savegame name draftSun, 18 Jan 2009 22:44:53 +0000, by smatz
-
(svn r15142) -Fix (r15126): missing NewGRFs cause a crash when getting the content list. draftSun, 18 Jan 2009 19:23:41 +0000, by rubidium
-
(svn r15141) -Update: WebTranslator2 update to 2009-01-18 18:46:25 draftSun, 18 Jan 2009 18:46:41 +0000, by translators
-
(svn r15140) -Cleanup (r15128): remove AI installation/bundling as we don't distribute AIs via the bundles anymore draftSun, 18 Jan 2009 18:41:11 +0000, by rubidium
-
(svn r15139) -Fix [NoAI]: a wrong tile got returned for hangar tiles when the station sign isn't over st->airport_tile. draftSun, 18 Jan 2009 17:03:57 +0000, by rubidium
-
(svn r15138) -Fix [FS#2542]: tile error location not reset when leveling land causing a tile to be highlighted when there was nothing to flatten. draftSun, 18 Jan 2009 16:26:59 +0000, by rubidium
-
(svn r15137) -Fix (r11822)(r14340): signs with sign 'Sign' were lost when converting from TTD savegames draftSun, 18 Jan 2009 16:20:04 +0000, by smatz
-
(svn r15136) -Fix (r15126): (file) name could occasionally be wider than the download window causing glitches. draftSun, 18 Jan 2009 15:53:21 +0000, by rubidium
-
(svn r15135) -Fix/Change: allow str_validate (part of receiving strings from the network) to pass newlines instead of replacing them with question marks, but only when asked to do so. draftSun, 18 Jan 2009 13:12:57 +0000, by rubidium
-
(svn r15134) -Fix (r15126): not selecting dependencies when pressing "select update" draftSun, 18 Jan 2009 00:05:49 +0000, by rubidium
-
(svn r15133) -Fix: Crash if no NoAIs are present. draftSat, 17 Jan 2009 22:22:53 +0000, by peter1138
-
(svn r15132) -Change: move console_gui.cpp and highscore_gui.cpp to 'GUI Source Code' section (MSVC) draftSat, 17 Jan 2009 21:03:54 +0000, by glx
-
(svn r15131) -Fix: Indentifluxation combobulated draftSat, 17 Jan 2009 21:01:15 +0000, by peter1138
-
(svn r15130) -Update: WebTranslator2 update to 2009-01-17 18:48:58 draftSat, 17 Jan 2009 18:49:09 +0000, by translators
-
(svn r15129) -Fix [Regression]: no longer test the AI Libraries draftSat, 17 Jan 2009 17:06:41 +0000, by truebrain
-
(svn r15128) -Remove: remove WrightAI and AI Libraries from SVN, as they are now available via the content service draftSat, 17 Jan 2009 16:57:30 +0000, by truebrain
-
(svn r15126) -Feature: downloading content from a central server (content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates. draftSat, 17 Jan 2009 16:53:32 +0000, by rubidium
-
(svn r15125) -Fix [FS#2544]: Do not try to determine the next order destination, if there are no orders. draftSat, 17 Jan 2009 16:25:32 +0000, by frosch
-
(svn r15124) -Fix: last memory leak related to NoAI draftSat, 17 Jan 2009 15:38:37 +0000, by truebrain
-
(svn r15123) -Fix [NoAI]: 'const char *' implies that the return value should not be free'd, which is should .. so make them 'char *' draftSat, 17 Jan 2009 15:31:30 +0000, by truebrain
-
(svn r15122) -Codechange: add a security assert, to make sure something never happens draftSat, 17 Jan 2009 15:14:13 +0000, by truebrain
-
(svn r15121) -Fix: more mem-leak fixes (this should make SmatZ so happy ;) :p) draftSat, 17 Jan 2009 15:07:35 +0000, by truebrain
-
(svn r15119) -Fix: several issues with result 0x4 (standard production change of primary industries) of callbacks 0x29 and 0x35. draftSat, 17 Jan 2009 14:49:31 +0000, by frosch
-
(svn r15117) -Codechange: enlarge a few text boxes in the Create Scenario window, allowing them to be more visible. draftSat, 17 Jan 2009 03:05:35 +0000, by belugas
-
(svn r15116) -Fix (r1): company money weren't correctly converted from TTD(P) savegames draftFri, 16 Jan 2009 21:50:55 +0000, by smatz
-
(svn r15115) -Documentation: Add some widget enums to the widget array definition (Terkhen). draftFri, 16 Jan 2009 21:25:59 +0000, by belugas
-
(svn r15114) -Codechange: Add support for 8 byte action7/9 data, used as a mask for GRFID checks. draftFri, 16 Jan 2009 19:53:52 +0000, by peter1138
-
(svn r15113) -Codechange: unify calling ScanForTarFiles when determining the paths. draftFri, 16 Jan 2009 16:32:48 +0000, by rubidium
-
(svn r15112) -Fix (r15108): transform should include algorithm as that's where it's from. Furthermore not including it gives compile errors for some draftFri, 16 Jan 2009 16:29:07 +0000, by rubidium
-
(svn r15111) -Fix: when scanning a path and saying it should ignore tars, it didn't do so draftFri, 16 Jan 2009 16:14:01 +0000, by rubidium
-
(svn r15110) -Fix: reading the shortname of graphicssets always missed the first character. draftFri, 16 Jan 2009 16:12:12 +0000, by rubidium
-
(svn r15109) -Add [NoAI]: add AITile::LevelTiles (Yexo) draftFri, 16 Jan 2009 15:01:54 +0000, by truebrain
-
(svn r15108) -Fix: TarAddLink didn't lowercase strings, breaking tar-loading when using uppercase files draftFri, 16 Jan 2009 14:56:33 +0000, by truebrain
-
(svn r15107) -Fix [NoAI]: don't use so much explicit string copies if it is not required draftFri, 16 Jan 2009 14:56:13 +0000, by truebrain
-
(svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes strings. draftFri, 16 Jan 2009 12:59:47 +0000, by rubidium
-
(svn r15103) -Change: Keep industry variables 8E and 8F in sync with 93, when changing production using results 0D, 0E or 0F of callback 29 or 35. draftFri, 16 Jan 2009 11:32:35 +0000, by frosch
-
(svn r15102) -Fix (r15101): somehow makedepend fucked up (patch by Yexo) draftFri, 16 Jan 2009 00:27:22 +0000, by truebrain
-
(svn r15101) -Change [API CHANGE]: more consistant naming for consts: draftFri, 16 Jan 2009 00:05:26 +0000, by truebrain
-
(svn r15100) -Add [NoAI]: introduce TILE_INVALID as const draftThu, 15 Jan 2009 21:20:12 +0000, by truebrain
-
(svn r15099) -Fix (r15078): GetTileIndex(0, -1) is perfectly fine draftThu, 15 Jan 2009 20:59:22 +0000, by truebrain
-
(svn r15098) -Fix [FS#2535]: MinGW's find didn't remove the .svn directories during bundling as we told it to, so we're using a slightly different approach that seems to work draftThu, 15 Jan 2009 18:49:06 +0000, by rubidium
-
(svn r15097) -Update: WebTranslator2 update to 2009-01-15 18:47:56 draftThu, 15 Jan 2009 18:48:09 +0000, by translators
-
(svn r15096) -Fix [NoAI]: free memory when no longer needed draftThu, 15 Jan 2009 18:24:49 +0000, by truebrain
-
(svn r15095) -Add [NoAI]: allow AI Libraries to be in .tar files (subdir required, as with AIs draftThu, 15 Jan 2009 18:15:12 +0000, by truebrain
-
(svn r15094) -Feature: Add support for IP range bans using CIDR notation. draftThu, 15 Jan 2009 18:11:26 +0000, by peter1138
-
(svn r15093) -Fix [NoAI]: check if a tile is valid before using IsTileType (bug found by Zuu, patch by Yexo) draftThu, 15 Jan 2009 17:00:47 +0000, by truebrain
-
(svn r15092) -Fix [NoAI]: make the library internal class name consistant with their directory name draftThu, 15 Jan 2009 16:53:18 +0000, by truebrain
-
(svn r15090) -Add [NoAI] [API CHANGE]: info.nut/library.nut now requires a function GetShortName(), which should return a 4 (four) character string, unique throughout the world. This id is simular to a GRFid. draftThu, 15 Jan 2009 14:37:44 +0000, by truebrain
-
(svn r15089) -Fix: make install not installing the AI directory and thus the AI libraries were missing in the debian builds. draftThu, 15 Jan 2009 13:03:19 +0000, by rubidium
-
(svn r15088) -Fix [FS#2536]: Resize company list in town authority window if required. draftThu, 15 Jan 2009 12:50:59 +0000, by peter1138
-
(svn r15087) -Codechange: Less hardcoding of y positions in town authority window. draftThu, 15 Jan 2009 12:36:24 +0000, by peter1138
-
(svn r15086) -Fix: start AIs after 6 months on hard, 12 months on medium, and 24 months on easy. The current values were a bit .. too long waiting period ;) draftWed, 14 Jan 2009 21:32:06 +0000, by truebrain
-
(svn r15085) -Fix (r14164): Clearing a settings group did not delete old items nor reset the last_item pointer, causing lists to not be saved unless they started blank. draftWed, 14 Jan 2009 20:23:45 +0000, by peter1138
-
(svn r15084) -Fix [NoAI] (r15027): by removing the threads for NoAIs, it is no longer possible to use DoCommand (even indirect) in AIAbstractList::Valuator(). draftWed, 14 Jan 2009 18:25:48 +0000, by truebrain
-
(svn r15083) -Add [NoAI]: added a console command to reload an AI (requested by Zuu) draftWed, 14 Jan 2009 15:39:05 +0000, by truebrain
-
(svn r15082) -Codechange: make the AI library path also a searchdir instead of manually manufacturing it into a searchdir. draftWed, 14 Jan 2009 15:20:06 +0000, by rubidium
-
(svn r15081) -Fix (r15080): of course it's about southern border, not northern... draftWed, 14 Jan 2009 13:40:11 +0000, by smatz
-
(svn r15080) -Fix: terraforming at the northern border failed without any visible reason draftWed, 14 Jan 2009 13:11:39 +0000, by smatz
-
(svn r15079) -Codechange: split tcp 'backend' and in-game handling like it is for UDP. draftWed, 14 Jan 2009 12:50:13 +0000, by rubidium
-
(svn r15078) -Fix [NoAI]: AIMap didn't filter its input (Yexo) draftTue, 13 Jan 2009 23:50:12 +0000, by truebrain
-
(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEAR draftTue, 13 Jan 2009 22:58:03 +0000, by smatz
-
(svn r15076) -Fix: a start_date of 0 would never start an AI .. so don't allow it (Yexo) draftTue, 13 Jan 2009 22:36:44 +0000, by truebrain
-
(svn r15075) -Fix: store _next_competitor_start as uint32, else it might overflow for values > 2.4 years draftTue, 13 Jan 2009 21:32:47 +0000, by truebrain
-
(svn r15073) -Fix (r15067) [FS#2532]: Default copy constructors don't necessarily do what you want. Instead of creating one, we now pass a pointer around as that avoids additional allocations. draftTue, 13 Jan 2009 20:43:53 +0000, by peter1138
-
(svn r15072) -Fix (r14919): Distant-join search-area was determined inconsistently. draftTue, 13 Jan 2009 19:55:27 +0000, by frosch
-
(svn r15071) -Fix (r14919): When drag&dropping rail-stations with X orientation, distant-join scanned a wrong area for stations. draftTue, 13 Jan 2009 19:48:33 +0000, by frosch
-
(svn r15070) -Update: WebTranslator2 update to 2009-01-13 18:42:22 draftTue, 13 Jan 2009 18:42:41 +0000, by translators
-
(svn r15068) -Add [NoAI]: introducing 'step_size' for AIConfig, for future AIGUI (Yexo) draftTue, 13 Jan 2009 18:26:58 +0000, by truebrain
-
(svn r15067) -Fix [FS#2531]: Possible compiler bug, alleviated by using SmallVector instead of using std::set. SmallVector does everything needed anyway. draftTue, 13 Jan 2009 18:18:53 +0000, by peter1138
-
(svn r15066) -Change: start_date is now in days, instead of in months (Yexo) draftTue, 13 Jan 2009 18:04:12 +0000, by truebrain
-
(svn r15065) -Change (r14919): Allow to select a new station location by ctrl-clicking while distant-join window is open. (PhilSophus) draftTue, 13 Jan 2009 17:28:11 +0000, by frosch
-
(svn r15064) -Fix (r15063): changes in random made the regression fail draftTue, 13 Jan 2009 16:57:26 +0000, by truebrain
-
(svn r15063) -Fix [NoAI]: starting companies now listen correctly to 'start_date' set to the AI slot (Yexo) draftTue, 13 Jan 2009 16:53:03 +0000, by truebrain
-
(svn r15062) -Fix: further forgotten svn properties and headers draftTue, 13 Jan 2009 16:30:24 +0000, by smatz
-
(svn r15061) -Fix (r15027): three files were missing the Id header draftTue, 13 Jan 2009 15:49:32 +0000, by smatz
-
(svn r15060) -Fix (r15027): svn properties were lost in the merge draftTue, 13 Jan 2009 15:44:36 +0000, by smatz
-
(svn r15059) -Add [NoAI]: use 'start_date' from the AI configure to see when an AI should start next draftTue, 13 Jan 2009 14:00:26 +0000, by truebrain
-
(svn r15058) -Fix [NoAI]: when using start_ai in console, start the next configured one, not a random (Yexo) draftTue, 13 Jan 2009 13:26:20 +0000, by truebrain
-
(svn r15057) -Fix [NoAI]: clamp the values of a setting between the ones allowed by info.nut draftTue, 13 Jan 2009 13:09:49 +0000, by truebrain
-
(svn r15056) -Add [NoAI]: when starting a game, give a random value to the setting marked with AICONFIG_RANDOM (Yexo) draftTue, 13 Jan 2009 12:52:09 +0000, by truebrain
-
(svn r15055) -Add [NoAI]: add the AICONFIG_RANDOM and AICONFIG_BOOLEAN consts (Yexo) draftTue, 13 Jan 2009 12:51:46 +0000, by truebrain
-
(svn r15053) -Cleanup: remove some unneeded includes draftTue, 13 Jan 2009 11:53:33 +0000, by rubidium
-
(svn r15052) -Codechange: move the implementation of Send_CompanyInformation to network_server.cpp as the server's the one that sends that information draftTue, 13 Jan 2009 11:46:29 +0000, by rubidium
-
(svn r15051) -Fix: Only allow creation or deletion of an AI when in a game. draftTue, 13 Jan 2009 11:06:21 +0000, by peter1138
-
(svn r15050) -Codechange: Use one absolute SpriteID with offsets to draw track fences. draftTue, 13 Jan 2009 08:39:25 +0000, by peter1138
-
(svn r15048) -Fix (r15047): the one time you don't compile a patch of someone, it contains a warning .. ;) draftTue, 13 Jan 2009 01:52:32 +0000, by truebrain
-
(svn r15047) -Fix [NoAI]: AICONFIG_BOOLEAN (in AddSetting) doesn't require (or even allow) a min/max setting .. it is always 0/1 (Yexo) draftTue, 13 Jan 2009 01:51:39 +0000, by truebrain
-
(svn r15046) -Fix (r15045): in case CanLoadFromRevision does not exist, only allow savedata from the same version as we are now draftTue, 13 Jan 2009 01:50:51 +0000, by truebrain
-
(svn r15044) -Add [NoAI]: AIConfig::GetVersion(), to get the version of the current AI draftTue, 13 Jan 2009 00:10:58 +0000, by truebrain
-
(svn r15043) -Fix: just try to change the AI, and see if that succeeded, instead of hoping you understand the internals of a change AI routine (to avoid possible mistakes in the future) draftTue, 13 Jan 2009 00:08:38 +0000, by truebrain
-
(svn r15042) -Fix (r15027): don't leak memory in AIInfo (Yexo) draftMon, 12 Jan 2009 21:40:00 +0000, by truebrain
-
(svn r15041) -Fix (r15038): use the ctor auto thing how it is meant to be used (tnx to SmatZ for pointing that out) draftMon, 12 Jan 2009 21:39:45 +0000, by truebrain
-
(svn r15040) -Fix (r15027): Don't disable support for Win64 in the VS2005 project file. draftMon, 12 Jan 2009 21:11:56 +0000, by michi_cc
-
(svn r15039) -Codechange: fix comments regarding old AI, remove one old AI hack draftMon, 12 Jan 2009 19:49:23 +0000, by smatz
-
(svn r15038) -Fix (r15027): loading older savegames failed draftMon, 12 Jan 2009 19:31:00 +0000, by truebrain
-
(svn r15037) -Cleanup: remove unused file src/table/ai_rail.h draftMon, 12 Jan 2009 19:26:21 +0000, by smatz
-
(svn r15036) -Fix: use the same value for 'random' through-out the code for PlantTree draftMon, 12 Jan 2009 18:15:18 +0000, by truebrain