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-09-05 to 2004-08-30 (Commits 5182-5231 of 9331)
fix sphere normals
11 lines of code changed in:
- added arcs and spheres (both currently unprotected)
- changed _deadUnder BZDB param to a fixed world object
(allows for user specified material properties, and
makes it work with the BSP renderer)
- added ability to have multiple functions in dynamicColors
- updated the bzfs man page
- commonized the material properties parsing
- cleaned up default material texture handling and added
ability to disable texture color modulation
1777 lines of code changed in:
warnings
1 lines of code changed in:
fix several invalid ID crashes when server sends kill notifications. if a kill ID is out of curMaxPlayers range, assume it's just an anonymous server kill (and format it up as such) instead of crashing. while we're at it M-x indent-region
1090 lines of code changed in:
try to prevent a lil crashage
1 lines of code changed in:
change the default game time limit to 30 minutes instead of 5 since league matches are more common.
2 lines of code changed in:
add the ability to unset whether a player has played early
3 lines of code changed in:
don't crash the client if it gets a killer id out of range. just say the server did it.
24 lines of code changed in:
virtual inlined are pretty useless. Changing getPlane() to "real"
13 lines of code changed in:
don't need a temporary buffer to print an unformatted string, so simplify. also found a couple malformed strings that should have had format specifiers (but mostly harmless).
28 lines of code changed in:
warning: extra qualification WorldInfo:: on member
1 lines of code changed in:
adding getNextLight() method to speedup navigating on Scene-Database
13 lines of code changed in:
throw this in before someone segv's
249 lines of code changed in:
clean up a bit
4 lines of code changed in:
Adding renderShadow to draw minimal things for wall
14 lines of code changed in:
remove the profanity
1 lines of code changed in:
2 to 3 times speedup using Zbuffer on a world with 6220 alpha'ed faces
69 lines of code changed in:
Is there really a reason to make the timed server option compile-time only? Leave it enabled like everything else.
18 lines of code changed in:
remove junk
0 lines of code changed in:
follow along, make dynamic color keywords case insensitive
6 lines of code changed in:
size() does not return an in, or a unsigned char, cast so the warning don't make baby jesus cry.
9 lines of code changed in:
sigh, i hate cvs. random documentation fix from who-knows when, plus fix a crasher. i dunno what caused me to try to do this, but trying to pause before joining a game (by cancelling out of the menu) was bad.
2 lines of code changed in:
fix BSP split lighting normals, oops
3 lines of code changed in:
warning
1 lines of code changed in:
idiot warnings
2 lines of code changed in:
<vector> not <vector.h>, unless we're talking about a different vector...
2 lines of code changed in:
iterator definitions go outside the for loops when they're used more than once
12 lines of code changed in:
I can't believe gcc wouldn't complain about this
1 lines of code changed in:
stopgap fix for default texture
1 lines of code changed in:
<ostream> -> <iostream>
5 lines of code changed in:
remove some printfs
0 lines of code changed in:
oops, bump the app rev as well as the protocol
1 lines of code changed in:
Added mesh obstacles
Added user textures for meshes
Added dynamic colors for meshes
Added texture matrices for meshes
Optimized and corrected the BSP splitting algorithm
5052 lines of code changed in:
warnings
6 lines of code changed in:
ws
15 lines of code changed in:
refactor some things in FontManager to approximately halve the number of calls to getClosestSize
14 lines of code changed in:
quell braindead warning
1 lines of code changed in:
English :(
2 lines of code changed in:
Adding information on how to install locally, and strip binaries
14 lines of code changed in:
Moving -I option to Makefile's (trying to free CPPFLAGS for users)
28 lines of code changed in:
remove linux/gcc implied optimization options
2 lines of code changed in:
Adding Radar zoom in/out by mouse wheel
40 lines of code changed in:
er, what was i just thinking? sheesh it's already a string.
1 lines of code changed in:
oops, missed that little dohickie of a print specifier. odd the compiler didn't complain here.
1 lines of code changed in:
comment out suspect code
3 lines of code changed in:
the beginning of the end for tetras
68 lines of code changed in:
Remove C -ansi option as it broke solaris and irix
1 lines of code changed in:
C -ansi option is now in Makefile.am
6 lines of code changed in:
CFLAGS and CXXFLAGS can be taken from the environment
5 lines of code changed in:
let directMessage report the error, and actually use it when needed
50 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