Mercurial > hg > openttd
graph
-
(svn r14777) -Fix: be sure to update ottdres.rc and rev.cpp when their .in changes (MSVC) draftWed, 31 Dec 2008 16:53:43 +0000, by glx
-
(svn r14776) -Fix (r14742): ListPositionMap relied on std::map having sorted the map, which is now done by a manual key sorter on SmallMap. This fixes engine ID list sorting. draftTue, 30 Dec 2008 21:04:09 +0000, by peter1138
-
(svn r14775) -Update: WebTranslator2 update to 2008-12-30 18:44:32 draftTue, 30 Dec 2008 18:44:40 +0000, by translators
-
(svn r14774) -Change: show which tile caused the "error" when leveling land like raising and lowering does and use the same sound. draftTue, 30 Dec 2008 15:32:46 +0000, by rubidium
-
(svn r14772) -Codechange: make the "dump log of game to reproduce" desync debug stuff a runtime configurable debug option instead of a compile time option. draftMon, 29 Dec 2008 21:50:25 +0000, by rubidium
-
(svn r14771) -Fix (r14764): resolving of error types to error messages kinda failed :( draftMon, 29 Dec 2008 21:41:20 +0000, by rubidium
-
(svn r14770) -Fix: gracefully handle an invalid packet instead of asserting. draftMon, 29 Dec 2008 21:33:27 +0000, by rubidium
-
(svn r14769) -Change: when loading games in "network" mode use the start date of the save game for the server and all clients when loading the NewGRFs instead of the current date. Prevents desyncs caused by action 7/9s skipping parts of the GRF based on the date or some other variables that can differ at NewGRF load time. draftMon, 29 Dec 2008 20:36:12 +0000, by rubidium
-
(svn r14768) -Update: WebTranslator2 update to 2008-12-29 18:40:47 draftMon, 29 Dec 2008 18:40:59 +0000, by translators
-
(svn r14767) -Codechange: remove some unneeded artificial limits from currencies and use the bounds of the data type. draftMon, 29 Dec 2008 15:46:14 +0000, by rubidium
-
(svn r14766) -Fix (r14730ish): remove unused typedef. draftMon, 29 Dec 2008 11:17:12 +0000, by rubidium
-
(svn r14765) -Update (r14764): remove changed strings from translations. draftMon, 29 Dec 2008 10:40:43 +0000, by rubidium
-
(svn r14764) -Codechange: make the '***' chat messages like "Game paused (not enough players)" fully translateable. draftMon, 29 Dec 2008 10:37:53 +0000, by rubidium
-
(svn r14761) -Fix (r14730): missed the one DEREF_CLIENT in the random debug code :( draftSun, 28 Dec 2008 22:23:43 +0000, by rubidium
-
(svn r14760) -Fix (rlongago): network connection of clients being closed twice (found due to added assertion in r14730) draftSun, 28 Dec 2008 21:45:41 +0000, by rubidium
-
(svn r14759) -Fix (r14730): tab completion causing out-of-bounds read. draftSun, 28 Dec 2008 21:07:45 +0000, by rubidium
-
(svn r14758) -Fix: determine the real size of a depot before trying to place it. draftSun, 28 Dec 2008 20:53:19 +0000, by rubidium
-
(svn r14757) -Update: WebTranslator2 update to 2008-12-28 18:41:48 draftSun, 28 Dec 2008 18:42:00 +0000, by translators
-
(svn r14756) -Update (r14755): remove removed string from other languages too. draftSun, 28 Dec 2008 16:13:10 +0000, by rubidium
-
(svn r14755) -Codechange: remove ending year as it can't be changed anyways. draftSun, 28 Dec 2008 16:09:58 +0000, by rubidium
-
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter. draftSun, 28 Dec 2008 14:37:19 +0000, by rubidium
-
(svn r14753) -Fix (r1): after buying a company, one could have more vehicles with the same UnitID draftFri, 26 Dec 2008 23:53:07 +0000, by smatz
-
(svn r14752) -Fix [FS#2438]: revenue when clearing land would show up in red in the land info window as negative cost. draftFri, 26 Dec 2008 23:37:53 +0000, by rubidium
-
(svn r14751) -Codechange: put VehicleEnterTile declaration where it should be and use correct return type draftFri, 26 Dec 2008 22:44:13 +0000, by smatz
-
(svn r14750) -Fix [FS#1993]: in an MP game in SP mode no company would go bankrupt. Furthermore companies that passed the "bankrupt" period (4 quarters) wouldn't go bankrupt when loading the game back in MP. Now any company that is in MP or not "currently controlled by the player" in SP will bankrupt. draftFri, 26 Dec 2008 21:49:00 +0000, by rubidium
-
(svn r14749) -Codechange: replace a few wrapper functions that only called delete by a direct delete instead. draftFri, 26 Dec 2008 21:16:15 +0000, by rubidium
-
(svn r14748) -Codechange: unduplicate window updating when deleting vehicles. draftFri, 26 Dec 2008 21:08:51 +0000, by rubidium
-
(svn r14747) -Codechange: remove DeleteVehicleChain in favour of the vehicle destructor as that was already doing the same for a few vehicle types. draftFri, 26 Dec 2008 20:45:02 +0000, by rubidium
-
(svn r14746) -Fix: don't let any disaster vehicle (Helicopter or Airplane) target invalid industry draftFri, 26 Dec 2008 19:37:50 +0000, by smatz
-
(svn r14744) -Fix [FS#2474]: don't tell loading a savegame failed in two distinct ways. draftFri, 26 Dec 2008 18:24:05 +0000, by rubidium
-
(svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have queried facility (or station/roadstop is invalid) instead of 0 (Yexo) draftFri, 26 Dec 2008 18:01:15 +0000, by smatz
-
(svn r14742) -Codechange: use SmallMap in two cases to reduce compilation time and binary size draftFri, 26 Dec 2008 13:50:46 +0000, by smatz
-
(svn r14741) -Update: WebTranslator2 update to 2008-12-25 18:48:16 draftThu, 25 Dec 2008 18:48:21 +0000, by translators
-
(svn r14740) -Fix (r13675)(r14739): we shouldn't skip all remaining sprites neither draftWed, 24 Dec 2008 23:20:30 +0000, by smatz
-
(svn r14739) -Fix (r13675): when a static GRF was forcibly disabled, wrong data was released, causing memory leaks and wrong behaviour or crashes draftWed, 24 Dec 2008 23:01:16 +0000, by smatz
-
(svn r14738) -Fix (r13576): GCF_STATIC belongs to GRFConfig::flags, not GRFConfig::status draftWed, 24 Dec 2008 22:33:06 +0000, by smatz
-
(svn r14737) -Fix (r10211): memory leak in Action 0x0F (new town names) draftWed, 24 Dec 2008 21:25:09 +0000, by smatz
-
(svn r14736) -Update: WebTranslator2 update to 2008-12-24 15:29:53 draftWed, 24 Dec 2008 15:30:01 +0000, by translators
-
(svn r14735) -Codechange: remove a bit of bit-waste in the map array (without changing the map array) and make the CompanyIDs contiguous. draftWed, 24 Dec 2008 09:53:15 +0000, by rubidium
-
(svn r14734) -Codechange: type of bankrupt_asked is CompanyMask, not byte draftWed, 24 Dec 2008 00:25:17 +0000, by smatz
-
(svn r14733) -Fix (r14730): creating new companies didn't always work as expected. draftWed, 24 Dec 2008 00:03:47 +0000, by rubidium
-
(svn r14732) -Codechange: replace some magic number with less magic constants and use the proper type for a few variables. draftTue, 23 Dec 2008 21:03:43 +0000, by rubidium
-
(svn r14731) -Fix: don't initialise UDP multiple times without closing it. draftTue, 23 Dec 2008 20:58:03 +0000, by rubidium
-
(svn r14730) -Codechange: remove the need for networkclientsockets and networkclientinfo structs to be in a contiguous piece of memory and put them in a pool. draftTue, 23 Dec 2008 20:52:27 +0000, by rubidium
-
(svn r14729) -Fix: writing a single char to the config file caused reading outside a buffer. draftTue, 23 Dec 2008 20:50:09 +0000, by rubidium
-
(svn r14728) -Fix [FS#2470]: don't select anything when opening the client list. draftTue, 23 Dec 2008 17:12:20 +0000, by rubidium
-
(svn r14727) -Codechange: replace some magic numbers with a constant. draftTue, 23 Dec 2008 15:23:31 +0000, by rubidium
-
(svn r14726) -Fix (r14720): making new companies in network kinda failed... draftTue, 23 Dec 2008 12:26:19 +0000, by rubidium
-
(svn r14725) -Change: make it clearer why (and that) MAX_CLIENTS isn't the amount of slots in the array, but one less as a dedicated server takes a slot too. draftTue, 23 Dec 2008 11:55:46 +0000, by rubidium
-
(svn r14724) -Codechange: move some NetworkClientSocket related function/definitions closer together. draftTue, 23 Dec 2008 11:43:32 +0000, by rubidium
-
(svn r14723) -Codechange: shuffling some stuff around to reduce indirect #include dependencies. draftTue, 23 Dec 2008 11:06:52 +0000, by rubidium
-
(svn r14722) -Codechange: s/DEREF_CLIENT/GetNetworkClientSocket/ draftTue, 23 Dec 2008 10:42:06 +0000, by rubidium
-
(svn r14721) -Codechange: s/NetworkTCPSocketHandler/NetworkClientSocket/ as it's (way) more descriptive what it's used for. draftTue, 23 Dec 2008 09:47:42 +0000, by rubidium
-
(svn r14720) -Codechange: s/FOR_ALL_CLIENTS/FOR_ALL_CLIENT_SOCKETS/ as the latter describes the name more precisely. draftTue, 23 Dec 2008 09:02:41 +0000, by rubidium
-
(svn r14719) -Codechange: replace DEREF_CLIENT with an instance function and replace looping socket structs with info structs when the loop is only interested in the info structs (i.e. not derefing the info from sockets when one can loop info directly and the socket isn't used) draftTue, 23 Dec 2008 08:39:30 +0000, by rubidium
-
(svn r14718) -Change: remove some direct network core variable accesses from non-network locations. draftMon, 22 Dec 2008 21:38:03 +0000, by rubidium
-
(svn r14717) -Change: more 'Index' -> ClientID to not confuse ClientID and ClientIndex draftMon, 22 Dec 2008 21:30:21 +0000, by rubidium
-
(svn r14716) -Codechange: move more network core querying to the network files. draftMon, 22 Dec 2008 21:26:26 +0000, by rubidium