Commit Log (Page 75 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-10-03 to 2004-09-29 (Commits 5582-5631 of 9331)

dtremenak 2004-10-03 18:45

remove duplicate fm::rebuild call

0 lines of code changed in:

atupone 2004-10-03 17:34

allowing elevated bases without -fb and removing dependency from clOptions

0 lines of code changed in:

trepan 2004-10-03 17:28

temporary, FontManager vs. context inits

11 lines of code changed in:

chestal 2004-10-03 14:56

with ctype.h, tolower is in global namespace

2 lines of code changed in:

chestal 2004-10-03 14:46

rewrite std::string tolower/toupper, hopefully making all compilers happy

5 lines of code changed in:

trepan 2004-10-03 14:20

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:

brlcad 2004-10-03 13:28

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:

chestal 2004-10-03 13:01

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:

chestal 2004-10-03 12:53

try to make std::string() vs. std::string() more consistent

16 lines of code changed in:

chestal 2004-10-03 11:24

typo

2 lines of code changed in:

lan56 2004-10-02 22:04

mingw32 has hypotf (thanks to dtremenak for tipping me off about this)

5 lines of code changed in:

brlcad 2004-10-02 16:39

make sure that longer matches actually include at least 1 alphabetic

19 lines of code changed in:

chestal 2004-10-02 10:48

use std::string instead of char*, fixes two bugs

22 lines of code changed in:

atupone 2004-10-02 06:16

Allow cache formatted world retrieval from url to speed-up world downloading

63 lines of code changed in:

lan56 2004-10-02 01:02

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:

lan56 2004-10-02 00:36

a week's worth of work

137 lines of code changed in:

lan56 2004-10-01 23:56

quit your whining, tell what floating point math stuff we have and what we dont (hypotf)

16 lines of code changed in:

dtremenak 2004-10-01 20:16

check for libm before checking for float math functions

6 lines of code changed in:

brlcad 2004-10-01 18:30

both new and old mac gcc compilers like the new autoconf stuff so remove the hacked inline calls.

0 lines of code changed in:

dtremenak 2004-10-01 18:25

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:

trepan 2004-10-01 16:34

fix IDL, and also add it if showing the treads

9 lines of code changed in:

brlcad 2004-10-01 16:06

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:

brlcad 2004-10-01 16:04

search for the math functions -- gcc 2.95 on mac is missing some

18 lines of code changed in:

trepan 2004-10-01 09:27

use variable tank dimensions for explosions, IDL, and paused spheres

31 lines of code changed in:

dbrosius 2004-10-01 00:17

quell empty control statement warnings

2 lines of code changed in:

trepan 2004-09-30 20:00

try, try again

7 lines of code changed in:

trepan 2004-09-30 19:46

fix for TimeKeeper::timestamp() transient data problem

2 lines of code changed in:

atupone 2004-09-30 19:10

Buffering UDP

1 lines of code changed in:

atupone 2004-09-30 18:44

bzgirl should be named, staying in 80 columns, and adding url world loading

3 lines of code changed in:

trepan 2004-09-30 18:43

hack the DEBUG_RENDERING conditional out of showTreads for the moment

6 lines of code changed in:

atupone 2004-09-30 18:40

Adding ftp: and file: urls

10 lines of code changed in:

atupone 2004-09-30 18:29

should have done before. Udp buffering change protocol in some way

2 lines of code changed in:

atupone 2004-09-30 18:16

Reverse checking the http://

1 lines of code changed in:

trepan 2004-09-30 18:12

minor observer view change

1 lines of code changed in:

brlcad 2004-09-30 17:27

lets not link against libregex for symbol resolution and say we didn't.

0 lines of code changed in:

dtremenak 2004-09-30 17:22

braindead compiler warning

1 lines of code changed in:

trepan 2004-09-30 16:35

change near clipping plane from 1.1 to 0.5, and use const variables instead of numbers

14 lines of code changed in:

trepan 2004-09-30 16:15

temporary testing hack

9 lines of code changed in:

chestal 2004-09-30 14:30

cosmetic changes

5 lines of code changed in:

chestal 2004-09-30 10:35

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:

trepan 2004-09-30 09:52

update flag effect during explosions, even if observing

12 lines of code changed in:

trepan 2004-09-30 09:28

re-randomize explosions

43 lines of code changed in:

trepan 2004-09-30 07:08

fix for the CB flag

10 lines of code changed in:

trepan 2004-09-30 06:42

- 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:

timriker 2004-09-29 22:17

ws, \n after error

19 lines of code changed in:

trepan 2004-09-29 20:36

revert

0 lines of code changed in:

trepan 2004-09-29 20:32

temporary test

8 lines of code changed in:

jeffm2501 2004-09-29 20:23

make with the files of the adding

3 lines of code changed in:

dbrosius 2004-09-29 20:03

warnings

3 lines of code changed in:

dbrosius 2004-09-29 19:55

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