Commit Log (Page 179 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: 2002-04-10 to 2002-03-16 (Commits 382-431 of 9331)

crs23 2002-04-10 22:32

First cut at collision response code. This is not integrated into the
rest of the project yet. There are, however, three test programs:
test1 does surface/surface intersection; test2 does a simulation of
colliding shapes; and test3 exercises the GJK algorithm.

172 lines of code changed in:

dbrosius 2002-04-10 20:18

Remove warning

1 lines of code changed in:

crs23 2002-04-10 19:26

Added some 3D math stuff (a 3-vector, quaternion, plane) and modified
existing matrix and ray to work with them. Also added a linear
equation solver (using gaussian elimination with partial pivoting),
an ODE solver, and a start on collidable shapes. These changes are
mainly in anticipation of new collision detection and response code
and world regions. Also added a mathr.h file that defines macros
and functions on a floating point type that can be changed at compile
time. That type, Real, is used in the new code.
Also fixed up some bugs in field-of-view code in bzgview.
Added some linear algebra stuff, including a 3-vector (Vec3),

453 lines of code changed in:

crs23 2002-04-08 14:18

cleaned up non-portable code

8 lines of code changed in:

chestal 2002-03-30 15:00

use tabs instead of blanks

1 lines of code changed in:

chestal 2002-03-30 14:53

new player id allows simpler code

13 lines of code changed in:

chestal 2002-03-30 14:39

new player id allows simpler code

24 lines of code changed in:

dbrosius 2002-03-27 19:52

opengl bitmaps are defined bottom up, so flip it

2 lines of code changed in:

dbrosius 2002-03-27 19:34

filtering ... oh so close

7 lines of code changed in:

dbrosius 2002-03-27 19:19

better filtering

34 lines of code changed in:

timriker 2002-03-27 06:20

wrong place

101 lines of code changed in:

timriker 2002-03-27 06:16

non win32 png stuff

10 lines of code changed in:

dbrosius 2002-03-27 03:01

add zlib to unix build

1 lines of code changed in:

dbrosius 2002-03-27 02:56

remove rgb nomenclature

9 lines of code changed in:

timriker 2002-03-26 17:07

be quiet if not debug

16 lines of code changed in:

dbrosius 2002-03-25 20:20

write last line

31 lines of code changed in:

dbrosius 2002-03-25 01:34

add additional filters

51 lines of code changed in:

dbrosius 2002-03-24 21:33

implemented expand() functionality

202 lines of code changed in:

dbrosius 2002-03-24 15:36

Fix Sub filter, stub in expand routine

62 lines of code changed in:

dbrosius 2002-03-24 11:23

cleanup filters/colordepths

43 lines of code changed in:

dbrosius 2002-03-24 10:59

Add simple sub filtering. Limit input pngs to 8bitrgb for now

46 lines of code changed in:

dbrosius 2002-03-23 18:57

Fixed buffer overrun causing audio crash

3 lines of code changed in:

dbrosius 2002-03-23 15:26

Initial hook up of PNGImageFile for rgb with no filtering. Conflict with audio problem exists

58 lines of code changed in:

chestal 2002-03-23 15:23

kick idle players

2 lines of code changed in:

dbrosius 2002-03-23 13:39

Stub out zlib usage in PNGImageFile

38 lines of code changed in:

dbrosius 2002-03-23 10:53

Cleanup prolific name-decorator-truncation warning on windows

12 lines of code changed in:

dbrosius 2002-03-23 09:34

More PNG reading... need zlib next..

101 lines of code changed in:

timriker 2002-03-23 04:38

more bot code

40 lines of code changed in:

timriker 2002-03-23 02:39

initial following bot code

39 lines of code changed in:

cyberpi 2002-03-21 12:16

Solaris compilation

14 lines of code changed in:

timriker 2002-03-21 03:52

turn it off for most folk

1 lines of code changed in:

timriker 2002-03-21 03:49

initial autopilot pseudobot

66 lines of code changed in:

dbrosius 2002-03-21 03:35

PNG reader---work in progress-- not yet implemented

135 lines of code changed in:

timriker 2002-03-21 02:39

dump world file on debug

4 lines of code changed in:

dbrosius 2002-03-21 02:08

Remove MsgCaptureFlag-->MsgDropFlag w/reason

79 lines of code changed in:

davidtrowbridge 2002-03-19 22:51

More thoughts

14 lines of code changed in:

timriker 2002-03-19 22:21

crs wants tabs=4

9 lines of code changed in:

timriker 2002-03-19 22:09

add 'r', 't', and 'q' events

19 lines of code changed in:

davidtrowbridge 2002-03-19 20:03

colors in the console

14 lines of code changed in:

chestal 2002-03-19 18:54

server controlled flag capabilites

4 lines of code changed in:

timriker 2002-03-17 23:15

more thoughts

16 lines of code changed in:

timriker 2002-03-17 21:15

fixes from crs

7 lines of code changed in:

crs23 2002-03-17 19:27

fixed rendering of particle systems

61 lines of code changed in:

crs23 2002-03-17 16:59

now clearing depth buffer when drawing menu cursor

4 lines of code changed in:

chestal 2002-03-17 16:29

key bindings for radar zoom in/out

3 lines of code changed in:

chestal 2002-03-17 16:28

add mult command

24 lines of code changed in:

crs23 2002-03-17 16:24

fixed build problems on old ecgs and modern g++

9 lines of code changed in:

dbrosius 2002-03-17 01:05

Refix for newer platforms other than win32

1 lines of code changed in:

dbrosius 2002-03-17 00:08

ugly patch for std::unary_function whohaa

4 lines of code changed in:

timriker 2002-03-16 22:59

revert unary_function

17 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