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-11-09 to 2004-11-01 (Commits 5882-5931 of 9331)
comments, remove not yet implemented game mode
3 lines of code changed in:
ws
7 lines of code changed in:
comment
1 lines of code changed in:
show Handicap instead of Inertia
2 lines of code changed in:
ws
4900 lines of code changed in:
use perl, grep first, lookout!
21 lines of code changed in:
want sdl for debian builds
1 lines of code changed in:
refactor the UI drawing into a function instead of repeating 9 (yes NINE\!) times. the radar rendering is moved up before menu drawing too to minimize invalid context problems.
32 lines of code changed in:
mm, read coloring and tab positioning in the right order instead of the wrong one
1 lines of code changed in:
don't redraw so much (software rendering and just one less thing to do) by providing a means to invalidate the control panel so it knows when to redraw. presently only the HUDDialog invalidates it outside of exposure events (checkDirtyControlPanel()).
27 lines of code changed in:
fixed the position of the tabbed labels.
0 lines of code changed in:
menu keybindings.. outdated and changed since so good to just rereport if still a problem.
0 lines of code changed in:
render the menu in from of everything else (most importantly in front of the control panel)
9 lines of code changed in:
eep. just because it's opaque doesn't mean it doesn't need to get redrawn.. random alternate overlays may change/invalidate it (e.g. menus) so redraw it when it's time to redraw, period.
0 lines of code changed in:
clear an extra pixel column to simplify fuzzy float stuff later
4 lines of code changed in:
corners now drawn and edges realigned
0 lines of code changed in:
fix the tabbed control panel outlining (and pray to jeebus that the alignment is okay on other cards). this includes putting in the damned corner pixels.
34 lines of code changed in:
fix the tabbed panels' label centering -- only 1 char padding
4 lines of code changed in:
if you start the client windowed on a multidisplay system and then move it to a secondary display, you cannot control the brightness (SDL).
5 lines of code changed in:
bugsquishing: fix double-hunt-arrow bug
2 lines of code changed in:
added optional duration argument to /countdown
1 lines of code changed in:
document the new optional argument to /countdown
4 lines of code changed in:
modify the countdown command to optionally take an argument for how long to countdown. announce how long the match is, making good reuse of bzg's time printing.
85 lines of code changed in:
accept patch from an anonymous edging that says mesh code is now complete, but needs improved. scene nodes can now report if they are would have been freed (and are not freed automatically upon request), treads behave on the physics drivers better, and a lil cleanup.
613 lines of code changed in:
more sinf and cosf from edging anon
5 lines of code changed in:
apparently needs curl too .. (wasn't this fixed already once before? .. deja-vu)
1 lines of code changed in:
anon patch, s/cos/cosf/, same for sin
2 lines of code changed in:
accept patch from an anonymous friend that provides an EigthDimShellNode for rendering shell nodes..
197 lines of code changed in:
accept patch from anonymous friend who says that the octrees can be forced to build twice because the bzdb vars come in after the map is processed.
3 lines of code changed in:
fixing help/keyboard menu with blast patch.
Choose a tiny font-size to fit. Probably layout need to be redone.
20 lines of code changed in:
avoid infinite loop on flag spawn
2 lines of code changed in:
Team size display of 65535 when no player allowed was already fixed.
0 lines of code changed in:
a single byte udp packet is discarded by bzfs, in the new rewrite.
0 lines of code changed in:
Hopefull fix of no UDP issue, making UDP request earlier
6 lines of code changed in:
Should fix the /poll set command
1 lines of code changed in:
/poll flagreset fixed
1 lines of code changed in:
let destroyed by server mean what it said.
Adding "destroyed by a (GHOST)": killed by a tank who have left
2 lines of code changed in:
Forward-porting of hide flag anti cheat
13 lines of code changed in:
Let TH-tank die if hit by its previous shots
1 lines of code changed in:
remove BUGS entry that is not a bug
0 lines of code changed in:
zapping flag from players dead for capture and countdown
2 lines of code changed in:
Discard messages received via udp that are only sent as tcp
24 lines of code changed in:
Makefile must come before directories. They should really be lower case\!
1 lines of code changed in:
revert list url, remove unused mcast info
2 lines of code changed in:
gcc 2.96 does not like the const
1 lines of code changed in:
try to re-fix make distcheck
47 lines of code changed in:
respect the man's wishes.
The time has come to say good night,
My how time does fly.
We've had a laugh, perhaps a tear,
and now we hear good-bye.
...
Until we meet again.
32 lines of code changed in:
this needs work too, but at least the polarities are right
2 lines of code changed in:
only set gstate once for each type of track mark, and disable the belittled
30 lines of code changed in:
doc udp connection bug and server-hanging-on-startup bug
9 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