Commit Log (Page 20 of 187)

back to main page

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)

atupone 2005-09-05 14:00

Adding new things that sounds good to me. I will add more after. IIR

10 lines of code changed in:

atupone 2005-09-05 13:45

type of shot has been added to killed message

0 lines of code changed in:

atupone 2005-09-05 13:43

bzadmin already does not need GL

0 lines of code changed in:

atupone 2005-09-05 13:39

libcurl TODO is actually done

0 lines of code changed in:

trepan 2005-09-05 00:39

unused param warnings

9 lines of code changed in:

brlcad 2005-09-04 22:20

not simple to edit configure.ac automatically, so just tell them what they need to do

3 lines of code changed in:

brlcad 2005-09-04 22:15

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:

brlcad 2005-09-04 21:10

airspawn has no readme, shame on the undocumenter

0 lines of code changed in:

brlcad 2005-09-04 18:24

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:

brlcad 2005-09-04 16:20

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:

menotume 2005-09-04 10:07

Added bzfs /sendhelp command.
Idea and initial implementation by Mike Weisenborn (orange).
Reorganized by menotume.

108 lines of code changed in:

jeffm2501 2005-09-03 16:23

chec for _swDeathReloadFactor when computing the lifetime

5 lines of code changed in:

atupone 2005-09-03 05:26

Changes

3 lines of code changed in:

jeffm2501 2005-09-02 14:19

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:

atupone 2005-09-01 19:20

Some protection while reading robots[] and robotServer[]. I got a segv before

73 lines of code changed in:

atupone 2005-09-01 17:15

Unified handling of time in ban commands

87 lines of code changed in:

dtremenak 2005-08-30 13:38

spellingness

4 lines of code changed in:

jeffm2501 2005-08-30 13:37

the rest of the world has strcasecmp

2 lines of code changed in:

jeffm2501 2005-08-30 13:32

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:

atupone 2005-08-30 07:48

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:

jujibo 2005-08-30 06:57

too much rrrrrrs

1 lines of code changed in:

trepan 2005-08-30 05:13

remove comma

1 lines of code changed in:

jeffm2501 2005-08-29 19:17

remove sound playing as it "may" be bugy

2 lines of code changed in:

jeffm2501 2005-08-29 19:14

remove sounds on death, as it's lame

0 lines of code changed in:

atupone 2005-08-29 15:09

Better -a command line parameter explanation

6 lines of code changed in:

atupone 2005-08-29 14:48

inertiaGameStyle bit is redundant. Set it always now just for compatibility

4 lines of code changed in:

atupone 2005-08-29 14:37

Why not allowing Momentum with Inertia. They have different parameters

0 lines of code changed in:

atupone 2005-08-29 14:22

Always dump inertia parameters at world save

2 lines of code changed in:

atupone 2005-08-29 14:03

Don't need to set Acceleration limit to 0 when inertia is on. They are passed as 0.

0 lines of code changed in:

atupone 2005-08-29 06:29

Yet another NOMINMAX define removed. It is already in common.h

0 lines of code changed in:

atupone 2005-08-29 06:13

Fix NOMINMAX at common.h as it will be included before any other header

2 lines of code changed in:

atupone 2005-08-29 05:54

Include winsock2.h not WINSOCK2.H

1 lines of code changed in:

atupone 2005-08-28 21:13

Compiler warning on NOMINMAX double define

2 lines of code changed in:

blast007 2005-08-28 19:20

Remove reference to VC6 directory

0 lines of code changed in:

dtremenak 2005-08-28 19:08

make that last part actually work

5 lines of code changed in:

dtremenak 2005-08-28 19:01

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:

dtremenak 2005-08-28 18:08

player id's are not necessarily contiguous

5 lines of code changed in:

blast007 2005-08-28 18:04

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:

atupone 2005-08-28 15:39

my changes

7 lines of code changed in:

atupone 2005-08-28 15:09

Fixing spelling and 80 columns limit

1 lines of code changed in:

dtremenak 2005-08-27 21:46

set a good example and free our player records, delete our apilists.

4 lines of code changed in:

dtremenak 2005-08-27 21:44

typos

2 lines of code changed in:

dtremenak 2005-08-27 21:39

do not crash on chat history listing. also free all requested player records. memory leaks are bad.

4 lines of code changed in:

jeffm2501 2005-08-27 19:39

init the time fired field to the server time, even tho it's not really used

1 lines of code changed in:

jeffm2501 2005-08-27 19:36

init all the fields in firing info.

1 lines of code changed in:

jeffm2501 2005-08-27 19:34

increment the world weap shot counter

9 lines of code changed in:

jeffm2501 2005-08-27 18:03

add 2 new build configs that offer more optimisations

1023 lines of code changed in:

dtremenak 2005-08-27 12:53

bzApiString::c_str() and size() are const-safe, mark them as such

5 lines of code changed in:

dtremenak 2005-08-27 12:51

signed/unsigned warning

1 lines of code changed in:

dtremenak 2005-08-26 22:40

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