rubidium
|
4aabc91c04
|
(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.
|
2009-01-20 01:32:06 +00:00 |
|
rubidium
|
bae02e8c67
|
(svn r13343) -Codechange: reorder/move variable/functions in the network headers so that nothing from the network directory needs to include basically all network headers.
|
2008-05-30 18:20:26 +00:00 |
|
rubidium
|
52d83de8d8
|
(svn r12709) -Feature: show the last joined server. Heavily based on a patch by Yexo.
|
2008-04-14 20:31:21 +00:00 |
|
rubidium
|
00c9d3ef20
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +00:00 |
|
rubidium
|
6806635971
|
(svn r10694) -Codechange: update the server information in the game list every once in a while so the information stays fairly up-to-date when you are looking through the servers.
|
2007-07-26 09:53:58 +00:00 |
|
rubidium
|
4169bfba06
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
celestar
|
dfa3c0aae1
|
(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (the @file tag MUST be found before any line of code, that includes preprocessor directives).
|
2007-02-23 08:37:33 +00:00 |
|
rubidium
|
e50cc1ae49
|
(svn r8544) -Codechange: move game list related function/struct declarations to network_gamelist.h
|
2007-02-02 21:32:58 +00:00 |
|
rubidium
|
6fd39ebb7c
|
(svn r8542) -Codechange (Fix?): tweak the gamelist requery timeout so more servers are found for slow network connections.
|
2007-02-02 20:57:03 +00:00 |
|
rubidium
|
752ca4ebf7
|
(svn r8520) -Fix/Feature: requery gameservers that did not respond to their first query.
|
2007-02-01 21:04:40 +00:00 |
|
KUDr
|
28e969924b
|
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
|
2007-01-11 17:29:39 +00:00 |
|
rubidium
|
a7d0cdf95f
|
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
|
2007-01-10 18:56:51 +00:00 |
|
KUDr
|
07c30785ab
|
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
|
2007-01-10 18:12:09 +00:00 |
|