Commit Log (Page 209 of 255)

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 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 Next >>

Summary Period: 2000-05-02 to 2000-04-27 (Commits 2295-2344 of 12744)

sunshine 2000-05-02 03:52

Eliminated some compilation warnings.

2 lines of code changed in:

sunshine 2000-05-02 03:51

Fixed a compilation error.

1 lines of code changed in:

sunshine 2000-05-02 02:47

Eliminated compilation warning about name first declared as 'struct' and
later as 'class'.

2 lines of code changed in:

norman 2000-05-02 01:46

added CSSTA_CHARWRAP and CSSTA_WORDWRAP to show text in a static text control that is longer than the control

6 lines of code changed in:

norman 2000-05-02 01:44

added new alignment: CSSTA_WORDWRAP and CSSTA_CHARWRAP. currently both work as CHARWRAP.
With that set u can wrap text that is longer than the control.

76 lines of code changed in:

jorrit 2000-05-01 20:16

- Added csBox2 and csBox3 Min() and Max() functions that accept
a component index (x=0, y=1, z=2).
- Added csIntersect3::PlaneXPlane(), PlaneYPlane(), PlaneZPlane()
and PlaneAxisPlane() to intersect a general plane with an
axis aligned plane. The result is a 2D plane.
- Added csIntersect2::Planes() (but unimplemented right now)
to calculate the intersection between to 2D planes (i.e. lines).
- Further work on PVS. Made the realization that it is better
to work with a single 2D culler plane instead of a cube.
This simplifies the code a bit.

150 lines of code changed in:

sunshine 2000-05-01 16:14

-*- Renamed the -recalc and -inhrecalc options to -relight and -norelight,
respectively. This was done in preparation of caching of other types
of information per level (such as visibility data), at which time it
will be important to be able to selectively distinguish between which
portions of cached information should be recalculated.

-*- Added -revis and -norevis options which force and inhibit recalculation
of cached visibility data, respectively. (Note: This information is
not yet cached.)

-*- Added (new) -recalc and -norecalc options which perform the composite
operations of forcing and inhibiting, respectively, recalculation of
all cached information (such as visibility and lighting data).

92 lines of code changed in:

sunshine 2000-05-01 14:23

-*- Added automatic detection of socklen_t to unixconf.sh. If absent,
defines DO_FAKE_SOCKLEN_T in config.mak and volatile.h, and fakes up
socklen_t with int. Hopefully this will resolve (at least one) problem
with compiling network socket driver on Solaris.

-*- For consistency, renamed NEED_FAKE_BOOL/NO_BOOL_TYPE to DO_FAKE_BOOL
in booltest.sh, volatile.mak, and types.h.

32 lines of code changed in:

sunshine 2000-05-01 13:22

NeXT 2D driver is now more tolerant of bugs in CS which cause 16-bit color
values to be placed in the frame buffer when only 15-bit values were
requested.

14 lines of code changed in:

sunshine 2000-05-01 10:22

Updates from Eric.

9 lines of code changed in:

sunshine 2000-05-01 09:54

iPolygon3D and iPolygonSet are now embedded rather than inherited in order
to work around NextStep compiler bug where it botched calls to GetName()
and SetName() which appear in both csObject and iPolygon3D & iPolygonSet.

163 lines of code changed in:

sunshine 2000-05-01 09:24

Once again links on NeXT.

3 lines of code changed in:

sunshine 2000-05-01 05:49

Updated precalc_info to reflect current state of CS. Thus Blocks won't
modify it locally (which means that CVS won't consider it forever dirty).

0 lines of code changed in:

sunshine 2000-05-01 05:36

Once again flushes stdout so that lighting progress meters update live.

3 lines of code changed in:

tomriemer 2000-05-01 01:49

Move csnstp/nstp.h to netspace/nstp
Add parser functionality to nstp.cpp to echo valid NSTP back.

22 lines of code changed in:

ghaussmann 2000-04-30 23:09

Moved the perspective projection in DrawTriangleMesh.
The projection was being placed into the OpenGL Modelview
matrix. Now the code places perspective projection into
the OpenGL projection matrix where it belongs.

29 lines of code changed in:

jorrit 2000-04-30 21:00

- More work on the PVS.
- Added csBox2 and csBox3::GetCenter().
- Added csBox3::Between() to test if a box is between two others.

67 lines of code changed in:

sunshine 2000-04-30 20:01

Updated to reflect new location of network-manager and NetSpace plugins.

2 lines of code changed in:

iplayfast 2000-04-30 05:29

Changed inline asm code to be Borland Compatible

23 lines of code changed in:

mgeisse 2000-04-30 02:10

added framework for object conditions and cleaned up thing handling for DUNGEON plugin

4 lines of code changed in:

azverkan 2000-04-29 10:18

Refixed the ddraw.mak to avoid ddraw2d.dll and ddraw.dll
name collisions within windows. The name ddraw5.dll
does not exist within windows, and therefore won't cause
names collisions as they other possible names do.

4 lines of code changed in:

wouter 2000-04-28 22:16

Weird crash bug in optimize mode is fixed now. Warning to any sane programmer: the fix was holistic in nature. The code now feels much more in balance, and because of the good vibes the bug went away, I hope. At least the bug disappeared for me :-).

7 lines of code changed in:

jorrit 2000-04-28 21:11

- Fixed a problem with the OpenGL 2D X driver for very high
framerates. Added XSync() to synchronize to the X server.
I don't know if this means a slow-down on OpenGL systems
that don't have such high performance (i.e. more than 100 FPS).
This needs to be tested.
- Reverted a recent change that made csPolygonSet inherit first
from iPolygonSet and then from csObject. This change had
some bad consequences for some code that assumed csObject
can be casted directly to csObject. This assumption could
cause crashes in some cases.

