]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - tools/quake3/q3map2/changelog.q3map2.txt
transfer from internal tree r5311 branches/1.4-gpl
[xonotic/netradiant.git] / tools / quake3 / q3map2 / changelog.q3map2.txt
1 Q3Map2 Version History + Changelog (Reverse Chronological Order)\r
2 \r
3 2.5.11 (2003-12-01)\r
4 \r
5 - New: added support for _skybox entities to generate "portal sky"\r
6   surfaces in games w/o native support (Quake 3). _skybox entities have\r
7   3 keys: _scale (default 64), and angle/angles (for rotation of the\r
8   skybox relative to the map)\r
9 - New: added -skyfix switch to BSP phase as a workaround hack for\r
10   the black GL_CLAMP border on skybox edges on ATI (and newer nvidia)\r
11   video cards. Note: unnecessary in ET or JA\r
12 - New: Added _anglescale to light entities for scaling angle attenuation.\r
13   Use a small value (< 1.0) to lessen the angle attenuation, and a high\r
14   value (> 1.0) for sharper, more faceted lighting\r
15 - New: Added _lightmapscale support to misc_model entities\r
16 - Custom shaders (external lightmaps, styles) will not be generated\r
17   if the find/replace text cannot be found\r
18 - Tightened up light culling epsilon from 1.0 to 0.125 to stop certain\r
19   surface lights from being incorrectly culled (thanks RasputiN!)\r
20 - Fixed bug where small 3 and 4 sided brush faces were getting fanned,\r
21   adding triangle/vertex counts\r
22 - Moved to Visual Studio .NET, with aggressive optimizations enabled\r
23 - Cleaned up missing image warnings\r
24 - Parsing images out of shader stages if not found explicit/implicitly\r
25 - Loads Enemy Territory implicitMap images if editor/light image not found\r
26 \r
27 \r
28 2.5.10 (2003-10-22)\r
29 \r
30 - New: Lightwave model support (beta) courtesy of RR2DO2\r
31 - New: Heretic 2 FM model support courtesy of Nurail\r
32 - Re-enabled vertex cache friendly triangle reordering with fix\r
33 - Disabled triangle reordering on certain surfaces, including autosprite\r
34   shaders due to visual errors\r
35 - Fixed bug in radiosity where sorting of lights by style took forever.\r
36   Thanks ReBoOT!\r
37 - Fixed bug in sun lighting code where maps too far off the origin would\r
38   not be properly it by sun or sky light. Thanks MindLink!\r
39 - Entity causing a leak will be printed and selected in Radiant if BSP\r
40   monitoring is enabled. Requested by heeen\r
41 - Fixed odd bug causing 10x slowdown in lighting in some maps. Should\r
42   be back to 2.5.7 performance. Also fixed a couple old bugs related to\r
43   autosprite shader (point) lights and backsplash lights not being styled\r
44   or setup correctly\r
45 \r
46 \r
47 2.5.9 (2003-10-12)\r
48 \r
49 - Disabled triangle reordering for now (crashing on some maps)\r
50 \r
51 \r
52 2.5.8 (2003-10-02)\r
53 \r
54 - New: Added two new sun parameters: angular deviation (width of the sun in\r
55   degrees) and sampling count (jitters). This allows for decent approximation\r
56   of penumbra "half-shadow" effects from sunlight with 16+ samples. These\r
57   parameters are accessible for entity lights (including spots and suns) via\r
58   these entity keys: _deviance and _samples. To use in shaders, use the new\r
59   q3map_sunExt <r> <g> <b> <brightness> <angle> <elevation> <deviance> <samples>\r
60 - New: q3map_lightmapFilterRadius <self> <other> for light-emitting shaders.\r
61   Put *after* any q3map_sun directives or else your sun will be filtered. This\r
62   is good for eliminating the "stadium lighting" effect from q3map_skyLight.\r
63   Also usable as an entity key: _filterradius or _filter\r
64 - New: Quake 2 MD2 model support in PicoModel for misc_model entities\r
65   (thanks to Nurail!)\r
66 - Re-enabled vertex-cache-aware triangle reordering. Will probably have a\r
67   negligible effect on rendering performance, but can't hurt\r
68 - Added short-circuit to raytracer: any empty nodes (including children) are\r
69   ignored on sun traces\r
70 - Added BSP file size printout\r
71 - Filtering of any kind now disables adaptive supersampling on a per-light,\r
72   per-ightmap basis\r
73 - Fixed another _minlight <-> styled light interaction bug (thanks pjw!)\r
74 \r
75 \r
76 2.5.7 (2003-08-31)\r
77 \r
78 - New: Jedi Academy support via -game ja\r
79 - New: DDS (DXT1/3/5) texture support for future games\r
80 - Re-enabled q3map_surfaceModel support, and the 'oriented' flag works as well\r
81 - Re-enabled (fixed, really) large external lightmap support\r
82 - Fixed a bug in the model code that would cause a crash if an uninvertable\r
83   matrix was created\r
84 - Fixed a bug in Mathlib m4x4_t code where the tolerance for a singular matrix\r
85   was too low and crapping out on small (scaled down) matrices\r
86 - Fixed bug in divide-by-zero on lightmap efficiency calculation\r
87 - Added -force switch, allows unsupported BSP formats to (try) to be loaded\r
88 \r
89 \r
90 2.5.6 (2003-08-15)\r
91 \r
92 - New: can convert BSP files to MAP files via -convert -format map. Note: not\r
93   perfect by any means, as certain pieces of data are irretrievably lost, such\r
94   as func_group entities (including terrain specifics), brush face texturing\r
95   info, and light/misc_model entities with Q3Map2-generated BSPs\r
96 \r
97 \r
98 2.5.5\r
99 \r
100 - New: -scale N.N mode to scale the BSP\r
101 - New: -light -lomem switch to supress trace BSP optimization. This\r
102   feature trades lighting performance for decreased memory usage\r
103 - New: Added negative light support (note: will not darken below _minlight value)\r
104   might screw up radiosity, haven't tested much. Should work with entity\r
105   lights, shader lights, sun/sky lights and radiosity. Lightfilter shadows\r
106   tint negative lights too, so the end effect is subtraction of the color\r
107 - New: Lightstyle support for non-Raven (JK2/SOF2) games, including Quake 3,\r
108   RTCW, ET, EF. Only works with lightmapped surfaces, use with care\r
109 - Fixed long standing terrain texturing bug, should produce exact desired\r
110   results all of the time now. May require fixing alphamaps that were\r
111   kludged together to accomodate this bug on existing maps\r
112 - Fixed bug (huh, wtf) causing misc_model surfaces to not be fogged\r
113 - Fixed bug where fog brushes wouldn't fog surfaces if a global map fog\r
114   shader was present\r
115 - Fixed bug where -patchmeta surfaces were being ignored for raytracing\r
116 - Fixed long-standing bug where twosided surfaces were not correctly\r
117   bouncing light. You can now have a foggy glass window that re-emits\r
118   bright light with q3map_bounce 3.0 or so\r
119 - Fixed really stupid bug in radiosity with bouncing styled lights\r
120 - Stripping .map and appending .bsp in -info mode\r
121 - Fixed bug where tesselated brush face surfaces were not being fogged\r
122 - Twosided surfaces (using cull disable/twosided/none) are now lit twosided\r
123 - Added tighter tolerance for alphashadow/lightfilter shadowing to raytracer\r
124   which fixed problem with double shadows from tracing near triangle seams\r
125 - Brush entities should now be properly fogged. Really.\r
126 - Styled lightmaps are no longer affected by _minlight (doh)\r
127 \r
128 \r
129 2.5.4 (2003-04-01)\r
130 \r
131 - New: q3map_tessSize support for JK2/SOF2\r
132 - New: -lightmapsize N argument\r
133 - Fixed bug where switched styled lights weren't working correctly in SOF2/JK2\r
134 - Fixed bug where external lightmaps with generated shaders were referencing\r
135   the wrong lightmap\r
136 - Fixed bug causing lightgrid brushes to be ignored\r
137 - Added variable sphere around trace sample points to inhibit occluder geometry\r
138 \r
139 \r
140 2.5.3 (2003-03-06)\r
141 \r
142 - New: SOF2/JK2 light styles now supported\r
143 - New: q3map_lightStyle N to set shader lightstyles\r
144 - New: Tenebrae 2 support via -game tenebrae\r
145 - New: -light -deluxe and -debugdeluxe for Tenebrae "deluxemap" static\r
146   lighting algorithm\r
147 - Light envelopes now properly clipped to the PVS\r
148 - q3map_vertexScale re-enabled (scales vertex lighting per-shader)\r
149 - Minor bug in brush bevel code corrected\r
150 - Brushes from func_group entities are correctly sorted on insertion\r
151 - Fixed a couple misc warnings to print "percent" instead of "%"\r
152 - Added -custinfoparms support to -light mode to suppress warnings\r
153 - _minlight, _minvertexlight and _mingridlight order independent, and now\r
154   allow for values of 0\r
155 \r
156 \r
157 2.5.2 (2003-02-17)\r
158 \r
159 - Fixed crash bugs with global map fog\r
160 - Model loading really only warns once now\r
161 \r
162 \r
163 2.5.1 (2003-02-17) (Splash Damage internal release)\r
164 \r
165 - Added more Hella-Fast juice to light code. Overall should be 35% faster\r
166 - Refactored surface portion of raytracer code for less memory usage\r
167 - Changed UVW epsilon in raytracer to catch more edge cases\r
168 - Removed bounds check on occluded luxel finding, was causing more problems\r
169   than it was solving\r
170 - Adaptive antialiasing code now ignores unmapped luxels for better shadow\r
171   edges and higher performance\r
172 - Brushes in the BSP are now sorted opaque first\r
173 - Fixed Really Stupid bug causing MapRawLightmap to take about 4x as long\r
174 - Added optimization to make MapRawLightmap 2x as fast\r
175 - New non-sucky quadrilateral subdivision of patches for MapRawLightmap\r
176 - Patches with < 90 degrees of curvature are now box-lightmapped\r
177 - Patch vertex normals now correctly stored, fixing bug in 2.5.0\r
178 - Prints warning if map with < 10% detail brushes is detected\r
179 \r
180 \r
181 2.5.0 (2003-02-14) (Splash Damage internal release)\r
182 \r
183 RAYTRACING AND SHADOW CALCULATION\r
184 - New raytracing code. Rewrote the raytracer to maximize efficiency on modern\r
185   "caulk-hull" maps. Uses triangle intercept code written by SPoG, based on code\r
186   by Tomas Moller and Ben Trumbore (Journal of Graphics Tools, 2(1):21-28, 1997)\r
187   and a biased octree leaf subdivision scheme by Y.T.\r
188 - Shadows (casting and receiving) are now controllable per-entity\r
189   New entity keys: "_castShadows" or "_cs" and "_receiveShadows" or "_rc"\r
190   Values: 0 = no shadows, 1 = worldspawn shadows, > 1 explicit shadow group,\r
191   negative values imply no worldspawn shadow interation.\r
192   *Entities, including model2 and RTCW misc_gamemodels can now cast shadows*\r
193 \r
194 RADIOSITY\r
195 - Bumped up default and smallest radiosity patch size. Performance should be\r
196   approximately 4x with a small quality tradeoff\r
197 - Radiosity patches now trace to centroid of triangle, and not bounds center\r
198 - Radiosity and surface lights are now nudged around a bit if in solid\r
199 - Radiosity light generation code is now thread-safe\r
200 - Radiosity -dump files now .map instead of .pfb\r
201 - Poorly worded "q3map_bounce" renamed to "q3map_bounceScale" (old still works)\r
202 - New -bounceonly switch to store only bounced light in the BSP (for Tenebrae)\r
203 \r
204 MISC LIGHTING\r
205 - Optimized case where light and sample are coplanar\r
206 - Forcing nudged luxels to stay within lightmap surfaces' bounds\r
207 \r
208 CURVED SURFACES\r
209 - New -subdivisions N argument, works with -patchmeta and -light for setting\r
210   patch level-of-detail. Default value is 8, use 4 to simulate default Q3\r
211 - All patch tesselation code changed to create x-patterned tesselation for\r
212   better lighting\r
213 - Storing patch LOD info in the .srf file for better patch light/shadows\r
214 \r
215 FOG\r
216 - Reworked fog code to fix bad interation with fog and clipped models\r
217 \r
218 MODELS\r
219 - Entities with attached MD3/ASE misc_models now have their bounds correctly set\r
220 - Attached misc_models now support q3map_clipModel for solidity\r
221 - Missing models will only warn once, rather than spew errors\r
222 \r
223 MISC\r
224 - Metasurface merging no longer folds nonplanar triangles into planar surfaces\r
225   and vice-versa *\r
226 - Fixed Really Stupid Bug where entity numbering was not loaded by lighting code\r
227   resulting in lightmaps merging across entity boundaries *\r
228 \r
229 * Might result in slightly larger BSP. For maximum efficiency, ungroup\r
230   func_group entities before doing a final compile\r
231 \r
232 TODO\r
233 + Document new shadow stuff\r
234 + Merge adjacent light-casting triangles into convex windings\r
235 \r
236 \r
237 2.3.38 (2003-02-07)\r
238 \r
239 - New lighting code, return of Smoove-B. Intelligently antialises shadow edges\r
240   when you use the new -samples N switch. Get -extra quality in 1/3 the time\r
241 - New lightmap filtering code. Now using a proper 0.25/0.5/1.0 filter kernel.\r
242   Also operates on individual lightsources, so per-lightsource filter/kernel\r
243   settings are now possible\r
244 - New -patchmeta fixes, now does stitching and adaptive subdivision.\r
245   Thanks Sock!\r
246 - Nonsolid patches will no longer be in the BSP when run with -patchmeta\r
247 - Misc fog fixes, including q3map_noFog support in maps with global _fog\r
248   support (SOF2/JK2)\r
249 - Now stripping misc_model entities from the BSP\r
250 - Fixed disappearing face bug that's been present since 2.3.36.\r
251   Thanks Shadowspawn!\r
252 \r
253 \r
254 2.3.37 (2003-01-24)\r
255 \r
256 - Building from GtkRadiant CVS trunk\r
257 - Added new brush bevel code by MrElusive to fix lingering aas problems (sweet!)\r
258 - Added -snap N arg to BSP phase for axial bevel plane snapping to reduce\r
259   clipped model plane count (note: will muck with above, use with care)\r
260 - Patches in terrain entities should now have proper vertex alpha set\r
261 - Fixed bug in fur code where fur was being limited to 2 layers (thanks pazur)\r
262 - Reduced vertexlight search area to a reasonable size to keep vertex lighting\r
263   times down\r
264 \r
265 \r
266 2.3.36 (2003-01-15)\r
267 \r
268 - Plane hashing re-enabled (I suck)\r
269 - Plane hashing optimized (faster parsing of larger maps)\r
270 - Plane finding accuracy code enabled\r
271 - New ASE clipping code\r
272   + With above should be 10-50% faster\r
273   + Should generate 33% fewer planes\r
274   + Generates mostly-axial 5-sided polyhedra instead of pyramids,\r
275     for tighter 2-sided clipping\r
276 - New -light args:\r
277   + -scale N -- scales all lightsources (area, radiosity, point, sky)\r
278   + -sky[scale] N -- scales sky lights (q3map_skylight, q3map_sunlight)\r
279 - Changed fur code to scale fur offset based on original vertex alpha\r
280 \r
281 \r
282 2.3.35 (2003-01-14)\r
283 \r
284 - PicoModel now inverts ASE T coordinate\r
285 - BSP to ASE converter now inverts T coordinate\r
286 - Disabling 2.3.34 triangle optimization code until I find out why it crashes\r
287 - Fixed Conscript-q3map2 to use stack_size ld flags directly on Darwin/OS X\r
288 - Added Conscript-q3map2 to q3map2.dsp for easier Win32 edit, *nix target\r
289 \r
290 \r
291 2.3.34 (2003-01-08)\r
292 \r
293 - Building from merged GtkRadiant 1.2 -> 1.3 merged codebase\r
294 - IMPORTANT NEW CHANGE: Light entities are now STRIPPED from the BSP file.\r
295   They are re-read in by -light from the MAP file. This has two consequences:\r
296   + It is no longer necessary to re-BSP & re-vis a map in order to change\r
297     lighting. You can just change lights in the map file and run -light.\r
298   + Slightly smaller BSP file, due to fewer entities\r
299   + Faster loading time, as the game code doesn't have to deal with them\r
300 - Added new -ne (normal epsilon) and -de (distance epsilon) for tuning precision\r
301   of plane snapping to correct potential AAS/BSP issues\r
302 - Using latest PicoModel, with support for RTCW MDC models\r
303 - Surfaces per raw lightmap are now sorted by shader name, which should give\r
304   slightly better lightmap efficiency and lower in-game shader counts\r
305 - Adjusted model code to use correct m4x4_t code & angles key\r
306 - Minor bugfix in patch color gradient calculation code\r
307 - Silenced erroneous areaportal warning spew\r
308 - q3map_tcGen now works on model surfaces\r
309 - Using default radiosity subdivide of 256 again (should make radiosity faster)\r
310 - Enabled byte-swapping code so Q3Map2 can be compiled/run on little-endian\r
311   architectures (Mac OS X)\r
312 \r
313 \r
314 2.3.33 (2002-12-08)\r
315 \r
316 - Added new -bouncescale argument for radiosity scaling\r
317 - Added -pointscale and -areascale for consistent naming\r
318 - Radiosity patch subdivision code enhanced\r
319 - Hint portals split the BSP first (higher priority)\r
320 - Antiportal and areaportal faces split the BSP last, to minimize errors\r
321 - Areaportals work internally like hint and antiportals, so they no longer need\r
322   to be full brushes (the other sides can be skip)\r
323 - External lightmaps are now named "lm_NNNN.tga" in the maps/mapname dir\r
324 - Cleaned up some of -light argument processing\r
325 - Planar surfaces w/o lightmaps will no longer be tagged as MST_TRIANGLE_SOUP\r
326   (this fixes problems with Particle Studio particles dropping out of view)\r
327 \r
328 \r
329 2.3.32 (2002-11-30)\r
330 \r
331 - GtkRadiant (1.2.11) integration\r
332 - Added epsilon to texture plane choose code to eliminate numerical\r
333   inconsistencies on brush faces slanted at 45 degree angles (bug 637)\r
334 - Fixed bug in lightmap export after lighting when map contains 0 BSP lightmaps\r
335 - Adjusted some light tracing constants to fix certain brush/patch seam shadows\r
336 - Tinkered with skylight code again\r
337 - Fixed bug where lightgrid would be black if level was compiled with -nogrid\r
338 - Fixed -approx code to work in floating-point space, using _minlight\r
339 - Fixed bug where vertex light code was using invalid pvs data to create\r
340   light list for surface, leading to incorrect vertex lighting\r
341 - Fixed related bug in anti-light-leak code that was causing brush faces to go\r
342   black (bug 694)\r
343 - New: _minlight sets _minvertexlight and (new) _mingridlight automatically\r
344 - New: _mingridlight key to set minimum grid lighting\r
345 \r
346 \r
347 2.3.31 (2002-11-21)\r
348 \r
349 - Stitching the edges of lightmaps on patches that wrap around (cyls and cones)\r
350   so the seam is no longer visible\r
351 - The -patchmeta switch works better now, the patches are still stored in the\r
352   BSP for collision, but are pre-tesselated into nonplanar meta surfaces for\r
353   more efficient rendering\r
354 - Better, more uniform lightmap sample position finding on patch meshes\r
355 - Moved q3map_tcMod and q3map_alphaMod processing to the final phase\r
356 - New: q3map_skylight AMOUNT ITERATIONS to replace surfacelight on sky surfaces\r
357   for much faster and more uniform sky illumination\r
358 \r
359 \r
360 2.3.30 (Splash Damage internal release)\r
361 \r
362 - Fixed bug in PicoModel ASE material parsing code\r
363 - Fixed a few seam/lightmap precision/projection errors\r
364 - Increased MAX_SHADER FILES to 1024 and fixed overrun error when more than that\r
365   number of shaders was listed in shaderlist.txt\r
366 - Increased a few compiler maximums for larger maps\r
367 - New: -np N switch on BSP phase, works like -shadeangle, in that it forces all\r
368   planar shaders to be nonplanar with the shading angle specified\r
369 - New: -nohint switch on BSP phase, omits hint brushes from compile for testing\r
370 - New: -debugaxis switch on light mode. Colors lightmaps based on their lightmap\r
371   axis (which direction the lightmap was projected on)\r
372 - New: -debugorigin switch on light mode. Colors lightmaps based on the luxel\r
373   origin relative to the raw lightmap's bounding box\r
374 - New: -debugcluster switch on light mode. Colors lightmaps based on the pvs\r
375   cluster the luxel falls into\r
376 - New: -convert switch to convert BSP to ASE file (experimental)\r
377 - New: q3map_lightmapmergable directive to allow terrain to be mapped onto a\r
378   single lightmap page for seamless terrain shadows\r
379 \r
380 \r
381 2.3.29 (2002-11-03)\r
382 \r
383 - Merged with latest CVS, fixed minor issues with matrix order\r
384 - Fixed minor Sys_FPrintf/Sys_Printf substitution typo in Q3Map2\r
385 - Expanded debug colors to 12 for debugging surface meshes\r
386 - PicoModel: fixed ASE loader to support > 1 texture coordinate per-vertex,\r
387   so more models supported correctly, also loading vertex normals\r
388 - PicoModel: md3 shader names are now cleaned. Suffixes (such as .tga or .jpg)\r
389   are stripped, and \ path separators are changed to /\r
390 - New: Add :q3map to the end of any shader name, and it will be interpreted as\r
391   the named shader minus :q3map. Example:\r
392   textures/shaderlab/concrete:q3map -> textures/shaderlab/concrete\r
393   One potential use is the -approx feature to collapse lightmapped  surfaces\r
394   into vertexlit surfaces, saving lightmap space/memory\r
395 - New: q3map_clipModel -- does what you think it does, sort of. This code ix\r
396   really experimental, and should *only* be used on large models such as terrain\r
397   (not small decorative models). This code will be evolving. Note: the shader's\r
398   surfaceparms are inherited by the magic clip brush, so if you have nonsolid\r
399   in your model's shader that uses q3map_clipModel, then the brush will also\r
400   be nonsolid\r
401 \r
402 \r
403 2.3.28 (2002-11-01)\r
404 \r
405 - Bug 654 (http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=654):\r
406   Fixed problem where brush faces, drawsurfaces, and surfaceparms weren't living\r
407   together in perfect harmony (terrain surfaceparms now inherited by brushes)\r
408 - Nodraw fog works now, albeit when you're underneath, surfaces above don't get\r
409   fogged properly. Could be good for foggy water where you want the above-water\r
410   portions to only be occluded by the water surface\r
411 - Bug 656 (http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=656):\r
412   Number of lightgrid points displayed (byte size is currently out of proportion\r
413   due to internal storage format) when Q3Map is called with the -info switch\r
414 - Fixed wack surface merging bug where code would attempt to merge triangles not\r
415   adjacent to the current set, causing bad lightmap projections on nonplanar\r
416   surfaces\r
417 - Fixed tiny 1-character bug in 2d lightmap texture allocator where adjacent\r
418   luxels were being checked for occlusion rather than the actual source luxel\r
419 \r
420 \r
421 2.3.27 (2002-10-31) Happy Halloween!\r
422 \r
423 - Fixed minor bug in scriplib bugfix where the last character in a file wasn't\r
424   being read.\r
425 - Fixed bug where 0-area or bogus triangles were causing crash in MapRawLightmap\r
426   if they used a shader with a normalmap (thanks ShadowSpawn)\r
427 - Fixed bug where lightmaps were getting hosed levelwide on a prerelease version\r
428   of 2.3.27\r
429 - Fixed bug where lightmaps were getting knackered on models and certain patches\r
430 - Merged latest PicoModel version from seaw0lf, adding support for ASE and WF OBJ\r
431   models (preliminary)\r
432 - Increased MAX_MAP_PLANES to 0x40000 (~256k)\r
433 \r
434 Known issues:\r
435 - Lightmap projection and surface merging on large ASE models sometimes flakes\r
436 - Surface to brush surfaceparm propogation doesn't work properly with large\r
437   metasurfaces: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=654\r
438 \r
439 \r
440 2.3.26 (2002-10-27)\r
441 \r
442 - Now using GtkRadiant's libpng and zlib config (linked as DLLs)\r
443 - Fixed bug in script parser where repeat calls to GetToken() were causing\r
444   memory corruption\r
445 - Fixed SOF2 -rename bug\r
446 - When using -game sof2 or -game jk2, the -flares argument is implied\r
447 - Added -noflares argument to disable the above behavior\r
448 - Added support for flares on entities. Use one of the following keys:\r
449   "_flare" "1" -- use default flare (different for each game)\r
450   "_flareshader" "path/to/flareshader" -- use a specific flare shader\r
451   Note: This only matters in SOF2/JK2 now. Make a light targetted (a spotlight)\r
452   to get it to aim the correct direction, otherwise it defaults to pointing \r
453   downward. You cannot have omnidirectional flares\r
454 - Lightgrid size is automatically increased to accomodate large maps. The\r
455   MAX_MAP_LIGHTGRID error will never happen again\r
456 \r
457 \r
458 2.3.25 (2002-10-22)\r
459 \r
460 - Go Giants!\r
461 - Fixed bug where Q3Map would crash on writing the BSP after the light stage.\r
462   Thanks to Rap7or (#q3map) and loon8 (Q3W forums) [bug 641]\r
463 - Fixed bug where surface lights were not affecting the light grid properly.\r
464   Thanks to Shadowspawn and djbob [bug 642]\r
465 - NEW: Added -faster support to lightgrid calculations while fixing previous bug\r
466 - NEW: Changed it so the BSP file is written to a temp file first, then renamed.\r
467   This should prevent BSP file corruption on crashes during writes\r
468 \r
469 \r
470 2.3.24 (2002-10-20)\r
471 \r
472 - Fixed numerous outstanding bugs and issues.\r
473 - Normal interpolation is now improved. It's slightly slower, but more 'correct'\r
474   in cases where you have 10 triangles in one plane and 1 triangle in another\r
475   meeting up and the 10 triangles were over-affecting the average. Only new\r
476   identical normals are averaged now. This change affects phong shading, meta\r
477   surfaces, and PicoModel\r
478 - PicoModel up to version 0.7.6, BSD license, better 3DS model support\r
479 - PicoModel library now fixes broken normals on MD3 and 3DS models\r
480 - Bumpmapping code is improved. The correct tangent vectors per-triangle are\r
481   now calculated so the bumpmaps are consistent with regards to light direction\r
482 - Metasurface merging code optimized. Should be about 100x as fast on complex\r
483   maps or maps using models with high triangle counts\r
484 - Vertexlight code tweaked a bit\r
485 - Triangle/winding orders now more consistent. Tesselated surfaces will have\r
486   a uniform triangle ordering (thanks RR2DO2)\r
487 - NEW: "vertexDeform move" now parsed and surfaces are merged into the\r
488   appropriate  BSP leaves they may enter into (thanks to Bart Vrijkorte)\r
489 - NEW: shader command: q3map_alphaMod. Currently takes a single form:\r
490   q3map_alphaMod dotproduct ( NX NY NZ )\r
491   where NX NY NZ are a unit normal (length of 1.0) specifying direction.\r
492   An example use would be snow in a shader's 2nd pass, using alphaFunc or\r
493   blendFunc:\r
494   q3map_alphaMod dotproduct ( 0 0 1 ) // surfaces facing upwards have snow\r
495   (idea contributed by RR2DO2)\r
496 \r
497 \r
498 2.3.23 (2002-10-18)\r
499 \r
500 - In my haste to release the previous version, I neglected to give credit where\r
501   it was due. Seaw0lf had as much (probably more) to do with the new model\r
502   loading library (PicoModel). Because of his efforts, you can load 3DS models\r
503   and use them in misc_model entities.\r
504 - PicoModel model library up to version 0.7. Improved 3DS support, more stable.\r
505 - Surface models still not reenabled. Soon. :)\r
506 - You can now remap a misc_model's shaders like this:\r
507   Key "_remapNN" "the/model/shader;the/real/shader"\r
508   This works just like TA terrain vertexRemapShader key. You can also supply a\r
509   * glob for the source shader if you want all your model's shaders to use the\r
510   specified shader:\r
511   "_remap" "*;models/mapobjects/tree/bark"\r
512 \r
513 \r
514 2.3.22 (2002-10-16)\r
515 \r
516 - Moving to sensible Linux-style versioning.\r
517 - The misc_model code has been completely rewritten, breaking surface models.\r
518   Surface models will reappear in the next release, once the new model API has\r
519   stablized.\r
520 - New: MD3 and 3D Studio 3DS models now natively supported.\r
521 - The misc_model "angles" key now supported. Values: "pitch yaw roll" in keeping\r
522   with standard Quake 3 angles order.\r
523 - Models scaled with "modelscale_vec" now have proper normal scaling/rotation\r
524   (thanks SPOG).\r
525 - Models can now be lightmapped.\r
526 - Models can now have > 1000 vertexes per surface.\r
527 - For best results for above, add the following to models' shaders:\r
528   q3map_splotchfix\r
529   q3map_nonplanar\r
530 - 3DS models' MATERIAL NAMES ARE THE FINAL Q3 SHADER NAMES. YOU HAVE BEEN WARNED.\r
531 - Models are generally 13373R. :)\r
532 \r
533 \r
534 2.3.0-a21 (2002-10-02)\r
535 \r
536 - Fixed a stack of really stupid bugs in the lightgrid code. Should be faster\r
537   and more predictable now.\r
538 - SOF2/JK2 lightgrid now compiled. This is the first version of Q3Map2 that can\r
539   compile full, release-worthy SOF2 and JK2 maps.\r
540 - SOF2/JK2 damageshader and damagable brush faces should work correctly now.\r
541 \r
542 \r
543 2.3.0-a20 (2002-09-26)\r
544 \r
545 - SOF2/JK2 worldspawn "fog" (and "_fog") shader key support for levelwide fog\r
546 - SOF2/JK2 light "scale" key to scale light brightness\r
547 - SOF2/JK2 -rename function for _bsp and _rmg_bsp shader renaming\r
548 \r
549 \r
550 2.3.0-a19 (2002-09-24)\r
551 \r
552 - Shaders can now be subclassed (Q3Map relavant portions only, such as\r
553   surfaceparms, lighting, texture projection, etc). To subclass an existing\r
554   shader, add "q3map_baseshader X" where X is the name of the base shader.\r
555 - Preliminary auto-model distribution over surfaces. You can now have things\r
556   like grass and tree models automatically distributed across your terrain\r
557   or other surfaces. To wit:\r
558 \r
559   q3map_surfacemodel models/mapobjects/tree2/tree2.md3 64 0.001 0.5 4.0 0 360 1\r
560 \r
561   q3map_surfacemodel <path to md3> <density in units> <odds of appearing>\r
562       <min scale> <max scale> <min angle> <max angle> <oriented>\r
563   \r
564   The last flag is 1 or 0, and sets whether the model gets fitted to the\r
565   orientation of the surface. Not functional yet. See screenshots page for\r
566   shots of this in action.\r
567 \r
568 \r
569 2.3.0-a18 (2002-09-21)\r
570 \r
571 - misc_models can now be attached to any brush model entity. Just target the\r
572   brush entity with the misc_model (select model, then entity, hit Ctrl+K)\r
573 - q3map_tcMod translate (or shift or offset) <s offset> <t offset>\r
574 - q3map_tcMod rotate <degrees> (rotates around origin, not center)\r
575 - q3map_tcMod scale <s scale> <t scale>\r
576 - Metasurface merging now much, much better. Merges into roughly rectangular or\r
577   square areas wherever possible\r
578 - q3map_terrain no longer sets Z-axis lightmap projection. It must be set in\r
579   the terrain layer shaders if you want previous behavior\r
580 - Worlspawn _blocksize key now supports 3 elements for setting X Y and Z splits\r
581   independently of each other (use a value of 0 for no splits on that axis)\r
582 - Misc bugfixes\r
583 \r
584 \r
585 2.3.0-a1 through 2.3.0-a17 (2002-07 through 2002-09-20)\r
586 \r
587 - Elite Force support (via -game ef)\r
588 - SOF2 and JK2 support (via -game sof2 or -game jk2)\r
589 - All new image handling with PNG support\r
590 - q3map_lightimage specifies image for radiosity and lighting\r
591 - External lightmaps, set using q3map_lightmapsize <width> <height>. Up to\r
592   1024 x 1024 supported.\r
593 - q3map_lightmapGamma <value> sets the brightness scale of a lightmap\r
594 - q3map_lightmapsampleoffset <distance> to fix glitches in lightmapped terrain\r
595 - Tons more features and bugfixes. See the forum threads for details/screenshots\r
596 - Two new surfaceparms, "antiportal" and "skip," and associated shaders, for\r
597   allowing the mapper to more cleanly set up visibility data\r
598 - Lightmaps will always have square texels now (no more stretching)\r
599 - Vertex light improvements\r
600 - Light grid improvements\r
601 - q3map_lightrgb support for RTCW\r
602 \r
603 \r
604 \r
605 \r
606 \r
607 \r