Mercurial > hg > openttd
graph
-
(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
-
(svn r14715) -Codechange: move some network code from the main gui file into one of the the network files. draftMon, 22 Dec 2008 21:15:02 +0000, by rubidium
-
(svn r14714) -Codechange: only allocate the company network "state" variables (password/months not used) when needed, i.e. only for servers. draftMon, 22 Dec 2008 20:42:02 +0000, by rubidium
-
(svn r14713) -Update: WebTranslator2 update to 2008-12-22 18:43:52 draftMon, 22 Dec 2008 18:44:01 +0000, by translators
-
(svn r14712) -Codechange: split server and client side w.r.t. the storage of network related company information. draftMon, 22 Dec 2008 18:40:57 +0000, by rubidium
-
(svn r14711) -Codechange: don't misuse the _network_company_info password field for changing the password on clients. draftMon, 22 Dec 2008 18:20:28 +0000, by rubidium
-
(svn r14710) -Change: simplify sending company information from the server to the client. draftMon, 22 Dec 2008 15:17:14 +0000, by rubidium
-
(svn r14709) -Codechange: make a clearer distinction between 'unique' client identification ids and the indices into the clients/client info arrays. draftMon, 22 Dec 2008 12:59:31 +0000, by rubidium
-
(svn r14708) -Change: update a few urls and fix some small errors/missing things in a few documents. draftSat, 20 Dec 2008 20:44:47 +0000, by rubidium
-
(svn r14707) -Cleanup: Replace an 'int' by 'Trackdir'. draftSat, 20 Dec 2008 20:26:40 +0000, by frosch
-
(svn r14706) -Update: WebTranslator2 update to 2008-12-20 18:37:49 draftSat, 20 Dec 2008 18:38:00 +0000, by translators
-
(svn r14705) -Fix [FS#2460]: First transfer the whole load of a vehicle chain to industries before triggering any processing. draftSat, 20 Dec 2008 17:21:22 +0000, by frosch
-
(svn r14704) -Codechange: Add set capabilities to SmallVector. draftSat, 20 Dec 2008 17:09:44 +0000, by frosch
-
(svn r14703) -Fix (r8735): [YAPF] YapfRoadVehDistanceToTile() shall not abort searching at v->dest_tile, when it in fact tries to reach another tile. draftSat, 20 Dec 2008 15:30:18 +0000, by frosch
-
(svn r14702) -Documentation: Add a note about the meaning and validity of Vehicle::dest_tile. draftSat, 20 Dec 2008 11:51:52 +0000, by frosch
-
(svn r14701) -Change: Debian's lintian complains about not using the best compression for compressing the man-page. draftSat, 20 Dec 2008 11:03:07 +0000, by rubidium
-
(svn r14700) -Fix (r1): loading of very old savegames was broken (STNS chunk is stored before MAP in old savegame) draftSat, 20 Dec 2008 01:35:12 +0000, by smatz
-
(svn r14699) -Fix (r14483): Do not use v->dest_tile for trains heading to a station. Reaching that tile does not mean reaching the station. draftSat, 20 Dec 2008 00:16:23 +0000, by frosch
-
(svn r14697) -Fix: some int vs unsigned int comparisons in strgen. draftFri, 19 Dec 2008 23:24:42 +0000, by rubidium
-
(svn r14696) -Fix (r10495): Words now consist of 16 bits. draftFri, 19 Dec 2008 23:13:51 +0000, by frosch
-
(svn r14695) -Cleanup: When NTP is not active there is no need to set up TrainTrackFollowerData. draftFri, 19 Dec 2008 22:26:43 +0000, by frosch
-
(svn r14694) -Fix (r1): zeppeliner (disaster) should target st->airport_tile, not st->xy draftFri, 19 Dec 2008 21:12:16 +0000, by smatz
-
(svn r14693) -Codechange: replace one check in old AI (probably typo, but the effect was the same) (Yexo) draftFri, 19 Dec 2008 20:53:38 +0000, by smatz
-
(svn r14692) -Update: WebTranslator2 update to 2008-12-19 18:43:35 draftFri, 19 Dec 2008 18:43:42 +0000, by translators
-
(svn r14691) -Update: WebTranslator2 update to 2008-12-18 18:47:25 draftThu, 18 Dec 2008 18:47:39 +0000, by translators
-
(svn r14688) -Change: silence the "command not found" error when trying to find the svn/git/hg binary. draftWed, 17 Dec 2008 23:12:35 +0000, by rubidium
-
(svn r14687) -Change: log all configure errors to config.log draftWed, 17 Dec 2008 23:08:11 +0000, by rubidium
-
(svn r14686) -Update: WebTranslator2 update to 2008-12-17 18:01:03 draftWed, 17 Dec 2008 18:01:19 +0000, by translators
-
(svn r14685) -Change: don't popup cmd windows when determining version (MSVC) draftWed, 17 Dec 2008 00:48:18 +0000, by glx
-
(svn r14684) -Codechange: use SubWCRev object to get version info instead SubWCRev.exe for tortoiseSVN (Darkvater) draftTue, 16 Dec 2008 23:02:22 +0000, by glx
-
(svn r14683) -Change: only say a engine/vehicle is refittable when it can be refitted to at least two cargo type or when it has subcargos. draftTue, 16 Dec 2008 22:02:12 +0000, by rubidium
-
(svn r14682) -Fix (r14672): Check the correct savegame version. (Thanks SmatZ) draftTue, 16 Dec 2008 20:15:36 +0000, by frosch
-
(svn r14681) -Update: WebTranslator2 update to 2008-12-16 18:42:42 draftTue, 16 Dec 2008 18:43:02 +0000, by translators
-
(svn r14680) -Feature(ette) [FS#2434]: Use property 4 (model life) also for wagons. draftTue, 16 Dec 2008 18:09:40 +0000, by frosch
-
(svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window. draftTue, 16 Dec 2008 17:58:27 +0000, by rubidium
-
(svn r14678) -Fix [FS#2435]: gradual filling graphics were not chosen according to the NewGRF spec (Maedhros) draftMon, 15 Dec 2008 22:22:23 +0000, by rubidium
-
(svn r14677) -Update: WebTranslator2 update to 2008-12-15 11:38:07 draftMon, 15 Dec 2008 11:39:23 +0000, by translators
-
(svn r14676) -Fix: Do not copy the signal type of parallel vertical/horizontal track, when dragging signals. draftSun, 14 Dec 2008 19:52:55 +0000, by frosch
-
(svn r14675) -Fix: setting the Estonian or custom currency as used currency didn't survive a restart cycle. draftSun, 14 Dec 2008 16:56:28 +0000, by rubidium
-
(svn r14674) -Fix (r4965): Check sprite size when executing action 6. draftSat, 13 Dec 2008 19:43:57 +0000, by frosch
-
(svn r14673) -Update: WebTranslator2 update to 2008-12-13 18:45:31 draftSat, 13 Dec 2008 18:45:37 +0000, by translators
-
(svn r14672) -Fix [FS#2444]: Property 7 and callback 12 were broken for aircraft. draftSat, 13 Dec 2008 18:25:42 +0000, by frosch
-
(svn r14671) -Fix: compilation was broken for some systems draftSat, 13 Dec 2008 18:19:44 +0000, by smatz
-
(svn r14670) -Codechange: use better readable (I hope) and branchless (for some archs/compilers) code for cargo value computation draftSat, 13 Dec 2008 16:16:44 +0000, by smatz
-
(svn r14669) -Codechange: use SmallVector instead of std::list at one place draftSat, 13 Dec 2008 15:59:25 +0000, by smatz
-
(svn r14668) -Change: use include <> instead of include "" when including ICU's headers. draftFri, 12 Dec 2008 19:54:54 +0000, by rubidium
-
(svn r14667) -Update: WebTranslator2 update to 2008-12-11 18:45:04 draftThu, 11 Dec 2008 18:45:10 +0000, by translators
-
(svn r14666) -Update: WebTranslator2 update to 2008-12-10 18:44:59 draftWed, 10 Dec 2008 18:45:17 +0000, by translators
-
(svn r14665) -Update: WebTranslator2 update to 2008-12-09 18:44:40 draftTue, 09 Dec 2008 18:44:51 +0000, by translators
-
(svn r14662) -Update: WebTranslator2 update to 2008-12-08 16:28:15 draftMon, 08 Dec 2008 16:29:36 +0000, by translators
-
(svn r14661) -Fix r14659: oops, forgot to escape '?' ;) draftSun, 07 Dec 2008 12:41:20 +0000, by truebrain
-
(svn r14660) -Update: WebTranslator2 update to 2008-12-06 18:44:39 draftSat, 06 Dec 2008 18:44:49 +0000, by translators
-
(svn r14659) -Add: in case Thief^ (forum user) ever tries what he thinks he will try when he doesn't know it is --prefix-dir, make sure he also gets what he assumes he gets :) draftSat, 06 Dec 2008 00:38:48 +0000, by truebrain
-
(svn r14658) -Change: allow changing town names when there are no towns in the scenario yet. draftFri, 05 Dec 2008 22:46:39 +0000, by rubidium
-
(svn r14657) -Update: WebTranslator2 update to 2008-12-05 18:44:56 draftFri, 05 Dec 2008 18:45:05 +0000, by translators
-
(svn r14656) -Change: replace instances of x & S_IFREG with S_ISREG(x) as S_IFREG can be 0 on some platforms. draftFri, 05 Dec 2008 18:02:04 +0000, by rubidium
-
(svn r14655) -Update: WebTranslator2 update to 2008-12-04 18:47:16 draftThu, 04 Dec 2008 18:47:20 +0000, by translators
-
(svn r14653) -Update: WebTranslator2 update to 2008-12-03 19:27:43 draftWed, 03 Dec 2008 19:31:15 +0000, by translators
-
(svn r14652) -Update: WebTranslator2 update to 2008-12-03 18:43:05 draftWed, 03 Dec 2008 18:43:10 +0000, by translators
-
(svn r14651) -Fix [FS#2437] (r14636): extmidi wasn't compiled/linked anymore. draftWed, 03 Dec 2008 00:19:06 +0000, by rubidium
-
(svn r14650) -Merge: changelog etc. changes from the 0.6 branch. draftWed, 03 Dec 2008 00:14:19 +0000, by rubidium
-
(svn r14649) -Change: consistently use can't instead of primarily can't and a bit of cannot in english.txt. draftWed, 03 Dec 2008 00:09:26 +0000, by rubidium
-
(svn r14648) -Update: WebTranslator2 update to 2008-12-02 18:46:52 draftTue, 02 Dec 2008 18:47:03 +0000, by translators
-
(svn r14647) -Update: WebTranslator2 update to 2008-12-01 18:28:38 draftMon, 01 Dec 2008 18:28:44 +0000, by translators
-
(svn r14646) -Update: WebTranslator2 update to 2008-11-30 18:46:24 draftSun, 30 Nov 2008 18:46:32 +0000, by translators
-
(svn r14645) -Fix [FS#2431]: Debian packaging rules could use a non-existing makefile target when rerunning it with dpkg-buildpackage draftSun, 30 Nov 2008 18:45:44 +0000, by rubidium
-
(svn r14644) -Fix: --with-direct-music handling could fail draftSat, 29 Nov 2008 22:40:54 +0000, by glx
-
(svn r14643) -Fix: Invalidate autoreplace window when toggling 'replace protection'. draftSat, 29 Nov 2008 21:27:15 +0000, by frosch
-
(svn r14642) -Update: WebTranslator2 update to 2008-11-29 18:44:42 draftSat, 29 Nov 2008 18:44:52 +0000, by translators
-
(svn r14641) -Change [Allegro]: when making a debug build revert Allegro's hooks on SIGSEGV/SIGABRT so one can actually use gdb. draftSat, 29 Nov 2008 01:28:13 +0000, by rubidium
-
(svn r14640) -Update: WebTranslator2 update to 2008-11-28 18:47:35 draftFri, 28 Nov 2008 18:47:49 +0000, by translators
-
(svn r14639) -Update: WebTranslator2 update to 2008-11-27 18:48:40 draftThu, 27 Nov 2008 18:49:00 +0000, by translators
-
(svn r14638) -Fix [FS#2430]: don't restore fast-forward when SaveFileDone() callback happens after we returned to the menu draftThu, 27 Nov 2008 18:39:55 +0000, by glx
-
(svn r14636) -Add: DOS port of OpenTTD, without network support though. draftWed, 26 Nov 2008 13:12:45 +0000, by rubidium
-
(svn r14635) -Change: use S_ISDIR/S_ISREG as x & S_IFREG always results false on platforms when S_IFREG is 0x0000. draftWed, 26 Nov 2008 01:07:49 +0000, by rubidium
-
(svn r14634) -Change: _rdtsc is defined by some platforms so we can't use that name. draftWed, 26 Nov 2008 01:03:34 +0000, by rubidium
-
(svn r14633) -Fix: compile failure when building a debug build without network support. draftTue, 25 Nov 2008 23:24:38 +0000, by rubidium
-
(svn r14632) -Add: support Allegro as midi backend. draftTue, 25 Nov 2008 23:21:58 +0000, by rubidium
-
(svn r14631) -Add: support for Allegro as sound backend. draftTue, 25 Nov 2008 21:09:00 +0000, by rubidium
-
(svn r14630) -Add: support Allegro as video backend. draftTue, 25 Nov 2008 19:32:12 +0000, by rubidium
-
(svn r14629) -Fix: strgen/strgen.h missing from MSVC project files draftTue, 25 Nov 2008 19:27:30 +0000, by rubidium
-
(svn r14628) -Fix: projects/generate doesn't handle tabs in sources.list properly when determining whether a header is missing. draftTue, 25 Nov 2008 19:26:31 +0000, by rubidium
-
(svn r14627) -Change: update .gitignore and add .hgignore to ignore all generated files. draftTue, 25 Nov 2008 18:52:17 +0000, by rubidium
-
(svn r14626) -Update: WebTranslator2 update to 2008-11-25 18:44:46 draftTue, 25 Nov 2008 18:44:59 +0000, by translators
-
(svn r14623) -Codechange: a sprinkle of coding style. draftMon, 24 Nov 2008 20:51:55 +0000, by rubidium
-
(svn r14621) -Fix (r14618): link error when you aren't compiling for Windows or you don't have fontconfig. draftMon, 24 Nov 2008 19:31:01 +0000, by rubidium
-
(svn r14620) -Fix (r14618): missing lines broke compilation on windows draftMon, 24 Nov 2008 18:59:53 +0000, by glx
-
(svn r14619) -Update: WebTranslator2 update to 2008-11-24 18:56:10 draftMon, 24 Nov 2008 18:56:24 +0000, by translators
-
(svn r14618) -Feature: when the chosen language isn't supported by the current font, try to find a font that does and use that instead. Thanks to glx/michi_cc for the Windows implementation. draftMon, 24 Nov 2008 18:53:17 +0000, by rubidium
-
(svn r14617) -Change: unduplicate the languagepack(header). draftMon, 24 Nov 2008 11:20:07 +0000, by rubidium
-
(svn r14616) -Fix [FS#2424]: a nearest depot order should be "equal" to the resolved nearest depot order; otherwise we keep resolving the nearest depot order every tick. draftSun, 23 Nov 2008 21:46:27 +0000, by rubidium
-
(svn r14615) -Update: WebTranslator2 update to 2008-11-23 18:07:42 draftSun, 23 Nov 2008 18:07:49 +0000, by translators
-
(svn r14614) -Codechange [FS#2423]: GetTreeCount() should behave as its name and documentation imply. Remove unused SetTreeCount() (PhilSophus) draftSun, 23 Nov 2008 16:45:53 +0000, by smatz
-
(svn r14613) -Fix [FS#2420]: When building industries, clear the tiles as OWNER_TOWN instead of the founder to take care of protected buildings and to not get stressed by town ratings. draftSun, 23 Nov 2008 16:34:27 +0000, by frosch
-
(svn r14612) -Change: force the argument given to '-i' parameter to be valid. Accept '2', too draftSun, 23 Nov 2008 16:01:24 +0000, by smatz