Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 Next »
Summary Period: 2005-07-08 to 2005-06-24 (Commits 7832-7881 of 9331)
typo
1 lines of code changed in:
cURLManager::perform() is called just before select, so transfer start asap
3 lines of code changed in:
call removeHandle before the finalization callback, so a new transfer can start from it
1 lines of code changed in:
teamkillers should not always respawn on base
1 lines of code changed in:
team icons on join menu
53 lines of code changed in:
forward-declare SortedGState to make friend work
3 lines of code changed in:
ws
12 lines of code changed in:
don't double-dim the player names, flags, etc on the scoreboard
10 lines of code changed in:
don't let the menu arrow quad overlap the menu text
3 lines of code changed in:
correct changelog entry to actual behavior
1 lines of code changed in:
'revert' unwanted commit.
0 lines of code changed in:
Update Changelog for -advertise
74 lines of code changed in:
try opening event devices for read-only if we can't open them for read-write. most linux joysticks are not ff and don't need write perms. also add some debuggage.
14 lines of code changed in:
Implementation of listserver ADVERTISE groups feature.
New command-line option: -advertise GROUP,GROUP,...
43 lines of code changed in:
set the radar frame color just like the message panel
1 lines of code changed in:
get rid of name-conflicted variable to silence warning
6 lines of code changed in:
remove the OTHER #ifdef debug's for /localset
0 lines of code changed in:
make hunter tanks be all orange and stuff in radar and gui ( please test )
42 lines of code changed in:
remove the #ifdef debug requirement for /localset
0 lines of code changed in:
no teleporter/oo effect on bullets which die at the boundary wall
38 lines of code changed in:
oops, can't do that (breaks player-player /me). move /me back to where it was a few minutes ago.
make /me use its associated permission (ACTIONMESSAGE)
don't block any other commands beginning with me (e.g. if a plugin registers /meditate let it have it)
don't crash with an empty /me
clean up some logic
33 lines of code changed in:
Do url-encoded post (not multipart)
17 lines of code changed in:
put /me back the way it seems it was originally supposed to be...as a real server command that actually uses its associated permission
31 lines of code changed in:
this fixes server crashes after countdown caused by half joined players too
1 lines of code changed in:
revert ugly things
3 lines of code changed in:
update mac icon to match the new one
0 lines of code changed in:
Use url-encoded / single part POST
7 lines of code changed in:
interface is a reserved word in windows
5 lines of code changed in:
API added for doing urlencoded POST
20 lines of code changed in:
this fixes a server crash if an occupied slot is present why performing /countdown.
Not really nice (yes, i know it) at least it works though.
~pw ;)
17 lines of code changed in:
Change proc name from setPostMode to setHTTPPostMode as Tim does not want multipart, and we need an other api for url-encoded-data
5 lines of code changed in:
if we want to access a players data we need to make sure it was initialised before. If the player is one of those nasty empty slots this is not for sure.
Once signingOn() is passed we can assumethe object contains valid data, so check for it.
17 lines of code changed in:
Fixing pointer in/out event handling
2 lines of code changed in:
setPostMode must be called for using POST after the form data are filled
2 lines of code changed in:
using curl to access list-server
59 lines of code changed in:
Adding setInterface, setUserAgent, and fdset. Needed for listserver
46 lines of code changed in:
Remove cr/lf from end of POST arguments
2 lines of code changed in:
Limits on source code line length
3 lines of code changed in:
A delete should be enough for calling a dtor
3 lines of code changed in:
no need for "this->" when there is no shadow
4 lines of code changed in:
Change Listserver requests from 'GET' to 'POST'.
libcurl NOT used.
29 lines of code changed in:
Reformatting text. Too long line (> 80 chars)
48 lines of code changed in:
Change list server request methods from 'GET' to 'POST (libcurl NOT used).
2 lines of code changed in:
I forget to call the finalization
1 lines of code changed in:
light optimizations
1 lines of code changed in:
split into sections; add wegstar's bug about "xx" in the makefile
11 lines of code changed in:
make -noMasterBanList have a little l so it will work
2 lines of code changed in:
REVERT bzfs cmdline option/feature: -privateserver
7 lines of code changed in:
Added -privateaddr commandline option to bzfs. This will allow servers to
use global logins, yet not show up on the serverlist. Will not break
existing bzfls.php, but requires bzfls.php update to enable the feature.
28 lines of code changed in:
compiler warning fix
3 lines of code changed in:
Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 Next »
Generated by StatCVS 0.2.2