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-09-05 to 2005-08-26 (Commits 8332-8381 of 9331)
Adding new things that sounds good to me. I will add more after. IIR
10 lines of code changed in:
type of shot has been added to killed message
0 lines of code changed in:
bzadmin already does not need GL
0 lines of code changed in:
libcurl TODO is actually done
0 lines of code changed in:
unused param warnings
9 lines of code changed in:
not simple to edit configure.ac automatically, so just tell them what they need to do
3 lines of code changed in:
add the rest of the compiled plugins to the enable-plugins build. hopefully the mac kiddies will be happy for a while now. someone else gets to fix all the compile warnings.
3917 lines of code changed in:
airspawn has no readme, shame on the undocumenter
0 lines of code changed in:
fix the static initializer ordering dependency borkage by wrapping access through a function instead of utilizing a global (static or otherwise). otherwise the initialization cannot be guaranteed -- getConfigDirName is used as an initializer for static variables elsewhere and must be called before the global necessarily exists.
28 lines of code changed in:
begin building the plugins as shared libraries through libtool. start with RogueGenocide and airspawn. this will of course need lots of testing and perhaps some libtool flag tweaking still.
32 lines of code changed in:
Added bzfs /sendhelp command.
Idea and initial implementation by Mike Weisenborn (orange).
Reorganized by menotume.
108 lines of code changed in:
chec for _swDeathReloadFactor when computing the lifetime
5 lines of code changed in:
Changes
3 lines of code changed in:
add -configdir to the client to let users specify a difrent base dir to use for config/temp/cache/ etc...
24 lines of code changed in:
Some protection while reading robots[] and robotServer[]. I got a segv before
73 lines of code changed in:
Unified handling of time in ban commands
87 lines of code changed in:
spellingness
4 lines of code changed in:
the rest of the world has strcasecmp
2 lines of code changed in:
make ban command accept a couple text constants for durration
make ban command use m for min in duration.
durration is now REQUIRED, even for 'shortbans'
expand help to be more descriptive
35 lines of code changed in:
Reverting changes. Peoples was exploiting a bug for shortban. Use 0 instead.
Never was a feature as documented in bzfs man.
The way is doing was bad as there is no way to discriminate a missing time
from a wrong time like in
/ban c3po 30f spammming
f could be a misstyped letter or 30f is part of the reason
Also change had fault has the first word of the reason was removed
17 lines of code changed in:
too much rrrrrrs
1 lines of code changed in:
remove comma
1 lines of code changed in:
remove sound playing as it "may" be bugy
2 lines of code changed in:
remove sounds on death, as it's lame
0 lines of code changed in:
Better -a command line parameter explanation
6 lines of code changed in:
inertiaGameStyle bit is redundant. Set it always now just for compatibility
4 lines of code changed in:
Why not allowing Momentum with Inertia. They have different parameters
0 lines of code changed in:
Always dump inertia parameters at world save
2 lines of code changed in:
Don't need to set Acceleration limit to 0 when inertia is on. They are passed as 0.
0 lines of code changed in:
Yet another NOMINMAX define removed. It is already in common.h
0 lines of code changed in:
Fix NOMINMAX at common.h as it will be included before any other header
2 lines of code changed in:
Include winsock2.h not WINSOCK2.H
1 lines of code changed in:
Compiler warning on NOMINMAX double define
2 lines of code changed in:
Remove reference to VC6 directory
0 lines of code changed in:
make that last part actually work
5 lines of code changed in:
don't send out "you should be more careful" messages more than once per geno-killing. also clean up a bunch of cruft and incorrect comments.
11 lines of code changed in:
player id's are not necessarily contiguous
5 lines of code changed in:
Function to query a bzflag server using PHP, supports 2.0.x and 1.10.x servers, include simple example
359 lines of code changed in:
my changes
7 lines of code changed in:
Fixing spelling and 80 columns limit
1 lines of code changed in:
set a good example and free our player records, delete our apilists.
4 lines of code changed in:
typos
2 lines of code changed in:
do not crash on chat history listing. also free all requested player records. memory leaks are bad.
4 lines of code changed in:
init the time fired field to the server time, even tho it's not really used
1 lines of code changed in:
init all the fields in firing info.
1 lines of code changed in:
increment the world weap shot counter
9 lines of code changed in:
add 2 new build configs that offer more optimisations
1023 lines of code changed in:
bzApiString::c_str() and size() are const-safe, mark them as such
5 lines of code changed in:
signed/unsigned warning
1 lines of code changed in:
newline at eof
2 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