Commit Log (Page 155 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: 2003-09-23 to 2003-09-20 (Commits 1582-1631 of 9331)

larsl 2003-09-23 06:17

Distinguish between communication error and superkill

3 lines of code changed in:

larsl 2003-09-23 06:12

Exit cleaner when we lose the connection to the server

33 lines of code changed in:

dbrosius 2003-09-23 03:51

Roger gets rid of some of the yips, avoids shots instead

37 lines of code changed in:

dbrosius 2003-09-22 21:35

from silly to ridiculous

12 lines of code changed in:

dbrosius 2003-09-22 21:15

fix vc dup var errors

5 lines of code changed in:

timriker 2003-09-22 19:59

simple version of linking everytime

13 lines of code changed in:

atupone 2003-09-22 19:43

automake compatibility: buildDate.o now in LIBS

3 lines of code changed in:

atupone 2003-09-22 17:51

date is generated everytime, build are not

11 lines of code changed in:

larsl 2003-09-22 16:51

Don't include xcurses.h if we're using PDCurses on Win32

8 lines of code changed in:

timriker 2003-09-22 15:17

date madness

8 lines of code changed in:

timriker 2003-09-22 15:12

date madness

10 lines of code changed in:

larsl 2003-09-22 14:26

Added primitive check to bzadmin that tries to wait until all commands have been processed by the server before it quits

9 lines of code changed in:

chestal 2003-09-22 14:02

squelch [char] warning

3 lines of code changed in:

larsl 2003-09-22 14:00

Mountain background is broken for small or large world

2 lines of code changed in:

larsl 2003-09-22 13:35

bzadmin responds to CLIENTQUERY

9 lines of code changed in:

larsl 2003-09-22 12:13

Use AC_DEFINE with 3 parameters

1 lines of code changed in:

larsl 2003-09-22 11:57

bzadmin now works with XCurses, the X11 version of PDCurses, this should make it easier to build bzadmin for Win32

42 lines of code changed in:

brlcad 2003-09-22 07:59

thanks chestal.. I was looking for that header; made it really use count() like I intended

5 lines of code changed in:

chestal 2003-09-22 06:29

move #if 0 so we don't get unused var warnings

1 lines of code changed in:

chestal 2003-09-22 06:28

count counts, so use it

2 lines of code changed in:

chestal 2003-09-22 06:27

use const string& when we only want to read

4 lines of code changed in:

brlcad 2003-09-22 01:32

rewrote/refactored the aggressive filter. got rid of tons of senseless bookkeeping; increased performance by a smidgen; reduced memory usage; fixed destructor; and finally properly handle words that begin with a non alphabetic. still need to readd support for suffixes and prefixes as well as remove debug printing.

125 lines of code changed in:

brlcad 2003-09-22 01:15

newly discovered os x gamma bug

3 lines of code changed in:

dbrosius 2003-09-21 23:34

Roger is more selective on low shot count servers

5 lines of code changed in:

dbrosius 2003-09-21 22:45

bit dwiddlin'

4 lines of code changed in:

dbrosius 2003-09-21 21:43

stop the infernal vc warnings

10 lines of code changed in:

brlcad 2003-09-21 19:19

missing a range of punctuation

1 lines of code changed in:

brlcad 2003-09-21 15:02

added another creepy crawler for getting kicked without warrant

2 lines of code changed in:

larsl 2003-09-21 14:56

Added more bugs

7 lines of code changed in:

brlcad 2003-09-21 14:50

added bug that must be fixed before release

3 lines of code changed in:

larsl 2003-09-21 14:44

Added jump check bug

3 lines of code changed in:

larsl 2003-09-21 13:39

vote and veto are commands

2 lines of code changed in:

larsl 2003-09-21 13:03

'/' is not a command

0 lines of code changed in:

larsl 2003-09-21 13:02

Register more commands for tab completion in bzadmin

18 lines of code changed in:

larsl 2003-09-21 12:54

Don't use curses if we don't have curses

0 lines of code changed in:

larsl 2003-09-21 12:44

Need the @top_srcdir@ prefix when handling source files directly

3 lines of code changed in:

atupone 2003-09-21 06:49

using just 1 socket is enough

2 lines of code changed in:

brlcad 2003-09-21 04:30

added WordFilter::setFromCharacter() which returns which real characters a l33t-speak punctuation might correspond to

84 lines of code changed in:

brlcad 2003-09-21 04:06

added firstAlphabetic() and firstNonalphabetic range finder

39 lines of code changed in:

brlcad 2003-09-21 03:26

er, printable is supposed to include punctuation..

13 lines of code changed in:

brlcad 2003-09-21 03:21

quell warning about signed/unsigned comparsion

2 lines of code changed in:

dbrosius 2003-09-21 03:07

less confusing tokenize

11 lines of code changed in:

brlcad 2003-09-21 02:41

added isVisible(), firstVisible(), and firstNonvisible() to identify characters that are letters, punctuation, or numbers, but not whitespace

76 lines of code changed in:

brlcad 2003-09-21 00:51

properly escape the right l33t chars; handle whitespace better

34 lines of code changed in:

brlcad 2003-09-20 23:39

Wee.. decreased memory usage by almost 20%. Disabled processing of suffixes and prefixes (will be conditionally processed later upon valid match). Added l33tspeakSetFromCharacter for l33t-speak separation. Added timers to observer performance.

103 lines of code changed in:

brlcad 2003-09-20 22:07

hrm, how did that end up getting left in there.. *shrug*

1 lines of code changed in:

brlcad 2003-09-20 19:13

removed storage of the uncompiled expanded expression

56 lines of code changed in:

brlcad 2003-09-20 19:04

changed to .cxx following mac's lead

2 lines of code changed in:

brlcad 2003-09-20 19:02

oops.. referenced twice

1 lines of code changed in:

brlcad 2003-09-20 18:59

changed to .cxx following mac's lead

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