log

age author description
Sat, 26 Aug 2006 18:27:15 +0000 truelight (svn r6150) -Codechange: introduced and used RoadStopID where needed draft
Sat, 26 Aug 2006 18:05:05 +0000 truelight (svn r6149) -Codechange: DeleteTown removes a town from the pool draft
Sat, 26 Aug 2006 17:34:48 +0000 truelight (svn r6148) -Fix r6146: mostly it is useful to declare a variable in the function you use it (tnx Tron) draft
Sat, 26 Aug 2006 17:31:57 +0000 truelight (svn r6147) -Fix: I don't know how to write Destination :( draft
Sat, 26 Aug 2006 17:31:47 +0000 truelight (svn r6146) -Fix: MSVC doesn't know how to cast to an union.. so fix it via an indirect (and btw the old) way draft
Sat, 26 Aug 2006 17:16:51 +0000 truelight (svn r6145) -Codechange: added OrderID to indicate Order indexes out of the pool draft
Sat, 26 Aug 2006 17:12:24 +0000 truelight (svn r6144) -Codechange: renamed OrderID to VehicleOrderID, because it had nothing to do draft
Sat, 26 Aug 2006 16:46:32 +0000 truelight (svn r6143) -Codechange: DeleteWaypoint removes a waypoint from the pool draft
Sat, 26 Aug 2006 16:34:03 +0000 truelight (svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore) draft
Sat, 26 Aug 2006 14:44:55 +0000 truelight (svn r6141) -Codechange: introduced DepotID and used it as much as possible draft
Sat, 26 Aug 2006 14:41:16 +0000 Darkvater (svn r6140) -Codechange: fix the comment of _shift_pressed. It doesn't react to ALT, but to SHIFT. draft
Sat, 26 Aug 2006 14:39:05 +0000 Darkvater (svn r6139) -Codechange: strings are StringID. This should be changed in strings.h as well, but you would need to include openttd.h and that opens a whole new can of worms. draft
Sat, 26 Aug 2006 14:36:19 +0000 Darkvater (svn r6138) - Remove stdafx.c since we do not use it. draft
Sat, 26 Aug 2006 14:22:54 +0000 truelight (svn r6137) -Codechange: some very minor cleanups: draft
Sat, 26 Aug 2006 11:06:54 +0000 truelight (svn r6136) -Fix: _cur_year wasn't converting when reading pre-31 savegames, causing nasty desyncs draft
Sat, 26 Aug 2006 07:45:18 +0000 miham (svn r6135) WebTranslator2 update to 2006-08-26 09:44:54 draft
Fri, 25 Aug 2006 19:18:16 +0000 belugas (svn r6131) -Codechange : Complete all missing _ttdpatch_flags entries draft
Fri, 25 Aug 2006 12:58:52 +0000 tron (svn r6122) Fix an off-by-two error in r6108: it should be the index for the last element in the array draft
Fri, 25 Aug 2006 12:26:34 +0000 truelight (svn r6117) -Fix r6097: on mingw it is normal that both / as \ are accepted as input draft
Fri, 25 Aug 2006 08:49:32 +0000 miham (svn r6114) WebTranslator2 update to 2006-08-25 10:49:08 draft
Fri, 25 Aug 2006 00:41:10 +0000 belugas (svn r6108) -NewGRF Feature: Implement currencies replacment via grf file. draft
Fri, 25 Aug 2006 00:35:11 +0000 belugas (svn r6107) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen vs 80 project draft
Thu, 24 Aug 2006 22:52:58 +0000 Darkvater (svn r6105) -Fix r6089: add STRGEN preprocessor flag and string.c to strgen project draft
Thu, 24 Aug 2006 22:04:24 +0000 rubidium (svn r6104) -Fix: make install did not create a directory for the heightmaps draft
Thu, 24 Aug 2006 15:39:17 +0000 truelight (svn r6098) -Fix 6097: stupid me.... CHARS! Not strings, for strrchr :( draft
Thu, 24 Aug 2006 15:36:25 +0000 truelight (svn r6097) -Fix: mingw and cygwin get / from Makefile, where \ is expected. Make exeption code for it (tnx for debug Frostregen) draft
Thu, 24 Aug 2006 15:21:09 +0000 truelight (svn r6096) -Fix: silence a warning on mingw (tnx Frostregen) draft
Thu, 24 Aug 2006 12:08:25 +0000 truelight (svn r6089) -Backport r6088: added -s (source) and -d (destination) to strgen (Darkvater) draft
Thu, 24 Aug 2006 10:19:59 +0000 rubidium (svn r6086) -Fix: InteractiveRandom was not seeded properly resulting in the dedicated server always generating the same map. Thanks to the #openttdcoop team for detecting. draft
Thu, 24 Aug 2006 10:11:32 +0000 truelight (svn r6084) -Fix r6073: if we removed MSVC6 support, then why is unittest.dsp still around... draft