Commit Log (Page 15 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-10-10 to 2005-10-04 (Commits 8582-8631 of 9331)

menotume 2005-10-10 13:01

Initial implementation of the HoldTheFlag plugin.

607 lines of code changed in:

brlcad 2005-10-10 04:03

nolighting material property seems to be missing (at least it's in use)

2 lines of code changed in:

trepan 2005-10-08 23:38

isban -> checkip

1 lines of code changed in:

brlcad 2005-10-08 16:29

some of the lod cmd sets have minimums and come it pairs/triples, needs to be verified

10 lines of code changed in:

brlcad 2005-10-08 15:57

tristrips don't come in triplets

1 lines of code changed in:

dtremenak 2005-10-08 15:10

simply rebuild the roaming label and reselect the winning tank every frame, instead of trying to do it only when it changes

2 lines of code changed in:

dtremenak 2005-10-08 15:08

avoid a crash

9 lines of code changed in:

atupone 2005-10-08 07:14

Just rewrote the code to check authentication, no functionality change

76 lines of code changed in:

chestal 2005-10-08 06:34

fix logic: if token is empty, replace it by 'NONE'

1 lines of code changed in:

brlcad 2005-10-08 01:48

purevisual renamed to decorative

0 lines of code changed in:

brlcad 2005-10-08 01:38

presumably, 'purevisual' is missing from the drawInfo spec?

3 lines of code changed in:

jeffm2501 2005-10-07 22:29

fix strlen for real :)

2 lines of code changed in:

jeffm2501 2005-10-07 22:27

please don't use gcc extensions in the code, other OSs don't have em

2 lines of code changed in:

atupone 2005-10-07 20:34

Create a user item even if authentication went ko

25 lines of code changed in:

bryjen 2005-10-07 18:04

login messages

5 lines of code changed in:

atupone 2005-10-07 15:39

Known players not authenticated are now detected

36 lines of code changed in:

trepan 2005-10-07 00:11

improvements to "sequence" explanation

2 lines of code changed in:

timriker 2005-10-06 18:14

move include_HEADERS to PyBZFlag_la_SOURCES

7 lines of code changed in:

chestal 2005-10-06 14:54

make g++ 2.95 happy

1 lines of code changed in:

atupone 2005-10-06 14:11

Shadowed variable. Perfectly ok, but compile option forbid that.

3 lines of code changed in:

menotume 2005-10-06 12:28

API: Don't send part event if not a real player.

2 lines of code changed in:

chestal 2005-10-06 09:15

new command /checkip <ip> to test whether and why a given IP is banned; does not cover hostbans; requires banlist permission

71 lines of code changed in:

chestal 2005-10-06 09:12

extract single sendban() into own function, used by sendbans() for /banlist and by upcoming /checkip; rewrite using stringstream instead of potentially overflowing printf operations

44 lines of code changed in:

lan56 2005-10-06 02:16

save 8 letters -- use '!' instead of "== false"

1 lines of code changed in:

lan56 2005-10-06 02:12

fix mistake that sent "you have already voted" msg the very first time a person voted (keep it for the people that truly have already voted though)

1 lines of code changed in:

menotume 2005-10-05 20:43

rename a field before someone starts using it :)

6 lines of code changed in:

menotume 2005-10-05 20:25

Document API additions.

51 lines of code changed in:

menotume 2005-10-05 20:02

Added Game Start and End events. Added formatted debug and sendTextMessage
functions.

67 lines of code changed in:

dtremenak 2005-10-05 18:19

looks like search-and-replace was a tad to agressive. use the right bzdb variable to avoid excessive zooms.

4 lines of code changed in:

dtremenak 2005-10-05 17:12

careful with NULL tanks

3 lines of code changed in:

dtremenak 2005-10-05 17:04

careful with NULL worlds

5 lines of code changed in:

dtremenak 2005-10-05 17:00

ROAM.getTargetTank() can return NULL (thanks toughshooter)

1 lines of code changed in:

dtremenak 2005-10-05 13:56

handle null world when roaming a bit better

16 lines of code changed in:

trepan 2005-10-05 01:07

avoid roam mode segvs (ex: switching servers while tracking a player)

13 lines of code changed in:

brlcad 2005-10-05 00:27

disable building shared libs in order to prevent double-compilation of (PIC and non-PIC) object files. this isn't necessary when the flags are used correctly..needs to be fixed.

4 lines of code changed in:

brlcad 2005-10-05 00:24

no lies, 'someone' swapped in a different automatic team icon at the last minute

0 lines of code changed in:

trepan 2005-10-04 23:10

another test, without using vertex arrays

11 lines of code changed in:

trepan 2005-10-04 22:54

another fix-the-ati-cards test, do our own lighting

53 lines of code changed in:

trepan 2005-10-04 21:35

testing for ATI ground rendering bug

36 lines of code changed in:

trepan 2005-10-04 21:09

case sensitive, fix /roampos

1 lines of code changed in:

dtremenak 2005-10-04 20:07

don't stay in a roaming mode when rejoining with a non-observer tank

2 lines of code changed in:

trepan 2005-10-04 19:59

warning

1 lines of code changed in:

trepan 2005-10-04 19:56

noGUI still shows FPS and msPF

9 lines of code changed in:

jeffm2501 2005-10-04 19:54

fix the internal to API event maping
don't call a part event when they don't have a real team ( it is probably a scaner
or the list server )

76 lines of code changed in:

trepan 2005-10-04 19:47

add 'noGUI' BZDB control var

33 lines of code changed in:

trepan 2005-10-04 19:41

touchups for colored world weapons

17 lines of code changed in:

dtremenak 2005-10-04 19:25

reset roaming camera when joining a new game. fix /roampos command.

22 lines of code changed in:

lan56 2005-10-04 15:40

add roaming.cxx

11 lines of code changed in:

dtremenak 2005-10-04 14:22

make roaming a proper singleton

13 lines of code changed in:

dtremenak 2005-10-04 13:50

quell some gcc warnings (thx bryjen)

11 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