Commit Log (Page 106 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-04-09 to 2004-03-27 (Commits 4032-4081 of 9331)

atupone 2004-04-09 18:08

Adding errno.h seems necessary to debian stable for compiling

3 lines of code changed in:

atupone 2004-04-09 15:35

Migrating ip address and udp info to private

131 lines of code changed in:

dtremenak 2004-04-08 21:21

quell trivial compiler warning

1 lines of code changed in:

dtremenak 2004-04-08 21:15

grammar

1 lines of code changed in:

dtremenak 2004-04-08 20:15

deal with extraordinary values sanely (many joysticks or long names)

4 lines of code changed in:

dtremenak 2004-04-08 19:57

clean up screenshotting code some more, remove broken filtering stuff because testing revealed that when fixed and enabled, it tended to increase image sizes rather than decreasing them

13 lines of code changed in:

atupone 2004-04-08 19:41

tcp buffers fields migrating to private

109 lines of code changed in:

atupone 2004-04-08 17:41

Allowing to choose from similar joysticks

8 lines of code changed in:

atupone 2004-04-07 18:41

Migrating tcp/udp buffer to private

102 lines of code changed in:

atupone 2004-04-06 18:53

Player State removed from player info

30 lines of code changed in:

dbrosius 2004-04-06 00:19

pure sillyness

12 lines of code changed in:

dbrosius 2004-04-06 00:06

warnings

1 lines of code changed in:

atupone 2004-04-05 19:11

wasRabbit & player's score migrating to private

128 lines of code changed in:

dbrosius 2004-04-05 01:17

more mindless changes

20 lines of code changed in:

dbrosius 2004-04-05 00:41

mindless changes cause anything else would be hard (& and thus the domain of capn)

12 lines of code changed in:

dtremenak 2004-04-04 17:49

send that null character too - avoid stray chars in clientquery

1 lines of code changed in:

atupone 2004-04-04 14:03

team field is private

88 lines of code changed in:

atupone 2004-04-03 15:08

email field is now a private fields

48 lines of code changed in:

atupone 2004-04-03 14:32

callsign become private

127 lines of code changed in:

brlcad 2004-04-03 14:30

header commentification

2 lines of code changed in:

dtremenak 2004-04-03 12:00

Don't access private members of a class from outside that class

2 lines of code changed in:

bzflag 2004-04-03 11:44

someone added a bzflag-specific doxygen mod.. probably should be another script and/or non-bzflag specific

11 lines of code changed in:

brlcad 2004-04-03 03:26

merge v1_10branch into HEAD

77 lines of code changed in:

brlcad 2004-04-03 03:14

merge v1_10branch into HEAD

12 lines of code changed in:

brlcad 2004-04-03 03:07

merge v1_10branch into HEAD

1 lines of code changed in:

atupone 2004-04-02 19:10

PlayerType type is now private

68 lines of code changed in:

dtremenak 2004-04-01 20:00

Quell performance warning in VC

2 lines of code changed in:

atupone 2004-04-01 17:43

New file added (remind to Windows people)

1 lines of code changed in:

atupone 2004-04-01 17:40

Using the new PlayerInfo class

127 lines of code changed in:

atupone 2004-04-01 17:39

trying smoothly to migrate to a Player class (privating fields). cont'd

155 lines of code changed in:

atupone 2004-03-31 18:21

Don't play telepoter sound locally for bots

1 lines of code changed in:

brlcad 2004-03-31 15:09

the alternative to providing a temporary for a reference parameter is to make the parameter const. seems gcc wants to be sure that the reference isn't going to disappear/change (so it can allocate static/stack space for it). fun

2 lines of code changed in:

brlcad 2004-03-31 14:56

more clean-up of dereferencification of temporaries and then some

28 lines of code changed in:

brlcad 2004-03-31 14:21

fix problem with reference conversion. you can't convert a non-allocated type to a reference.. i.e. calling std::string() as a function param means you can't convert to a reference, so either allocate it some space beforehand (set it to a var), or make the param a non-reference. also m-x indent region

25 lines of code changed in:

dtremenak 2004-03-31 10:19

missed a file

1 lines of code changed in:

dtremenak 2004-03-31 10:18

finish snuggling in lan56's patch, ws

35 lines of code changed in:

dtremenak 2004-03-31 09:47

fix compile on vc5 - explicit conversions from char* to std::string

8 lines of code changed in:

dbrosius 2004-03-31 01:35

reference twiddling

24 lines of code changed in:

dbrosius 2004-03-31 01:26

spilleng

1 lines of code changed in:

dbrosius 2004-03-31 01:12

Apply Ian Agar patch 926409 for poll flag resets and other poll cheat preventions

48 lines of code changed in:

dbrosius 2004-03-31 00:31

Fix .net warnings

2 lines of code changed in:

dbrosius 2004-03-30 23:53

fix .net warnings :)

5 lines of code changed in:

dbrosius 2004-03-30 23:48

Roger doesn't waste his time with PZ tanks

8 lines of code changed in:

brlcad 2004-03-29 19:30

merge branch sh1t bug fix into head

1 lines of code changed in:

atupone 2004-03-28 17:42

Removing my name. Now I'm not the only one to ask for :)

0 lines of code changed in:

dtremenak 2004-03-28 16:34

Add README.MINGW32 section for troubleshooting MingW builds

39 lines of code changed in:

atupone 2004-03-28 08:50

flipz "flips" the height of pyramid not the position. Fixing saved file

10 lines of code changed in:

dbrosius 2004-03-27 16:49

Roger blushes at how stupid he is

24 lines of code changed in:

dbrosius 2004-03-27 16:35

Turn BZDB debugging off by default

1 lines of code changed in:

dbrosius 2004-03-27 16:30

remove the code that was turning BZDB.debug on by default

0 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