Commit Log (Page 248 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: 1999-07-12 to 1999-07-06 (Commits 345-394 of 12744)

jorrit 1999-07-12 11:17

Assigned 'ctrl-d' to 'dumpvis'.

1 lines of code changed in:

jorrit 1999-07-12 11:17

New callback for THING, THINGEXIT, and SECTOREXIT.

7 lines of code changed in:

jorrit 1999-07-12 11:15

Update.

1 lines of code changed in:

jorrit 1999-07-12 11:15

File removed because all info is now in dir.txt.

0 lines of code changed in:

jorrit 1999-07-12 11:14

New 'dumpvis' command.

7 lines of code changed in:

jorrit 1999-07-12 11:14

New 'csscript' library.

13 lines of code changed in:

jorrit 1999-07-12 11:14

Update.

58 lines of code changed in:

mrsigma 1999-07-12 03:45

Fix for IsPowerOf2

3 lines of code changed in:

iavramov 1999-07-12 00:31

Put in a faster IsPowerOf2() algorithm.

2 lines of code changed in:

thieber 1999-07-11 18:46

reenabled mipmapping

1 lines of code changed in:

thieber 1999-07-11 18:44

Adjusted transparent sections for mipmapped sections of the texture too.

40 lines of code changed in:

thieber 1999-07-11 18:43

Moved is_po2 and find_next_po2 to util.h and called them IsPowerOf2 and FindNextPowerOf2

7 lines of code changed in:

thieber 1999-07-11 18:41

small changes

9 lines of code changed in:

thieber 1999-07-11 18:40

Added IsPowerOf2 and FindNearestPowerOf2 (grabbed from lghtmap.cpp)

33 lines of code changed in:

andy 1999-07-11 15:24

Speeded up NASM 16-bit fog by 10% (this is overall Crystal Space speed increase,
not a routine-vs-routine comparison - 11.49 fps vs 10.45 fps standing before
fog in the long corridor of flarge.zip). Tested on PII, not sure about P5s.

128 lines of code changed in:

mrsigma 1999-07-11 07:34

Moved 'coordload' and 'coordsave' commands here. That fixes camera direction load/save.

39 lines of code changed in:

mrsigma 1999-07-11 07:32

Modified legs' length in order to be able to climb the sidewalks ;-). Some other comsmetic changes.

9 lines of code changed in:

andy 1999-07-10 18:36

Not longer needed (moved to scan.h & scan.cpp)

0 lines of code changed in:

andy 1999-07-10 18:36

Removed tables.cpp & tables.h. Now tables are kept altogether in Scan
structure, for easier access (no C++ mangling) from NASM.
New NASM routines for 16-bit for (all four). However, there is absolutely
no speed gain for now (PGCC rulez forever!), if it's not possible to
speed up it anymore, I think I'll remove them (the only reason left is to
have speedy fog routines in debug/profile modes).

825 lines of code changed in:

iavramov 1999-07-09 17:12

Moved the csScript code out of csengine and into a lib of its own. Now,
csengine (namely, csWorld), no longer depends on the scripting code.

6 lines of code changed in:

andy 1999-07-09 17:09

Changed so that autorepeated keys generates only "keydown" events without
intermediate "keyup" events like with all other 2D drivers.
Added support for keypad arrow keys.

76 lines of code changed in:

jorrit 1999-07-08 16:14

Update.

58 lines of code changed in:

jorrit 1999-07-07 21:51

No orig_triangle for DrawFilled().
Faster curve, sprite, and gouraud shaded polygon drawing.
Fixed mirroring bug with sprites and curves.

114 lines of code changed in:

jorrit 1999-07-07 21:51

Removed warning.

1 lines of code changed in:

jorrit 1999-07-07 21:50

Changed clipper to clip in given array instead of with memory alloc.

20 lines of code changed in:

jorrit 1999-07-07 21:48

Small fix.

1 lines of code changed in:

jorrit 1999-07-07 21:48

Update.

16 lines of code changed in:

andy 1999-07-07 21:24

Removed last parameter from ReserveColor()

3 lines of code changed in:

andy 1999-07-07 21:23

Removed the last parameter of TextureManager::ReserveColor

97 lines of code changed in:

andy 1999-07-07 21:20

Small change

1 lines of code changed in:

andy 1999-07-07 21:18

Fixed the bug with startup console not working in 8-bit

20 lines of code changed in:

snaar 1999-07-07 15:43

config file for ndrvdemo

47 lines of code changed in:

andy 1999-07-07 15:04

Added detection for -fno-rtti as well as for -march=pentium

0 lines of code changed in:

andy 1999-07-07 14:28

Converted CR/LF into LF for all text files

1124 lines of code changed in:

andy 1999-07-07 14:21

The script used to configure in DOS/DJGPP environment

0 lines of code changed in:

jorrit 1999-07-06 15:17

Andrew Zabolotny implemented fog in 8-bit mode.

206 lines of code changed in:

jorrit 1999-07-06 15:16

Include from csengine removed.

1 lines of code changed in:

jorrit 1999-07-06 15:15

Time dependent movement from Andrew Zabolotny.

146 lines of code changed in:

jorrit 1999-07-06 15:14

Update.

12 lines of code changed in:

jorrit 1999-07-06 08:31

Removed do_light_frust, selected_light.
Also removed G3DRENDERSTATE_EDGESENABLE.
Also removed G3DRENDERSTATE_LIGHTFRUSTRUMENABLE.

0 lines of code changed in:

jorrit 1999-07-06 08:29

Changes from Andrew Zabolotny.

1 lines of code changed in:

jorrit 1999-07-06 08:29

Cosmetic changes from Andrew Zabolotny.

1 lines of code changed in:

jorrit 1999-07-06 08:29

csPortal::FollowBeam() removed.

0 lines of code changed in:

jorrit 1999-07-06 08:28

Remove obsolete support for do_light_frust and selected_light.

17 lines of code changed in:

jorrit 1999-07-06 08:27

Faster alpha transparent mapping from Andrew Zabolotny.

74 lines of code changed in:

jorrit 1999-07-06 08:25

Support for csWorld::DrawFunc().
New csSpriteTemplate::NewSprite() to make sprite creation from
a template easier.

26 lines of code changed in:

jorrit 1999-07-06 08:24

Support for new csWorld::DrawFunc().
Support for edges and map removed.
DumpFrustrum() removed.

26 lines of code changed in:

jorrit 1999-07-06 08:24

Support for new csWorld::DrawFunc().
Support for edges and map removed.

13 lines of code changed in:

jorrit 1999-07-06 08:23

New csLight::LightingFunc().
DumpFrustrum() removed.

23 lines of code changed in:

jorrit 1999-07-06 08:22

New GetClipper() function.

3 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