Commit Log (Page 99 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: 2004-06-19 to 2004-06-08 (Commits 4382-4431 of 9331)

lan56 2004-06-19 02:48

add two new messages to bzadmin: MsgTimeUpdate and MsgScoreOver.

35 lines of code changed in:

lan56 2004-06-19 00:29

update for the modern /clientquery.

4 lines of code changed in:

lan56 2004-06-18 19:51

Roger shouldn't care about laser shots if he has cloaking, since he can't die from it anyway.

4 lines of code changed in:

lan56 2004-06-17 23:58

output the player's IP address if they used up all 5 /password tries, which is really what is useful.

2 lines of code changed in:

timriker 2004-06-17 23:44

borken XIJoystick

7 lines of code changed in:

lan56 2004-06-17 20:07

use Team::getName() to output the joined player's team.

4 lines of code changed in:

lan56 2004-06-17 19:14

tell the player that voteTime is in seconds, otherwise, it is never stated.

1 lines of code changed in:

atupone 2004-06-17 18:11

Player update is sent even when paused, so do not kick for that

0 lines of code changed in:

lan56 2004-06-17 17:59

display what team a person joined to (observer, rogue, and unknown team included).

16 lines of code changed in:

brlcad 2004-06-17 17:37

only consider updates from paused and observers invalid.. NR players cannot become un-NR without sending a MsgPlayerUpdate. also comment the function's function.

7 lines of code changed in:

brlcad 2004-06-17 17:33

don't really need the isNotPlaying any more, pluse confusing with isPlaying..

0 lines of code changed in:

brlcad 2004-06-17 17:31

oops, remove debug printing

0 lines of code changed in:

trepan 2004-06-16 23:49

bzfs help touchup

1 lines of code changed in:

brlcad 2004-06-16 22:19

the players have spoken, hold-the-flag is wanted

2 lines of code changed in:

lan56 2004-06-16 21:57

allow whitespace in callsign, and I guess host for BZAdmin.

1 lines of code changed in:

lan56 2004-06-16 21:51

allow whitespace in callsign, and I guess host.

2 lines of code changed in:

brlcad 2004-06-16 21:26

the sdl bugs for key pause and flipped window controls are squished

0 lines of code changed in:

brlcad 2004-06-16 21:25

Work around an SDL bug related to an inverted Y-axis on Macs (1.2.7 does not fix) that run with -window .. might be specific to multi-display systems

14 lines of code changed in:

brlcad 2004-06-16 20:02

remove the simple calloc/free debug counters now that the problem was fixed

0 lines of code changed in:

trepan 2004-06-16 12:26

add -recbuf option, and documentation

29 lines of code changed in:

trepan 2004-06-16 06:54

easier multiline messages

8 lines of code changed in:

atupone 2004-06-15 13:44

ColorBlindness disables hunt flashing on Radar

1 lines of code changed in:

atupone 2004-06-12 09:49

Bots does not share udp connections with human, only tcp

1 lines of code changed in:

atupone 2004-06-12 09:47

Getting player id from beginShot if it is a bot

21 lines of code changed in:

trepan 2004-06-11 14:41

better safe then segv'ed

1 lines of code changed in:

atupone 2004-06-11 14:36

Compilation warning

3 lines of code changed in:

dtremenak 2004-06-11 12:45

prevent message flooding/spamming - apply revised patch 969351 from lan56

77 lines of code changed in:

dtremenak 2004-06-11 12:43

ws

31 lines of code changed in:

trepan 2004-06-11 07:54

oops, keep on publicizing()

5 lines of code changed in:

trepan 2004-06-11 07:46

replay works on random map servers

5 lines of code changed in:

dtremenak 2004-06-10 19:43

ws

70 lines of code changed in:

atupone 2004-06-10 16:45

moving Rabbit-Ranking to Score

19 lines of code changed in:

brlcad 2004-06-10 11:22

Consolidated polling system bzfs options (-poll)

2 lines of code changed in:

brlcad 2004-06-10 11:17

apply the ideas of sf patch 938365 - "BZFS new command: -poll VAR=VAL"; modify logic to tokenize on the equal instead; reformat bzfs -help output; use std::endl instead of newlines.

107 lines of code changed in:

trepan 2004-06-10 01:15

silliness

1 lines of code changed in:

brlcad 2004-06-10 00:12

make the default number of additional votes required to pass a poll 2 instead of three (so 2/3 is new min instead of 3/4)

1 lines of code changed in:

brlcad 2004-06-09 23:50

* Improved server pause cheat detection and reporting - Ian Agar, Sean Morrison

1 lines of code changed in:

brlcad 2004-06-09 23:46

apply a modified version of lan56's sf patch 936787 - "Ignore invalid messages + kick cheating paused players". this version gives a little more debug, custom messages per failure type, and restructures the logic a little.

44 lines of code changed in:

brlcad 2004-06-09 23:42

added isNotResponding(), isNotPlaying(), and isPaused() introspection hooks from a modified version of lan56's sf patch 936787 - "Ignore invalid messages + kick cheating paused players"

15 lines of code changed in:

brlcad 2004-06-09 23:37

okay, it's finally sufficiently annoying. don't link against X11 on Mac OS X since Carbon/Aqua is used. this isn't strictly true since I might _want_ X11, but until someone wants it turn it off

18 lines of code changed in:

brlcad 2004-06-09 23:22

quell warning about uninitialized value

1 lines of code changed in:

atupone 2004-06-09 20:47

Score moved out from PlayerInfo

169 lines of code changed in:

trepan 2004-06-08 18:30

try to avoid accidental kicks

2 lines of code changed in:

atupone 2004-06-08 14:18

No POSIX/BSD flag for MinGW & cygwin

0 lines of code changed in:

atupone 2004-06-08 14:15

driving key handling & valgrinding

3 lines of code changed in:

atupone 2004-06-08 13:56

As only a .c file need special option, use CFLAGS

1 lines of code changed in:

trepan 2004-06-08 13:39

don't tell them all our secrets

1 lines of code changed in:

trepan 2004-06-08 04:19

make the rejoin wait debug message conform

2 lines of code changed in:

trepan 2004-06-08 04:05

make the server acceptance code common to bzflag and bzadmin

57 lines of code changed in:

trepan 2004-06-08 03:22

cleanup the string formatting

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