Sun, 24 Jun 2007 22:18:46 +0000 |
rubidium |
(svn r10313) -Fix (r8546): value for password "protected" was sent toggled for UDP packets, i.e. unpassworded companies showed up passworded and vice versa.
|
file |
diff |
annotate
|
Sat, 23 Jun 2007 21:12:09 +0000 |
rubidium |
(svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore.
|
file |
diff |
annotate
|
Wed, 18 Apr 2007 22:41:53 +0000 |
rubidium |
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
|
file |
diff |
annotate
|
Wed, 04 Apr 2007 12:03:10 +0000 |
rubidium |
(svn r9560) -Codechange: add support for multiple 'base' directories for newgrf searching.
|
file |
diff |
annotate
|
Tue, 22 Jan 2008 21:00:30 +0000 |
rubidium |
(svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949.
NewGRF_ports
|
file |
diff |
annotate
|
Mon, 03 Dec 2007 23:39:38 +0000 |
rubidium |
(svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565.
NewGRF_ports
|
file |
diff |
annotate
|
Fri, 03 Aug 2007 18:10:15 +0000 |
richk |
(svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765
NewGRF_ports
|
file |
diff |
annotate
|
Sat, 14 Jul 2007 19:42:58 +0000 |
richk |
(svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559
NewGRF_ports
|
file |
diff |
annotate
|
Sat, 02 Jun 2007 19:59:29 +0000 |
richk |
(svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026
NewGRF_ports
|
file |
diff |
annotate
|
Wed, 07 Mar 2007 11:47:46 +0000 |
rubidium |
(svn r9050) -Codechange: Foo(void) -> Foo()
|
file |
diff |
annotate
|
Tue, 06 Mar 2007 19:33:28 +0000 |
maedhros |
(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are
|
file |
diff |
annotate
|
Sat, 21 Apr 2007 08:23:57 +0000 |
KUDr |
(svn r9708) [cpp_gui] -Sync with trunk (r9633:9707)
cpp_gui
|
file |
diff |
annotate
|
Sun, 15 Apr 2007 17:04:44 +0000 |
KUDr |
(svn r9639) [cpp_gui] -Sync with trunk (r9476:9633)
cpp_gui
|
file |
diff |
annotate
|
Sun, 11 Mar 2007 16:31:18 +0000 |
bjarni |
(svn r9119) [cpp_gui] -Sync with trunk (r9003:9100)
cpp_gui
|
file |
diff |
annotate
|
Sun, 04 Mar 2007 04:25:36 +0000 |
KUDr |
(svn r9004) [cpp_gui] -Sync with trunk (r8900..r9003)
cpp_gui
|
file |
diff |
annotate
|
Wed, 28 Feb 2007 00:33:40 +0000 |
bjarni |
(svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900)
cpp_gui
|
file |
diff |
annotate
|
Fri, 02 Feb 2007 23:16:58 +0000 |
rubidium |
(svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive booleans.
|
file |
diff |
annotate
|
Fri, 02 Feb 2007 21:04:50 +0000 |
rubidium |
(svn r8543) -Codechange: make a real difference between querying the server via UDP and TCP.
|
file |
diff |
annotate
|
Thu, 01 Feb 2007 23:26:44 +0000 |
rubidium |
(svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) functions to Packet.
|
file |
diff |
annotate
|
Thu, 01 Feb 2007 22:30:35 +0000 |
rubidium |
(svn r8521) -Codechange: initial step in converting Packet to a class; make and use constructors and functions related to the reading/saving the packet size.
|
file |
diff |
annotate
|
Sun, 28 Jan 2007 13:07:24 +0000 |
rubidium |
(svn r8437) -Codechange: move often duplicated (in MSU) define to the udp header.
|
file |
diff |
annotate
|
Mon, 22 Jan 2007 21:38:16 +0000 |
rubidium |
(svn r8361) -Codechange: make sure the range of the dates coming from the network are valid in OpenTTD
|
file |
diff |
annotate
|
Sat, 13 Jan 2007 15:00:16 +0000 |
tron |
(svn r8097) Replace strlen() {==,!=,>} 0 by the more concise {,!}StrEmpty(). Additionally the test takes O(1) instead of O(n) now
|
file |
diff |
annotate
|
Fri, 12 Jan 2007 20:19:49 +0000 |
rubidium |
(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState.
|
file |
diff |
annotate
|
Fri, 12 Jan 2007 14:30:01 +0000 |
rubidium |
(svn r8078) -Codechange: rewrite UDP part of the network code to make use classes. This is only one of the many steps to really cleanup the network code.
|
file |
diff |
annotate
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
file |
diff |
annotate
|
Wed, 10 Jan 2007 18:12:09 +0000 |
KUDr |
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
file |
diff |
annotate
| base
|
Mon, 15 Jan 2007 20:14:06 +0000 |
celestar |
(svn r8149) [cbh] - Sync with -r8038:8038 from trunk (the cpp merge)
custombridgeheads
|
file |
diff |
annotate
|
Thu, 11 Jan 2007 13:41:16 +0000 |
celestar |
(svn r8060) [cbh] - Renamed all .c files to .cpp to get the cpp conversion merged
custombridgeheads
|
file |
diff |
annotate
| base
|