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-10-03 to 2004-09-29 (Commits 5582-5631 of 9331)
remove duplicate fm::rebuild call
0 lines of code changed in:
allowing elevated bases without -fb and removing dependency from clOptions
0 lines of code changed in:
temporary, FontManager vs. context inits
11 lines of code changed in:
with ctype.h, tolower is in global namespace
2 lines of code changed in:
rewrite std::string tolower/toupper, hopefully making all compilers happy
5 lines of code changed in:
added worldSize, gravity, tankSpeed, tankWidth, & tankLength to BZDBCache
(BZDBCache should go into a "inline getXXX() const" format for read-only)
160 lines of code changed in:
s/string_util/TextUtils/g making the utility namespace match his file name (oh lookie, 2-chars shorter even)
135 lines of code changed in:
make string_util a namespace instead of a class; move other utility functions into that new ns; add implementation file, move longer functions there; made some minor modifications to the implementation; new file src/common/TextUtil.cxx has still to be added to non-autoconf builds
564 lines of code changed in:
try to make std::string() vs. std::string() more consistent
16 lines of code changed in:
typo
2 lines of code changed in:
mingw32 has hypotf (thanks to dtremenak for tipping me off about this)
5 lines of code changed in:
make sure that longer matches actually include at least 1 alphabetic
19 lines of code changed in:
use std::string instead of char*, fixes two bugs
22 lines of code changed in:
Allow cache formatted world retrieval from url to speed-up world downloading
63 lines of code changed in:
if there is an internal error connecting to a server, tell what getState() returns. this can aid in dealing with bugs and other stuff, and also is informative. also, if we have colorblindness flag, don't tell when we are looking at the person we are hunting because it tells their team color, much like how it says "Looking at a tank()" when you have CB and identify.
3 lines of code changed in:
a week's worth of work
137 lines of code changed in:
quit your whining, tell what floating point math stuff we have and what we dont (hypotf)
16 lines of code changed in:
check for libm before checking for float math functions
6 lines of code changed in:
both new and old mac gcc compilers like the new autoconf stuff so remove the hacked inline calls.
0 lines of code changed in:
vc has float math functions except for hypotf
remove hypotf definition in win32.h in favor of the one in common.h
define HAVE_FUNf for all the other float math functions
0 lines of code changed in:
fix IDL, and also add it if showing the treads
9 lines of code changed in:
instead of checking for something silly like "old linux or sun", let configure look and see if we need to define a workaround for missing floating-point math funcs.
43 lines of code changed in:
search for the math functions -- gcc 2.95 on mac is missing some
18 lines of code changed in:
use variable tank dimensions for explosions, IDL, and paused spheres
31 lines of code changed in:
quell empty control statement warnings
2 lines of code changed in:
try, try again
7 lines of code changed in:
fix for TimeKeeper::timestamp() transient data problem
2 lines of code changed in:
Buffering UDP
1 lines of code changed in:
bzgirl should be named, staying in 80 columns, and adding url world loading
3 lines of code changed in:
hack the DEBUG_RENDERING conditional out of showTreads for the moment
6 lines of code changed in:
Adding ftp: and file: urls
10 lines of code changed in:
should have done before. Udp buffering change protocol in some way
2 lines of code changed in:
Reverse checking the http://
1 lines of code changed in:
minor observer view change
1 lines of code changed in:
lets not link against libregex for symbol resolution and say we didn't.
0 lines of code changed in:
braindead compiler warning
1 lines of code changed in:
change near clipping plane from 1.1 to 0.5, and use const variables instead of numbers
14 lines of code changed in:
temporary testing hack
9 lines of code changed in:
cosmetic changes
5 lines of code changed in:
gcc 2.95 obviously does not have the standard function to compare a substring to another string; rewrote it using a temporary substring
1 lines of code changed in:
update flag effect during explosions, even if observing
12 lines of code changed in:
re-randomize explosions
43 lines of code changed in:
fix for the CB flag
10 lines of code changed in:
- converted TankGeometryMgr into a namespace with static data members
- threw some DEBUG3's into TankGeometryMgr
- re-added the contextInitializer test key with shift-alt-X
(when DEBUG_RENDERING is defined)
203 lines of code changed in:
ws, \n after error
19 lines of code changed in:
revert
0 lines of code changed in:
temporary test
8 lines of code changed in:
make with the files of the adding
3 lines of code changed in:
warnings
3 lines of code changed in:
warnings
1 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