Commit Log (Page 29 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: 2003-03-28 to 2003-03-25 (Commits 11295-11344 of 12744)

philwyett 2003-03-28 11:29

added cg and mtex shader plugins to user.mak

3 lines of code changed in:

sunshine 2003-03-28 10:13

Automated Visual-C++ SLN and VCPROJ project file repair.

0 lines of code changed in:

jorrit 2003-03-28 09:20

- Removed internal csPolyTxtPlane class from thing and merged
functionality with csPolyTexLightMap.
- Moved some static data to the static part of csPolygon3D.

258 lines of code changed in:

pgarceau 2003-03-28 07:11

Modified win32gcc.mak to use g++ -shared instead of deprecated dllwrap for
plugin generation(s).

Modified history.txt to reflect above change.

26 lines of code changed in:

sunshine 2003-03-28 00:25

Fixed typographical error in comment.

1 lines of code changed in:

sunshine 2003-03-28 00:15

Corrected a few problems in simpmap.txi pointed out by MikeL
<mike@lutterinteractive.com> and Jimmy Malone <James_Malone@email.sae.org>.

12 lines of code changed in:

jtarbox 2003-03-27 23:23

added int64 support to iEvents

47 lines of code changed in:

jtarbox 2003-03-27 22:32

int64 support added to iEvents

2 lines of code changed in:

jtarbox 2003-03-27 22:26

int64 support iEvents

96 lines of code changed in:

jorrit 2003-03-27 20:25

Fixed python plugin for latest changes.

1 lines of code changed in:

sunshine 2003-03-27 16:06

Eric Sunshine fixed uninst.mak so that it creates its output directory even
when invoked implicitly via the "install" target. Fixed using same
technique as used for bugplug.mak and iso.mak. We need to apply this fix
to all such makefiles (presently, all application makefiles).

8 lines of code changed in:

jorrit 2003-03-27 14:27

- Updated API mod doc with regards to this new change.
- Syntax service loader no longer supports loading of planes. It now
gives an error saying you must use levtool -planes.
- Removed all texture mapping plane related stuff from
iThingEnvironment.
- Removed the plane loader and saver addon from the thing loader
plugin.
- Removed iPolyTxtPlane interface and fixed thing plugin related to
that. This should already speed up things a tiny bit.

109 lines of code changed in:

sunshine 2003-03-27 13:35

Eric Sunshine reverted Philip's incorrect changes to bugplug.mak and
iso.mak. Instead, fixed the problem correctly by eliminating the duplicate
directory-creation rules from these two makefiles, and by upgrading the
OUTDIRS creation rule in cs.mak to use MKDIRS rather than MKDIR.

8 lines of code changed in:

jorrit 2003-03-27 13:27

Added information about planes removal in apimod doc.

13 lines of code changed in:

jorrit 2003-03-27 13:22

- Removed -splitpoly and -analyzep from levtool since those are not
useful.
- Added -planes option to levtool to convert a map file that uses
the plane addon so that the planes are integrated with the
polygon itself.

911 lines of code changed in:

philwyett 2003-03-27 13:10

Commented out and marked some variables as unused at this time.

5 lines of code changed in:

philwyett 2003-03-27 12:58

Eliminated a few type mismatch warnings, related to recent changes.

9 lines of code changed in:

philwyett 2003-03-27 11:58

- Philip Wyett eliminated the makefile systems warnings introduced in
changes earlier today.

5 lines of code changed in:

jorrit 2003-03-27 10:15

Changed map2cs so it no longer outputs planes using the plane
addon loader. Instead texture mapping is directly specified in
every polygon.

44 lines of code changed in:

sunshine 2003-03-27 09:39

Eric Sunshine fixed problem with 10-Mar-2003 patch to bugplug.mak and
iso.mak which allowed them to create their output directories in a timely
fashion when USE_PLUGINS=no. Problem with that patch is that it caused
all object files to be rebuilt each time "make bugplug" or "make iso" was
invoked. New solution augments $(OUTDIRS) to achieve proper behavior.

21 lines of code changed in:

acraig 2003-03-27 09:30

more fixes for uint32

3 lines of code changed in:

jorrit 2003-03-27 09:26

Another fix.

2 lines of code changed in:

matzebraun 2003-03-27 09:21

Now after Jorrit was faster than me and I had lots of up-to-date check failed, I only commited the few places missed.

16 lines of code changed in:

jorrit 2003-03-27 09:18

Another one.

2 lines of code changed in:

jorrit 2003-03-27 09:02

More fixes.

5 lines of code changed in:

jorrit 2003-03-27 08:53

One more fix.

2 lines of code changed in:

jorrit 2003-03-27 08:49

More fixes for long->int32.

39 lines of code changed in:

jorrit 2003-03-27 08:21

Several fixes to make CS compile again, at least on mingw.

24 lines of code changed in:

matzebraun 2003-03-27 01:37

history update

1 lines of code changed in:

matzebraun 2003-03-27 01:36

changed type of uint32 and int32 from long to int

2 lines of code changed in:

dentoid 2003-03-27 00:43

Updated the light shader for new texture mapping syntax.

1 lines of code changed in:

matzebraun 2003-03-26 15:58

history update

2 lines of code changed in:

matzebraun 2003-03-26 15:39

fixed a problem where code was assuming uint32 = unsigned long

4 lines of code changed in:

jorrit 2003-03-26 10:20

Fixed flarge so that the door now uses zuse. This is now possible
due to the fix above.

3 lines of code changed in:

jorrit 2003-03-26 09:57

Fixed a bug with the new OpenPortal() implementation in OpenGL
renderer. It was not setting/restoring the stencil in all
cases.

32 lines of code changed in:

thebolt00 2003-03-26 00:41

- Rendering in new renderer after Jorrits changes to thing
- Made some performance-increases by caching and reducing statechanges in new opengl renderer.
- Fixed some codingstandard issues in render3d.

5 lines of code changed in:

thebolt00 2003-03-26 00:40

- Made some performance-increases by caching and reducing statechanges in new opengl renderer.
- Fixed some codingstandard issues in render3d.

23 lines of code changed in:

thebolt00 2003-03-26 00:37

- Fixed rendering in new renderer after Jorrits changes to thing

7 lines of code changed in:

matzebraun 2003-03-25 23:20

added support for 64 bit integers

174 lines of code changed in:

jorrit 2003-03-25 15:16

Further fixes.

36 lines of code changed in:

jorrit 2003-03-25 14:33

Forgot to commit.

9 lines of code changed in:

jorrit 2003-03-25 14:33

The new floating portal feature appears to be working mostly.
The door in flarge now has a transparent surface. Mirrors nicely
especially when it is opening (move close to the door).

5 lines of code changed in:

jorrit 2003-03-25 14:05

Further modifications.

15 lines of code changed in:

jorrit 2003-03-25 12:29

Fixed to latest changes.

24 lines of code changed in:

jorrit 2003-03-25 12:27

- Fixed a few stencil related init bugs in the OpenGL renderer.
These could cause some clipping errors in some cases.
- Disable stencil in BeginDraw() now. That solves a problem with
the new OpenPortals() feature.

14 lines of code changed in:

jorrit 2003-03-25 12:08

Fixed a bug in spr3d. When there one action had only one frame
and that action was selected then tweening would be disabled
permanently. Now it is only disabled for that action.

6 lines of code changed in:

jorrit 2003-03-25 11:39

- Changed API of OpenPortal() to accept a G3DPolygonDFP instead
of a 2D polygon. I need z-information.
- First version of OpenGL implementation of OpenPortal().
- Added CS_PORTAL_FLOAT option for portals. This will enable the
portal to use the new OpenPortal() code.
- Added <float> flag to the portal loading code to enable this new
flag. Currently this new feature is not yet working properly.
Needs more testing and fixing.
- Optimized the polygon drawing structures in graph3d.h a little.

627 lines of code changed in:

sunshine 2003-03-25 06:03

Eric Sunshine applied a patch from Jochen Moench
<jochen.moench@de.thalesgroup.com> to GLFontCache::Write() in
gl2d_font.cpp to allow it to output the full range of 8-bit characters (by
using unsigned rather than signed character indexes). Also important,
this patch prevents negative-indexed accesses of the glyphs[] array.

8 lines of code changed in:

sunshine 2003-03-25 05:54

Added missing forward reference for csPlane3 to ivaria/dynamics.h.
Ben Thomas <trickster@wickedstudios.com> noted this omission.

4 lines of code changed in:

sunshine 2003-03-25 05:45

Fixed typo.

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