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-06-10 to 2002-03-19 (Commits 399-448 of 9348)

davidtrowbridge 2002-06-10 03:32

snapping readded. bound to f5 by default

36 lines of code changed in:

dbrosius 2002-06-10 01:35

Fix compile errors under MCVS

3 lines of code changed in:

timriker 2002-06-04 02:00

the great ex:ing for vim and friends

347 lines of code changed in:

davidtrowbridge 2002-06-03 19:49

Fixed tabstop yickiness

301 lines of code changed in:

timriker 2002-06-03 17:27

common-licenses

1 lines of code changed in:

timriker 2002-06-03 17:04

stop messing up the source, tabsize = 4 for 1.8

9 lines of code changed in:

davidtrowbridge 2002-06-03 16:52

observer front-end, chestal style roaming, general cleanup

631 lines of code changed in:

dbrosius 2002-05-29 00:56

removed warning for possibly used before init

3 lines of code changed in:

timriker 2002-04-30 04:14

cleanup

9 lines of code changed in:

timriker 2002-04-30 04:13

team kills

2 lines of code changed in:

dbrosius 2002-04-27 12:09

sendEnter was sending too much data

1 lines of code changed in:

crs23 2002-04-17 13:07

Introduced "regions" to bzfs. A region is a volume of space. This
change uses regions to define the location of team bases, obstacles,
and where flags can be inserted (i.e. spawned).

Regions are either a single shape (obstacles must be single shapes)
or an expression of shapes using union, difference, and intersection.
The shapes can be any type derived from Shape, currently boxes and
pyramids.

This change splits world creation and reading out of bzfs.cxx into
separate files. It also adds code to generate XML for regions from
the world then parses that XML to create the regions. The regions
are then used to insert/drop flags. This is in anticipation of
changing world files to XML.

Bases will soon no longer be obstacles but just regions where flags
can be captured. That means floating bases will need obstacles
below them for players to drive on. That also requires support for
flags on obstacles or team flags would fall to the ground. So this
change also discards the old flagsOnBuildings code (which didn't
work right anyway) and fully supports flags on buildings. It
doesn't allow flags on pyramids because it's extremely hard to grab
flags on pyramids.

1186 lines of code changed in:

davidtrowbridge 2002-04-16 15:41

My thoughts on implementation

21 lines of code changed in:

dbrosius 2002-04-11 02:00

MSVC doesn't implement std::max and std::min-patch

1 lines of code changed in:

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:

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