13 lines of code changed in:

sunshine 2000-04-28 16:58

Moved the highly broken, extremely out-of-date, and unmaintained Amiga
port to the CVS 'attic'.

15 lines of code changed in:

sunshine 2000-04-28 16:35

Ditched the aborted 'autoconf' attempt on account of its extremely
unfinished and misleading state. In its incomplete state, it only served
to confuse users and increase unnecesary support "calls".

0 lines of code changed in:

sunshine 2000-04-28 16:19

Eliminated a warning about uninitilized variable.

1 lines of code changed in:

sunshine 2000-04-28 15:47

Socket driver identity changed.

1 lines of code changed in:

sunshine 2000-04-28 15:42

Added all of the missing plugins (which existed at the time I edited this;
there may be more now :-).

2 lines of code changed in:

sunshine 2000-04-28 15:41

Relocated socket driver to its correct location.

11 lines of code changed in:

sunshine 2000-04-28 15:35

Relocated socket network driver from plugins/csnetdrv to
plugins/net/driver/socket and made a few minor changes. Note that the
distinction of "socket" within the "driver" directory. This distinction
is important since it is possible to have drivers of many different types.
When the socket driver was originally moved to plugins/csnetdrv from
libs/csnetdrv/sockets this distinction was lost.

NOTE: This is just a prelude to actually repairing the damage which was
done to the abstract networking interfaces when socket-specific junk was
added to inetdrv.h for NetSpace, thus corrupting and polluting the pure
abstract interfaces defined therein.

646 lines of code changed in:

sunshine 2000-04-28 14:31

Just a quick patch to allow this to compile cleanly on NeXT. Also removed
some obsolete junk. (This is only a prelude to the real changes which will
remove the socket-specific stuff which was added to this interface for
NetSpace and which severely corrupts and pollutes its pure abstract
nature.)

28 lines of code changed in:

sunshine 2000-04-28 14:27

Updated to reflect new RequestPlugin() requirements.

3 lines of code changed in:

sunshine 2000-04-28 14:22

Removed obsolete libs/csnetdrv and libs/csnetman.

4 lines of code changed in:

sunshine 2000-04-28 14:19

Eliminated out-of-date 'null' driver references from platform makefiles.
Also updated to reflect move of network drivers to CS/plugins.

4 lines of code changed in:

sunshine 2000-04-28 14:17

Eliminated a bunch of out of date references to obsolete 'null' drivers.
Network drivers have now moved to CS/plugins directory.

9 lines of code changed in:

sunshine 2000-04-28 14:08

Several makefile fixes. Name clash avoidence in csSystemDriver.

9 lines of code changed in:

sunshine 2000-04-28 14:08

Renamed csSystemDriver's "Protocol" instance variable to "NetProtocol" to
better reflect its true meaning. This change also avoids a name clash
with the Objective-C "Protocol" class.

6 lines of code changed in:

sunshine 2000-04-28 14:03

Now more friendly to buggy NextStep compiler. SCF interface parent now
listed before non-SCF parent.

1 lines of code changed in:

sunshine 2000-04-28 13:30

Fixed a nasty bug in the way DECLARE_IBASE_EXT() was used by csSector.
It was passed csSector as the parent class which resulted in method
implementations which looped infinitely, such as:
csSector::IncRef() { csSector::IncRef(); }
Now properly passes in csPolygonSet as the parent class.

5 lines of code changed in:

sunshine 2000-04-28 13:27

Fixed a nasty bug in the way DECLARE_IBASE_EXT() was used. It was passed
csSector as the parent class which resulted in method implementations which
looped infinitely, such as "csSector::IncRef() { csSector::IncRef(); }".
Now properly passes in csPolygonSet as the parent class.

1 lines of code changed in:

sunshine 2000-04-28 13:05

Several Texinfo document fixes.

13 lines of code changed in:

sunshine 2000-04-28 12:54

Fixed several Texinfo syntax errors which caused conversion tools to crash
and burn spectacularly (which also had the side-effect of paralyzing the
automated Texinfo to HTML covnersion). Fixed a number of mark-up
problems which were repeated many, many times. Rewrapped to 80 columns.

200 lines of code changed in:

sunshine 2000-04-28 12:48

Fixed a couple Texinfo syntax errors in Desmond Fletcher's entry.
Also moved his entry to correct position alphabetically.

5 lines of code changed in:

sunshine 2000-04-28 12:04

run_command() now appends output from command to $CAPTURED_OUTPUT prior
to croaking, if command failed. This way one gets to see the error message
which was produced by the command rather than only knowing which command
failed.

2 lines of code changed in:

jorrit 2000-04-28 09:33

Update.

24 lines of code changed in:

andyz 2000-04-28 08:47

Small fix

3 lines of code changed in:

azverkan 2000-04-28 05:51

Added makefiles for win32 drivers

82 lines of code changed in:

pgarceau 2000-04-28 03:54

Modified for COMP_GCC/COMP_VC Win32 Implementation
-- Re-enabled "make ddraw"
-- Enabled necessary library references for COMP_GCC static
build process
-- Re-defined process to accomodate COMP_BC,
COMP_VC & COMP_GCC
-- Modified ddraw.mak to generate ddraw2d.dll for
COMP_VC and COMP_GCC when shared libraries
or "plugins" are being built.

77 lines of code changed in:

pgarceau 2000-04-28 01:09

Removed reference to non-existent directory libs\cs3d\support

1 lines of code changed in:

norman 2000-04-27 22:22

changed ClassID of glide drivers for unix

2 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 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 Next >>


Generated by StatCvs v0.2-dev