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: 2004-01-07 to 2004-01-04 (Commits 2832-2881 of 9331)
list server woes
10 lines of code changed in:
looks like not much left to do cept sf bugs for 1.10.4
2 lines of code changed in:
the zlib thingy isn't really a bug
3 lines of code changed in:
chestal seriously improved the screenshot time, good enough for now
5 lines of code changed in:
works for me
0 lines of code changed in:
Remove Team Score label on rabbit (there's no point on it)
2 lines of code changed in:
Adding RabbitScore on HUD while rabbiting
31 lines of code changed in:
double check to make sure killer is valid before allowing it to
be a rabbit candidate
4 lines of code changed in:
I think I fixed the bunny hunt issue...
3 lines of code changed in:
Now even if a paused player quits without unpausing, the next player in
the slot still has a chance at becoming rabbit.
1 lines of code changed in:
do not spawn anywhere close to the outer edges of the world when in CTF mode
9 lines of code changed in:
replace cryptic comment
1 lines of code changed in:
rabbit selection style argument to -rabbit is now optional, default is score-based
16 lines of code changed in:
fixed the descriptions to match manpage -- now just need to fix the code to really be optional
2 lines of code changed in:
report listen ip on debug>=1
4 lines of code changed in:
Typo
1 lines of code changed in:
optional params and manpage formatting
2 lines of code changed in:
fix braces and indentation in anointNewRabbit to be more consistant and readable.
9 lines of code changed in:
just 'killer'
1 lines of code changed in:
applied the server portion of shkoo's sf patch 872035 that has the server bind the correct address when talking to the list server
14 lines of code changed in:
Add score, killer, or random selection algorithms to -rabbit flag
65 lines of code changed in:
the mostly infamouse ws
28 lines of code changed in:
tupone makes sure the server making a request is the same ip address being published/updated to help with list server abuse
65 lines of code changed in:
scratch collaborating for a more robust file as the legal mouths at insultmongers are already bitching.
0 lines of code changed in:
Applied shkoo's patch with a new permission that can prevent unregistered players using registered callsigns from spawning
20 lines of code changed in:
bzfs -vars options doesn't seem to like spaces in the filepath on windows
3 lines of code changed in:
add a little informative feedback on whether loading a variable file via the -vars options is successful or not
7 lines of code changed in:
changed -echo to act like -echoClean and added -echoAnsi for when you want more.
17 lines of code changed in:
aggressive filter needs to handle apostrophe's and suffixes better
6 lines of code changed in:
insult monger
3 lines of code changed in:
applied shkoo's sf patch 871946 that improves bzadmins redrawing so that the display isn't cleared every keystroke -- also adds support for a clear command (ctrl-l).
10 lines of code changed in:
add ability to publish a single server to multiple list servers. Useful for testing/development, among other reasons.
5 lines of code changed in:
No newline at end of file
1 lines of code changed in:
sheesh.. time to sleep
1 lines of code changed in:
case-sensitive alphabetical
3 lines of code changed in:
dust bunnies, I tell you -- honest
10 lines of code changed in:
make sure all command hook functions now actually contain and handle their own permission logic. output appropriate messages when permission is denied (instead of command not found). clean up some of the temp string usage
144 lines of code changed in:
the /set command was masking all the /setXXX commands
1 lines of code changed in:
Roger announces his actions
11 lines of code changed in:
Now Roger is really steamed
1 lines of code changed in:
Roger protests more
29 lines of code changed in:
Roger doesn't like when the human's try to cheat against him
111 lines of code changed in:
renamed README.OSX to README.MacOSX to match more common convention and be trivially more obvious
23 lines of code changed in:
autopilot ignores invis bullets, too
4 lines of code changed in:
autopilot ignores stealthed tanks now
1 lines of code changed in:
RadarRenderer might have used display lists once, but doesn't anymore; dead code removed
1 lines of code changed in:
fixing background messed up.
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: BackgroundRenderer.cxx
CVS: ----------------------------------------------------------------------
0 lines of code changed in:
more protocol updates
45 lines of code changed in:
more protocol updates
23 lines of code changed in:
fixes for type conversion errors and warnings.
float != double in function overloading.
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