]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - CHANGES
c5a3f883702c7c51f1035767e4de404c3c8b4f8a
[xonotic/netradiant.git] / CHANGES
1 This is the changelog for developers, != changelog for the end user 
2 that we distribute with the binaries. (see changelog)
3
4 13/05/2006
5 LordHavoc
6 - Added -fPIC for Linux builds to support x86_64.
7 - Removed static-linked libstdc++ hack for non-final builds.
8 - Removed gcc explicit linking hack for non-final builds.
9 - Added workaround for gcc static-member-pointer-as-template-argument bug.
10 - Fixed bobtoolz linux compile errors.
11 - Added Nexuiz and Darkplaces support.
12 SPoG
13 - Changed 'inconsistent vertex count' assert to be non-fatal.
14 - Changed 'failed to remove accelerator' assert to be non-fatal.
15 - Fixed crash due to broken module dependencies.
16
17 30/04/2006
18 SPoG
19 - Fixed memory leak in signals library.
20 - Ported bobtoolz to use new module APIs.
21
22 01/04/2006
23 SPoG
24 - Added key-observer interface to entity module API.
25 - Rewrote callback library to add support for return-values.
26 - Added minimal API to support bobtoolz plugin.
27 - Refactored brush for-each functions to take Functor instead of Visitor.
28 - Added signals library.
29
30 31/03/2006
31 SPoG
32 - Changed doom3 light creation to use size of selected brushes.
33
34 20/03/2006
35 SPoG
36 - Fixed crash when resetting preferences after startup failure.
37 - Fixed crash on next-leak-spot with build-monitoring enabled.
38 - Fixed doom3/quake4 blended-decal rendering when toggling lighting mode.
39 - Fixed fit-texture with rotated texture transforms.
40
41 20/03/2006
42 SPoG
43 - Changed Copy/Paste to work on face textures if any faces are selected.
44 - Fixed GTK_WIDGET_REALIZED assert when selecting entities (linux).
45
46 28/02/2006
47 namespace, SPoG
48 - Added drag-resizing for doom3/quake4 light_radius boxes.
49
50 25/02/2006
51 SPoG
52 - Fixed objects sometimes dissappearing when at high zoom level in Ortho views.
53
54 24/02/2006
55 SPoG
56 - Added GPL text to win32 installer.
57 - Fixed gtk wimp theme not working after using gtkthemeselector.
58
59 21/02/2006
60 namespace
61 - Added command to toggle lighting/textured modes, shortcut F3.
62
63 20/02/2006
64 SPoG
65 - Fixed crash when disabling lighting for a second time.
66
67 19/02/2006
68 SPoG
69 - Fixed crash when loading invalid ASE models.
70
71 11/02/2006
72 SPoG
73 - Added install.py script.
74 - Updated COMPILING instructions.
75 - Fixed transparency rendering on quake3 shaders.
76 - Fixed hint/caulk filtering for Jedi Academy shaders.
77
78 04/02/2006
79 SPoG
80 - Added Radiant Manual shortcut to win32 installation.
81 - Added 'use alternative texture projection' option to prefs.
82 - Fixed caching bug causing import-map to not reload modified maps.
83 - Added blended-decal rendering for doom3 and quake4.
84
85 30/01/2006
86 SPoG
87 - Added expand-selection-to-entities with default shortcut ctrl+alt+e.
88 - Fixed crash in gtk file-chooser with some versions of GTK+.
89
90 29/01/2006
91 SPoG
92 - Changed create-group-entity to re-select brushes after creation.
93
94 26/01/2006
95 SPoG
96 - Changed far-clip-plane setting to increase exponentially with distance.
97 - Fixed selected entities moving when drag-resizing brushes.
98 - Changed patches to be selectable from the back in wireframe views.
99 - Speed improvements for transform-selection code.
100
101 25/01/2006
102 SPoG
103 - Added default-texture-scale option to preferences.
104 - Added default-grid-spacing option to preferences.
105
106 23/01/2006
107 Shamus
108 - Fixed editing of doom3/quake4 faces with negative texture scale factors.
109
110 22/01/2006
111 SPoG
112 - Fixed shortcut for toggle-far-clip.
113 - Fixed broken link in 1.5 user docs.
114
115 10/01/2006
116 SPoG
117 - Changed script parser to ignore comments that start in the middle of tokens.
118 - Added support for editor_int/editor_string keys in doom3 entity definitions.
119 - Changed doom3/quake4 .mtr and .guide searching to look in subfolders.
120 - Added experimental support for doom3/quake4 projected lights.
121
122 20/12/2005
123 SPoG
124 - Added support for quake4 .guide material templates.
125 - Fixed GCC4 compile errors with anonymous enums.
126 - Added light_radius and light_center GUI to doom3 entity inspector.
127
128 10/12/2005
129 SPoG
130 - Added support for loading and saving Quake4 map format.
131 - Added support for built-in shader images such as _noFalloff.
132 - Added experimental code to render projected lights.
133 - Added support for loading quake4 entity definitions.
134 - Fixed picomodel bug loading .lwo files with texture names >64 in length.
135
136 22/10/2005
137 SPoG
138 - Fixed minor memory leak in zip-archive reader.
139
140 21/10/2005
141 SPoG
142 - Fixed model rotation using free-rotation tool.
143 - Fixed behaviour of angle/rotation keys for Doom3 entities.
144 - Added entity angle-editing for entities that display a model.
145 - Stopped size-info being drawn if selection has zero size.
146 - Added support for 'angle' key on doom3 entities.
147
148 20/10/2005
149 SPoG
150 - Fixed minor one-time memory leak in build-shader-list.
151 - Added functional free-scale tool.
152 - Improved precision preservation for free-rotation and free-scale tools.
153 - Fixed misc_model rotation using free-rotation tool.
154
155 09/10/2005
156 SPoG
157 - Added entity angle-editing using rotate-tool or rotation toolbar buttons.
158 - Fixed start-on-primary-monitor (win32).
159 - Fixed camera-view freelook when window is on secondary monitor (win32).
160
161 05/10/2005
162 paxed
163 - Added texture-lock toolbar button.
164 SPoG
165 - Added stack-trace output to all debug popup messages (win32).
166 - Fixed vertex/edge selection behaviour on undoing brush edits.
167 - Changed doom3 light centre rendering to use a point instead of a box.
168 - Changed map and shader parsers to gracefully handle bad data.
169
170 24/09/2005
171 SPoG
172 - Fixed crash when importing a file after deleting the world entity.
173 - Changed copy/paste/import to select world brushes instead of world entity.
174 - Added win32-specific stack-trace logging support.
175
176 31/08/2005
177 SPoG
178 - Fixed clipper removing brushes on incorrect side of clip-plane when flipped.
179
180 21/08/2005
181 SPoG
182 - Optimised light-dragging.
183 - Changed connect-entities to not break existing connections where possible.
184
185 24/07/2005
186 SPoG
187 - Fixed q3 entity definition for item_health_small.
188
189 02/07/2005
190 SPoG
191 - Fixed build menu becoming empty if editing of default menu is cancelled.
192
193 01/07/2005
194 SPoG
195 - Fixed snap-planes-to-integer preference not being saved.
196
197 26/06/2005
198 SPoG
199 - Changed doom3 light_radius box to draw flat-shaded translucent in camera view.
200 - Fixed progress window not being shown when loading maps.
201 - Refactored shortcut handling to make focussed widgets override global shortcuts.
202   Allows using ctrl+c to copy console text, undo/redo without main-window focus.
203
204 23/06/2005
205 SPoG
206 - Fixed crash when handling assert/error before gtk_init.
207 - Changed Help menu to display only the help menu relevant to the current game.
208
209 21/06/2005
210 SPoG
211 - Fixed double-maps-directory when using non-native file open dialog on win32.
212 - Changed find/replace-textures window to update when selecting textures with MMB.
213 - Fixed handling of non-UTF-8 wad-names in textures menu.
214
215 20/06/2005
216 SPoG
217 - Changed home-path prefix to be optional on linux/osx for q1/q2.
218 - Changed OpenGL module to work correctly with GL_VERSION 2.0.0.
219 - Fixed spawnflags in Enemy Territory entity definitions.
220 - Added missing Enemy Territory entity types.
221
222 19/06/2005
223 SPoG
224 - Changed clipper-point selection/rendering to behave the same at all zoom levels.
225 - Changed clipper-point selection to always pick the closest point to the cursor.
226 - Fixed clipper colour not being updated until after restarting.
227 - Fixed QE tool not deselecting edges when left-clicking on a vertex without shift.
228 - Fixed grid rendering with grid settings other than 8-unit.
229 - Fixed textures menu always behaving as if show-shaderlist-only is enabled.
230
231 18/06/2005
232 SPoG
233 - Added saving of camera render mode preference.
234 - Changed default camera render mode to Textured for Doom3.
235 - Changed default texture render mode to Trilinear.
236
237 17/06/2005
238 SPoG
239 - Ported Team Arena entity definitions to xml format.
240 - Added xml q3 entity-definitions to win32 and linux setups.
241
242 14/06/2005
243 SPoG
244 - Fixed QE-tool component-drag selecting components of unselected brushes.
245
246 13/06/2005
247 SPoG
248 - Changed clipper mode and component-editing modes to be mutually exclusive.
249 - Changed camera A/Z/D/C keys to obey "discrete movement" checkbox.
250 - Added support for up/down movement in freelook mode.
251 - Fixed clipper-tool-uses-caulk option.
252 - Added prompt for engine path at startup if not found.
253
254 12/06/2005
255 SPoG
256 - Added entity-inspector GUI support for func_button/func_door direction attribute.
257 - Added angle/model/sound GUI to entity-inspector for old-style entity-definitions.
258 - Added clipper-plane rendering using stippled back-face-culled polygon.
259 - Fixed entity-inspector failing to handle non-ascii characters in entity keys.
260
261 11/06/2005
262 SPoG
263 - Fixed entity-inspector window position changing while hidden.
264
265 09/06/2005
266 SPoG
267 - Fixed region-set-selected for model entities.
268
269 08/06/2005
270 SPoG
271 - Added option to enable or disable snapping brush planes to integer on map load/save.
272 - Added 0.125 grid.
273 - Changed grid rendering to always show major/minor grid colours whatever the zoom level.
274 - Increased maximum zoom level for XY views.
275
276 06/06/2005
277 SPoG
278 - Added 'File > Refresh models' - reloads models that have changed outside Radiant.
279
280 05/06/2005
281 SPoG
282 - Fixed model files not being closed after being read.
283 - Fixed build menu dialog not saving changes to build commands.
284 - Changed build menu to save xml only if changed by user.
285 - Fixed CSG-merge.
286 - Reduced CSG-merge tolerance for misaligned brushes.
287 Michael Kluskens
288 - Updated STVEF default build menu to version 2 format.
289 - Updated STVEF game configuration file and removed synapse.config.
290
291 02/04/2005
292 SPoG
293 - Changed HashTable insert/remove operations to not invalidate iterators.
294 - Changed ReferenceCache realise/unrealise to take advantage of new HashTable behaviour.
295 - Refactored containers to use std::swap.
296 - Refactored bitfield.h.
297 Tr3B
298 - Fixed endianness for .lwo loading on linux.
299 - Extended q3map2 mathlib functionality.
300
301 28/03/2005
302 SPoG
303 - Specialised filters list for doom3 entity/material types.
304 - Added ASE-loader support for shader names specified as a bitmap absolute-path.
305 - Fixed monitored-compile debug-feedback display.
306 - Added TGA-loader support for vertical and horizontal flipping.  
307 - Enabled auto-generation of smooth normals for all LWO models.
308
309 27/03/2005
310 Tr3B
311 - Fixed map-xml module.
312 - Added support for qer_trans keyword in doom3 materials.
313
314 08/03/2005
315 SPoG
316 - Added GUI updates during map load and engine-path/game-dir changes.
317 - Fixed main window being hidden behind another application on closing a floating window.
318
319 07/03/2005
320 SPoG
321 - Fixed crash when selecting the root node in the entity-list window.
322 - Fixed detail flag saving for quake3 map format.
323
324 06/03/2005
325 SPoG
326 - Optimised type-casts for scene-graph type system.
327 - Disabled substitution of 'unspecified' for entity key values that match the default.
328 - Refactored module-system api - added globalModuleServer().
329 - Fixed rotation origin for doom3 func_static models.
330
331 05/03/2005
332 SPoG
333 - Added support for doom3 model-entity 'skin' key.
334 - Added noshadows/nospecular/nodiffuse/falloff doom3 light keys to entity-inspector.
335
336 04/03/2005
337 SPoG
338 - Added camera move up/down one floor.
339 - Added support for 'unspecified' contents/flags/value for Quake2 brush faces.
340
341 26/02/2005
342 SPoG
343 - Added auto-complete for shader attributes in entity inspector.
344 - Added support for doom3-material heightmap to normalmap conversion.
345
346 22/02/2005
347 SPoG
348 - Fixed missing prefix attribute in quake game configuration file.
349 - Added auto-completion for find/replace-textures texture-name entries.
350 - Removed redundant buttons and options in find/replace-textures window.
351
352 21/02/2005
353 SPoG
354 - Added auto-completion for surface-inspector texture-name entry.
355
356 20/02/2005
357 SPoG
358 - Fixed failure to load shaders containing '.' such as Heretic II model skins.
359 - Removed unused legacy cmdlib functions.
360 - Added support for fractional repeat values to brush-fit-texture.
361
362 19/02/2005
363 SPoG
364 - Changed entity-connect-selected to use the parent entity of a selected brush.
365 - Added q2map and bspc to installation packages.
366 Jamie Wilkinson
367 - Fixed path to q2map in quake2 build-menu.
368
369 13/02/2005
370 SPoG
371 - Fixed crash in 'Misc > Find Brush' when searching for a non-existent brush.
372   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1059
373 - Limited the maximum number of sides of a prefab brush-cone to 32.
374
375 11/02/2005
376 SPoG
377 - Changed display of angled box-entities to show un-rotated bounding boxes.
378
379 10/02/2005
380 SPoG
381 - Disabled rotation of light entities for games other than Doom 3.
382
383 09/02/2005
384 David Constanzo
385 - Fixed episode flag names on Quake item_sigil and func_episodegate entities.
386   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1056
387 - Added detailed description of Quake item_sigil and func_episodegate entities.
388 SPoG
389 - Fixed position of light-entity names.
390 - Fixed q3map2 feedback xml streams containing non-UTF-8 text.
391 - Optimised Locale<->UTF-8 text conversion.
392
393 08/02/2005
394 SPoG
395 - Fixed selecting a texture not resetting the current selected texture-projection.
396 - Added handling of OpenGL drivers that don't implement all reported extensions. 
397
398 07/02/2005
399 SPoG
400 - Added support for multi-byte UTF-8 characters in xml content (not markup).
401 - Added UTF-8 support in entity-inspector, prefs dialog, recent-files menu, console.
402 - Fixed potentially misaligned objects.
403
404 05/02/2005
405 SPoG
406 - Added rendering of entity names for non-group entities.
407 - Removed context-dependent opengl calls before opengl context is created.
408
409 04/02/2005
410 SPoG
411 - Fixed crash when printing extended-ascii text in the console.
412 - Added conversion of extended-ascii text to utf8 for gtk text-buffer widgets.
413
414 03/02/2005
415 David Constanzo
416 - Fixed typo in Quake entity-definitions.
417 SPoG
418 - Fixed undo of brush-set-structural and brush-make-structural.
419 - Refactored image-loader module api.
420 - Added full support for Quake II and Heretic II surface-flags in surface-inspector.
421 - Fixed crash in patch-inspector for games other than doom3.
422
423 01/02/2005
424 SPoG
425 - Changed shader-list and entity-definition searching to also search base-dir.
426
427 29/01/2005
428 SPoG
429 - Fixed title of floating entities/console/textures window.
430 - Fixed destruction of floating windows on shutdown.
431 - Added shortcut handling when entity-inspector/texture-browser are active.
432 David Constanzo
433 - Fixed crash while auto-saving snapshots.
434   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1049
435
436 28/01/2005
437 SPoG
438 - Added rendering of fixed S/T tesselation on doom3 patches.
439 - Changed creation of doom3 func_static entities to prompt for a model.
440 - Fixed zero-sized primitives being rendered for culled entity-connection-lines.
441
442 25/01/2005
443 SPoG
444 - Added support for setting fixed S/T tesselation on doom3 patches.
445 - Changed patch inspector to be completely non-modal.
446
447 24/01/2005
448 SPoG
449 - Added support for rotating lights using the rotation tool.
450
451 23/01/2005
452 SPoG
453 - Fixed crash on startup with texture-subsets enabled.
454   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1045
455 - Added support for doom3 lights combined with brushes and patches.
456 - Added support for doom3 light_origin on lights.
457 - Added support for doom3 light_rotation and rotation key on lights.
458
459 22/01/2005
460 SPoG
461 - Fixed crash when accessing links from help menu.
462 - Fixed broken links in help menu.
463 - Added game-specific docs to win32 setup.
464 - Changed q3 connect-entities to preserve existing targetname key.
465 - Changed q3 connect-entities to generate targetname key based on target classname.
466
467 21/01/2005
468 SPoG
469 - Moved information in synapse.config into .game files.
470 - Added api versioning for module-system.
471
472 20/01/2005
473 SPoG
474 - Fixed keys/values for brush entities not being editable unless parent is selected.
475 - Fixed brush-entities not being deleted when the last child brush is deleted.
476 - Fixed scenarios where worldspawn is not the first entity in the map.
477
478 19/01/2005
479 SPoG
480 - Fixed numerical instability in brush winding-generation.
481
482 16/01/2005
483 SPoG
484 - Added Jedi Academy support to linux installer.
485 - Fixed main-window jumping to front during autosave.
486 - Fixed saving of empty brushes.
487 Jame Wilkinson
488 - Fixed build errors when compiling for big-endian target.
489
490 15/01/2005
491 SPoG
492 - Fixed launching q3map2 from build-menu on linux/osx.
493 - Added version checking of generated config files.
494 - Fixed key-up events being missed while holding ctrl/shift/alt.
495 - Fixed texture-compression support.
496 Jago
497 - Changed q1 trigger_relay and trigger_counter to be point entities.
498
499 11/01/2005
500 SPoG
501 - Changed brush-save to not write non-contributing faces.
502 - Fixed rendering artifacts on outlines of selected box-entities.
503
504 10/01/2005
505 SPoG
506 - Added patch-cap-cylinder.
507
508 09/01/2005
509 SPoG
510 - Fixed texture-browser scroll-to-selected-texture.
511 - Added brush face texture painting.
512
513 08/01/2005
514 SPoG
515 - Fixed ungroup-selected-entities.
516 - Added 'Entity' menu.
517 - Removed items unrelated to entity-creation from xy-window right-click menu.
518 - Fixed minor memory leaks in core.
519 - Removed code that ignores empty alpha-channel in tga loader.
520 - Fixed memory leak in model module.
521 - Fixed memory leaks in picomodel library: ase and lwo loaders.
522 - Changed default tool to 'QE' tool.
523
524 04/01/2005
525 SPoG
526 - Changed start-on-primary-screen default to 'true' with multiple screens.
527 - Added enter/escape as shortcuts for OK/Cancel buttons on modal dialogs.
528 - Disabled mouse-chase scrolling in XY window when drag-selecting.
529 - Fixed xlink I/O warnings on linux.
530 - Removed light-creation 'intensity' dialog in doom3 config.
531 - Changed the default vertical size of the shortcut-list window to 400. 
532 - Fixed patch-creation with zero-sized workzone.
533 - Fixed crash when rendering doom3 light_radius box.
534
535 03/01/2005
536 SPoG
537 - Added arbfp1/arbvp1 vertex/fragment program lighting support.
538 - Fixed colour-selection dialog not going away after OK/Cancel.
539 - Fixed tangent/bitangent calculation on degenerate patches.
540 - Added resizing of patches with QE tool.
541
542 02/01/2005
543 SPoG
544 - Added stippled hidden-line rendering for rotate/translate manipulators.
545 - Refactored high-level camera/orthographic rendering functions.
546 - Fixed failure to load models with back-slashes in path.
547 - Improved peformance of doom3 lighting with large models.
548
549 01/01/2005
550 SPoG
551 - Changed entity renderering to draw connections for culled entities.
552 - Fixed runtime errors on shutdown after cycling between lighting/textured.
553 - Fixed 'Cancel' button in modal dialogs behaving like 'OK' button.
554 - Changed 'clip' brush filtering to use shader parameters instead of names.
555 - Added rendering of origin-point for selected model entities.
556 - Fixed doom3 light-interaction updates for model entities.
557
558 31/12/2004
559 SPoG
560 - Removed menu-splitting functionality.
561 - Refactored entity-class menu construction.
562 - Replaced const_reference with ConstReference.
563 - Renamed string_t to CopiedString.
564 - Changed code using Str::Format and Str::operator+= to use StringOutputStream.
565 - Refactored shortcut command parsing code.
566 - Changed light entity rendering to show light_radius box only in doom3 config.
567 - Added 2x overbrightening for doom3 lighting preview.
568
569 16/12/2004
570 SPoG
571 - Changed default doom3 light_radius to 300.
572 - Fixed initial value of doom3 light_center.
573 - Reduced frequency of gui updates during map load.
574
575 13/12/2004
576 SPoG
577 - Fixed crash in monitored-compile feedback dialog.
578
579 12/12/2004
580 SPoG
581 - Added visualisation of halflife texture-projection format.
582 - Added texture-lock for halflife texture-projection format.
583 - Changed brush-texture-lock default to enabled for doom3 and halflife.
584
585 11/12/2004
586 SPoG
587 - Refactored script-tokeniser.
588 - Fixed doom3 lighting on ATI cards.
589 - Added support for list attributes in entity definitions.
590 - Added utf8-normalisation on text printed to console.
591 - Fixed missing default_build_menu.xml in halflife game config.
592
593 10/12/2004
594 SPoG
595 - Fixed missing commas in entity-inspector comments.
596 - Added support for default values in entity-definitions.
597
598 09/12/2004
599 SPoG
600 - Enabled doom3 realtime lighting preview.
601
602 05/12/2004
603 SPoG
604 - Fixed gcc compile warnings in patch.cpp.
605 - Added q1 and q2 support to linux installer.
606
607 02/12/2004
608 SPoG
609 - Added highlighting of entity-list nodes that have selected descendants.
610
611 29/11/2004
612 SPoG
613 - Fixed xy-window failing to update after map-load.
614
615 28/11/2004
616 SPoG
617 - Fixed error on shutdown when game-select dialog is disabled.
618 - Added surface/light-interaction debugging mode.
619 - Added per-plane light-culling for brush faces.
620 - Added support for bump shaders using 'blend' layer keyword.
621 - Added support for light-shaders.
622 - Fixed edge/border clamping on light-attenuation textures.
623 - Added 'Lighting' camera render-mode for doom3 config.
624
625 25/11/2004
626 SPoG
627 - Fixed right-click-menu on linux.
628
629 13/11/2004
630 SPoG
631 - Changed light-entity to draw radii only when selected.
632
633 07/11/2004
634 SPoG
635 - Fixed shortcuts for creating n-sided brush-prisms.
636
637 19/10/2003
638 SPoG
639 - Fixed user-customisable shortcuts support.
640
641 16/10/2003
642 SPoG
643 - Added restore-main-window call when a modal-dialog dialog-box is shown.
644
645 13/10/2003
646 Jamie Wilkinson
647 - Fixed SConstruct cpu detection on Power Macintosh.
648 - Added more verbose warning settings for gcc builds.
649 SPoG
650 - Changed buffered-text-input-stream API to not use magic EOF value.
651
652 06/10/2004
653 Jamie Wilkinson
654 - Fixed debug-break on non-x86 platforms.
655
656 05/10/2004
657 SPoG
658 - Fixed new doom3 entities not being given unique names.
659
660 02/10/2004
661 SPoG
662 - Fixed autosave causing the main-window to jump to the front.
663 - Fixed window-title when changing view direction in floating-windows layout.
664 - Added status information to wait dialogs.
665 - Changed map-save to overwrite/refresh files modified/deleted outside radiant.
666 - Changed component selection in QE tool to treat near-equal points as one.
667 - Added texture browser window to View menu.
668 - Changed white overlay in camera-window to draw hidden lines in 75% grey.
669 - Reduced point-size for vertex/edge/face handles by 2/3.
670
671 25/09/2004
672 SPoG
673 - Added component-editing for curves on doom3 entities.
674 - Added normalisation of translation for texture-lock on doom3 brushes.
675 - Added update of surface inspector for texdef changes caused by texture-lock.
676 - Changed floating-windows layout to centre all ortho views on center-xy-views.
677 - Stopped autosave from saving unmodified maps after first-time load.
678 Shamus
679 - Textool improvements.
680
681 21/09/2004
682 Michael Schlueter
683 - Changed file-chooser dialogs to use GtkFileChooser.
684
685 20/09/2004
686 SPoG
687 - Added basic rendering for 'curve_CatmullRomSpline' on doom3 entities.
688
689 19/09/2004
690 SPoG
691 - Added basic rendering for 'curve_Nurbs' on doom3 entities.
692
693 18/09/2004
694 SPoG
695 - Added doom3 entity-definition editor_usage* key support.
696 - Added doom3 entity-definition editor_* key info to entity-inspector comments.
697 - Added specialised attribute-entry in entity-inspector for boolean attributes.
698 - Fixed crash in find-brush when entering the index of a fixed-size entity.
699 - Added support for rendering doom3 'targetN' -> 'name' entity connections.
700 - Changed connect-entities to use 'targetN' and 'name' keys on doom3 entities.
701 - Improved handling of brushes with near-duplicate planes.
702 - Fixed crash in snap-to-grid on brushes with non-contributing faces.
703
704 17/09/2004
705 Michael Schlueter
706 - Fixed gcc build errors.
707 SPoG
708 - Fixed stability problems with doom3 brush-entities.
709
710 16/09/2004
711 SPoG
712 - Added automatic renaming of entity target/name keys for paste and import-map.
713
714 13/09/2004
715 SPoG
716 - Fixed rotation/mirror toolbar buttons using wrong axes in certain situations.
717 - Fixed incorrect filter settings display in filters menu.
718 - Added automatic renaming of entity target/name keys when cloned.
719 - Fixed quake2 support.
720
721 12/09/2004
722 SPoG
723 - Added shortcut support for all menu commands and toolbar buttons.
724 - Fixed patch shader-name saving for doom3 patches created by user.
725
726 10/09/2004
727 SPoG
728 - Fixed patch-cap-endcap and patch-cap-reverse-endcap.
729
730 09/09/2004
731 SPoG
732 - Fixed status-bar labels showing 'Label' at startup.
733 - Fixed textures-menu grouping bug.
734 - Fixed mirroring on brushes with doom3 plane-defs.
735
736 08/09/2004
737 SPoG
738 - Changed patch-cap-selected to prompt for cap type only once.
739 - Fixed infinite-loop in patch-cap-selected.
740 - Changed autosave to only save if the map has changed since the last autosave.
741 - Changed "file exists, overwrite?" to go back to the file-chooser if 'no' is selected.
742
743 07/09/2004
744 Michael Schlueter
745 - Removed unused source files - qsysprintf, gtkfilesel.
746 - Changed linux exectuable-path resolution to use '/proc/self/exe'.
747 - Changed 'file exists, overwrite?' prompt to default to 'no'.
748
749 06/09/2004
750 SPoG
751 - Fixed crash when handling duplicate shader definitions.
752 - Fixed crash on startup after changing game-type (sp/mp).
753 - Changed compute-axis-base to be more stable in degenerate cases.
754 Michael Schlueter
755 - Cleaned up loki_path stuff.
756 Shamus
757 - Added textool rotation manipulator.
758
759 01/09/2004
760 Michael Schlueter
761 - Changed linux installer to copy *.game files from game-packs instead of generating them.
762
763 29/08/2004
764 SPoG
765 - Moved doom3 shader parsing into a separate function.
766 - Fixed saving of visibility of yz-side and xz-front in floating-windows layout.
767 - Added inheritance of doom3 entityDef 'editor_* *' keys.
768 - Added support for doom3 entityDef 'editor_* *' keys other than 'editor_var'.
769 - Changed entity-inspector attributes panel to be scrollable.
770 - Changed shaders module to load *.mtr for doom3 instead of using shaderlist.
771 - Improved doom3 material parsing.
772 - Fixed crash loading maps containing patches with large numbers of control points.
773 - Changed face-selection in camera view to use polygon test.
774 - Changed face-selection-mode rendering in camera view to cull back-faces.
775 - Changed shaders module to use diffusemap on doom3 shaders with no qer_editorimage.
776
777 28/08/2004
778 SPoG
779 - Fixed undefined-behaviour bug causing a crash with gcc optimisation.
780 - Fixed opengl extension support on linux.
781 - Added support for half-life .fgd entity-definitions.
782 - Fixed loading of half-life maps with texture-names containing '{'.
783
784 26/08/2004
785 SPoG
786 - Updated win32 install to use gtk+-2.4.7 and gtk-wimp-0.6.2.
787 - Removed 'unknown model type: ""' and 'Texture load failed: ""' errors.
788 - Changed pivot-point calculation to use entity-origin for fixed-size entities.
789 - Fixed errors drawing selection-rectangle in floating-windows layout.
790 - Fixed shortcuts becoming disabled in floating-windows layout.
791 - Removed snap-to-integer on entity angle/angles/scale keys.
792 - Fixed dragging of doom3 brush-entities.
793 Michael Schlueter
794 - Fixed gcc compiler error and warnings.
795 - linux installer fixes.
796
797 25/08/2004
798 Michael Schlueter
799 - Changed linux build system to copy '$GAME.game/*' for installer.
800 - Changed linux installer to use 1.5's module set.
801 - Removed optimisation from linux build to fix optimiser-related crash.
802 - Added Doom3 support to linux installer.
803 SPoG
804 - Changed texdef export to not snap shift/rotate to integer.
805
806 17/08/2004
807 SPoG
808 - Fixed texture-browser height update bug.
809 - Changed texture-browser to show only the texture-set selected from the menu.
810 - Fixed bug loading quake maps.
811
812 16/08/2004
813 SPoG
814 - Fixed shortcuts for shift/rotate/scale-texture on patches.
815 - Fixed patch-inspector rows/cols combos not being cleared between selections.
816 - Changed entity/brush counts to use counters instead of polling every second.
817 - Changed archivewad module to check lump types and ignore non-miptex files.
818 - Added support for worldcraft/hammer half-life map format.
819
820 15/08/2004
821 SPoG
822 - Added doom3 md5mesh loader.
823 - Added support for doom3 entityDef 'model' key.
824 - Changed textures-menu to show/load only shaders in the form 'textures/<menu-item>/*'.
825 - Fixed texture-browser height calculation bug.
826 - Added support for doom3 entityDef 'editor_var *' key.
827 - Fixed support for patchDef3 subdivision settings.
828
829 14/08/2004
830 Chronos
831 - Added doom3 light_radius and light_center rendering.
832 SPoG
833 - Disabled default-shaders for doom3.
834 - Added one-click dragging of vertices/edges/faces on brushes and patches.
835 - Fixed detail flag being lost on brush-clone or save-as.
836
837 12/08/2004
838 SPoG
839 - Fixed workzone being invalidated when a brush is deleted.
840 - Fixed pivot updates when switching from translate-tool to rotate-tool.
841 - Fixed crash in misc_model.
842 - Changed file_dialog to show '*.*' when pattern is not specified.
843 - Added undo support for patch-inspector XYZUV tweaking.
844 - Removed 'Apply'/'Done' buttons from patch-inspector.
845
846 11/08/2004
847 redfella
848 - Converted RTCW entities.def to xml format.
849 SPoG
850 - Added support for "name" key for doom3 entities.
851
852 10/08/2004
853 SPoG
854 - Added support for loading text files from VFS archives.
855
856 09/08/2004
857 SPoG
858 - Changed .map writer to always use decimal notation for floats.
859 - Added filtering of monster_clip/full_clip/player_clip.
860 - Added support for inheritance in doom3 entity-definitions.
861 - Fixed doom3 patchDef2 material-name import/export.
862
863 06/08/2004
864 SPoG
865 - Doom3 support:
866   - Map load/save.
867   - Materials parsing.
868   - entityDef parsing.
869   - Fixed brush-primitives texturing bug.
870   - Added texture-lock for brush-primitives texturing on all transforms.
871   - Added support for model/rotation/origin keys on func_ entities.
872 - Added DDS image module.
873
874 03/08/2004
875 SPoG
876 - Fixed copy/paste copying all brushes of an entity when only one is selected.
877 - Fixed discrete-camera-movement shortcuts becoming disabled after using freemove-camera.
878
879 27/07/2004
880 Shallow
881 - Converted ET entities.def to xml format.
882
883 26/07/2004
884 SPoG
885 - Fixed SI when not in face-selection mode.
886 - Changed patch-create-prefab to use current workzone.
887 - Changed engine attribute to be optional in game-description.
888
889 24/07/2004
890 SPoG
891 - Changed module server to support wildcard modules.
892 - Cleaned up docs/developer, added README.
893 - Removed old TODO.
894
895 23/07/2004
896 Shamus
897 - Initial version of textool.
898 MindLink
899 - Fixed const bug for vs.net 2005 compiler.
900
901 22/07/2004
902 SPoG
903 - Fixed copy/paste and export-selected failing to export stuff.
904
905 19/07/2004
906 SPoG
907 - Updated win32 setup scripts for q1 entity definitions.
908
909 18/07/2004
910 SPoG
911 - Updated win32 setup scripts.
912 - Fixed bug loading 8-bit bmp with <256 palette entries.
913 - Added support for loading textures from arbitrary locations.
914 - Changed shaders module to load notex/shadernotex from bitmaps/ in .bmp format.
915 - Fixed bugs in brush-primitives texdef code.
916
917 17/07/2004
918 SPoG
919 - Added STV:EF support to win32 installer.
920 - Moved hardcoded game-specific configuration stuff into .game files.
921
922 16/07/2004
923 SPoG
924 - Fixed crash bug in brush edge/vertex/face selection.
925
926 15/07/2004
927 SPoG
928 - Moved .def files from <enginepath>/<basegame>/scripts/ to <radiantpath>/<gamefilename>/<game>/.
929 - Changed entity inspector UI to be driven by entities xml.
930
931 14/07/2004
932 SPoG
933 - Fixed map load/save in brusb-primitives mode.
934 - Added files required to run in brush-primitives mode.
935 - Added support for changing engine-path while a map is loaded.
936
937
938 11/07/2004
939 SPoG
940 - Changed entity inspector to support custom UI for each entity-class.
941
942 10/07/2004
943 SPoG
944 - Added support for experimental xml version of .def format.
945 - Rewrote token parser.
946 - Rewrote .def parser.
947 - Fixed failure to read show-workzone preference.
948 - Refactored quake3 entities module.
949
950 03/07/2004
951 SPoG
952 - Changed QE-style Drag tool to move as well as resize.
953 - Fixed shortcuts becoming disabled.
954 - Fixed loading file types with upper-case extensions.
955
956 30/06/2004
957 AcidDeath
958 - Added support for plugin submenus.
959
960 27/06/2004
961 SPoG
962 - Added build-menu-command editing.
963 - Fixed texture-object reshuffle caused by changing gamma.
964 - Refactored vfs/shaders/renderstates/eclass/texturemenu unrealise/realise systems.
965
966 26/06/2004
967 SPoG
968 - Added printf-formatting support to output streams.
969 - Added error/warning printing to xml parser.
970 - Changed build-menu xml format to allow easier editing.
971 - Added sample plugin.
972
973 25/06/2004
974 SPoG
975 - Changed paste and import-map to select pasted/imported entities and world brushes.
976
977 24/06/2004
978 SPoG
979 - Changed create-entity API to use eclass instead of classname.
980 - Changed nodes with unknown entity types to use a group-entity if the node has children.
981
982 18/06/2004
983 SPoG
984 - Changed image-loaders interface to use a file object instead of VFS.
985 - Changed model-loader interface to support in-place model reloading.
986 - Changed picomodel-loader module to support configuration of suppported model types in synapse.config.
987 - PicoModel: added support for loading models from an abstract input stream.
988
989 14/06/2004
990 SPoG
991 - Refactored texture browser.
992 - Removed GLWindow.
993 - Fixed mousewheel movement in camera window.
994
995 13/06/2004
996 SPoG
997 - Added load-entire-wad from textures menu in Quake/HL mode.
998 - Fixed bug with writing negative integers to .map format.
999 - Fixed texture-browser hide-unused to show only in-use shaders. 
1000 - Fixed texture-browser scrollbar positioning and origin-clamping.
1001 - Fixed prompting to save unchanged new maps.
1002 - Changed unsaved-changes message box default to "Yes, save" instead of "OK, don't save".
1003 - Changed all message boxes to appear centrally.
1004 - Removed minimize/maximize buttons from all message boxes.
1005
1006 12/06/2004
1007 SPoG
1008 - Disabled shortcut keys during drags.
1009 - Fixed window updates for edge/vertex multi-selection.
1010 - Added apply/cancel on enter/escape for texture-browser filter entry.
1011 - Changed undo system to use explicit start/finish pair to specify undoable operations.
1012 - Changed undo system to print undoable command after command completion instead of before.
1013 - Added printing of movement parameters for translate/rotate manipulator drags.
1014 - Changed brush-subtract to not delete the selection after subtracting.
1015 - Fixed texture browser to not display textures if only in-use by nodes in the undo-queue.
1016 - Fixed another workzone-update performance issue causing area-selection to be slow.
1017 - Added code to brush build-B-Rep to handle duplicate edges.
1018
1019 10/06/2004
1020 SPoG
1021 - Added lazy evaluation of local->world transforms and world-space AABBs.
1022 - Added shortcut key for translate mode, default 'W'.
1023 - Added toolbar buttons for edge/face/vertex modes.
1024 - Changed Escape shortcut to deselect-components if components are selected.
1025
1026 02/06/2004
1027 SPoG
1028 - Fixed performance bug with workzone updates not being lazily evaluated.
1029 - Fixed brush edge-graph bug by removing degenerate winding edges.
1030
1031 01/06/2004
1032 SPoG
1033 - Added mode information to status bar.
1034 - Added console feedback describing undoable commands executed.
1035 - Fixed assertion failures on updating degenerate edge/vertex selections.
1036 - Fixed detail brushes turning structural when clipped.
1037
1038 31/05/2004
1039 SPoG
1040 - Added support for more than one edge/vertex selected per brush.
1041
1042 29/05/2004
1043 SPoG
1044 - Refactored groupdialog - decoupled notebook from console/textures/entity pages.
1045 - Fixed crash in patch tesselator.
1046 - Fixed floating windows startup crash.
1047 - Fixed null texture name for patches.
1048
1049 28/05/2004
1050 SPoG
1051 - Hide arrows on translate manipulator when obscured by square part.
1052 - Workaround for main window not being brought to front when a floating window is closed.
1053 - Fixed rendering of selected components of degenerate brush faces.
1054 - Fixed double typedef in picomodel.
1055 - Fixed bug in allocator stuff.
1056 - Fixed up clipper tool button state.
1057 - Added workzone updates when selection bounds change.
1058 - Fixed transient setting on floating inspector windows.
1059
1060 27/05/2004
1061 Tr3b
1062 - Fixed gcc build errors.
1063 SPoG
1064 - Fixed crash bug in game selection dialog.
1065
1066 26/05/2004
1067 SPoG
1068 - Cleaned up project settings.
1069 - Changed autosave/snapshots to only save modified maps.
1070 - Refactored build menu.
1071
1072 23/05/2004
1073 SPoG
1074 - Fixed minor picomodel ase loader smoothing-groups bug.
1075
1076 19/05/2004
1077 SPoG
1078 - Allocator system improvements, fixed warnings
1079
1080 18/05/2004
1081 SPoG
1082 - PicoModel: added support for per-vertex smoothing-group, used in generation of normals.
1083 - PicoModel ASE loader: added support for per-face 'MESH_SMOOTHING' id.
1084 - PicoModel: changed normal generation code to create smooth normals across texcoord/colour discontinuities.
1085 - Fixed cosmetic menu bug.
1086 - Fixed file handle leak in tga loader.
1087 - Added experimental allocator system.
1088
1089 15/05/2004
1090 Tr3b
1091 - Fixed gcc build errors.
1092
1093 11/05/2004
1094 SPoG
1095 - Fixed version.h custom build step on win32
1096 - Refactored preferences dialog to eliminate dependencies on other modules.
1097 - Redesigned preferences dialog ui layout.
1098
1099 06/05/2004
1100 SPoG
1101 - Refactored texture browser.
1102
1103 05/05/2004
1104 SPoG
1105 - Upgraded win32 gtk2 version to 2.4.1.
1106 - Migrated from GtkCombo to GtkComboBox.
1107 - Texture browser improvements.
1108 - Fixed malloc/free mismatch bug.
1109
1110 05/05/2004
1111 SPoG
1112 - Refactored surface inspector and texture browser.
1113
1114 02/05/2004
1115 Nurail
1116 - Added imageq2 module with support for quake2 and heretic2 texture formats: wal, m8, m32.
1117
1118 30/04/2004
1119 SPoG
1120 - Changed texture window not to auto-scroll when selecting faces.
1121 - Changed surface inspector to apply shader seperately from shift/scale/rotate.
1122 - Changed selected face tracking to use separate selection list.
1123
1124 26/04/2004
1125 SPoG
1126 - Added per-file change tracking - only modified (unsaved) files are saved by SaveMap().
1127
1128 18/04/2004
1129 SPoG
1130 - Fixed texture-increment-matches-grid.
1131 - Changed selecting a texture to only change the shader on the selected brushes.
1132 - Changed 'Axial' button in surface inspector to reset the texdef for selected brushes/faces.
1133 - Removed MAX_TEXTUREDIRS limit.
1134
1135 11/04/2004
1136 SPoG
1137 - OS library module added to wrap calls to rename/unlink/access/stat.
1138 - OpenGL-view selection tests constrained to current window.
1139 - Cleaned up OpenURL.
1140 - Added jk2 and sof2 support to win32 installer.
1141
1142 09/04/2004
1143 TTimo
1144 - update the OSX setup / .info generation code
1145
1146 08/04/2004
1147 SPoG
1148 - Added integer quantisation for brush edge/vertex drags to fix FP-drift on planes.
1149 TTimo
1150 - fix for scons 0.95
1151 - re-enable Python >= 2.1 version check
1152 - OSX 10.3: remove obsolete dlsym_auto_underscore (bug #920)
1153 - OSX: disable q2 tools build (broken thread code)
1154
1155 07/04/2004
1156 SPoG
1157 - Moved profile.cpp into a separate static library.
1158
1159 06/04/2004
1160 SPoG
1161 - Refactored preferences to be more modular.
1162 - Fixed preferences being corrupted if a crash occurs during preference saving.
1163 - Refactored window position saving.
1164 - Fixed bug in radio button creation in preferences dialog.
1165
1166 24/03/2004
1167 SPoG
1168 - Changed surface inspector to unfocus after pressing escape or return, to enable shortcuts.
1169 - Added refresh of surface inspector for shift/scale/rotate-texdef shortcuts.
1170 - Fixed bug causing some operations to be applied twice.
1171
1172 21/03/2004
1173 SPoG
1174 - Added depth-test and normalisation for translate-manipulator rendering.
1175 - Added basic clipper-preview rendering.
1176
1177 18/03/2004
1178 SPoG
1179 - Added maya-style arrow-heads to translate manipulator.
1180 - Changed square part of translate manipulator to be viewplane-oriented.
1181 - Changed square part of translate manipulator to take priority for selection.
1182
1183 15/03/2004
1184 SPoG
1185 - Added recalculation of pivot-point when grid size changes.
1186 - Changed win32 SHGetFolderPath to link with shfolder.lib instead of shell32.lib.
1187 - Fixed failure to recover brushes from an invalid state.
1188
1189 14/03/2004
1190 SPoG
1191 - Improved event handling to make manipulator-dragging smoother in complex scenes.
1192 - Refactored camera window camera-movement handling.
1193
1194 06/03/2004
1195 SPoG
1196 - Fixed vertex/edge undo failing to update selected-vertex position.
1197
1198 29/02/2004
1199 SPoG
1200 - Re-enabled next-xy-view in floating windows mode.
1201 - Reinstated light-radius rendering.
1202 - Added Wolfenstein support to win32 setup.
1203
1204 24/02/2004
1205 SPoG
1206 - Changed create-brush-prism to use correct dimension for prism radius.
1207 - Changed freelook selection to use window-centre position.
1208
1209 22/02/2004
1210 SPoG
1211 - Optimised undo for adding/removing scenegraph nodes.
1212 - Changed entity-list view to sort the tree by name.
1213
1214 18/02/2004
1215 SPoG
1216 - Moved default shaderlist to <AppPath>/<GameFileName>/<GameName>/default_shaderlist.txt
1217 - Moved user shaderlist to <AppData>/<Version>/<GameFileName>/<GameName>/shaderlist.txt
1218
1219 11/02/2004
1220 SPoG
1221 - Refactored clipboard copy/paste code to allow re-use.
1222
1223 10/02/2004
1224 SPoG
1225 - Fixed false-positive-intersection bug in CSG subtract algorithm.
1226
1227 07/02/2004
1228 SPoG
1229 - SceneGraph: Refactored per-instance functionality.
1230 - Fixed intermittent culling bug caused by bad bounding boxes.
1231 - Fixed missing ToggleCubicClip shortcut.
1232 - Removed modal buttons from Surface Inspector.
1233 - Changed Surface Inspector keys:
1234   - Escape: revert not-yet-committed values to previous state.
1235   - Enter: commit not-yet-committed values immediatly.
1236 - Changed Surface Inspector to update when selection changes.
1237
1238 31/01/2004
1239 SPoG
1240 - Cleaned up functional.h template usage with typedefs.
1241 - Fixed autosave path.
1242 - Added q1 component to installer.
1243 - Added radiant_manual component to installer.
1244 - Added q3-example-maps package to installer.
1245
1246 29/01/2004
1247 SPoG
1248 - Added error reporting for module system initialisation failure.
1249 - Added MSI package creation tools in setup/win32.
1250   note: requires MSI SDK binaries in http://zerowing.idsoftware.com/radiant-files/msi/msitools.zip
1251 - Added initial version of scripts to build basic win32 setup.
1252
1253 26/01/2004
1254 SPoG
1255 - Added storing EnginePath for each game in local.pref.
1256 - Added EnginePath editing to prefs dialog.
1257 - Added vfs shutdown/init when gamename changes.
1258 - Added vfs shutdown/init when enginepath changes.
1259
1260 25/01/2004
1261 SPoG
1262 - Fixed filtering updates.
1263 - Moved default bsp menu to <AppPath>/<GameFileName>/default_build_menu.xml
1264 - Moved user bsp menu to <AppData>/<Version>/<GameFileName>/build_menu.xml
1265 - Moved synapse.config to <AppPath>/<GameFileName>/synapse.config
1266 - Moved game-specific .xlink files to <AppPath>/<GameFileName>/*.xlink
1267
1268 25/01/2004
1269 SPoG
1270 - Redesigned filter system:
1271   - Filtered status updated when filterable attributes change.
1272   - Supports per-brush-face filtering.
1273 - Removed long-dead project-settings stuff:
1274   - Moved gamemode and gamename storage into local.pref temporarily.
1275   - Moved bsp commands over to a new format, disabled gui editing for now.
1276
1277 20/01/2004
1278 SPoG
1279 - Changed win32 Application Data path lookup to use win32 API instead of getenv.
1280
1281 14/01/2004
1282 SPoG
1283 - Fixed main menu mnemonics.
1284 - Fixed crash on exit after viewing pointfile.
1285
1286 13/01/2004
1287 SPoG
1288 - Fixed not always resetting 
1289 component-mode when selection is cleared.
1290
1291 11/01/2004
1292 Tr3B
1293 - Added parse/write support for BrushDef3 and PatchDef3.
1294   Requires editing synapse.config to enable.
1295 SPoG
1296 - Rearranged menus:
1297   File = new/open/import/export
1298   Edit = manipulate scene hierarchy and selection
1299   View = toggle entityinspector/entitylist/surfaceinspector/camera/xy
1300     edit camera/xy parameters
1301     filters/hideshow/region
1302   Modify = transform scene elements
1303   Build = bsp menu
1304 - Fixed Brush-Primitives support:
1305   Requires editing synapse.config to enable.
1306   Supports load/save of BP mapfiles, and editing BP texdefs in surface inspector
1307   (Not yet possible to convert between formats).
1308   
1309 15/12/2003
1310 SPoG
1311 - Changed user-prefs to be stored in user-profile directory on win32.
1312
1313 14/12/2003
1314 SPoG
1315 - Fixed entitylist window visibility tracking.
1316 - Implemented find/replace-shader for patches.
1317 - Changed get-texture-from-selected to update find/replace-shader dialog.
1318 - Implemented reparent-selected for more than one selected node.
1319 - Added checks to stop assignment of invalid texture names.
1320 - Fixed uninitialised texture-compression setting.
1321 - Fixed bsp menu.
1322
1323 ------- spog_branch merged to trunk
1324
1325 10/12/2003
1326 SPoG
1327 - Ported imagehl module.
1328 - Ported imagepng module.
1329
1330 03/12/2003
1331 SPoG
1332 - Changed brush winding generation to use use double precision planes.
1333 - Fixed tracking of modifier key state.
1334
1335 29/11/2003
1336 SPoG
1337 - Replaced mathlib with c++ vector/matrix library.
1338 - Added expression-templates for common vector/matrix operations.
1339
1340 21/11/2003
1341 SPoG
1342 - Refactored component-selection stuff.
1343 - Ported m4x4_t library to c++ Matrix4.
1344
1345 16/11/2003
1346 SPoG
1347 - Changed shortcuts.ini to be written automatically.
1348 - Moved more prefs into specific modules.
1349 - Changed c++ NULL usage to 0 for maximum portability.
1350
1351 11/11/2003
1352 SPoG
1353 - #include cleanup.
1354 - Added debug output/assert for module initialisation.
1355
1356 09/11/2003
1357 SPoG
1358 - Refactored status bar stuff.
1359 - Refactored window updates to use closures.
1360 - General cleanup and refactoring.
1361
1362 08/11/2003
1363 SPoG
1364 - Increased priority of window redraw events.
1365 - Ported model module to new module system.
1366
1367 07/11/2003
1368 SPoG
1369 - Refactored window updates.
1370
1371 05/11/2003
1372 SPoG
1373 - Changed menubar/toolbars to be non-detachable.
1374 - Fixed empty-undos created when left-clicking in XY window.
1375 - Refactored camera modelview/projection matrix updates. 
1376 - Moved application-specific code out of mainframe.cpp.
1377 - Reinstated brush/entity count in statusbar.
1378
1379 04/11/2003
1380 SPoG
1381 - Reinstated instant status-bar updates.
1382
1383 30/10/2003
1384 SPoG
1385 - Fixed crosshair cursor in clipper mode.
1386
1387 29/10/2003
1388 SPoG
1389 - Changed camera to maintain valid projection/modelview matrices.
1390 - Moved manipulator-transform update from frustum class to selection system.
1391 - Removed frame-rate dependency in 3d-window freelook.
1392
1393 27/10/2003
1394 SPoG
1395 - Smoothed out xy-window mouse-chasing.
1396 - Changed mouse-chasing to occur 16 pixels inside the window edges.
1397 - Changed xy-window to maintain valid projection/modelview matrices.
1398 - Fixed invalid workzone generated when deselecting with no selection.
1399
1400 26/10/2003
1401 SPoG
1402 - Ported changes from trunk between rev 3818 and rev 4036.
1403
1404 25/10/2003
1405 SPoG
1406 - Refactored xy-window mouse event handling.
1407
1408 22/10/2003
1409 SPoG
1410 - Fixed freelook focus-out event.
1411 - Changed selection mouse event handling to use modifiers on button-release.
1412
1413 21/10/2003
1414 SPoG
1415 - Refactored all mouse event handling for camera window.
1416 - Changed menus/toolbars/accelerators to use anonymous closures.
1417
1418 20/10/2003
1419 SPoG
1420 - Fixed get-pointer-in-screen-coordinates on win32.
1421 - Changed patch prefs to use preference-system module.
1422 - Fixed selection of side-on faces.
1423 - Changed brush rendering to avoid glPushClientAttrib - workaround for ATI driver issue.
1424
1425 19/10/2003
1426 SPoG
1427 - Changed VFS directory initialisation to occur after module initialisation.
1428 - Changed load-preferences to occur after module initialisation.
1429 - Added preference-system module.
1430 - Changed undo prefs to use preference-system module.
1431 - Restored splash screen with non-intrusive behaviour.
1432 - Cleaned up main-toolbar creation.
1433 - Fixed floating windows behaviour when main window is minimised.
1434 - Changed shader-list parsing to use new script tokeniser.
1435 - Changed deprecated code using GtkPixmap to use GtkImage.
1436 - Removed bitmap-loading from core.
1437 - Removed pc-speaker beep on map-save.
1438
1439 17/10/2003
1440 SPoG
1441 - Fixed crash when trying to undo on an empty undo queue.
1442 - Refactored gtkdlgs, using helper functions to create common widgets.
1443 - Changed Dialog class to use std::list for data.
1444
1445 13/10/2003
1446 SPoG
1447 - Refactored entity inspector.
1448 - Removed miscellaneous unused functions.
1449 - Refactored qe3 header.
1450 - Moved texture-window preferences into texwindow.cpp.
1451
1452 12/10/2003
1453 SPoG
1454 - Moved layout-mode dependant code into main-frame creation.
1455 - Replaced prefs system with new import/export system.
1456 - Fixed gcc3.3 build errors.
1457
1458 11/10/2003
1459 SPoG
1460 - Moved unnecessary methods from MainFrame into free functions.
1461 - Removed unsupported toolbar buttons and menu items.
1462 - Changed misc->gamma to not require restart.
1463 - Fixed unmaximised window-size when loading main window maximised.
1464 - Fixed saving of rotate increment preference.
1465
1466 10/10/2003
1467 SPoG
1468 - Fixed keyboard shortcuts intercepting input to texture-subsets text-entry.
1469
1470 09/10/2003
1471 SPoG
1472 - Fixed gcc3 build errors, compiled and tested on linux.
1473
1474 08/10/2003
1475 SPoG
1476 - Fixed brush snap-to-grid creating huge coordinate values.
1477 - Fixed minor bug in selection menu.
1478
1479 07/10/2003
1480 SPoG
1481 - Cleaned up MainFrame.
1482 - Added quantisation of plane pts when dragging.
1483 - Fixed create-empty-brush bug.
1484
1485 06/10/2003
1486 SPoG
1487 - Moved control of camera keyboard-accelerators into camera window module.
1488
1489 05/10/2003
1490 SPoG
1491 - Separated keyboard-accelerators from menu items, using functors.
1492 - Completed factoring out HandleCommand.
1493
1494 04/10/2003
1495 SPoG
1496 - Changed 4-way-split mode to automatically reposition separators when window size changes.
1497 - Fixed gtk error in floating-entity/textures/console window.
1498 - Fixed position of console horizontal pane separator.
1499
1500 03/10/2003
1501 SPoG
1502 - Work-in-progress factoring out HandleCommand.
1503
1504 02/10/2003
1505 SPoG
1506 - Fixed pink icons on main window on win32.
1507 - Replaced g_bIgnoreCommands with signal block/unblock.
1508 - Refactored MainFrame startup.
1509
1510 01/10/2003
1511 SPoG
1512 - Fixed entity-window redraw on selection change.
1513 - Moved control over VFS init/shutdown to module system.
1514 - Fixed failure to release translucency render-states.
1515 - Added support for realise/unrealise of all opengl texture objects.
1516 - Refactored startup/shutdown logic.
1517   Changed quit commands to do nothing but call gtk_main_quit().
1518   Added code after gtk_main() to destroy stuff.
1519 - Changed 25ms timeout-handler to an idle-handler for window updates.
1520   (reduces redraw-request response time on fast machines)
1521 - Moved gl-shutdown control to glwidget.
1522   Textures are realised/unrealised when the shared context is created/destroyed.
1523 - Fixed lack of a valid gl context when unrealising gl textures.
1524
1525 30/09/2003
1526 SPoG
1527 - Added support for translucent entity rendering.
1528
1529 29/09/2003
1530 SPoG
1531 - Changed all global modules to use GlobalModule helper templates.
1532 - Ported qgl.c to c++.
1533 - Changed win32 project to dynamic-link with opengl32.lib.
1534
1535 28/09/2003
1536 SPoG
1537 - Added new experimental xml preference import/export system.
1538 - Refactored dialog base class:
1539   Moved common dialog-element-creation code into helper functions.
1540   Changed UpdateData to use per-element callback functions.
1541 - Refactored preferences dialog.
1542
1543 26/09/2003
1544 SPoG
1545 - Reversed winding order for circle primitives.
1546
1547 25/09/2003
1548 SPoG
1549 - Fixed slow selection response in large maps.
1550
1551 21/09/2003
1552 SPoG
1553 - Added sharing of global modules within a client.
1554 - Added quake map module and wal image module.
1555 - Ported mip image module and hlw image module.
1556 - Cleaned up imagehl module.
1557 - Fixed crash in pcx image module.
1558 - Rewrote md3 model module.
1559 - Ported mdl, md2 and mdc model modules.
1560 - Added filtering of q1/q2 clip brushes.
1561 - Added ati-crash-workaround rendering path.
1562 - Upgraded to gtk+-2.2.4 on win32:
1563   Fixed capslock affecting shortcut-keys.
1564 - Upgraded to gtkglext-1.0.4 on win32.
1565 - Fixed copy/paste.
1566 - Added shortcut-key support to entity treeview.
1567
1568 17/09/2003
1569 SPoG
1570 - Fixed failure to call vfsFreeFile on an empty buffer.
1571 - Fixed calling convention for dlls in new module system.
1572 - Changed map.cpp to support maps without a worldspawn entity.
1573 - Fixed crash on attempting to clone a map root.
1574 - Added filter-update calls after loading or cloning stuff.
1575 - Fixed reference cache failing to save a file.
1576
1577 16/09/2003
1578 SPoG
1579 - Refactored client-side module system code for direct module access.
1580 - Changed shaders, vfs, model, brush, patch and entity module interfaces
1581   to use abstract base class.
1582 - Removed unused functions from shaders and vfs interfaces.
1583
1584 15/09/2003
1585 SPoG
1586 - Removed synapse dependencies for win32 makefiles.
1587 - Added find-first-module-of-type helper function.
1588
1589 14/09/2003
1590 SPoG
1591 - Added new lightweight module system:
1592   Initialises each module the first time it is requested.
1593   Does not allow configurations with cyclic runtime dependencies.
1594   Provides templates for simple type-safe client-side implementation.
1595   Requires no client-side linkage.
1596 - Split radiant API into multiple APIs:
1597   core, textures, scenegraph, selection, renderstate, filters, filetypes.
1598 - Ported radiant, core, mapq3, mapxml, md3model, entity, shaders, image,
1599   vfspk3, archivewad, archivepak, archivezip to new module system.
1600
1601 11/09/2003
1602 SPoG
1603 - Removed edge and vertex integer-snapping during selection.
1604
1605 10/09/2003
1606 SPoG
1607 - Replaced map in referencecache.cpp with a hashtable.
1608 - Changed ReferenceCache interface to take a path string,
1609   which can be either absolute or relative.
1610
1611 08/09/2003
1612 SPoG
1613 - Cleaned up qertypes.h - split into multiple files.
1614 - Moved texdef stuff into itexdef.h.
1615 - Fixed shutdown destruction order bug. 
1616
1617 07/09/2003
1618 SPoG
1619 - Refactored texwindow.cpp.
1620   Moved texture management code into textures.cpp.
1621   Added textures api.
1622   Replaced globals from texwindow.h with accessor functions.
1623 - Cleaned up shaders module.
1624   Removed color-shader stuff.
1625   Rewrote shader-activation logic to use textures API.
1626   Removed appshaders API.
1627 - Refactored shutdown logic.
1628   Moved non-mainframe shutdown stuff into Radiant_Shutdown().
1629   Added deferred render-state realisation.
1630 - Fixed failure to create gl contexts in 16-bit mode for latest nvidia drivers.
1631 - Changed hashtable template to use traits parameter
1632   for case-insensitive hasher and keyequal functions.
1633 - Removed unused functions from qerplugin API.
1634
1635 02/09/2003
1636 SPoG
1637 - Refactored code to remove global-object accesses:
1638   Passing global objects as parameters to functions.
1639 - Refactored texwindow.
1640 - Moved synapse server out of pluginmanager.
1641   Changed pluginmanager to handle nothing but IPlugin stuff.
1642
1643 01/09/2003
1644 SPoG
1645 - Refactored scenelib.h, split into multiple files.
1646 - Refactored #includes related to scenelib.h.
1647 - Refactored preferences for xywindow and camwindow.
1648 - Refactored references to g_pParentWnd in xywindow and camwindow.
1649
1650 30/08/2003
1651 SPoG
1652 - Ported changes from trunk since 17/08/2003.
1653 - Ported all changes from bug800-spog_branch (vfs rewrite and q1 support).
1654
1655 29/08/2003
1656 SPoG
1657 - Refactored component-selection stuff.
1658 - Fixed selection-tracking bug in patches.
1659
1660 28/08/2003
1661 SPoG
1662 - Added support for line-strips to Selectors.
1663 - Fixed selection for entity treeview.
1664 - Refactored external-resource loading.
1665
1666 20/08/2003
1667 SPoG
1668 - Fixed snap-to-grid in edge and vertex modes.
1669 - Added a default model to use when a model load fails.
1670
1671 19/08/2003
1672 SPoG
1673 - Changed snap-to-grid to vastly reduce the possibility of creating an invalid plane.
1674
1675 17/08/2003
1676 SPoG
1677 - Ported changes from trunk since 01/08/2003.
1678
1679 12/08/2003
1680 SPoG
1681 - Changed entity key/value tracking to only track keys already added to the entity.
1682 - Fixed bug causing undo system to track scene changes during a queue-flush operation.
1683
1684 12/08/2003
1685 SPoG
1686 - Fixed bug in project settings bsp-commands display.
1687 - Fixed empty undos being created by rotation buttons.
1688 - Fixed rotation pivot for rotation buttons.
1689
1690 09/08/2003
1691 SPoG
1692 - Added property svn:eol-style=native to all text files.
1693 - Added property evn:eol-style=CRLF to all dsp and dsw files.
1694 - Partially ported bobtoolz to use new spog_branch module APIs.
1695 - Removed Sys_UpdateScene.
1696 - Added Map_Name() for access to currentmap variable.
1697 - Added initial drag-n-drop support for graph tree-model.
1698
1699 01/08/2003
1700 SPoG
1701 - Fixed uninitialised refcount in entity key class.
1702 - Fixed memory leak in shader parsing.
1703 - Added reference-counting holder for worldspawn node.
1704 - Moved string class and utilities into a new header in libs dir.
1705 - Fixed external-file-resource cache to use case-insensitive name compare on win32.
1706 - Fixed shaders to use case-insensitive name compare.
1707 - Fixed shader module to display SHADER_NOT_FOUND when appropriate.
1708 - Changed the default texture name to "NULL" instead of SHADER_NOT_FOUND.
1709 - Changed move-into-entity to perform parent-selection-to-last-selected-node.
1710 - Added a new implementation of GtkTreeModel operating directly on the scenegraph.
1711 - Fixed disable-screen-updates to queue update requests instead of ignoring them.
1712 - Merged from trunk (tag head-cvs2svn-2).
1713
1714 22/07/2003
1715 SPoG
1716 - Changed scale/flip-selection to use the manipulator as a pivot point.
1717 - Added OnShutdown callback for CSynapseClient, used in entity module.
1718 - Fixed console updates when loading maps/models.
1719
1720 20/07/2003
1721 SPoG
1722 - Added renderer support for qer_alphatest and qer_cull.
1723 - Merged 'picomodule' module into 'model' module.
1724 - Added rendering of area-selection rectangle.
1725
1726 19/07/2003
1727 SPoG
1728 - Merged from trunk.
1729
1730 18/07/2003
1731 SPoG
1732 - Disabled deleting classname key in entity inspector window.
1733 - Cleaned up some stuff in selection system.
1734 - Added basic versions of std::mem_fun and std::bind1st to function-object library.
1735
1736 10/07/2003
1737 SPoG
1738 - Implemented connect-entities.
1739
1740 09/07/2003
1741 SPoG
1742 - Completed local-space rotation manipulator.
1743 - Fixed cloning objects within a misc_model subgraph.
1744 - Fixed crash bug in loading certain models.
1745
1746 06/07/2003
1747 SPoG
1748 - Added function-object library header, similar to boost::function.
1749 - Changed undo system to improve performance.
1750 - Refactored entity inspector implementation.
1751
1752 22/06/2003
1753 SPoG
1754 - Refactored selection observing stuff.
1755 - Changed shader parsing to use new tokeniser.
1756 - Changed implementation of entities to use generic container.
1757 - Refactored entity wrapper system.
1758 - Fixed undo on delete/reset entity keys.
1759
1760 21/06/2003
1761 SPoG
1762 - Added rendering of target/targetname connection lines.
1763 - Moved entity and eclass stuff out of qertypes.h into ientity and ieclass.
1764 - Refactored entity_t to hide it behind Entity interface.
1765 - Removed global project settings entity.
1766 - Cleaned up bsp-command editing in project settings dialog.
1767
1768 17/06/2003
1769 SPoG
1770 - Fixed back-face-culling for selections by working in screen-space.
1771
1772 16/06/2003
1773 SPoG
1774 - Added workaround for nvidia driver opengl vertex arrays bug.
1775
1776 15/06/2003
1777 SPoG
1778 - Refactored Patch implementation.
1779 - Refactored scene graph system to allow multiple graph instances.
1780
1781 13/06/2003
1782 SPoG
1783 - Added snap-selected-components-to-grid for faces edges and vertices.
1784
1785 11/06/2003
1786 SPoG
1787 - Improved normal-quantisation code.
1788
1789 10/06/2003
1790 SPoG
1791 - Changed renderer vertex types to be struct instead of typedef'd array.
1792 - Added experimental quantisation of normals.
1793
1794 05/06/2003
1795 SPoG
1796 - Fixed intermittent crash in face-fit-texture.
1797 - Changed patch rendering to display components only in vertex mode.
1798
1799 02/06/2003
1800 SPoG
1801 - Added nameable interface for scene graph nodes.
1802 - Fixed undo for set-detail and set-structural.
1803 - Added rendering of arrow for angled entities.
1804
1805 01/06/2003
1806 SPoG
1807 - Fixed handling of invalid planes during brush b-rep build.
1808 - Refactored brush copy-construction/assignment.
1809 - Fixed lack of rebuild after removing empty faces.
1810 - Added lightjunior entity display.
1811 - Fixed display of spawnflags/info for selected entity.
1812 - Fixed update of entity window on setting spawnflags.
1813 - Fixed botclip filtering.
1814 - Fixed uninitialised alpha channel on jpg images by ignoring alpha.
1815
1816 31/05/2003
1817 SPoG
1818 - Cleaned up undo calls in brush and patch implementation.
1819 - Changed brush implementation to defer rebuilds until needed.
1820 - Fixed undo for find/replace shader.
1821 - Refactored brush implementation, removed empty-face list.
1822 - Fixed crash on loading unrecognised entities containing brushes.
1823 - Fixed crashes in renderer caused by state-stack underflow.
1824 - Fixed handling of invalid and duplicate planes during brush editing.
1825 - Fixed failure to save brush faces during save-as.
1826 - Refactored brush data members.
1827
1828 28/05/2003
1829 SPoG
1830 - Fixed crash on selecting stuff from entity list window.
1831
1832 27/05/2003
1833 SPoG
1834 - Fixed window title after save-as.
1835
1836 22/05/2003
1837 SPoG
1838 - Refactored selection system interface slightly.
1839 - Removed old brushwrapper stuff.
1840 - Fixed clipper-split-selection to keep both parts selected.
1841
1842 21/05/2003
1843 SPoG
1844 - Added select-faces-by-shader.
1845 - Fixed find/replace-shader.
1846
1847 19/05/2003
1848 SPoG
1849 - Fixed rotation on misc_model.
1850
1851 13/05/2003
1852 SPoG
1853 - Fixed lack of undo on create-n-sided-brush.
1854
1855 29/04/2003
1856 SPoG
1857 - Fixed per-face find/replace and per-face nudge rotation.
1858
1859 25/04/2003
1860 SPoG
1861 - Fixed find-brush.
1862 - Changed rotation buttons to use perfect precision for 90-degree rotations.
1863
1864 24/04/2003
1865 SPoG
1866 - Added find-dir-for-relative-filename and find-dir-for-absolute-filename to vfs.
1867 - Changed resource manager to handle per-mod resources using vfs.
1868 - Changed resource manager to allow resources with absolute paths.
1869 - Fixed selection-test behaving like an ellipse instead of a rectangle.
1870
1871 23/04/2003
1872 SPoG
1873 - Changed selection test to choose closest-to-cursor over closest-to-camera.
1874
1875 22/04/2003
1876 SPoG
1877 - Fixed reference counting on shaders loaded from a texture directory.
1878 - Fixed show-in-use and show-all shaders.
1879 - Fixed undo for patch-set-shader.
1880 - Changed shaders module to use STL map container instead of CShaderArray.
1881 - Fixed SelectAllOfType for entities and patches.
1882 - Cleaned up unused functions in shaders API.
1883 - Decoupled selecting a texture in texture window from applying a texture to selection.
1884
1885 21/04/2003
1886 SPoG
1887 - Fixed memory leaks in image loaders, texdef_t, csg subtract, picomodel module.
1888 - Fixed uninitialised memory references in renderer, texdef_t, eclass loader, undo system.
1889 - Refactored tga loader.
1890 - Cleaned up image module, enabled pcx and bmp loaders.
1891
1892 17/04/2003
1893 SPoG
1894 - Fixed shift-texture on selected brush faces.
1895 - Changed brush b-rep algorithm to have higher tolerance for similar planes.
1896 - Changed brush b-rep algorithm to always produce a valid connectivity graph.
1897 - Added setting/getting shader for patches.
1898
1899 16/04/2003
1900 SPoG
1901 - Fixed tracking of in-use shaders (though undo queue still keeps shader references).
1902 - Changed brush faces to store state in undo-system cleanly.
1903 - Fixed flush & reload shaders and sleep/wake.
1904 - Ensured that shaders are never leaked.
1905 - Fixed bool conversion warnings.
1906
1907 15/04/2003
1908 SPoG
1909 - Added clamping of planepts on export to nearest 65536th of 1 unit.
1910 - Changed m4x4 rotation functions to use double-precision for angles in radians.
1911 - Changed m4x4 quaternion rotation to use double-precision internally.
1912 - Changed float printing to use %g instead of %f (strips trailing zeros).
1913
1914 13/04/2003
1915 SPoG
1916 - Fixed brush import failing to update bounding boxes.
1917
1918 11/04/2003
1919 SPoG
1920 - Refactored Brush class into Brush, BrushInstance and BrushNode.
1921 - Fixed various flaws stopping brush b-rep algorithm from being 100% reliable.
1922
1923 02/04/2003
1924 SPoG
1925 - Changed manipulator to move to position of selected brush components.
1926
1927 01/04/2003
1928 SPoG
1929 - Fixed xml parser failing to resolve predefined entities.
1930
1931 31/03/2003
1932 SPoG
1933 - Fixed asserts in brush manipulation when creating invalid brushes.
1934 - Removed automatic update of current texdef.
1935 - Added Get Texture and Set Texture to textures menu.
1936
1937 29/03/2003
1938 SPoG
1939 - Fixed array template failing to free zero-sized allocations.
1940 - Changed clipper mode to behave as a component-editing-mode.
1941 - Removed right-click-to-drop-clip-point - use X and leftclick instead.
1942
1943 28/03/2003
1944 SPoG
1945 - Changed scene graph to sort objects in ascending order of creation time.
1946
1947 27/03/2003
1948 SPoG
1949 - Fixed bug in clone-selection causing only first selected brush to be cloned.
1950 - Optimised select-all for brush/patch components.
1951 - Changed edge/face/vertex toggles to toggle correctly.
1952
1953 26/03/2003
1954 SPoG
1955 - Removed win32/x dependencies from gl interface.
1956 - Removed win32/glib dependencies from core interface.
1957 - Replaced void* in gtk helper functions with forward-declared GtkWidget.
1958 - Changed gtk helper functions to return enumerated values instead of win32 IDOK.
1959 - Removed WINAPI macro for __stdcall from all interfaces.
1960 - Removed unnecessary dependencies from core stdafx/qe3 header.
1961
1962 25/03/2003
1963 SPoG
1964 - Changed class-level render states to be static for Brush and Patch.
1965 - Refactored brush implementation - breaking it up into smaller parts.
1966 - Added refcounted ptr template to track refcounts.
1967 - Fixed refcount bug introduced by new clone-selection.
1968 - Fixed warnings in brush implementation.
1969 - Cleaned up plugin interface header inclusion.
1970
1971 24/03/2003
1972 SPoG
1973 - Fixed crash on building unbounded brushes in release build.
1974 - Changed assertion failures to be non-fatal in release build.
1975 - Moved OS-specific gl headers into separate files.
1976 - Moved app-shaders interface into a separate file.
1977 - Cleaned up dependencies for brush implementation.
1978
1979 23/03/2003
1980 SPoG
1981 - Added per-instance selection of patch vertices.
1982 - Fixed per-instance vertex selection rendering on multiple instances.
1983 - Refactored patch/brush render code.
1984 - Changed manipulator transforms to convert to local space before applying.
1985 - Fixed selection test for picomodule meshes.
1986 - Fixed selection test winding order for triangles.
1987 - Fixed update of window title on new-map and load-map.
1988 - Changed selection to work with exactly side-on faces.
1989 - Refactored instance implementation to reduce code bloat.
1990 - Fixed map export always exporting root.
1991
1992 21/03/2003
1993 SPoG
1994 - Fixed external resource tracking to preserve uppercase characters in names.
1995 - Changed clone-selection to not use global copy/paste.
1996
1997 20/03/2003
1998 SPoG
1999 - Changed map-save to save all saveable files that the map references.
2000
2001 16/03/2003
2002 SPoG
2003 - Moved hashtable and hashfunc into libs.
2004 - Cleaned up renderer interface and selection interface.
2005 - Refactored frustum testing class.
2006
2007 12/03/2003
2008 SPoG
2009 - Moved winding-specific stuff from brush obj to winding obj.
2010 - Refactored filter subsystem to remove dependency on entity/brush/patch.
2011
2012 07/03/2003
2013 SPoG
2014 - Fixed crash when clicking cancel from patch cap-dialog.
2015 - Changed selection tests to ignore back-facing faces.
2016
2017 05/03/2003
2018 SPoG
2019 - Fixed failure to release cloned scene graph nodes.
2020 - Fixed selection manager failing to release render states.
2021 - Fixed eclass system failing to release render states.
2022
2023 04/03/2003
2024 SPoG
2025 - Fixed writing-past-end of vertex arrays in brush rendering.
2026 - Fixed releasing data stored in undo system when deleting undoables.
2027 - Fixed crash in misc_model when model fails to load.
2028 - Fixed undo for clone/rotate/flip/nudge/set-texture operations.
2029 - Cleaned up surface dialog.
2030
2031 01/03/2003
2032 SPoG
2033 - Changed clipper split-selection to keep result selected.
2034 - Cleaned up and finalised picomodule, adding to cvs.
2035
2036 28/02/2003
2037 SPoG
2038 - Cleaned up entity list window.
2039 - Fixed crash on freeing a map while entity list node is selected.
2040 - Fixed crash on clone/copy of externally referenced brushes.
2041 - Added multiple-selection support to entity list.
2042 - Added updating entity list selection display on selection changes.
2043
2044 26/02/2003
2045 SPoG
2046 - Added stl_warnings include.
2047 - Fixed tracking of map-modified-since-last-saved.
2048
2049 24/02/2003
2050 SPoG
2051 - Fixed missing map-release when map-load fails.
2052 - Changed map-rename (save-as) to flush undo queue.
2053 - Fixed bug in exporting selections.
2054
2055 23/02/2003
2056 SPoG
2057 - Fixed redo on changing misc_model "model" key.
2058
2059 22/02/2003
2060 SPoG
2061 - Changed undo interface to factor out global undo system.
2062
2063 21/02/2003
2064 SPoG
2065 - Started cleaning up Map subsystem.
2066
2067 20/02/2003
2068 SPoG
2069 - Added 'clone subgraph' feature to core, using direct xml import/export.
2070 - Added 'save' feature to reference cache.
2071 - Added scope timer object.
2072 - Changed scene graph interface to allow setting scene root.
2073 - Changed core to use reference cache to track current map.
2074 - Removed mapmodel module.
2075 - Fixed relative paths for loading maps as misc_model.
2076
2077 19/02/2003
2078 SPoG
2079 - Changed model/map modules to register their file types on load.
2080 - Added map module manager to support unlimited map loader modules.
2081
2082 18/02/2003
2083 SPoG
2084 - Changed vertex buffer template to support resizing.
2085 - Changed vertex buffer search algorithm to iterate instead of recurse.
2086
2087 17/02/2003
2088 SPoG
2089 - Fixed sorting bug with render-states.
2090 - Fixed colour state when disabling gl_color_array.
2091 - Fixed unterminated loop in scenegraph traversal.
2092 - Fixed freeing project entity twice on shutdown (infinite loop).
2093 - Fixed failing to destroy the scene graph on exit (oops).
2094
2095 07/02/2003
2096 SPoG
2097 - Added updating current texdef when a face is selected.
2098 - Fixed crash when creating a brush with duplicate planes.
2099
2100 06/02/2003
2101 SPoG
2102 - Fixed various issues with 'save region'.
2103 - Changed default current texdef to use game-specific scale.
2104 - Changed brush creation to use current texdef.
2105 - Changed clipper to use current texdef.
2106 - Fixed bug in selection counting for patch control points.
2107
2108 05/02/2003
2109 SPoG
2110 - Fixed reversed solid-selection-outline preference.
2111 - Finished factoring out face_t.
2112 - Added script token writer interface for map export.
2113 - Changed map export interface to use script token writer.
2114
2115 04/02/2003
2116 SPoG
2117 - Added depth-buffer-write enable/disable feature to renderer.
2118 - Changed Pointfile class to use renderer.
2119 - Continued factoring out face_t.
2120
2121 03/02/2003
2122 SPoG
2123 - Fixed temporary objects leaving dangling references in the undo system.
2124 - Changed import-map to not modify existing selection.
2125
2126 02/02/2003
2127 SPoG
2128 - Fixed frustum culling for transformed nodes.
2129 - Fixed hide/filter/region to work independently.
2130 - Added highlighting of selected brush faces in component mode.
2131 - Fixed bug detecting thin area-selection if dragged down or left.
2132 - Renamed brush_type to Brush.
2133 - Renamed face_type to Face.
2134 - Started factoring out face_t.
2135
2136 01/02/2003
2137 SPoG
2138 - Improved edge and vertex manipulation.
2139 - Removed unnecessary graph traversals for rendering/selection.
2140
2141 31/01/2003
2142 SPoG
2143 - Merged changes since last merge from merge-1_2_10-post to spog_branch.
2144 - Merged changes since last merge from HEAD to spog_branch.
2145 - Tagged HEAD after merging as 'merge-spog_branch-post'.
2146 - Added walker to merge sibling worldspawns.
2147 - Merged changes to Construct for PPC from trunk.
2148 - Fixed over-enthusiastic worldspawn merging.
2149 - Fixed misc_model "angle" key setting pitch instead of yaw.
2150 - Fixed entity set-key-value changing scene-graph topology.
2151
2152 30/01/2003
2153 SPoG
2154 - Added subgraph traversal feature to scenegraph traversal.
2155
2156 29/01/2003
2157 SPoG
2158 - Changed scene graph implementation to allow nested traversals.
2159
2160 28/01/2003
2161 SPoG
2162 - Fixed angles key order for misc_model.
2163
2164 27/01/2003
2165 SPoG
2166 - Fixed typo causing set-texture-of-selection to behave incorrectly.
2167
2168 26/01/2003
2169 SPoG
2170 - Replaced all tabs with spaces in CHANGES.
2171 - Fixed entity bounds updates for 'light'.
2172 - Fixed code that doesn't conform to c++ standard as enforced by gcc.
2173
2174 24/01/2003
2175 SPoG
2176 - Added missing file: icharstream.h.
2177 - Fixed bug with synchronisation of brush-face instance data.
2178 - Added .map format import/export interfaces.
2179 - Removed last remnants of IBrush.
2180 - Removed IPatch.
2181 - Moved walkers defined in in mainframe.cpp to appropriate places.
2182
2183 23/01/2003
2184 SPoG
2185 - Changed scenegraph traversals to use a compiled graph.
2186
2187 20/01/2003
2188 SPoG
2189 - Changed selection interface to hide per-instance data.
2190 - Added streaming tokeniser for .map format.
2191 - Changed mapq3 module to use streaming tokeniser.
2192 - Added xml stream interface for input and output.
2193 - Added xml stream parser based on libxml2 SAX.
2194 - Changed mapxml module to use xml stream input.
2195 - Changed brush and patch to use xml stream input.
2196 - Added xml stream writer.
2197 - Changed mapxml module to use stream output.
2198 - Changed brush and patch to use xml stream output.
2199
2200
2201 16/01/2003
2202 SPoG
2203 - Disabled pivot updates while selection is being manipulated.
2204 - Changed pivot calculation to use instanced world-bounding-box.
2205 - Fixed crash bug in PositionView.
2206
2207 14/01/2003
2208 SPoG
2209 - Merged with branch merge-1_2_10-post at tag spog_merge_merge-1_2_10-post
2210 - Removed 10k+ lines of unused #if 0 code.
2211 - Removed unused declarations in qe3.h.
2212 - Removed brush and face types from qertypes.h.
2213 - Removed plugin API stuff dependant on brush type.
2214 - Added per-instance selection for brush faces.
2215
2216 08/01/2003
2217 SPoG
2218 - Added selection counters for primitive/component modes.
2219 - Added face-drag mode (default shortcut key = F).
2220 - Added face-centre-point rendering/selection/editing.
2221
2222 07/01/2003
2223 SPoG
2224 - Changed selection to work per-instance.
2225
2226 06/01/2003
2227 SPoG
2228 - Changed selector interface to allow per-entity selection tests.
2229
2230 06/12/2002
2231 SPoG
2232 - Added selection-test and selector objects to clean up selection system.
2233 - Unified key modifiers for selection in both primitive and component modes.
2234 - Added mapmodel module to load .map and .xmap as misc_model.
2235
2236 02/12/2002
2237 SPoG
2238 - Added debug rendering of a selection test.
2239 - Fixed bugs in triangle/line clipper, making selection work properly.
2240 - Refactored selection system interface.
2241 - Added undo for texture nudge.
2242 - Fixed minor render-state bug.
2243
2244 29/11/2002
2245 SPoG
2246 - Optimised wireframe drawing of brushes with back-face culling.
2247 - Optimised brush-winding generation.
2248 - Changed winding generation to be more robust with large world extents.
2249 - Fixed crashes with unbounded-face and degenerate-edge cases.
2250
2251 20/11/2002
2252 SPoG
2253 - Completed rotation manipulator.
2254 - Added translation manipulator for the default editing mode.
2255 - Changed XY mouse-chaser speed to depend on distance mouse moved outside window.
2256
2257 15/11/2002
2258 SPoG
2259 - Added initial version of maya-style manipulators - rotation manipulator.
2260
2261 07/11/2002
2262 SPoG
2263 - Fixed false asserts in Brush ConstructPrefab.
2264 - Undo system optimisation - uses binary-sorted container to speed up finding already-added objects.
2265 - Fixed crash when transforming objects which don't support edit_interface.
2266 - Fixed clone command to nudge the selection after cloning.
2267 - Fixed clipper to remove brushes that are completely behind the clip plane.
2268
2269 06/11/2002
2270 SPoG
2271 - Brushes: cleaned up per-face operations to use face visitor pattern.
2272 - Fixed setting brush face texdef, with fully functioning undo on individual brush faces.
2273
2274 04/11/2002
2275 SPoG
2276 - Refactored renderer to two objects, camera and XY renderer - XY uses entity shaders.
2277 - Experimental pivot object.. work-in-progress.
2278 - Modified scene-graph instance-caching to maintain multiple instances within nodes.
2279 - Fixed undo bug, deleting a void* doesn't call the destructor.
2280 - Rewrote filters system to work with scene graph system.
2281 - Cleaned up quake entity module to provide same functionality as before.
2282 - Refactored render-state cache to use generic hashtable and reference-cache templates.
2283
2284 19/10/2002
2285 SPoG - spog_branch - experimental - work-in-progress
2286 - added scene graph library: defines interfaces, generic graph node types,
2287   re-usable systems for traversals, traversal paths, node containers,
2288   multiple-instance caching of world-space-transforms/bounding-volumes/visibility.
2289 - added scene graph traversals to replace all traversals of 'active_brushes',
2290   'selected_brushes', 'filtered_brushes' and 'entities' linked-lists.
2291 - added view module: view-volume-culling system acting on the scene graph,
2292   uses scene heirarchy to minimise culling tests per frame.
2293 - added opengl-state module: sorts opengl-state objects (shaders) to minimise
2294   opengl state changes during rendering.
2295 - added renderer module: culls objects outside the view volume,
2296   gathers non-culled renderable objects from the scene graph,
2297   keeps track of state during traversal, adds renderable objects to correct opengl-state.
2298 - added selection module: sets view volume to the selection box/ray, culls
2299   objects outside the view volume, gathers non-culled selectable objects
2300   from the scene graph (entity/primitive/component),
2301   selects gathered objects (select/toggle/cycle) or moves things if already-selected.
2302 - added patch module: encapsulates a patch as a scene graph node,
2303   optimised patch tesselation.
2304 - added brush module: encapsulates a brush as a scene graph node,
2305   adapts multiple-brush operations to use the scene graph.
2306 - adapted entity module: encapsulates an entity as a scene graph node/subtree,
2307   shares common code between different visualised entity types.
2308 - adapted model module: encapsulates a model as a scene graph node/subtree.
2309 - added undo module: completely new compact infinite-undo-system,
2310   operates on undoable objects, uses minimal-state data to store objects,
2311   uses refcounting to undo "deleted" objects.
2312
2313 TODO: cleanup: many simple things are still broken or not functioning in the right way..
2314 see !\todo items in the code (not all are documented yet though).
2315 Selection module probably needs refactoring some more - perhaps split off the move-already-selected stuff.
2316 The dependencies are still pretty bad.. need to refactor stdafx.h/qertypes.h.
2317 Some of the above modules are not really modules, they're static-linked to the core, but could easily be dynamic-linked.
2318 The interfaces to brushes and entities still expose brush_t and entity_t for backwards-compatibility.
2319 NOTE: some todos are #if 0 because their functionality is (or will be) replaced by the new systems.
2320
2321 ------ branch point - spog_branch
2322
2323 30/08/2003
2324 SPoG
2325 - Ported changes from trunk.
2326
2327 17/08/2003
2328 SPoG
2329 - Ported changes from trunk.
2330 - Added quake pack to win32 setup scripts.
2331 - Fixed crash in RunBsp.
2332
2333 17/05/2003
2334 SPoG
2335 - Renamed stream interfaces with C and I prefix.
2336 - Shoehorned bytestream into idatastream.
2337 - Moved member classes out of IArchive, replaced with member typedefs.
2338 - Renamed filesystem, path, dynamic string, file input stream with C and I prefix.
2339 - Documented filesystem, path, dynamic string, file input stream.
2340 - Cleaned up game-specific encapsulation classes a little.
2341
2342 16/05/2003
2343 TTimo
2344 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=815
2345   found out about string_t that slept through my reviews
2346
2347 Updated list of broken stuff on this branch:
2348
2349 - include/bytestream.h: remove this file, extend idatastream.h header
2350 from the code conventions:
2351   include/ directory:
2352   This directory is holding the API header files for the synapse modules (plus a few build control and version related headers)
2353   All headers that describe synapse APIs should start with an i: ishader.h igl.h 
2354
2355   The few files in include/ that don't start with a lowercase i are specific files for build control and configuration.
2356   Regular developement never creates non i-prefixed files in include/
2357   
2358 the merge with IDataStream goes like this (note the corrected class names):
2359 class IInputStream
2360 class IOutputStream
2361
2362 class IDataStream : public IInputStream, IOutputStream
2363
2364 class ISeekableStream
2365 class ISeekableInputStream : public IInputStream, public ISeekableStream
2366 class ISeekableOutputStream : public IOutputStream, public ISeekableStream
2367
2368 typedef unsigned int size_type; goes away, use size_t
2369
2370 - include/iarchive.h
2371
2372 renamed VisitorFunc to IArchiveVisitor
2373 move it out of IArchive class (keep it in iarchive.h though)
2374 from code conventions:
2375   Don't declare classes inside classes. Makes the code harder to read and isn't useful to anything.
2376
2377 - remove libs/bytestreamutils.h
2378 put that functionality into the IStream stuff / idatastream.h stuff
2379 anything you retrieve from an IStream should be endian-correct
2380
2381 - libs/filestream.h
2382 I'd rather see a header without embedded code, and a .cpp file for it
2383
2384 - libs/fs_filesystem.h libs/fs_path.h
2385 those totally lack documentation about what they are doing
2386 same as above. way too much embedded code. makes things harder to maintain. implement in a .cpp
2387 and as usual, name the classes correctly, C and I prefixes
2388
2389 - gamespecific_t: rename correctly to CGameSpecific
2390 I like the idea of gathering all hardocded game-specific behaviours inside one same class.
2391 But is it really the topic of bug800?
2392
2393 - gamespecific_executable_t: rename correctly to CGameSpecificExecutable
2394 shouldn't this be merged with CGameSpecific?
2395
2396 12/05/2003
2397 SPoG
2398 - Fixed win32 build error (win32 has no <dirent.h>).
2399 - Added dir_good() check to handle failure of dir_open() in posix DIR wrapper.
2400 - Renamed dynamic_string_t and path_t to DynamicString and UnixPath respectively.
2401 - Removed unnecessary use of 'inline' and 'virtual' keywords in class definitions (bad habit).
2402 - Documented archive interface.
2403
2404 09/05/2003
2405 TTimo
2406 - some easy fixes to get it to startup on Linux
2407 - tagging the current source as bug800-spog, preparing rollback
2408
2409
2410 SPoG
2411 - Added an implementation of IArchive to do OS filesystem access.
2412 - Changed vfspk3 to use above implementation for OS filesystem access.
2413 - Added const qualifiers to vfsGetFullPath and everything dependant on it.
2414 - Changed vfsGetFileList to use "*" to indicate all-files instead of a NULL pointer.
2415 - Extended IArchive interface to allow for extra filesystem functionality.
2416   Added method to check if a file exists quickly.
2417   Added method to traverse the filesystem with control on start-dir and depth of recursion.
2418 - Defined implementation requirements for IArchive.
2419   An archive contains a heirarchy of directories and files, and may contain empty directories.
2420   An archive can be traversed in directory order.
2421   Directories can be distinguished from files during a traversal.
2422   Directory paths will always end with a separator.
2423   File entries can be opened as an IArchiveFile.
2424   IArchiveFile provides a simple non-seekable input stream which can only be read forwards.
2425   Any number of files may be opened and read from an archive simultaneously.
2426   An archive may be released while one or more files are still open, the files will remain valid until released.
2427 - Changed archivepak, archivezip and archivewad to implement all IArchive requirements.
2428 - Factored common code from archive implementations out into new lib/headers:
2429   fs_filesystem.h: a templated filesystem container, with iterators and efficient traversal.
2430   fs_path.h: a dynamic filesystem path object, with separator checking and efficient memory management.
2431   ibytestream.h: abstract interfaces for input byte streams.
2432   bytestream.h: utilities operating on abstract input byte streams.
2433   filestream.h: a c++ wrapper for stdc FILE object, implementing a seekable input stream.
2434 - Added a new pkzip-reader implementation, designed to be orthogonal to the compression library used.
2435 - Added a zlib input stream object, which decompresses data from an abstract byte stream on the fly.
2436 - Removed archivezip code copy/pasted/hacked from zlib and unzip.c, replaced by pkzip-reader and zlib input stream.
2437 - Changed vfsLoadFile to return 0 for a zero-sized file, only returning -1 if it failed to load the file.
2438 - Removed halflife-specific disabling of shader-loading, thereby allowing common-hydra.shader to work.
2439 - Added archivezip, archivewad and archivepak to win32 setup scripts.
2440 - Updated win32 setup scripts for halflife media.
2441 - Updated cons scripts for archivezip, archivewad and archivepak.
2442 - Added printing of warnings when vfs functions are given invalid input paths.
2443
2444
2445 -------- branchpoint: "bug800-spog_branch"
2446
2447
2448 30/08/2003
2449 SPoG
2450 - Ported changes from trunk since branch point.
2451
2452 11/08/2003
2453 SPoG
2454 - Split qe3.h up into multiple headers.
2455 - Cleaned up use of win32 symbols:
2456   WINAPI macro for module functions removed.
2457   GUID for module interfaces replaced by string.
2458   boolean replaced by bool.
2459   MB_OK etc gui defines replaced by enumerations.
2460 - Removed plugin stuff deprecated by synapse from qerplugin.h.
2461 - Cleaned up use of glib symbols:
2462   guint32, gdouble, gboolean typedefs removed from non-glib-dependent code.
2463   TRUE/FALSE replaced by c++ bool true/false.
2464 - Removed all "extern" function declarations.
2465 - Removed dependency on MainFrame from preferences.h.
2466 - Moved synapse server and pluginmanager instances to pluginmanager.cpp.
2467 - Split pluginmanager.cpp into three parts:
2468   Radiant's synapse client stuff in plugin.cpp.
2469   Implementation of brush/entity/patch-handles stuff in pluginapi.cpp.
2470   Synapse server init/shutdown in pluginmanager.cpp.
2471 - Added forward-declarations to avoid including other headers.
2472 - Replaced CString usage with Str;
2473 - Removed unused brush-scripts stuff.
2474 - Cleaned up patch-vertex-area-selection logic.
2475 - Removed very old code chunks that were commented or #if 0.
2476 - Replaced project-entity with a dedicated key/value string map.
2477
2478 ---- branch point - spog-cleanup
2479
2480 06/12/2003
2481 SCDS_ReyalP
2482 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=930
2483   shortcuts to change texture window scale
2484
2485 02/12/2003
2486 SCDS_ReyalP
2487 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=913
2488   fix for single monitor window positioning save
2489 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=924
2490   fixes to CenterXYView shortcut, correctly bound to Shift+Control+Tab now
2491 TTimo
2492 - add a 'q3map2' command line to win32_install.py, factorize and remove win32_install_q3map2.py
2493
2494 -- linux 1.3.14 test build 1
2495
2496 29/11/2003
2497 TTimo
2498 - heretic2 has no q2map. linux setup tries to install and breaks
2499   removed faulty setup line
2500 - cleaned more Linux setup fuckage caused by q2/her2
2501   a tip: rm -rf build install before building and testing a new setup
2502
2503 28/11/2003
2504 ydnar
2505 - full SCC purge of the vs.net project files (for real this time)
2506 - added seperate Q3Map2 build targets
2507 - added seperate Q3Map2 post-build Python script
2508 - _skybox entity support
2509 - _skybox and _decal in entities.def (Q3)
2510
2511 -- win32 1.3.14 test build 1
2512
2513 28/11/2003
2514 djbob
2515 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=899
2516   bobtoolz update (icon functionality is in menu too)
2517 djbob & TTimo
2518 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=842
2519   migration of the win32 build system to vs.net/VC7
2520   new libxml and libpng packages are required:
2521   http://zerowing.idsoftware.com/libxml/
2522   http://zerowing.idsoftware.com/libpng/
2523   updated win32_install.py for new names and paths
2524 TTimo
2525 - assraped the vcproj with sed to remove Scc entries
2526 SCDS_ReyalP
2527 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=88
2528   2D background image plugin
2529 TTimo
2530 - putting together win32 setup updates for 1.3.14
2531   msvcr70.dll goes in core directory
2532   bkgrnd2d plugin content
2533   changed file paths (libxml/libpng)
2534   .xlink for new JA content
2535
2536 27/11/2003
2537 TTimo
2538 - using a central scons.signatures file for checksums
2539 - version bump to 1.3.14
2540 - a libxml-related build bug in qe3.cpp on Debian sid
2541 - it looks like Sid no longer has inflate_mask exported from /usr/lib/libz.so
2542   switched the mask to be defined in our source
2543   this may be a problem on other distros, and on holy box (Woody)
2544 SCDS_ReyalP
2545 - bug 921 and 922, Z floating window fixes
2546 - bug 926, hullcaulk, hintskip, subtlehint
2547 EvilTypeGuy
2548 - bug 505 - select all faces with a given texture
2549
2550 19/11/2003
2551 ydnar
2552 - clipper tool plane points default to 1st selected patch mesh
2553
2554 17/11/2003
2555 TTimo
2556 - upgraded server to subversion 0.33
2557
2558 -- released 1.3.13
2559
2560 10/11/2003
2561 SCDS_reyalP
2562 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=917
2563   floating windows startup crash
2564
2565 09/11/2003
2566 TTimo
2567 - fix M4_GAME_ET ( OSX setup )
2568 AstroCreep
2569 - cleaned up JA shader scripts
2570
2571 01/11/2003
2572 ydnar
2573 - Merged ASE submaterial/subobject code from BirdDawg
2574 - Made Q2/Heretic2 tools not use precompiled headers to eliminate Win32 compilation errors
2575 - Added glColor4ubv() support to the GL function table
2576 - Changed PicoModel rendering to use glColor4ubv() instead of 4 divides and pass-by-value glColor4f()
2577 - Fixed bug 900 by setting alpha to 255 explicitly in image module, rather than 3 input components,
2578   which was borking Q3Map2 jpeg loading, and thus compiles
2579
2580 24/10/2003
2581 TTimo
2582 - bump to 1.3.13
2583 Anders
2584 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=826
2585 new osx patch, fixes strip bug in setup. merging setup patches to a single file
2586 SCDS_reyalP
2587 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=900
2588 Some jpegs get garbaged alpha channel
2589
2590 22/10/2003
2591 -- merge https://zerowing.idsoftware.com:666/radiant/GtkRadiant/branches/Release-1.3.12/
2592   19/10/2003
2593   TTimo
2594   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=826
2595     scons BUILD=info to generate a tarball and it's .info
2596
2597   18/10/2003
2598   Spog
2599   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=888
2600     patch for 16 bit RGBA support in glwidget
2601
2602   -- released 1.3.12 Linux
2603
2604   14/10/2003
2605   TTimo
2606   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=879
2607     fixed hellish dlclose issue only occuring with holy builds
2608
2609   -- released 1.3.12 win32
2610 -- end merge
2611 Arnout
2612 - added epsilon testing to hashtable compares to eliminate almost-identical vertices
2613 - pico surfaces now use the normals from LWO vertices
2614
2615 21/10/2003
2616 Arnout
2617 - added hashtable for faster vertex matching during LWO surface generation
2618 - model rendering now uses DrawElements and will use vertex colours in wireframe/flats shade mode 
2619
2620 20/10/2003
2621 Arnout
2622 - added LWO support to picomodel.
2623     shader names are derived from surface name
2624     only geometry from layer 0 is used
2625 - added support for 'vertical flipped' TGAs
2626
2627 19/10/2003
2628 Arnout
2629 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=893
2630   fixed starton primary monitor
2631   fixed mouse pointer setting on win32 to properly translate gdk's offset coordinate system in windows' one
2632   
2633 -- released 1.3.12 win32
2634
2635 11/10/2003
2636 Spog
2637 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=865
2638   fix texture subsets
2639 TTimo
2640 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=889
2641   misc update, missing JA system textures
2642 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=824
2643   fixed .pref file trashing
2644 Nurail
2645 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=881
2646   BSP monitoring disabled by default in Q2
2647
2648 09/10/2003
2649 TTimo
2650 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=883
2651   more JA pack: shaders and mapextras.pk3 textures
2652 - fix Q2 win32_install.py to put the tools at the right spot
2653 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=878
2654   correctly support PNG images with an alpha channel
2655 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=885
2656   fix console to refresh during a texture directory load
2657 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=739
2658   fix weird Shift + Control + Z causing a Redo in non-floating window mode
2659
2660 07/10/2003
2661 Nurail & TTimo
2662 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=872
2663   Q2 tools, added -fs_basepath. Need corresponding setup and .proj updates
2664 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=875
2665   fixed broken surface properties in Q2 surface plugin
2666 TTimo
2667 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=872
2668   more fixes, build paths in scons, take out INSTALL config on command line (not functional + not need)
2669   added Q2 tools back to Linux setup
2670 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197
2671   using "*" as the shaders minor in surface plugin
2672 - updated makeself copy to the latest from icculus.org cvs
2673 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=574
2674   sprite plugins, tweak to make it functional for all games
2675 - updated Q2 tools .dsp
2676 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=876
2677   more Jedi Academy setup work and content
2678   moving imagepng.dll module to the core, as now both Sof2 and JA need it
2679   sample maps reorg, new siege_hoth_sample.map
2680 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=874
2681   a lot more models - using a dynamic File Group in IS to cope with that
2682 - Q2 IS setup fix, was not properly putting stuff in baseq2/
2683   IS setup: tweak to Q2 tools stuff
2684
2685 06/10/2003
2686 TTimo
2687 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=872
2688   Q2 setup needs to be cleaned up and unified between win32 and Linux
2689   using INSTALL_Q2 and TOOLS_Q2 in SCons script to install the Q2 tools
2690   fixed the setup build dependencies to reference the Q2 tools targets
2691   moved the Q2 specific modules imagewad and vfspak to q2/modules
2692
2693 05/10/2003
2694 TTimo
2695 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=871
2696   updating the gtk2 version to 2.2.4
2697   adding an SVN module with the Gtk2 developer package: checkout gtk2-win32
2698   updating IS to the new files
2699   sed'ing the .dsp to replace src-gtk2 by gtk2-win32
2700 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=609
2701   Q2 tools: comment out dupe strupr on win32
2702   update IS setup to missing Q2 stuff ( vfspak and tools )
2703 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=866
2704   Fixed Camera inspector window not refreshing. Was a missing top level gtk_widget_show call
2705
2706 03/10/2003
2707 Nurail
2708 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=609
2709   quake2 tools build scripts
2710   Linux setup updates - Q2 game pack in Linux setup
2711 TTimo
2712 - scan through all URL links in game.xlink to update them
2713 - added JA links (Raven and MapCenter forums)
2714
2715 30/09/2003
2716 TTimo
2717 - update all synapse.config, win32 .dsw and install_win32.py for new surface module
2718 - Jedi Academy and Quake II game packs in IS setups
2719 - hardcoded hacks in editor core for JA, copied over from JKII
2720 - bug #867, disable sleep by default
2721 - q3map2 bug fix
2722
2723 Nurail
2724 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=862
2725   Q2's 'no patch' stuff
2726
2727 29/09/2003
2728 TTimo
2729 - OSX: fixup setup.xml.in
2730
2731 -- merge bug856 back into trunk
2732 16/09/2003
2733 Nurail
2734 - new patch + win32 stuff for surface module
2735 TTimo
2736 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=804
2737   refactored the XML synapse.config handling:
2738     better detection of invalid XML file
2739     less code, factorized to CSynapseClient::ConfigXML
2740 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=828
2741   fixing bobtoolz 'shaders' major loading issues
2742   added '*' minor. to be used with lots of caution. only if the given major will have a single API such as 'shaders'
2743   also, map module was missing a VFS entry in non-HL configs. that's bad karma, using a minor "*" instead
2744   NOTE: on a lot of modules we could be using a '*' entry instead of having lines in synapse.config
2745 - took out obsolete md3model
2746
2747 15/09/2003
2748 Nurail
2749 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=856
2750   quake2 surface module
2751
2752 07/09/2003
2753 Nurail & TTimo
2754 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=856
2755   a surface inspector module to customize per-game API
2756   removing DO_SURFACEPLUGIN define (enabled implicitely)
2757   removing bSurfacePropertiesPlugin (true implicitely)
2758   remove SI_SetActiveInRadiant, it's always on by default
2759   why was USE_UNDOTABLE_DEFINE taken out? - put back in
2760   removed DBG_PLUGIN define and related code, that stuff is from way back and no longer relevant
2761   cleanup QERApp_FreeShaders in shader module from DO_SURFACEPLUGIN stuff
2762   the WINAPI stuff in interfaces is not needed, that's an old remnant. Cleaned up
2763 -- end merge bug856 back into trunk
2764
2765 19/09/2003
2766 Justin Blur
2767 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=785
2768   fix ~/.radiant permission bug
2769 Nurail & TTimo
2770 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=849
2771   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=851
2772   win32 updates for the new modules and install_win32.py
2773
2774 16/09/2003
2775 Nurail & Hydra
2776 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=848
2777   q2 map format minor
2778
2779 08/09/2003
2780 Tr3B
2781 - imagepng.so / PNG format support in Linux
2782   NOTE: atm no official supported Linux game by GtkR uses this
2783
2784 07/09/2003
2785 Nurail
2786 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=851
2787   imagewal.so module / wal image format
2788 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=840
2789   md2 support in picomodel
2790
2791 06/09/2003
2792 Nurail & TTimo
2793 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=848
2794   renaming mapq3.so to map.so
2795   added hooks for Q2 map format load/save to single map module (minor mapq2)
2796 Nurail
2797 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=849
2798   vfspak port to synapse and updates
2799
2800 04/09/2003
2801 SPoG
2802 - Fixed crash in RunBsp caused by passing an invalid pointer to printf.
2803 - Changed console to wrap long lines instead of using horizontal scrollbar.
2804
2805 30/08/2003
2806 Anders & TTimo
2807 - OSX setup, new patch to make scons SETUP=1 produce a .run
2808 - don't put bspc Linux binary in the setup
2809
2810 30/08/2003
2811 Anders & TTimo
2812 - OSX setup, new patch to make scons SETUP=1 produce a .run
2813 - don't put bspc Linux binary in the setup
2814
2815 26/08/2003
2816 Anders
2817 - more scons OSX, start on setup stuff
2818
2819 25/08/2003
2820 TTimo
2821 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=855
2822   make 'move into worldspawn' work again
2823 Anders Gudmundson & TTimo
2824 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=826
2825   OSX scons build system
2826
2827 24/08/2003
2828 ydnar
2829 - Removed "test.cpp" from radiant.dsp (merge artifact?)
2830 - Added ddslib to radiant.dsw
2831 - Correctly set lib deps for q3map2.dsp for ddslib
2832 - [bug 852] Increased buffers from 260 bytes on Win32 to 4096 bytes
2833
2834 TTimo
2835 - bump to ver 1.3.12
2836 - EnsurePythonVersion broke in 0.91 (commented out)
2837
2838 David Hogue
2839 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=844
2840   q3data Linux. q3data can read .ase and turn them into .md3
2841
2842 23/08/2003
2843 ydnar
2844 - Added ddslib to repository, based on nvidia sample code, cleaned up a bit
2845   straight C, loads DXT1, DXT3 and DXT5 format DDS textures.
2846
2847 22/08/2003
2848 TTimo
2849 - https://zerowing.idsoftware.com:666/viewsvn/
2850 - Arnout's commit email script - try #2
2851   the commit script doesn't handle viewsvn root remaps (radiant instead of radiant.svn)
2852   adding a prefix to the report
2853
2854 04/08/2003
2855 TTimo
2856 - conversion from CVS to Subversion:
2857 repository convert completed (with revml)
2858 module repositories glued together in a single one
2859 hooking email commit scripts and backup scripts
2860 - Python >= 2.1 required instead of 2.2
2861
2862 01/08/2003
2863 SPoG
2864 - Changed gl widget to request maximum available depth buffer precision.
2865 - Changed all uses of deprecated GtkCList and GtkCTree to use GtkTreeView/Model.
2866 - Fixed directory handle leakage in synapse module search.
2867 - Fixed dir_dialog always returning NULL for Textures -> Load Directory.
2868
2869 23/07/2003
2870 SPoG
2871 - Ported focus_out_event handlers in gensurf to gtk2 signals system.
2872 - Fixed failure to load models for entities other than misc_model.
2873 - Fixed crash in model module shutdown caused by mismatched resource capture/release.
2874
2875 22/07/2003
2876 TTimo
2877 - fix q3map2 .dsp for correct glib-2.0 includes (common/vfs.c)
2878 - camera plugin installs to core now (RTCW and ET)
2879 - fixups to the merged setup stuff
2880 - patched cvsreport to provide explicit diff for some files #2
2881 - fix to work with scons 0.90 / added LIBPREFIX ('lib') where needed
2882   https://sourceforge.net/tracker/?func=detail&atid=398971&aid=766975&group_id=30337
2883 SPoG
2884 - Fixed crash in cmdlib ExtractFileBase when source filename is an empty string.
2885
2886 20/07/2003
2887 TTimo
2888 - SCons scripts for the ported plugins: bobtoolz, camera, prtview, gensurf
2889 - ET Linux setup script + new plugins
2890 - q3map2.x86 is installed and wrapped through a q3map2 script (libstdc++ LD_LIBRARY_PATH)
2891 - update ChangeLog and credits
2892 - put back the GTKRAD_DIR in .fgl
2893
2894 19/07/2003
2895 SPoG
2896 - Tagged trunk before merge as bug537-merge-3.
2897 - Tagged branch port_gtk2_20030307 as gtk2-merge-final.
2898 - Merged changes since tag bug537-merge-2 into trunk.
2899 - Removed gtk dependency from plugin toolbar interface.
2900 - Ported prtview, bobtoolz and gensurf to gtk2.
2901
2902 18/07/2003
2903 Anders Gud
2904 - OSX build fix
2905
2906 16/07/2003
2907 TTimo
2908 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=814
2909   merging ET support code into to trunk
2910 - cvsreport 0.3.0 - http://www.nongnu.org/cvsreport/
2911   rolling out this ver since old cvsreport setup broke
2912 - fixup to build on Linux (including fixing plugin builds)
2913
2914 -- release-1_3_8-ET
2915
2916 02/07/2003
2917 TTimo
2918 - new setup build, with patches and updates from SD
2919 - local fixing of bobtoolz dependency against libcmd, and itoolbar.h gtk header bustage
2920
2921 19/06/2003
2922 TTimo
2923 - missing plugins. add them to .dsw for default build, add them to IS setup:
2924   camera, gensurf, bobtoolz, prtview
2925 - fixup bobtoolz code for VC6. for(int i=0 causing duplicate definition errors
2926 - removed pk3man from IS (we no longer distribute/maintain it)
2927   TODO: cvs remove the IS files for it
2928 - re-enabled plugins in build by default, disabled curry and textool
2929   TODO: following error when bring up About box of bobtoolz:
2930   BobToolz::ERROR->Failed To Load Exclusion List: C:\Program Files\GtkRadiant-ET-1.3\plugins\bobtoolz.dllbt\bt-el2.txt
2931
2932 18/06/2003
2933 TTimo
2934 - add ET game pack. from Arnout's full dump of editor source + game pack data
2935   trunk tagged at ET-tag for this
2936 - Dlg_SdAskCorePath:
2937     szDir   = "C:\\Program Files\\GtkRadiant-ET-1.<<RADIANT_MAJOR>>";
2938
2939 09/06/2003
2940 ydnar
2941 - Added Q3Map2 keys/entities to Quake 3 entities.def
2942 - Removed obsolete vlight keys from Quake 3 entities.def
2943 - Added MD5 functionality to mathlib, from:
2944   http://sourceforge.net/projects/libmd5-rfc/
2945
2946 ------- merged changes since tag bug537-merge-2 from branch port_gtk2_20030307 to trunk
2947
2948 TTimo
2949 - try checkin on branch see if cvsreport 0.3.0 will verbose it
2950
2951 08/07/2003
2952 SPoG
2953 - Fixed recent-files list for file names containing underscores.
2954
2955 07/07/2003
2956 SPoG
2957 - Fixed crash and file-type bugs in gtk file-dialog.
2958 TTimo
2959 - converted the setup code from perl to python
2960 - added copy over of libgcc_s and libstdc++, and LD_LIBRARY_PATH in the wrapper script
2961
2962 06/07/2003
2963 SPoG
2964 - Changed console popup menu to include cut/copy/paste as well as clear.
2965
2966 05/07/2003
2967 SPoG
2968 - Fixed the way surface-inspector dialog responds to escape key.
2969
2970 04/07/2003
2971 TTimo
2972 - linux building / SCons
2973   0.90 is broken, use 0.14 for now. added version check
2974   adding scons SETUP=1 option to spawn setup build
2975   enable back vfswad in scons
2976   TODO: grab Conscript-setup, convert it to python in build_setup function
2977
2978 02/07/2003
2979 TTimo
2980 - building a win32 setup, using -gtk2 suffix (game packs in Radiant-1.3-gtk2 and core in GtkRadiant-1.3-gtk2)
2981 SPoG
2982 - Ported vfswad to gtk2.
2983 - Fixed memory leak in vfspk3 directory search.
2984 - Added vfswad to win32_install.py.
2985
2986 09/06/2003
2987 TTimo
2988 - tagging setup/ as gtk2_setup_rollback
2989   rolling back trunk setup code to the branch to build an experimental release
2990 - merge trunk to branch:
2991 -- tagged HEAD with bug537-merge-2
2992 -- merge HEAD between bug537 and bug537-merge-2 into the branch --
2993   31/05/2003
2994   TTimo
2995   - grab back vfswad code that I forgot in bug 800 rollback
2996   - add prtview back to the project, fix it to build (#817)
2997
2998   27/05/2003
2999   djbob
3000   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=817
3001     prtview fixes, upgrade to synapse
3002
3003   -- release-1_3_8
3004 -- end merge HEAD between bug537 and bug537-merge-2 into the branch --
3005 - freshly merged in vfswad is broken
3006 - freshly merged in prtview is broken
3007 - q3radiant.dsp -> GtkRadiant.dsp, outputs GtkRadiant.exe
3008 - removed vc5 dsps
3009 SPoG
3010 - Updated win32 setup stuff to use gtk2 dlls.
3011 - Modified setup.pl to run correctly (tested on cygwin perl 5.6).
3012
3013 08/06/2003
3014 TTimo
3015 - Linux:
3016   check gcc 3.x, better ldd check
3017   add gcc version to about message
3018   kill old cons stuff
3019 - added q3map2.x86 scons build  
3020 - header conflict libs/cmdlib.h tools/quake3/common/cmdlib.h
3021   grepped through q3map2 source to change #include "cmdlib.h" to common/cmdlib.h
3022 - killed more cons files remnants
3023 SPoG
3024 - Improved error reporting for win32 setup system.
3025 - Fixed errors reported when running setup scripts.
3026 - Fixed scale of xor selection rectangle in XY window.
3027
3028 07/06/2003
3029 SPoG
3030 - Fixed X Window System error when entering freelook on *nix.
3031
3032 06/06/2003
3033 SPoG
3034 - Fixed copy/paste on *nix.
3035 - Changed copy/paste on *nix to use GtkClipboard api.
3036 - Changed copy/paste on win32 to be non-window-specific.
3037 - Further cleaned up MainFrame::Create.
3038 - Changed freelook to use gdk_window_get_origin instead of gdk_window_get_root_origin to place the cursor.
3039
3040 05/06/2003
3041 SPoG
3042 - Fixed grey statusbar in 4-way-split mode.
3043 - Redirected gtk messages before creating main window.
3044 - Removed unused XYFriend hack from camwindow.
3045
3046 04/06/2003
3047 TTimo
3048 - win32_install.py settings loaded/saved from site.conf
3049
3050 02/06/2003
3051 TTimo
3052 - fixed python running with no output. Make sure VC6 finds native Python before any cygwin Python
3053   look at the Directories settings in Tools > Options to either kill the c:\cygwin\bin path, or have Python path first
3054 - renamed dupe files to avoid header collision and general confusion between entity and model
3055 - added win32_install.py to perform post-build install (need to load the configuration paths from a non-cvs stored site.conf file)
3056
3057 01/06/2003
3058 TTimo
3059 - bind gen.dsp to makeversion.py
3060 - added a run_python.bat to check for python presence and execute
3061
3062 27/05/2003
3063 TTimo
3064 - write makeversion.py module - hook it up to SCons build - cleaner, easier to use
3065 - comment out vfswad build lines. source is still not in tree (bug 800 aftermath I think)
3066
3067 18/05/2003
3068 SPoG
3069 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=537
3070   Changed Sys_FPrintf_VA to immediately process console events during map load.
3071   Changed startup to create main window after QE_Init().
3072   Fixed loading last map on startup.
3073   Fixed crash on exit.
3074   Fixed colour dialog.
3075 TTimo
3076 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=537
3077   have to delay merging back to trunk. 
3078   have a behaviour problem between debug and release builds.
3079   while debug is fine, release is screwed (see bug item)
3080
3081 -- tagged HEAD with bug537
3082 -- merge HEAD between merge-gtk2-20030413 and bug537 into the branch -----
3083   11/05/2003
3084   Dan Olofson & TTimo
3085   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=812
3086     workaround for ATI drivers bug (polygon backfaces)
3087     use Preferences > 2D Display/rendering > ATI cards with broken drivers
3088   Riant
3089   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=806
3090     updated synapse.config for SoF2 png
3091   TTimo
3092   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=805
3093     dir_dialog is broken - is only used in prefab path prompt
3094
3095   -- release-1_3_7
3096
3097   14/04/2003
3098   TTimo
3099   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=801
3100     moved "ignoring sprite for entity.." to be a _DEBUG only thing
3101   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=802
3102     fixed models not drawing on win32. was a setup bug
3103   - OSX setup build updates - added dependency against libpng3-shlibs
3104   - added openurl.sh to open urls on *nix (with setup updates)
3105   Riant  
3106   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=803
3107     RTCW - default_project.proj in setup
3108
3109   13/04/2003
3110   Michael Schlueter & EvilTypeGuy
3111   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=684
3112     imagepng building under Linux
3113   Riant & TTimo  
3114   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=797
3115     fixed texture compression support
3116   TTimo
3117   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=799
3118     regen project file from template on version upgrade
3119     updated all default_project.proj to have "version" "1"
3120   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=798
3121     missing modules/bitmaps/model_reload_entity.bmp from Linux setup
3122 -- end merge HEAD between merge-gtk2-20030413 and bug537 into the branch -----
3123   
3124 17/05/2003
3125 TTimo
3126 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=537
3127   http://www.qeradiant.com/wikifaq/index.php?Gtk2%20build%20notes
3128   went through the new dll dependencies, listed required files preparing for a single zip package
3129   updated all the project files to rely on src-gtk2/
3130
3131 13/04/2003
3132 SPoG
3133 - Tagged HEAD with 'merge-gtk2-20030413' and merged HEAD --> port_gtk2_20030307.
3134
3135 12/04/2003
3136 SPoG
3137 - Added gtk-2.x libraries to win32 setup.
3138 - Changed win32 setup to use 'dynamic' file-groups, making it possible to add files without
3139   modifying installshield scripts.
3140 - Modified win32/setup.pl to copy setup data to dynamic file-group directories.
3141
3142 30/03/2003
3143 TTimo
3144 - added scons scripts. the scons engine is included in the tree. you just need to have python
3145   have ldd -r safe check on .so  
3146   TODO:
3147   - make sure it's gcc3
3148   - check OSX
3149   - add q3map2 build
3150
3151 29/03/2003
3152 TTimo
3153 - tracked and fixed the startup bomb on Debian sid:
3154   `pkg-config gtk+-2.0 --libs`
3155   -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
3156   http://www.gnu.org/manual/ld-2.9.1/html_chapter/ld_2.html#SEC3
3157   --export-dynamic
3158     When creating a dynamically linked executable, add all symbols to the dynamic symbol table. 
3159     The dynamic symbol table is the set of symbols which are visible from dynamic objects at run time. 
3160     If you do not use this option, the dynamic symbol table will normally contain only those symbols 
3161     which are referenced by some dynamic object mentioned in the link. If you use dlopen to load 
3162     a dynamic object which needs to refer back to the symbols defined by the program, rather than 
3163     some other dynamic object, then you will probably need to use this option when linking the program 
3164     itself.
3165   this causes symbol confusion, shaders.so's g_ShaderTable suddenly resolves to the core's g_ShaderTable
3166   one is a 'shaders' API, the other an 'appshaders' .. everything gets badly mixed up
3167   added a check in the cons script, using `pkg-config gtk+-2.0 --libs-only-L` `pkg-config gtk+-2.0 --libs-only-l`
3168   (same for gtkglext)
3169     
3170 28/03/2003
3171 TTimo
3172 - propagate jpeg compile fix from bug750 branch
3173 - use PKG_CONFIG_PATH when building radiant/ (alternate gtkglext-1.0)
3174 - on OSX, you need gtk+2-dev package, and pkgconfig, atk1
3175   build gtkglext from source http://gtkglext.sourceforge.net
3176
3177 17/03/2003
3178 TTimo
3179 - updated the build system to glib2/gtk2/gtkglext
3180   atm it compiles and starts on my dev box (Debian Sid)
3181   but doesn't reach end of initialization, hangs on
3182    q = (qtexture_t*)g_hash_table_lookup (g_ShadersTable.m_pfnQTexmap (), stdName);
3183    in shaders.cpp QERApp_Try_Texture_ForName
3184   need to have the gtk2 dev packages, and libgtkglext1-dev
3185
3186 12/03/2003
3187 SPoG
3188 - Replaced alpha-blended area-selection rect with XOR rect.
3189 - Fixed YX/XZ/YZ toggle in floating windows layout.
3190 - Cleaned up xor rectangle code.
3191
3192 11/03/2003
3193 SPoG
3194 - Fixed console scroll-to-last-text-inserted.
3195 - Fixed console error/warning colours.
3196 - Refactored or removed WIN32-specific gtk-related stuff.
3197 - Removed win32 SetCapture/ReleaseCapture on GLWindow.
3198 - Removed win32 gtk_main_iteration calls in glwindow mousemoved.
3199 - Cleaned up start-on-primary-monitor stuff.
3200 - Changed main window to use standard save/load window position/size.
3201 - Replaced deprecated gtk_widget_set_uposition with gtk_window_move.
3202 - Removed win32/X gl functions from igl.
3203 - TODO: replace/remove deprecated gtk_widget_usize.
3204
3205 10/03/2003
3206 SPoG
3207 - Changed fonts in win32 rc file to 8pt tahoma.
3208 - Fixed flat-grey gui in Regular layout mode.
3209 - Changed main-window save/restore maximized to use gtk API.
3210 - Fixed button_press_event handling on console/entity/entitylist windows.
3211
3212 09/03/2003
3213 SPoG
3214 - Fixed crash on shutdown after changing floating-z-window preference.
3215 - Removed win32_realize_floating hack.
3216 - Refactored MainFrame::Create to make it more readable.
3217 - Fixed key_press_event handlers for entity/surface/patch dialogs.
3218 - Fixed delete_event handlers for dialogs derived from Dialog class.
3219
3220 08/03/2003
3221 SPoG
3222 - Fixed viewport for entity window comment text.
3223 - Fixed x-shrinking for entity window comment text.
3224 - Fixed menu underscore shortcut hack in MRU list.
3225 - Changed groupdialog to connect switch_page signal after creating all pages. 
3226 - Changed gl widget to use gtkglext/pango to create fonts.
3227 - Cleaned up gtkglext glwidget implementation.
3228 - Reduced border size on toolbar widgets.
3229 - Replaced font with font_name in win32 rc file.
3230 - Added viewports for all scrolled text boxes.
3231 - Fixed entities/textures/console window title update when page is changed.
3232 - Fixed floating windows not being transient to main window (don't want them on taskbar).
3233
3234 07/03/2003
3235 SPoG
3236 - Created a new branch for the port to gtk 2.x. 
3237 - Fixed menu underscore shortcuts to use gtk_label_new_with_mnemonic.
3238 - Fixed global keyboard shortcuts by using mainframe_keypress.
3239 - Fixed use of deprecated gtk_color_selection_get_color.
3240 - Removed use of deprecated gtk_paned_set_gutter_size.
3241 - Replaced deprecated gtk_widget_draw with gtk_widget_queue_draw.
3242 - Replaced deprecated gtk_object_get/set_data with g_object_get/set_data.
3243 - Replaced deprecated gdk functions with 2.x equivalents.
3244
3245
3246 ----- branch port_gtk2_20030307 ------
3247
3248
3249 13/04/2003
3250 Michael Schlueter & EvilTypeGuy
3251 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=684
3252   imagepng building under Linux
3253 Riant & TTimo  
3254 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=797
3255   broken texture compression support
3256
3257
3258
3259 31/01/2003
3260 SPoG
3261 - bug #752 - Construct fix for ppc, patch applied.
3262
3263 26/01/2003
3264 TTimo
3265 - bug #750 - revamp of the setup stuff on Linux
3266   (under way, see bug for progress - feel free to help!)
3267 - reworked the cons scripts, setup is hooked in to cons now
3268   also, added gcc version select on command line, using Cons_gcc.pm utility
3269
3270 22/01/2003
3271 TTimo
3272 - merged merge-1_2_10-post back to trunk
3273
3274
3275 ===============================================================
3276 -- merging release-1_2_9 -> merge-post-1_2_10 into trunk
3277    trunk before merge is tagged pre-merge-1_2_10
3278 ===============================================================
3279
3280 22/01/2003
3281 TTimo
3282 - finished up the TODO items, turned into bug items or dropped them. branch is ready to move back in to trunk
3283
3284 18/01/2003
3285 TTimo
3286 - fixed ID_SELECTION_MERGE
3287
3288 17/01/2003
3289 TTimo
3290 - fixups
3291   FlushReloadSelectedToolbarButton -> CFlushReloadSelected
3292   incorrect naming: RadiantToolbarModuleManager -> CRadiantToolbarModuleManager
3293   ToolbarButton -> IToolbarButton, and C* implementations
3294   http://www.qeradiant.com/wikifaq/admin.php?Code%20Conventions
3295
3296 14/01/2003
3297 ydnar
3298 - Minor Cons fix for OS X (bug 729)
3299
3300 13/01/2003
3301 ydnar
3302 - GtkRadiant now builds on OS X, Linux, and Win32 out of the same tree
3303 - OSX build uses gtkfileselect-linux now, as the Darwin version was broken/old
3304   fixme: change this to use OS X open dialog box or something?
3305 - Minor fixes to a few files to fix gcc warnings
3306 - Model module now builds on OS X and Linux, using Synapse properly
3307 - PicoModel change to invert T coordinate on ASE models
3308 - Q3Map2 change to export ASE models with T coordinate flipped
3309 - Misc Q3Map2 changes
3310
3311 09/01/2003
3312 ydnar
3313 - Updated Construct with Darwin/OS X ld flags for 4MB stack size
3314 - Misc Q3Map2 updates (2.3.35-dev)
3315
3316 05/01/2003
3317 ydnar
3318 - "angles" key now properly ordered, to work with current mathlib
3319   (also changed in Q3Map2)
3320
3321 31/12/2002
3322 ydnar
3323 - PicoModel: Minor fix to MDC loader (naming/define)
3324 - Q3Map2: 2.3.34-pre-1 updates
3325 - MapXML dsp unix->dos newlines
3326
3327 29/12/2002
3328 SPoG
3329 - Merged q3map2-texturing prefs key.
3330 - Merged vfs check for gamemode project key.
3331
3332 27/12/2002
3333 TTimo
3334 - fix GetTickCount stuff
3335 - added q3map2 cons script
3336 - fixed Linux build
3337
3338 23/12/2002
3339 SPoG
3340 - Added model cache API, moved model cache implementation from entity module to core. 
3341 - Added file-type registry API, replaced core file-type manager with registry.
3342 - Changed model module to register supported file types with core registry.
3343 - Removed or #ifdef'd non-functional code from model module.
3344 - Added support for misc_gamemodel and model_static to entity module.
3345 - Cleaned up entity module's on-epair-changed API.
3346 - Moved light-entity-specific code to a seperate file in entity module.
3347 - Cleaned up file dialog interface - specify file-type-lists with a string.
3348
3349 22/12/2002
3350 SPoG
3351 - Ported camera plugin to synapse, adding support for camera and ui APIs.
3352
3353 20/12/2002
3354 SPoG
3355 - Fixed default prefs setting for selected-brushes-camera, gridmajor-alt and gridminor-alt.
3356 - Merged CEntityEclassModel::Draw in entity module.
3357 - Ported imagepng module to synapse.
3358 - Fixed warning for CamDragMultiSelect preference bool used as int.
3359
3360 19/12/2002
3361 SPoG
3362 - Fixed white-textures bug caused by texture compression preferences.
3363 - Ported light-radius rendering to 1.3 entity module.
3364
3365 18/12/2002
3366 SPoG
3367 - Merged win32 project files, with the exception of camera plugin.
3368 - Ported model module to synapse API.
3369 - Redesigned toolbar API to remove gtk-dependency from toolbar plugins.
3370 - Refactored window-position preference save/load.
3371
3372 17/12/2002
3373 TTimo
3374 - kick doxygen generation for branch merge-1_2_10-post
3375
3376 15/12/2002
3377 TTimo
3378 - having the linux version compile and start again. took out numerous elements while merging, built a list of TODO stuff
3379   the main thing to do being to bring the win32 build back up too, then to go through TODO list and fix stuff
3380   until the win32 version runs too, I check this in to a seperate branch merge-1_2_10-post
3381 - There is quite a massive update in mainframe.cpp switch case for all events.
3382   Looks like it's just a reordering of stuff, but it looks bad in the diffs.
3383 - added m_MapReg pattern
3384
3385 - At some point, I'm thinking that forcing correct TAB/SPACE conversion on the server end would be a good thing to have.
3386   Nazisticly forcing the formatting sounds like the only viable solution.
3387
3388                 11/12/2002
3389                 RR2DO2
3390                 - #418, mdc load and display (RTCW)
3391                 - #597, CenterCamera shortcut
3392                 Use Ctrl+Shift+TAB to center the views onto the current camera location
3393                 - #714, bitmap loading fixes and speedups
3394                 - #715, fixed Alt+Shift cycle/drill select to work with brush-based entities
3395                 EvilTypeGuy
3396                 - #718, fix compilation warnings
3397                 Riant
3398                 - #707, fixed HM mode in STV:EF
3399
3400                 10/12/2002
3401                 EvilTypeGuy
3402                 - Fix gcc3 compilation warning
3403                 EvilTypeGuy and X-Man
3404                 - Fix OpenURL so browser launching works on XDarwin (Mac) systems.
3405
3406                 8/12/2002
3407                 RR2DO2
3408                 - #710, AssignSound pattern
3409                 - #711, SoF2 model_static drawing
3410                 - #713, sync 2d and 3d rendering of models
3411                 - #238, apply 0..1 T range when Fitting a patch (instead of 0..-1 previously)
3412                 - #633, Add ability to change default color in 3D window Misc > Colors > Camera background
3413                 ydnar
3414                 - Q3Map 2.3.33 (see changes.q3map2.txt)
3415                 - Quake 3 + TA common.shader updates (q3map_terrain, hint)
3416
3417                 3/12/2002
3418                 TTimo
3419                 - merging Stable-1_2-Apple into Stable-1_2
3420                 - why INSTALL.TXT? re-used INSTALL, updated to point to wiki
3421                 - why the -machinedump test against i386-redhat-linux? removed
3422                 - using $is_darwin flag instead of $gcc_machine tests in the build scripts:
3423                 gotta leave some room for a Linux ppc build, and darwin x86
3424                 exporting it for use in sub scripts
3425                 - the addition of ccache support broke some Apple SConstruct patches to $ENV{PATH}, fixing
3426                 merged version is compiling fine on Debian Sid
3427                 checking in on a branch, need to validate win32 build and OSX build before applying in Stable-1_2
3428
3429                 -- release-1_2_11
3430
3431                 30/11/2002
3432                 TTimo
3433                 - added seaw0lf to credits
3434                 - ydnar's changelog.q3map2, added to global.xlink and Linux setup
3435                 - 1.2.11 version tag
3436                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=699
3437                 updated IS setup for q3map_terrain keyword
3438                 also fixed details in STVEF media
3439                 Arnout
3440                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=569
3441                 http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=698
3442                 fixed drill select, Ctrl bug in vertex mode, and updated changelog.txt
3443
3444                 29/11/2002
3445                 TTimo
3446                 - 1.2.11-rc1
3447                 - update changelog credits links for release
3448                 - update linux setup, putting EULA and new README instructions  
3449
3450                 28/11/2002
3451                 ydnar
3452                 - Removed redundant 'p' from "developers"
3453                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=637 - fixed
3454                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=694 - fixed
3455                 - Updated to Q3Map 2.3.32
3456                 - Added epsilon to texture plane choose code to eliminate numerical
3457                 inconsistencies on brush faces slanted at 45 degree angles (bug 637)
3458                 - Fixed bug in lightmap export after lighting when map contains 0 BSP lightmaps
3459                 - Adjusted some light tracing constants to fix certain brush/patch seam shadows
3460                 - Tinkered with skylight code again
3461                 - Fixed bug where lightgrid would be black if level was compiled with -nogrid
3462                 - Fixed -approx code to work in floating-point space, using _minlight
3463                 - Fixed bug where vertex light code was using invalid pvs data to create
3464                 light list for surface, leading to incorrect vertex lighting
3465                 - Fixed related bug in anti-light-leak code that was causing brush faces to go
3466                 black (bug 694)
3467                 - New: _minlight sets _minvertexlight and (new) _mingridlight automatically
3468                 - New: _mingridlight key to set minimum grid lighting
3469
3470                 TTimo
3471                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=637
3472                 added preference setting in Preferences > BSP monitoring
3473                 added an item on the wiki
3474
3475                 27/11/2002
3476                 TTimo
3477                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=662
3478                 picomodel-based model.dll module (new model.dll, removed md3module.dll)
3479                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=664
3480                 media/setup updates for q3map2 support
3481                 added modified quakev3.qe4, bumped internal version to 4 for all games
3482                 SOF2 and JKII were forcing BSP monitoring off because of sof2map, now only printing a warning
3483                 added -rename to SOF2 BSP phase
3484                 Q3 & RTCW new templates are working
3485                 haven't tested the STVEF & SOF2 versions
3486                 updated IS setup scripts to make sure quakev3.qe4 is updated in nightly release
3487                 (not needed on Linux, we will be doing a full release)
3488                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=662
3489                 updated win32 setup to provide right model.dll stuff
3490                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=621
3491                 typo was causing memory error
3492
3493                 RR2DO2 & TTimo
3494                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=662
3495                 more model fixes, fixed the Linux build to build model.so
3496                 added search path to modules/ for bitmaps
3497                 model reload, patch and bitmap
3498
3499                 26/11/2002
3500                 RR2DO2
3501                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=569
3502                 area select - Alt+Shift for area select (complete tall)
3503                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=621
3504                 broken undo creating ghost undo entities (and trashes memory)
3505                 partly fixes the issue, it's a memory error still
3506                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=659
3507                 updates to RTCW camera plugin - works in 4 view mode
3508                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=663
3509                 more fixes to plugin API
3510
3511                 TTimo
3512                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=638
3513                 libpng in the core DLLs instead of SoF2 (for q3map2 dependencies)
3514                 putting q3map2 binary with the Core Binaries
3515
3516                 25/11/2002
3517                 TTimo
3518                 - added ccache support to cons build system - http://ccache.samba.org/
3519
3520                 21/11/2002
3521                 ydnar
3522                 - minor bugfix to PicoModel ASE material loader
3523                 - Q3Map2 updated to 2.3.31 (Splash Damage)
3524                 - Stitching the edges of lightmaps on patches that wrap around (cyls and cones)
3525                         so the seam is no longer visible
3526                 - The -patchmeta switch works better now, the patches are still stored in the
3527                         BSP for collision, but are pre-tesselated into nonplanar meta surfaces for
3528                         more efficient rendering
3529                 - Better, more uniform lightmap sample position finding on patch meshes
3530                 - Moved q3map_tcMod and q3map_alphaMod processing to the final phase
3531                 - New: q3map_skylight AMOUNT ITERATIONS to replace surfacelight on sky surfaces
3532                         for much faster and more uniform sky illumination
3533                 - Fixed bug in PicoModel ASE material parsing code
3534                 - Fixed a few seam/lightmap precision/projection errors
3535                 - Increased MAX_SHADER FILES to 1024 and fixed overrun error when more than that
3536                         number of shaders was listed in shaderlist.txt
3537                 - Increased a few compiler maximums for larger maps
3538                 - New: -np N switch on BSP phase, works like -shadeangle, in that it forces all
3539                         planar shaders to be nonplanar with the shading angle specified
3540                 - New: -nohint switch on BSP phase, omits hint brushes from compile for testing
3541                 - New: -debugaxis switch on light mode. Colors lightmaps based on their lightmap
3542                         axis (which direction the lightmap was projected on)
3543                 - New: -debugorigin switch on light mode. Colors lightmaps based on the luxel
3544                         origin relative to the raw lightmap's bounding box
3545                 - New: -debugcluster switch on light mode. Colors lightmaps based on the pvs
3546                         cluster the luxel falls into
3547                 - New: -convert switch to convert BSP to ASE file (experimental)
3548                 - New: q3map_lightmapmergable directive to allow terrain to be mapped onto a
3549                         single lightmap page for seamless terrain shadows    
3550
3551                 18/11/2002
3552                 TTimo
3553                         - fixed pk3man build system to work with new cons layout
3554                         - fixing linux setup system to work with new cons layout
3555                         Linux 1.2.11 will be a full setup, much easier that way
3556                         - update makeself to the latest (and best) version
3557                         - add q3map2 to Linux setup. goes in core (g_strAppPath)
3558                         NOTE: has a dynamic dependency to libpng
3559                         - pk3man still has issues with the zlib code that's been thrown in it
3560                         unresolved which I don't have time to look at
3561                                 since we plan to drop pk3man in 1.3, dropping it now is just as good
3562                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=644
3563                         detect GOTY install     from registry and use it as default path
3564
3565                 13/11/2002
3566                 TTimo
3567                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=639
3568                 reworked to have the UI in game settings dialog
3569                 (this is strictly win32 thing, if that broke Linux build, then fix the typos)
3570                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=630
3571                 mouse AngleSpeed setting was getting clobbered. fixed and upped the max values
3572                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=623
3573                 applied a fix, rolls back the values when the compression formats are not supported
3574                 fix ain't very clean, if we have to deal with extensions some more, we need to deal with the settings persistance better
3575                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=624
3576                 updated the setup code for town_*.shader (both in full setup and update)
3577                 updated files in WolfPack
3578                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=672
3579                 using a QE4_VERSION define, added a message if there's a project template with wrong version
3580
3581                 12/11/2002
3582                 TTimo
3583                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=671
3584                 guard junk.txt path between " "
3585                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=663
3586                 fix to CommitBrushHandleToEntity stuff
3587
3588                 RR2DO2
3589                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=660
3590                 previously you could select patch control points when patch selected + vertex edit (V) in 2D view. Works in camera view now
3591
3592                 12/11/2002
3593                 TTimo
3594                 - nudging zerowing to trigger Stable-1_2-Apple doxygen generation
3595                 http://zerowing.idsoftware.com/doxygen/
3596
3597                 11/11/2002
3598                 TTimo
3599                 - http://ttimo.net/web/anjuta
3600                 modified the .prj to work with the cons patches (linked dirs)
3601                 still way experimental
3602                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=651
3603                 fixing linking for radiant.x86
3604
3605                 10/11/2002
3606                 RR2DO2
3607                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=669
3608                         patch inspector bug - fixed
3609                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=663
3610                                 fucked up change in the plugin API caused breakage of several plugins
3611                 still have to fix bobtoolz http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=665
3612                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=661
3613                         Undolevels not set properly
3614                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=660
3615                                 drag selection to the camwindow for patches in controlpoint edit mode
3616                                 (not sure about the actual shortcuts, Ctrl+Alt on my current Linux setup)
3617
3618                 TTimo
3619                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=657
3620                         mark map modified on editing entity keys
3621                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=651
3622                         added the correct link and ldflags statements to have static linking everywhere
3623                                 didn't check gcc 3 build, check correct static on Debian Sid and holy box
3624                                 has a $staticstdcxx in Construct to toggle On/Off if needed
3625
3626                 09/11/2002
3627                 TTimo
3628                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=651
3629                 reworking the cons building. support for gcc2 and gcc3
3630                         cons -- gcc=<gcc-name>
3631                                 read gcc version and configure accordingly
3632                                 changed _NO_STLPORT to Q_NO_STLPORT
3633                                 independant BASE_CFLAGS and BASE_CXXFLAGS
3634                                 correcting usage of CC/CXX for c/cpp source and linking
3635                                 fixed missing -lz in vfspk3.so
3636                                 changed the way we build curry.so, works from the GtkRadiant tree now
3637                                 (NOTE: gcc 3.2 build of curry.so spews quite a few warnings)
3638                                 tweaked the way we do -fno-rtti -fno-exception
3639
3640                 04/11/2002
3641                 TTimo
3642                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=638
3643                 .qe4 version 4, udpated q3's .qe4 template, update setup to put q3map2 in the right place
3644                         bumped version to 1.2.11-test for test setups
3645
3646                 03/11/2002
3647                 ydnar
3648                 - fixed bug in jpeg loading code (4 components instead of 3 for RGB images, mh)
3649                 - updated PicoModel to 0.8.8 and Q3Map2 sundry fixes (2.3.29):
3650                 - Merged with latest CVS, fixed minor issues with matrix order
3651                 - Fixed minor Sys_FPrintf/Sys_Printf substitution typo in Q3Map2
3652                 - Expanded debug colors to 12 for debugging surface meshes
3653                 - PicoModel: fixed ASE loader to support > 1 texture coordinate per-vertex,
3654                 so more models supported correctly, also loading vertex normals
3655                 - PicoModel: md3 shader names are now cleaned. Suffixes (such as .tga or .jpg)
3656                 are stripped, and \ path separators are changed to /
3657                 - New: Add :q3map to the end of any shader name, and it will be interpreted as
3658                 the named shader minus :q3map. Example:
3659                 textures/shaderlab/concrete:q3map -> textures/shaderlab/concrete
3660                 One potential use is the -approx feature to collapse lightmapped  surfaces
3661                 into vertexlit surfaces, saving lightmap space/memory
3662                 - New: q3map_clipModel -- does what you think it does, sort of. This code ix
3663                 really experimental, and should *only* be used on large models such as terrain
3664                 (not small decorative models). This code will be evolving. Note: the shader's
3665                 surfaceparms are inherited by the magic clip brush, so if you have nonsolid
3666                 in your model's shader that uses q3map_clipModel, then the brush will also
3667                 be nonsolid
3668
3669                 03/11/2002
3670                 TTimo
3671                 - cleaning up some cons stuff, checking that the setup building process is still good on Linux
3672                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=622
3673                 updated Linux setup to put the bitmap
3674
3675                 02/11/2002
3676                 ydnar
3677                 - PicoModel: replaced stricmp with _pico_stricmp
3678
3679                 02/11/2002
3680                 ydnar
3681                 - PicoModel: added obj.c and ms3d.c, removed wfobj.c
3682
3683                 02/11/2002
3684                 ydnar - seaw0lf
3685                 - Updated Q3Map2 to 2.3.29 sources
3686                 2.3.29
3687                         - Merged with latest CVS, fixed minor issues with matrix order
3688                 2.3.28
3689                 - Bug 654 (http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=654):
3690                 Fixed problem where brush faces, drawsurfaces, and surfaceparms weren't living
3691                 together in perfect harmony (terrain surfaceparms now inherited by brushes)
3692                 - Nodraw fog works now, albeit when you're underneath, surfaces above don't get
3693                 fogged properly. Could be good for foggy water where you want the above-water
3694                 portions to only be occluded by the water surface
3695                 - Bug 656 (http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=656):
3696                 Number of lightgrid points displayed (byte size is currently out of proportion
3697                 due to internal storage format) when Q3Map is called with the -info switch
3698                 - Fixed wack surface merging bug where code would attempt to merge triangles not
3699                 adjacent to the current set, causing bad lightmap projections on nonplanar
3700                 surfaces
3701                 - Fixed tiny 1-character bug in 2d lightmap texture allocator where adjacent
3702                 luxels were being checked for occlusion rather than the actual source luxel
3703                 2.3.27
3704                 - Fixed minor bug in scriplib bugfix where the last character in a file wasn't
3705                 being read.
3706                 - Fixed bug where 0-area or bogus triangles were causing crash in MapRawLightmap
3707                 if they used a shader with a normalmap (thanks ShadowSpawn)
3708                 - Fixed bug where lightmaps were getting hosed levelwide on a prerelease version
3709                 of 2.3.27
3710                 - Fixed bug where lightmaps were getting knackered on models and certain patches
3711                 - Merged latest PicoModel version from seaw0lf, adding support for ASE and WF OBJ
3712                 models (preliminary)
3713                 - Increased MAX_MAP_PLANES to 0x40000 (~256k)
3714                 2.3.26
3715                 - Now using GtkRadiant's libpng and zlib config (linked as DLLs)
3716                 - Fixed bug in script parser where repeat calls to GetToken() were causing
3717                 memory corruption
3718                 - Fixed SOF2 -rename bug
3719                 - When using -game sof2 or -game jk2, the -flares argument is implied
3720                 - Added -noflares argument to disable the above behavior
3721                 - Added support for flares on entities. Use one of the following keys:
3722                 "_flare" "1" -- use default flare (different for each game)
3723                 "_flareshader" "path/to/flareshader" -- use a specific flare shader
3724                 Note: This only matters in SOF2/JK2 now. Make a light targetted (a spotlight)
3725                 to get it to aim the correct direction, otherwise it defaults to pointing 
3726                 downward. You cannot have omnidirectional flares
3727                 - Lightgrid size is automatically increased to accomodate large maps. The
3728                 MAX_MAP_LIGHTGRID error will never happen again
3729                 - Update PicoModel to 0.8.7 sources
3730                 - ASE support
3731                         - Alias|Wavefront OBJ support
3732                         - <modelname>.remap shader remapping suport
3733                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=655
3734                 handle grayscale jpegs gracefully
3735                 - mathlib: fixed VectorClear(), got rid of braces
3736                 - scriplib: fixed double-free memory corruption bug
3737                 - radiant: added new color scheme to emulate Lightwave/Maya/3DS Max
3738
3739                 02/11/2002
3740                 TTimo
3741                 - too many issues with build system reading system's libjpeg.h instead of libs/libjpeg.h
3742                 renamed libs/libjpeg.h to libs/radiant_libjpeg.h, updated sources
3743
3744                 29/10/2002
3745                 TTimo
3746                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=639
3747                 running from a network share - saving prefs per-user
3748
3749                 27/10/2002
3750                 TTimo
3751                 - merged in some more m4x4 code for q3map2
3752                 - fixed unresolved code in picomodel (strlwr / strnicmp)
3753                 - reworked the tools building to build both q3map and q3map2 without trouble
3754
3755                 25/10/2002
3756                 ydnar
3757                 - q3map2 and picomodel source, initial checkin to Stable-1_2 branch (does not compile yet, tweaking to be done)
3758
3759                 23/10/2002
3760                 TTimo
3761                 - camera.dll goes into $(RTCWRADIANTDIR)/plugins instead of $(RTCWRADIANTDIR)/modules
3762                 fixed up camera compile (exports)
3763                         added camera bitmap (plugin toolbar)
3764
3765                 21/10/2002
3766                 TTimo
3767                 - quickfix to the build (typo)
3768                 - changed dynamic linking on Linux to look for libGL.so.1 by default
3769                 fixes "all textures are blank" Linux bug with NVidia cards
3770                         (you still have to have a working NVidia GL installation though, xlibmesa-dev on Debian screws things up)
3771                 - checked in modified q3 .qe4   with q3map2 menu (see bug #638)
3772
3773                 09/10/2002
3774                 TTimo
3775                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=622
3776                 reworked the plugin toolbar to rely on interface instead of straight exports
3777                 cleaned up the botclip monsterclip Brush_Draw filtering, added proper selection filtering (Brush_Ray)
3778                 merged bug-622 back into Stable-1_2, bug-622 branch is dead now
3779
3780                 06/09/2002  
3781                 James Monroe - RR2DO2 - TTimo
3782                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=619
3783                 light globes, applying patch by RR2DO2 built from the initial light globe code
3784                 - note to self: indent -kr -nut -st -ts2 -i2
3785
3786                 RR2DO2 - TTimo
3787                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=622
3788                 massive patch update from SD's GtkRadiant
3789                 - camera plugin: new bitmap
3790                 fixed Linux install path for camera plugin to wolf/plugins
3791                 - fixed various warnings in camera build gcc / Linux  
3792                 - fixed pref crash if plugin toolbar disabled  
3793                 - fixed Gtk-WARNING on bad cast in AddPlugInToolbarItem
3794                 - renamed the new select to 'Use paint-select in camera view:' in prefs
3795                 (camera paint-select, should be our default name for this)
3796
3797                 NEW: you can 'paint select' in the camera view: 'camera paint-select'
3798                 press shift and move the mouse over the camera view to paint over brushes you want to select
3799                 configurable in prefs to enable / use Shift key, or use 'classic mode' ctrl+alt
3800
3801                 NEW: light radius drawing
3802                 Added in-editor light envelope drawing. Outer circle is max envelope, 
3803                 inner fullbright radius. Optional classic mode emulates the similar drawing 
3804                 from Rituals and Ravens tools (not q3map correct, easier for the level designer 
3805                 to understand/legacy).
3806
3807                 NOTE: 'angles' is q3map2 only
3808                 NOTE: could manipulate angles directly from the views (2d and 3d with some handles)
3809
3810                 NOTE TO SELF: 
3811                 <TTimo> hey guys .. just a quick question if you don't mind .. I'm trying to track a Gtk-WARNING .. is there a way to make those apps cause a break to track them easily ?
3812                 <andersca> just run your app with --g-fatal-warnings
3813
3814                 TODO: add new bitmap to win32 & linux setups
3815                 TODO: don't use exports for the plugin toolbar, use entry functions
3816                 do something like CPlugIn::InitBSPFrontendPlugin
3817                 TODO: botclip is broken with the new Brush_Ray code  
3818
3819                 initial ChangeLog for the patch:
3820
3821                 28-09-2002
3822                                         Arnout <rr2do2@splashdamage.com>
3823                         + Added 'angles' support for models (misc_model/misc_gamemodel).
3824                         + Prevented pivot drawing of model from scaling and rotating.
3825                         + Cleaned up the dropdown boxes in the preferences a bit (all use 
3826                 tables now, so not multiline).
3827                         + Added 'Classic Key Setup' option to camera paint select configuration, this 
3828                 drag-selects with ctrl+alt instead of shift.
3829                         + Changed XYWnd::PositionView to position on the center of the 
3830                 selection, not on the mins.
3831
3832                 27-09-2002
3833                                         Arnout <rr2do2@splashdamage.com>
3834                         + Added in-editor light envelope drawing. Outer circle is max envelope, 
3835                 inner fullbright radius. Optional classic mode emulates the similar drawing 
3836                 from Rituals and Ravens tools (not q3map correct, easier for the level designer 
3837                 to understand/legacy).
3838
3839                 26-09-2002
3840                                         Arnout <rr2do2@splashdamage.com>
3841                         + Upped MAX_TEXTUREDIRS to 256 (from 128).
3842
3843                 25-09-2002
3844                                         Arnout <rr2do2@splashdamage.com>
3845                         + Fixed patches not being drawn in XY window with colour of parent 
3846                 entity.
3847                         + Made paste to camera snap destination spot snap to grid.
3848
3849                 18-09-2002
3850                                         Arnout <rr2do2@splashdamage.com>
3851                         + Changed Select_Reselect to be much faster.
3852
3853                 12-09-2002
3854                                         Arnout <rr2do2@splashdamage.com>
3855                         + Fixed curve point drag-selection area not showing properly in XY 
3856                 views.
3857                         + Fixed size info breaking over 9999.9 units.
3858                         + Fixed AllocateSelectedPatchHandles not setting patchesmode to 
3859                 ESelectedPatches.
3860                         + Changed the horizontal and vertical tc shift spin control to have a 
3861                 limit of 8192.
3862                         + Moved SPoG's implementation of redisperse cols to a seperate function 
3863                 and reinstated the old code.
3864                         + Added 'Paste to Camera', shortcut Alt+V, which pastes the contents of 
3865                 the clipboard to the current camera origin.
3866                         + Added centerview functionality to 4 window mode. Ctrl+tab will focus 
3867                 on the selection, or if non existant, on the camera.
3868
3869                 11-09-2002
3870                                         Arnout <rr2do2@splashdamage.com>
3871                         + Made sure settings set in savedinfo.bin get initialized to their 
3872                 proper defaults.
3873                         + Added botclip filter (filters *botclip* and *monsterclip*).
3874
3875                 10-09-2002
3876                                         Arnout <rr2do2@splashdamage.com>
3877                         + Removed .reg from normal map saving, can only save as region 
3878                 using 'Save region'.
3879                         + Added outline style cycling (j) cycle between z buffered outlines and 
3880                 selected colour rendering.
3881                         + Added colour dialog to pick the colour of selected surfaces in the 
3882                 camwindow.
3883                         + Third coordinate for clip points now gets set to the center of the 
3884                 selection.
3885                         + Changed arbitrary rotation dialog to accept negative angles as well.
3886                         + Changed texture alignment dialog to accept values up to 2 decimal 
3887                 points.
3888                         + Fixed entity inspector to say 'Textures:' in the window title.
3889                         NOTE: still broke in floating window mode
3890                         + Changed entity inspector so that tab doesn't clear the epair value 
3891                 field anymore, so it retains the value while jumping to it.
3892                         + Disabling camera paint-select now returns selection behaviour for groups to 
3893                 the old behaviour as well (shift+click selects whole group).
3894                         + Changed load_plugin_bitmap to load bitmaps from g_strAppPath if 
3895                 g_strGameToolsPath fails.
3896                         + Added plugin toolbar and api.
3897                         + Fixed m_pfnCommitBrushHandleToEntity, wasn't creating brushes 
3898                 properly (well, not at all really).
3899
3900                 Older changes:
3901                                         Arnout <rr2do2@splashdamage.com>
3902                         + Added misc_gamemodel drawing.
3903                         + Ported camera paint-select over from 1.3.
3904                         + Fixed statusbar display of text (removed a bunch of \n's).
3905                         + Added area selection in 3d view for patches.
3906
3907                 30/09/2002
3908                         TTimo
3909                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=556
3910                                 quickfix crash bug
3911
3912                 27/09/2002
3913                         TTimo
3914                         - more CORERADIANTDIR cleanup (q3data)
3915                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=602
3916                                 added cascading to the entity submenu (doesn't cascade the main menu, only the sub ones, NPC_* for instance)
3917                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=556
3918                                 with clip and caulk filtered out, won't be selected anymore in camera view (i.e. selecting invisible faces)
3919                                 added SF_CAMERA to the flags in the selection process
3920                                 cleanup up various ugly syntaxes in the selection code:
3921                                 don't ever do if (flags == SF_SINGLEFACE) on a bitmask and assert that the other flags will always be NULL
3922                                         don't do arithmetic on bitmasks:
3923                                                 if ( (flags & SF_ENTITIES_FIRST) && t.brush == NULL)
3924                         return Test_Ray (origin, dir, flags - SF_ENTITIES_FIRST);
3925                         is WRONG
3926                                                 using flags & ~SF_ENTITIES_FIRST is the appropriate way
3927
3928                 23/09/2002
3929                 Riant
3930                 - new IS scripts to go with recent media updates
3931                         Riant & TTimo
3932                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=615
3933                                 reworked the fix to use "caulk_shader" in .game
3934                                 updated IS .rul script to generate special values for Sof2 and JKII
3935
3936                 21/09/2002
3937                 Riant
3938                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=595
3939                 more texture compression, dialog and settings
3940                 Michael Schlueter  
3941                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=592
3942                 fixes to the Linux build system, exclusive q3 or wolf working now
3943
3944                 22/08/2002
3945                 EvilTypeGuy
3946                 - Fix @*$&)@)$$ memory leak of my own doing, yes it's really been in there this long.
3947                 This should help memory usage drastically, especially when flushing & reloading
3948                 the same sets of textures, GtkRadiant's memory usage no longer becomes heinous.
3949
3950                 14/08/2002
3951                 EvilTypeGuy
3952                 - Fix build on some linux boxen by including qertypes.h for proper boolean type declaration
3953
3954                 -- release-1_2_10
3955
3956                 16/08/2002
3957                 TTimo
3958                 - STVEF media update finalized (some .def)
3959                 - 1_2 Core Update for shader manual update
3960                 - in JKII, typo with nar_shader? replaced by nar_shaddar, with proper support in update too
3961                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=530
3962                 Q3/TA media update with cleaned up shaders
3963                 - validated the update content by a diff between 1.2.9 + 1.2.10-update and 1.2.10 full  
3964                 - added a DO_NIGHTLY_BOOL to setup.rul AND a warning during setup about update content for games that are not installed
3965                 - built 1.2.10-sof2, SoF2 full install
3966
3967                 15/08/2002
3968                 Michael Schlueter
3969                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=590
3970                 added the option to build a Linux setup with the debug binaries
3971
3972                 TTimo  
3973                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=530
3974                 cleaned up shaders, done nightly setup update on Linux
3975                 updated Linux nightly for 1.2 to use /usr/local/games/GtkRadiant-1.2 as default base
3976                 - using version 1.2.10-update. Full Sof2 setup will be 1.2.10-sof2
3977                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=426
3978                 don't straffe when using Ctrl+Shift(+Alt)
3979                 - camera.so RTCW plugin in Linux setup
3980                 - quickfix to non-initialized var in camera code
3981                 - awfull piece of work that had been completely left out, nightly elements for JK2 and STVEF
3982                 added JKII media update and STVEF media update (for the DIR_GAME elements)
3983                 JKII nightly is finalized
3984
3985                 14/08/2002
3986                 TTimo
3987                 - fixed a missing file
3988                         - Linux build quickfix
3989                 - fixed silly rendering bug
3990                 - added pref to force texture compression off (hey why would you do that??)
3991                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=466
3992                 fixed MAX_POINTS_ON_WINDING overflow in q3map (and relevant code to handle in radiant)
3993
3994                 13/08/2002
3995                 TTimo
3996                 - cleared up notexture (dead code)
3997                 - cleaned up QERApp_LoadTextureRGBA gamma table init
3998                 - having a shot at 1.3 texture compression
3999                 sees the extension, binds the texture with the currect setting
4000                 but rendering is fucked .. someone explain?
4001
4002                 08/7/2002
4003                 TTimo
4004                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=586
4005                 search and destroy Q3Radiant -> Radiant
4006
4007                 07/7/2002
4008                 SCDS_reyalP
4009                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=526
4010                 wolf_entities.def update
4011
4012                 riant
4013                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=548
4014                 STV:EF updates
4015                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=541
4016                 SOF2 updates
4017                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=584
4018                 JKII updates
4019
4020                 06/7/2002
4021                 Riant
4022                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=541
4023                 Sof2 patches and IS setup    
4024                 TTimo
4025                 - game pack prompt asking about STVEF, fixed
4026                 - mp_examples was leaked and non lighted, fixed
4027                 - imagepng.dll goes into Sof2 install / modules, and not in DIR_CORE
4028                 - libpng12.dll needs installed only with Sof2 pack (added 'SOF2 Pogram DLL')
4029                 default texture scale is 0.125  
4030
4031                 TTimo
4032                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=582
4033                 nomipmap -> nomipmaps in shader manual  
4034                 - removed libs/pak, this was still being linked in to Radiant, but not used at all  
4035                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=580
4036                 .PK3 are recognized along .pk3 files (strcmp ->strcasecmp)
4037                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=386
4038                 added the RTCW camera plugin to IS setup
4039
4040                 Michael Schlueter
4041                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=581
4042                 GL warning fix      
4043                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=567
4044                 GL font display fixes (mostly Linux)
4045                 applied the changes with some tweaking
4046
4047                 31/6/2002
4048                 TTimo
4049                         - compiling the camera plugin on Linux:
4050                         move the GUID and other misc compatibility definitions to include/misc_def.h
4051                                 GetTickCount being used in camera.so, this is from radiant/missing.cpp (unresolved)
4052                                 -> use QGetTickCount instead (in main function table)
4053
4054                 30/6/2002
4055                 TTimo
4056                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=530
4057                 cleaned the .shader from 'light 1' statements
4058                 updated the IS script for the updated .shader
4059
4060                 17/6/2002
4061                 TTimo
4062                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=541
4063                 Sof2 support, PNG format
4064                 wrote imagepng module, dynamic dependencies to zlib and libpng
4065                 changes in the core:
4066                 some hardcoded to "sof2.game" for png interface loading and extensions
4067                 in GetTextureExtension, killed outdated support for texture plugins
4068                 if ! "sof2.game", png is not loaded, support disabled
4069                 http://zerowing.idsoftware.com/libpng/
4070                 correctly configured for VC build (post build steps and dependencies)
4071                 is required on win32 to build imagepng
4072                 - added m_pfnGetGameFileName to the main function table (was needed for png stuff)
4073                 - cleaned up the QERApp_LoadTextureRGBA path
4074                 using (unsigned char* pPixels, int nWidth, int nHeight)
4075                 cleaning up internal access path
4076                 RR2DO2
4077                 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=386
4078                 camera plugin for RTCW
4079                 TTimo: wrote the .dsp, post build steps etc.
4080                 IMPORTANT: you need to have RTCWRADIANTDIR env variable pointing to the RTCW Radiant files
4081                 (default C:\Program Files\Return To Castle Wolfenstein\Radiant)
4082
4083
4084                 12/6/2002
4085                 RR2DO2
4086                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=299
4087                         MP/SP pk3 filtering in VFS
4088                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=386
4089                         .camera support: splines library, camera plugin
4090                                 TTimo: portability fixups, cons build, guarding pragma, __cdecl BOOL
4091                                 virtual functions but non-virtual destructor
4092                                         declaration with no type
4093                                         int idCameraFOV::start - control reaches end of non-void, making it void
4094                                         enumeration not handled in switch
4095                                         no _MAX_PATH, the portable one is PATH_MAX
4096                                         implicit declaration of int _fullpath
4097                                         for(int i = 0; ..
4098                                         struct _IO_FILE has no member named '_bufsiz'
4099                                         stricmp -> Q_stricmp
4100                                         attempt at implementation in .h file (InitIglToQgl)
4101                                 camera stuff still vastly broken (particularly on Linux), need to check in because of new fixes incoming        
4102                         djbob   
4103                         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=17
4104                         quick fix to spawnflags getting corrupted when multiple entities selected
4105                                 (doesn't completely solve the problems we have with spawnflags yet though)
4106
4107 ===============================================================
4108 END -- merging release-1_2_9 -> merge-post-1_2_10 into trunk - END
4109 ===============================================================
4110
4111 12/12/2002
4112   Hydra
4113   - #197, HL support update
4114
4115 11/12/2002
4116   TTimo
4117   - added cmdlib dependency to mapq3.so (fixes unresolved)
4118
4119 25/10/2002
4120   Hydra
4121   - vfsGetFullPath() can now (optionally) search PK3/WAD files
4122   - Half-life map loading is now un-borked (my original patch worked
4123     but some conditional code in the patch was incorrectly applied.
4124     That, coupled with the missing vfsFileExists and vfsFindFile replacements)
4125   - A patch to imagehl/lbmlib.cpp/LoadIDSP() was missed out, causing all sprite
4126     models to be reverse-rendered (due to an inverted alphamask)
4127   - Renamed HydraToolz to HydraToolz-HL as it's half-life specific
4128     changed project files and renamed all appropriate files and directories
4129     (for the merge, just delete contrib/hydratoolz and apply the diff)
4130
4131   - Comments on previous notes:
4132
4133     - TODO: need to rationalize where the modules are placed and identify HL specific modules
4134       (this affects the build system / post build step too)
4135       imagehl and spritemodel are halflife specific and can be placed in
4136         either $coreradiantdir/modules or $hlradiantdir/modules
4137         I've updated the .dsp files so that they are copied to $coreradiantdir/modules
4138         spritemodel can actually be used for other engines, not just HL so it makes sense
4139         to keep it in $coreradiantdir/modules
4140       hydratoolz is a half-life specific plugin and must go in $hlradiantdir/modules as it
4141         is NOT to be used for any other engines.  I've also updated the "about text" to
4142         reflect this.
4143
4144 14/08/2002
4145   EvilTypeGuy
4146   - fix build process for textool plugin on some Linux boxen by including qertypes.h
4147
4148 11/06/2002
4149   TTimo
4150   - spritemodels in build system
4151   - applying HL setup patch (att 270, bug 197)
4152     - the templating went one filename seperator too far, causing all *.fgl to be modified .. 
4153       fixed so that we only have the relevant changes
4154     - modules added to main Executable Files, TODO for later will need to identify what is HL specific
4155     - .game generation: don't want enginename yet, gamename is ok
4156     - updated HL .game generation for eclass_singleload and no_patch   
4157     - update hydratoolz location in setup
4158     - update maphl in synapse.config
4159
4160 07/06/2002
4161   TTimo
4162   - realized that \func doesn't work in doxygen, should be \fn (updated everywhere)
4163   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197
4164     applying the HL patch (see original list of changes below)
4165     - ugly eclass API changes
4166       eclassfgd/plugin.cpp.rej, eclass API changes involved, a bunch of .rej
4167       SupportsMultiple tries to send configuration information from the eclass format file module to the eclass manager
4168       dropping it, using a proper configuration node instead (eclass_singleload)
4169     - added "no_patch" prop to disable patch support
4170       the patch toolbar prompts are only present in prefs if there is patch support
4171       otherwise everything is force-disabled
4172     - PFN_VFSFINDFILE PFN_VFSFILEEXISTS:
4173       one of the problems we have is that the 'manager' code and file format code are in the same module
4174       (i.e. vfspk3 / vfswad: two formats, but the manager part is pretty much the same)
4175       vfsFindFile(relative filename):
4176         this worked by searching through the list of loaded pk3/wad files for the file
4177         then trying to search through the search directories
4178         - wasn't properly documented about what it does / how is the search performed
4179         - not consistent with existing code, duplicate of vfsGetFullPath for the most part
4180           can't be added to the VFS API as-is, it would confuse the interface
4181         - usage of vfsFindFile in the code doesn't justify the way it proceeds for search
4182         foxing it, replacing by calls to vfsGetFullPath
4183       vfsFileExists(relative filename):
4184         returns wether a file exist, can be flagged to search in pk3/wad or straight filesystem
4185         - this is a duplicate / particular case of vfsGetFileCount
4186         foxing it too, we need to extend and update vfsGetFileCount instead
4187     - mapq3: the changes completely fucked q3 map parsing
4188       need reorganization. same module provides parsing for all .map based formats
4189       we use wrappers around the actual calls and globals in the module to select formats
4190       MAPVERSION_Q2 and MAPVERSION_Q1 don't need to be there yet, they are not supported
4191       MAPVERSION_HL means WC >= 2.2
4192       (when introduced, MAPVERSION_Q2 would be Q2 or qer+hl plugin (same))
4193       MAPVERSION_HL uses "maphl" minor name (instead of mapq2)
4194       cleaned up the Q3 read/write code that got broken
4195       cleaned up various commenting/hack that deal with Q2!=HL format .. we'll see about Q2 when we actually do it
4196       bad cut and paste from cmdlib code, using actual dependency to cmdlib instead (see below for some cmdlib updates)
4197     - took out all SafeRead SafeWrite code from cmdlib, removed annoying cmdlib dependency to Error function
4198       all file access go through VFS module, the cmdlib 07/06/2002 15:47file code was way old  
4199     - radiant/points.cpp pointfile code changes (that's used only for non-monitored compiling now)
4200     - applied patch 267 (hydratoolz fixes)
4201     - commented out some bworldcraft flagged stuff in mapq3/parse.cpp
4202     - updated the .dsw .dsp to compile and copy HL stuff  
4203     - TODO: need to rationalize where the modules are placed and identify HL specific modules
4204     - TODO: seems to be a synapse crash when unloading plugins (hydratools)
4205       (looks like I didn't look at the plugin unload code yet actually)  
4206     - TODO: make sure HL setup puts eclass_singleload="1" and no_patch="1" 
4207     - TODO: WATCHBSP_KEY and TEXTURE_KEY hardcoded for HL need cleanup
4208     - TODO: imagehl duplicates some image functionality
4209       imagehl is supposed to be only for HL-specific image formats
4210       it 'adds' the required formats to the stuff that image makes available for everyone already
4211     - TODO: HL doesn't have a BSP menu!  
4212     - TODO: rename mapq3/ into map/, the map module handles all .map formats
4213     - TODO: it's likely that we only need a vfs/ module instead of vfspk3/ and vfspak/
4214       think about it, see if we really act on this (or do we need to abstract the manager and some file format modules)
4215     - TODO: HL synapse.config needs to use maphl
4216     - TODO: wtf is enginename="quake2" in hl.game
4217     - TODO: I don't have a sample HL map to play with, so I didn't test the changes against
4218
4219 05/06/2002
4220   TTimo
4221   - fixups to make 1.3 start (Q3 mode)
4222   - turned off C++ exception support in the modules/plugins, as we don't use it
4223   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=543
4224     exit properly if missing chunks in synapse.config, don't crash
4225       
4226   Hydra
4227   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=558
4228     fix for version check in release build
4229
4230   ======================================================================================
4231   -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197
4232      HL support patch
4233   ======================================================================================
4234   04/6/2002
4235     Hydra
4236     - Patched in some CVS changes and fixed a little issue with the
4237       new entity file loader code.
4238   
4239   28/5/2002
4240     Hydra
4241     - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=544
4242       Selected Entity Bounding Box obscured by brushes fix.
4243     - Moved the "wad" keypair creation code from the Map module into
4244       a new plugin called HydraToolz, this means that wad keypair is
4245       done manually by the user, as in fact it should be.  (as the
4246       order of the wads is actually important).
4247     - Fixed a problem with the wads in the wad list being re-ordered.
4248   
4249   27/5/2002
4250     Hydra
4251     - Created an inital implementation of a sprite model plugin.
4252       According to the powers that be, it seems creating a model
4253       plugin is hackish.
4254       It works ok, but there is no way to attach models (sprites if you will)
4255       to non-fixedsize entities (like func_bombtarget)
4256       Also, I can't get the alpha map stuff right so I had to invert the alpha
4257       mask in the spr loader so that 0xff = not drawn pixel.
4258   
4259   17/5/2002
4260     Hydra
4261     - "Wad" keypairs are now used when loading a map and speeds up map loading
4262       significantly. This sorts out quite a few issues that could otherwise occur.
4263     - Map loader now uses textures from wads listed in the the "wad" keypair first.
4264     - Added a texture name mapping cache system to the .map loader
4265       this significantly improves load times of maps that don't store texture
4266       names along with paths (e.g. "mytexture" not "mytextures/mytexture".)
4267     - Added vfsFileExists() to the vfs table (for above) and added it to
4268       vfspk3 and vfswad
4269     - Map loading and saving times are printed to the console.
4270     - Wad file names from the "wad" key pair are logged to the console when
4271       a map is loaded
4272     - The user is informed if the textures loaded were not found in the
4273       wad files in the "wad" keypair.
4274     - The user is informed if the textures was not found in any wad file at all
4275       (Q2/HL only, the shader module still gives you similar information for other
4276       games when a shader activation fails)
4277   
4278   
4279   8/5/2002
4280     Hydra
4281     - Added basic support in mapq3 for reading maps saved by Worldcraft 2.2+
4282       in .map format (It uses [ ]'s round some of the texture co-ordinates)
4283       TODO: do we need to be able to save a map in this format too ?
4284     - Added support for loading ZHLT style point files (*.lin)
4285     - Added wad filename information when loading textures.
4286       (This helps take the ambiguity out of which wad files textures come from,
4287       so that we can correctly setup the worldspawn "wads" e-pair manually.)
4288       Note: This will be removed when the "wads" worldspawn key is built by radiant.
4289     - added vfsFindFile() to vfs table.
4290     - VFSWAD: vfsLoadFile() no longer ignores paths when loading textures
4291       (this was by design, but the design has changed for the better)
4292     - When loading a Quake2 map file, vfsFindFile() is used to find the actual path of
4293       the shader/texture being loaded.
4294       This fixes all the weird issues that crop up when we were able to use non
4295       wad-relative texture names (<shader>) and wad-relative(<wadname>/<shader>).
4296       (such as having an image loaded twice in memory.)
4297       We also now get the correct shader name in the suface inspector too.
4298       Note: not sure if this code should stay in the map parser, or wether it should
4299       be moved to where shaders are first initialised.
4300       Note: maybe this needs to be when a halflife map is loaded, not specifically a
4301       quake2 map file.
4302     - added EClass_SupportsMultiple to the EClass loader API.
4303       Note: this is poop.  FGD files can be additive but radiant makes it so they can't be.
4304       This function would not be needed if the eclass loader itself took care of the init,
4305       rather then the manager taking care of the init.  Also note that if the loader were
4306       to take care of the init then FGD files *CAN* be additive, as it's not down to the
4307       format of the FGD files.  However, it'll do for the moment because all the supplied
4308       FGD files that come with halflife and it's mods are meant to be used one at a time.
4309     - removed support for having an additional (not external) eclass loader.
4310       Just ifdef'd for now, grep for USEADDITIONALECLASSLOADER.
4311       We never mix entity definition formats and synapse.config allows us to just have the
4312       right one and also there is no mechanism for setting g_bHaveEClassExt anymore.
4313     - Texture subset on by default for halflife.
4314     - default texture scale is now set to 1 instead of 0.5 for halflife.
4315       (needs to be 1 for q1/q2 too)
4316     - patch toolbar disabled by default for halflife and it's also disabled
4317       in the preferences so it can't be turned back on)
4318       (needs to be 1 for q1/q2 too)
4319     - bsp monitoring disabled by default for halflife
4320     - When you drop a light entity the epair "_light" is used instead of "light" (halflife specific)
4321     - removed -fs_game additions to the map compiler commands; ZHLT doesn't support it.
4322     - saving of contents/flags/values in q2 format maps disabled (ZHLT doesn't like em !#?!)
4323       TODO: re-enable for Q2 (but not halflife) format maps when we can
4324       can figure out what game/engine combo we're using from within a module
4325     - configured mapq3 to have dynamic VFS API too
4326     - Added halflife shaderlist.txt parsing back in, it's actually useful
4327       afterall (for editor shaders).
4328   ======================================================================================
4329   -- end HL support patch
4330   ======================================================================================
4331   
4332 01/06/2002
4333   TTimo
4334   - merging 1.2.7 -> 1.2.9 changes into 1.3, merge notes:
4335     - the win32 .dsp are a bit different, using the $(CORERADIANTDIR) post build commands now
4336     - merged in the JKII/STVEF hardcoded chunks, should probably check that everything is still fine on that end
4337       was setting the "dir" epair in project files intead of "gamename" like all other games?
4338       (which should really be "fs_game" anyway, I wonder who decided to call it "gamename")
4339     - rebuilt a setup. we have a problem with RADIANT_MAJOR RADIANT_MINOR it seems
4340     TODO: setup needs to use GtkRadiant-1.<MAJOR> as basename in start menu, and base for installation
4341     C:\Program Files\GtkRadiant-1.3 and C:\quake3\Radiant-1.3 etc. for the game packs
4342     TODO: add HL setup chunks!
4343
4344 ===============================================================
4345 -- merging release-1_2_7 -> release-1_2_9 into 1.3
4346 ===============================================================
4347 28/5/2002
4348   TTimo
4349   - final fixes for Linux 1.2.9 setup
4350
4351 27/5/2002
4352   TTimo
4353   - bug 521, q3 entities.def trigger_hurt fix
4354   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=542
4355   default texture scale is configured in .game
4356   defaults to 0.5 (q3/wolf) if nothing specified, under the prop "default_scale"
4357   removed the item from the prefs dialog too
4358   updated the nightly setup to put the proper param in JKII .game
4359   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=509
4360   changing texture window scale changes selected brushes texture
4361   re-selecting the previous texture can be done, but is a bit tedious to write
4362   made sure we deselect before re-init of the tex window view
4363   - fixed linux setup code bug. won't be any update, only a full release on linux
4364
4365 26/5/2002
4366   TTimo
4367         - parallel cons working at last! was a problem with the targets list ('Default' command)
4368         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=515
4369         using the eclass extents for the box if model can't be found
4370         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=435
4371         changed the submenu cascading params to avoid the overlap (we fit less stuff now obviously)
4372         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=540
4373         that sigchld handler is only used on Linux to report the run times
4374         since we are rewriting the whole BSP code stuff, we can drop this for now
4375         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=538
4376         removed that prompt and display
4377         - we build radiant.x86 in cons scripts, updated the setup code
4378         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=526
4379         updated the setup script to install new wolf_entities.def
4380         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=302
4381         added q3map2 URL to global.xlink, updated Linux setup
4382         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=465
4383         printing q3map version info through the net stream
4384         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=539
4385         fixed various media, some related code, and Linux setup
4386   - fixed watchbsp.cpp "jk2.game", was breaking game spawn for wolf (needed else if)
4387         
4388         SCDS_reyalP
4389         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=504
4390         fixed bobtoolz vis viewer to work with RTCW (BSP version)
4391         - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=526
4392         update of the Wolf entities file
4393
4394 25/5/2002
4395   TTimo
4396   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=164
4397   corruption on exit, tried to look some more. Cleaned up some source, need looking at Gtk code closer
4398   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=536
4399   cleaned up SHADER_NOT_FOUND SHADER_NOTEX internals some more
4400   added a clean error exit in case this happens, fixed a crash that would happen anyway (Patch_LODMatchAll)
4401   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=394
4402   cleanup/sanitize of the pattern filtering code, it was ugly. did some doxygen documentation
4403   fixed part of the print XY code, more broken stuff showed up, dropping it
4404   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=503
4405   region compiling was indeed fucked, spog b0rkage
4406   fixed so that it works again
4407   denying compile with camera out of the region
4408   reworked SelectBrush to deal with regioning and select the right brushes
4409
4410 24/5/2002
4411   TTimo
4412   - Linux build fix
4413
4414 23/5/2002
4415   Riant & TTimo
4416   - STVEF patch and setup scripts
4417   TTimo
4418   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=516
4419   moved error handling code to it's own file radiant/error.cpp
4420   compiled with UNICODE define (that's why I had to isolate), and process the error string
4421   so that Gtk can print it (that's only relevant to win32)
4422
4423 22/5/2002
4424   TTimo
4425   - quickfix, cleanup of the console verbosity
4426
4427 11/5/2002
4428   TTimo
4429   - final IS script updates for JKII game pack, version 1.2.8-jk2
4430   - fixed a bad karma #ifdef _DEBUG chunk in Texture_NextPos (causing crash of release build)
4431   - added web url support in .xlink files (strstr on http://)
4432
4433 10/5/2002
4434   TTimo
4435   - cleaned the build step copy from $(QUAKE3RADIANTDIR) to $(CORERADIANTDIR)
4436   - system shaders auto-load: display 'system' in the prefs
4437   - force BSP monitoring off in jk2 mode
4438   - cleaned up web update check, added HL (3) and Jedi Knight II (number 4) (on the web database too)
4439   - updated IS setup script for mapextras.pk3
4440   Riant
4441   - system shaders auto-load in prefs
4442   Raven
4443   - mapextras.pk3 as replacement for system.pk3 (system editor textures)
4444
4445 8/5/2002
4446   Riant
4447   - game pack and patches for JKII support
4448   TTimo
4449   - .game additions to specify .shader path (shaderlist and shader scripts)
4450     NOTE: if we ever use q3map for JKII compiles, that would need to be propagated
4451   - reworked the shaderlist to list all the included shaders
4452   - built a system.pk3 pack for textures/system/ and textures/radiant/ (misses a few pieces still)
4453   - MP / SP mapping mode toggle, SP ignores mp_*.def MP ignores sp_*.def
4454   - fs_basepath does not get added during BSP command expansion for JKII mode
4455   - more verbose on script location and junk.txt location when monitored compile is disabled
4456     (the BSP compilation WANTS to be rewritten, it's getting VERY URGENT)
4457   - JKII game back IS setup lands
4458
4459 7/5/2002
4460   TTimo
4461         - using radiant.x86 as Linux target (instead of radiant, didn't fit with the setup procedure)
4462         - bumped version tag
4463         - TODO: bug #453 code needs backported from 1.3
4464
4465 6/5/2002
4466   TTimo
4467   - fixed typo in plugins/mapq3/write.cpp Map_Write
4468   g_count_entities = 0; instead of g_count_brushes
4469   - more fixes which showed up while merging this with 1.3
4470
4471 -- release-1_2_7 ----------- tagged and Stable-1_2 merging into trunk
4472
4473 02/5/2002
4474   Gef
4475   - added filtering on unselect for newly created brushes/entities (bugzilla: #374)
4476   SPoG
4477   - added undo for pasted/cloned brushes
4478
4479 ============================================================
4480 -- end release-1_2_7 -> release-1_2_9 merge
4481 ============================================================
4482
4483 15/05/2002
4484   TTimo
4485   - rewrote the ref count code cleanly, added some elements to design and todo
4486   - wrote the core shutdown code of synapse, 1.3 exits cleanly without crashing (well, in most cases it seems)
4487
4488 10/05/2002
4489   TTimo
4490   - began writing proper unloading and shutdown of synapse (see libs/synapse/docs/unload.txt) 
4491     design doc started, non active modules are unloaded after startup
4492     need win32 implementation of ReleaseSO
4493   - quickfix on win32 (ReleaseSO)
4494   
4495 07/05/2002
4496   SPoG
4497   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=512
4498   - cleaned up strHomeMaps and strFSBasePath stuff
4499     prompts for maps, models, sounds etc are fs_game-dependant
4500
4501   ===========================================================================
4502   -- merging Stable-1_2 between Stable-1_2-tag and release_1_2_7 into trunk
4503   merge ChangeLog
4504   =============================================================================
4505   07/05/2002
4506         - using RADIANT_MAJOR_VERSION and RADIANT_MINOR_VERSION for the version info, this was conflicting with synapse
4507         
4508         - m_strHomeMaps
4509         http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/qertypes.h.diff?r1=1.27&r2=1.28&only_with_tag=MAIN
4510         http://zerowing.idsoftware.com/archives/gtkradiant/2002-February/002170.html
4511         posted on the ML, bringing it back in from 1.2
4512         
4513         setup scripts:
4514           easily merged, as the 1.3 scripts have not been touched mostly
4515         
4516         qe3.cpp conflict:
4517           1.2 tweaks stuff in the QE_*Project* functions
4518                 1.3 has them mostly commented out
4519                 applying manually where relevant
4520                 the project settings stuff is very different, and the changes can't be applied as is
4521                 given the fixes I had to do in 1.2, I'd expect the current 1.3 version to be fairly broken
4522                 a complete kill and rewrite of the prefs/project stuff might be our option anyway
4523                 http://zerowing.idsoftware.com/archives/gtkradiant/2002-May/003038.html
4524         qe3.cpp QE_InitVFS conflict:
4525           1.3 has some changes when creating the files in a new userprefix (ex. ~/.q3a/baseq3/scripts /maps /maps/prefabs etc.)
4526                 merged by hand, probably needs to be checked
4527         qe3.cpp OpenDialog SaveAsDialog conflict:
4528           commented out in 1.3, getting rid of it completely
4529         
4530         preferences.cpp conflict:
4531           1.2 adds CUSTOMSHADEREDITOR_KEY pref
4532                 1.3 uses a completely different syntax for prefs
4533         preferences.cpp conflict:
4534                 prefab path pref changes conflict with 1.3 pref syntax
4535                 applying changes manually to 1.3 codebase
4536         
4537         pmesh.cpp conflict:
4538                 1.2 adds pref to group / not group patch thickening
4539                 1.3 changes the way we manipulate entities around that code
4540                 merged manually, would be worth checking that the thicken pref works
4541         
4542         pluginmanager.cpp conflicts: synapse completely changes that part
4543         on relevant 1.2 thing is the removal of pfnRadiant_Free
4544         
4545   map.cpp Map_ImportEntities conflict
4546                 1.3 has bug 453 map conversion promt that was not backported to 1.2 (caused merge to conflict a bit)
4547                 usin 1.3 code and checking 1.2 changes manually
4548   
4549         using radiant.x86 as Linux target (instead of radiant, didn't fit with the setup procedure)
4550   
4551         06/05/2002
4552         not merging in .dsw .dsp
4553         an eclass.cpp fixed moved to eclass_def.cpp
4554         mainframe.cpp is always a bitch to merge, sent several mail comments to list about conflicts that arose
4555           MainFrame::OnFileSaveas needed some updates that were not in the diff (correct default prompt)
4556                 (same for MainFrame::OnFileSaveregion)
4557                 MainFrame::OnFileNewproject conflicts a bit, changes have been made in 1.2 and 1.3
4558                 changes in 1.2 seem more crucial, using the 1.2 version, and patched the 1.3 manually over it
4559                   (might need to be checked, bug #506)
4560       
4561         TODO: need to check for parasite g_free that I added back from the file dialog    
4562   
4563   propagated ChangeLog from Stable-1_2
4564   =============================================================================
4565         02/5/2002
4566           Gef
4567           - added filtering on unselect for newly created brushes/entities (bugzilla: #374)
4568           SPoG
4569           - added undo for pasted/cloned brushes
4570           TTimo
4571           - shift+left click to open shader editor no longer selects the texture on the way
4572             (this was unstable, pCurrentShader could become NULL somehow)
4573           - editpad bindings were completely broken
4574             attempts to make it work again failed
4575                 taking it out
4576                 changed the prefs, on win32 you select between internal shader editor or win32 .shader binding
4577                 we have lost the ability to jump to a given line, if someone has a good solution for line jumping, let me know
4578           - one more fix to the MAJOR / MINOR safe checks stuff
4579           - bug #500: oooogly, I removed a line which I should not have :)
4580
4581         01/5/2002
4582           TTimo
4583           - "Save selected.." load/save in fs_game sensitive directory too
4584           - removed a bunch of unused/broken project settings items
4585           removed most of them actually .. project settings are .. ahem
4586           - added an optional 'go to url' button in gtk_MessageBox
4587
4588         30/4/2002
4589           Gef
4590           - fixed lod drawing of selected patches when patches are filtered
4591
4592         29/4/2002
4593           TTimo
4594           - bugzilla #467
4595             make patch inspector deny space textures
4596             make mapq3 write code drop space textures
4597           - bugzilla #132
4598             removed remotebasepath and texturepath
4599                 rewrote the Textures > Load Directory (which was kinda relying on texturepath)
4600           - bugzilla #355
4601             uploading editpad zip to qeradiant.com misc/ in files section, replacing the win32 message about editpad
4602             added editpad quote in qer.com totd
4603           - fixing the map load/save dialogs to work correctly with mod settings on win32 (was done on Linux and still broken on win32)
4604
4605
4606         26/4/2002
4607           Gef
4608           - fixed patches losing their shader if outside region when calling flush/reload 
4609             (bugzilla: #492)
4610           - blocked textures with spaces from loading in Texture_ShowDirectory with a warning
4611             (bugzilla: #467)
4612           - fixed a dud shader (liquids.shader -> textures/liquids/ripplewater2_back) didn't have
4613             the textures/liquids prefix
4614
4615         25/4/2002
4616           Gef
4617           - fixed a broken image link in the shader manual (bugzilla: #486)
4618           - changed prtview to use ~/.radiant/<version>/prtview.ini instead of 
4619             ~/.q3a/radiant/prtview.ini on linux
4620           - fixed prtview loading/saving config (bugzilla: #424)
4621           TTimo
4622           - removed QERApp_RadiantFree from the function table
4623           we can malloc and free across modules configured correctly for the CRT (Common Runtime DLLs)
4624           cleaned up related broken malloc / free strategy in the plugins (vfsLoadFile uglyness)
4625           - added main build date and version to curry / pk3man / prtview
4626
4627         23/4/2002
4628           SmallPileOfGibs
4629           - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=229
4630           flush and reload was affecting texturing of selected brushes
4631           TTimo
4632           - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=489
4633           File > Check for update menu item, jumps to the website and checks for update
4634           - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=431
4635           win32 part, RADIANT_MAJOR RADIANT_MINOR written out by setup
4636           - more stuff on File > New Project and common mod setup issues (not finished yet)
4637
4638         22/4/2002
4639           TTimo
4640           - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=431
4641           reworking a bit the installer stuff
4642           wrote the version checking
4643           needs testing on win32 (RADIANT_MAJOR and RADIANT_MINOR are required in the install now)
4644
4645         21/4/2002
4646           TTimo
4647           - trying more seriously to get a new nightly out
4648           updating the ChangeLog for current 1.2.7 from this file
4649           cleanups, browsing through the bugs to close/update/fix
4650           - http://zerowing.idsoftware.com/bugzilla/showattachment.cgi?attach_id=197
4651           I kinda fixed that myself already, going through the diff and applying the missing stuff
4652           creating the prefabs/ dir in QE_InitVFS
4653           - added a line about the games dialog / auto-select at startup in the dialog frame
4654
4655         15/4/2002
4656           TTimo
4657           - cleaning some old commented out map load code
4658           - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=477
4659           on Linux:
4660             - strHomeMaps was init without taking care of m_strFSGame
4661             - SaveAsDialog was not using strHomeMaps
4662             NOTE: should strHomeMaps be spcific to Linux, or we will do better if we unify
4663           need similar checks on win32
4664
4665         13/4/2002
4666           TTimo
4667           - kicking the source to generate new doxygen on zerowing
4668
4669         09/4/2002
4670           Gef
4671           - setting the sel_mode accordingly when (i)nverting selection, verts were being drawn when 
4672             they shouldn't have been
4673
4674         05/4/2002
4675           Gef
4676           - fix File/New Project for mods so it doesn't fail if the dir exists (bugzilla: #459)
4677           - add Linux-isms for New Projects & read/write permissions...
4678             note: for a total conversion, basepath needs to be manually set
4679           - prevent opening multiple internal shader editor dialogs
4680           - added preference for using a custom shader editor
4681           - set horizontal scrollbar to be automatic instead of never for entity keyval list (bugzilla: #4)
4682           - added a call to Select_Reselect() in XYWnd->OnViewEntity() to make sure its modifying the 
4683             current selection (bugzilla: #436)
4684           - fixed entity dialog passing events through to main window (bugzilla: #454) return values
4685             were backwards
4686           - patching in the .pfb extension adding stuff (bugzilla: #259)
4687           - fixed thickened patches not being grouped (bugzilla: #226). this was supposed to be happening
4688             anyway, the entity create code was called before the patches were selected
4689
4690         02/4/2002
4691           EvilTypeGuy
4692           - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=457
4693           add entity #X and brush #X comments back to saved .map files
4694
4695         24/3/2002
4696           Hydra & TTimo
4697           - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=444
4698           only show empty alpha channel warning if the tga texture is actually 32 bit
4699           (24 bit would always have empty alpha, the warning was useless in this case)
4700
4701         19/3/2002
4702           Gef
4703           http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=217
4704           - Set show value to true for angle and movement velocity sliders in preferences
4705           - Increased the maximum value of angle velocity from 6 to 100
4706
4707         18/3/2002
4708           SPoG
4709           - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=419
4710                 fixed File->Save with region active acts the same as File->SaveRegion for ents
4711
4712
4713   end merge  
4714   =============================================================================
4715
4716 16/4/2002
4717   SPoG
4718   - fixed MDC_XYZ_SCALE value
4719
4720 12/4/2002
4721   SPoG
4722   - fixed win32 compile error - vc6 being nitpicky
4723   - fixed refcount init on CSynapseAPIManager
4724   - cleaned up md3model win32 project file
4725
4726 9/4/2002
4727   Gef
4728   - added nudging for selected brush and patch vertices (bugzilla: #240)
4729   - added selected brush vertex highlighting
4730   - sorted all the ID_'s in HandleCommand alphabetically to make it easier to track things down
4731   - setting the sel_mode accordingly when (i)nverting selection, verts were being drawn when 
4732     they shouldn't have been
4733
4734 5/4/2002
4735   EvilTypeGuy & djbob
4736   - patched in djbob's grid minor/major color settings for gridsize < 1
4737     http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=24
4738
4739 1/4/2002
4740   TTimo
4741   - configured md3model to have dynamic VFS API too
4742   - cleaned up texwindow.cpp texture extension loop
4743   - updated current HL media with hl's synapse.config
4744     http://zerowing.idsoftware.com/stuff/HL-media-0401.zip
4745   - checking in new synapse.config for Q3/RTCW
4746   - fixed win32 project files, removed hltoggle.h
4747   - bumped version to 1.3.3
4748   
4749 31/3/2002
4750   TTimo
4751   - XML runtime configuration of synapse
4752   uses a synapse.config in the gametools path, we can add a line in the .game to specify the file later on
4753   - various cleanups and removal of dead code
4754   - Linux build system: sanitized CFLAGS, libxml, STLPort and glib include path all in the toplevel Construct file
4755   - removed the 'cons -- halflife' option, the binaries are unified again
4756   - cleaned up image loading
4757
4758
4759 29/3/2002
4760   TTimo
4761   - patching in Hydra's code for Half-Life, builds and runs on Linux, need to quickfix on win32 now
4762   - build system on Linux: some things are still hardcoded into the core, you need a different core
4763     for Q3/RTCW or HL for now. do ./cons -- halflife to build HL mode (build trees are seperate)
4764   - there is no media / install procedure yet, but a zip with what you may need for install is available:
4765     http://zerowing.idsoftware.com/stuff/HL-media-0329.zip
4766   - cvs added all the new files
4767   - patched various things from the patches, don't have a precise list
4768     cleaned up the interface requests, isolated HL specific between TMP_HALFLIFE defines
4769     removed 'tga' from imagehl, two modules providing the same API has unexpected results
4770     
4771   TODO: the image loading is the main problem right now. We should not have any place that scans the 
4772   extensions, this is done internally to the image load manager? texwindow.cpp does enumeration of the
4773   minors too .. but that may be legal in this case.
4774   
4775   TODO: synapse config at runtime through XML (rather big piece)
4776
4777   - fixing build on win32
4778   bad coding practices: 'for (GSList *choicelst = ..'
4779   added a quick hack include/hltoggle.h for easy switch q3/rtcw or hl compile
4780     (remaining hardcoded stuff is temporary)
4781
4782
4783 28/3/2002
4784   Gef
4785   - added linux pthreads support to tools
4786   - removed old terrain.c and lightv.c from q3map2 Conscript
4787
4788 27/3/2002
4789   Gef
4790   - updated cons for q3map 2
4791   - minor q3map2 fixes for linux compile errors/warnings
4792   - minor warning fix in map.cpp
4793   SPoG
4794   - changed entity_addtolist to add entities to end of list instead of beginning
4795   - added eclass_forname to eclassmanager interface
4796   - fixed setting eclass before model-update for entities loaded from map
4797   - fixed setting bounding box for models after model-update
4798   ydnar - q3map2
4799   - fixed crash on -connect and other gremlins related to argument processing
4800   - removed flag that prevented Castle's maps from compiling
4801
4802
4803 27/3/2002
4804
4805   Hydra
4806
4807   Important Changes:
4808
4809   - Added VFSWAD modules for extracting textures from WAD files.
4810   - Added ImageHL for loading textures contained in WAD files
4811   - Updated shaders source code so that you can produce ShadersHL.dll
4812     (single minor using #ifdefs)
4813   - MapQ3 source updated so that it can load and save q2 format maps
4814     provides a multiple minors.
4815   - Added EClassFGD for loading FGD definition files
4816     (I documented this code quite well, if you're interested...)
4817   - Added support for iconsprite() settings in the FGD loader, we set
4818     eclass_t->skinpath with the name of the sprite
4819     TODO: write a sprite model plugin.
4820
4821   Fixes:
4822
4823   - Fixed incorrect line numbers being reported when script files had // comments in them
4824   - Removed EClass_Create from the EClass manager _EClassManagerTable
4825   - Replaced all occurences of "textures/radiant/notex" in shaders.cpp with a define.
4826   - Fixed a crash in shaders.cpp when there was no default texture.
4827   - Fixed a possible issue with g_bCancel_Map_LoadFile
4828   - Added a crash fix for uninitialised patchMesh_t->pSymbiot
4829
4830   Core Changes Required for HalfLife Support:
4831
4832   - Set MAX_FLAGS to 16 to support Halflife's extra spawnflags, adjusted
4833     entity inspector to display the new spawnflags, updated FGD loader
4834     to load them correctly (previously it only loaded the ones with values <8)
4835     (Done without breaking the old Q2 code that was commented out)
4836   - Added GetTokenExtra to the _ScripLibTable
4837   - Kludged texwindow.cpp to allow loading extension other than "tga" and "jpg"
4838     TODO: ttimo, we need something in synapse to help with this.
4839   - Plugin manager requests different API's depending on .game file used.
4840     TODO: this needs to be done on a PER GAME basis, not PER .GAME FILE.
4841   - Shaderlist.txt is not parsed on startup if hl.game is used.
4842     TODO: this needs to be done on a PER ENGINE basis, not PER GAME.
4843
4844   Cosmetic Changes:
4845
4846   - Changed MAPQ3's minor_name from "map" to "mapq3" (also adds "mapq2" as a minor)
4847   - Changed XMAP's minor_name from "xmap" to "mapxml"
4848   - Changed VFS's minor_name from "quake3" to "pk3", more inline with VFSWAD now.
4849   - Changed file/Load to file/Import on the menus
4850   - When a shader (Q3/HL) is not found a message is displayed in the console
4851     (only once for each shader that is not found).  This is so the user can
4852     quickly get a list of missing textures/shaders.
4853
4854 26/3/2002
4855   ydnar
4856   - initial q3map 2.0 source import
4857     new tools/quake3/q3map2 directory
4858           common/qfiles.h and common/surfaceflags.h modified
4859           affects q3map 1.x too, bumped MAX_MAP_BRUSHSIDES to 0x40000
4860           will need to write the build scripts and compile on Linux too
4861   SPoG
4862   - Re-added dialog prompting user to convert/change-mode/abort when map BP mode
4863     conflicts with project settings
4864   - large entity/models update
4865   +++ include/ientity.h   25 Mar 2002 11:37:54 -0000
4866     entity module
4867       - interface cleanup
4868       - common #defines for easy transition
4869   +++ include/igl.h       25 Mar 2002 11:37:55 -0000
4870     opengl module
4871       - Vertex Arrays support
4872   +++ include/imodel.h    25 Mar 2002 11:37:57 -0000
4873     model module
4874       - interface cleanup
4875   +++ libs/mathlib.h      25 Mar 2002 11:37:59 -0000
4876     vector macros - cleanup
4877     m4x4
4878       - documentation of matrix layout
4879       - interface for utility functions for axis-angle and quaternion rotations
4880       - interface for new utilities for specifically transforming points/normals 
4881     aabb
4882       - interface for faster aabb-ray test without finding intersection point
4883       - interface for utility to calculate an aabb to contain a transformed aabb 
4884   +++ libs/mathlib/bbox.c 25 Mar 2002 11:38:01 -0000
4885       - cleanup of use of qboolean
4886       - implementation of fast aabb-ray-test
4887       - implementation of aabb-for-transformed-aabb
4888   +++ libs/mathlib/m4x4.c 25 Mar 2002 11:38:02 -0000
4889       - implementation of utility for rotation matrix from axis-angle/quaternion
4890       - cleanup of implementation of matrix multiplication functions (optimise for in-order array traversal)
4891       - implementation of new utilities for specifically transforming points/normals
4892   +++ libs/mathlib/ray.c  25 Mar 2002 11:38:02 -0000
4893       - replace use of m4x4_transform_vec3 with new point/normal specific utils
4894   +++ plugins/mapq3/plugin.cpp    25 Mar 2002 11:38:06 -0000
4895       - rename g_EntityTable using #define in ientity.h
4896   +++ plugins/mapq3/plugin.h      25 Mar 2002 11:38:06 -0000
4897       - rename g_EntityTable using #define in ientity.h
4898   +++ plugins/mapxml/xmlparse.cpp 25 Mar 2002 11:38:06 -0000
4899       - buffer-safe dtd path construction (without using string class, in case of unknown bugs)
4900   +++ plugins/md3model/Conscript  25 Mar 2002 11:38:06 -0000
4901       - remove entity-module files from md3model conscript 
4902   +++ plugins/md3model/md3model.cpp       25 Mar 2002 11:38:07 -0000
4903       - implementation of generic quake-style-model class CModel
4904       - implementation of CModel-derived md3/mdc classes
4905   +++ plugins/md3model/md3model.dsp       25 Mar 2002 11:38:08 -0000
4906       - remove entity-module files from md3model dsp
4907   +++ plugins/md3model/md3model.h 25 Mar 2002 11:38:08 -0000
4908       - interface for generic quake-style-model class CModel
4909       - interface for CModel-derived md3/mdc classes
4910   +++ plugins/md3model/md3surface.cpp     25 Mar 2002 11:38:09 -0000
4911       - implementation of generic quake-style-model class CSurface
4912       - implementation of CSurface-derived md3/md2/mdl/mdc classes
4913   +++ plugins/md3model/md3surface.h       25 Mar 2002 11:38:09 -0000
4914       - interface for generic quake-style-model class CSurface
4915       - interface for CSurface-derived md3/md2/mdl/mdc classes
4916   +++ plugins/md3model/plugin.cpp 25 Mar 2002 11:38:10 -0000
4917       - provide support to synapse for loading md3/mdc/mdl/md2 models, and mdl images
4918   +++ plugins/md3model/plugin.h   25 Mar 2002 11:38:10 -0000
4919       - interface for loading md3/mdc/mdl/md2 models, and mdl images 
4920   +++ radiant/brush.cpp   25 Mar 2002 11:38:18 -0000
4921       - #ifdef remove Group/Brush-Patch-Epair related stuff
4922       - const correctness for ValueForKey interface const change
4923       - add bounding-box update for models in Brush_Build
4924       - remove old brush parsing/writing stuff
4925       - remove old eclass-model loading/displaying stuff
4926       - enable vertex arrays on light drawing
4927       - moved brush is-selected? utility to brush.cpp
4928   +++ radiant/brush.h     25 Mar 2002 11:38:18 -0000
4929       - comment out interface for old brush parse/write stuff
4930       - comment out interface for brush epair stuff
4931   +++ radiant/brush_primit.cpp    25 Mar 2002 11:38:20 -0000
4932       - remove old brush-primitives parsing/writing stuff
4933   +++ radiant/camwindow.cpp       25 Mar 2002 11:38:23 -0000
4934       - moved brush-bbox update for models to brush.cpp:Brush_Build
4935       - bugfix for material colour setting when drawing models
4936   +++ radiant/eclass.cpp  25 Mar 2002 11:38:24 -0000
4937       - removed old eclass-model checking/loading stuff
4938       - added const checking for Eclass_ForName interface
4939   +++ radiant/entity.cpp  25 Mar 2002 11:38:26 -0000
4940       - REMOVE THIS FILE
4941   +++ radiant/entity.h    25 Mar 2002 11:38:26 -0000
4942       - REMOVE THIS FILE
4943   +++ radiant/groupdialog.cpp     25 Mar 2002 11:38:29 -0000
4944       - change entity creation to not use Entity_Create (function was removed)
4945       - commented groups stuff
4946   +++ radiant/gtkdlgs.cpp 25 Mar 2002 11:38:36 -0000
4947       - const correctness for ValueForKey
4948   +++ radiant/gtkmisc.cpp 25 Mar 2002 11:38:39 -0000
4949       - added filetype patterns for mdc/mdl/md2
4950   +++ radiant/main.cpp    25 Mar 2002 11:38:41 -0000
4951       - const correctness fixes
4952   +++ radiant/mainframe.cpp       25 Mar 2002 11:38:59 -0000
4953       - change selection -> merge entity and selection -> separate from entity to go through mainframe class
4954       - implementation of mainframe functions for selection -> merge entity and selection -> separate from entity
4955       - made entity grouping and detail/structural settings undoable
4956       - commented out old groups stuff
4957   +++ radiant/mainframe.h 25 Mar 2002 11:39:01 -0000
4958       - interface for mainframe functions for selection -> merge entity and selection -> separate from entity
4959   +++ radiant/map.cpp     25 Mar 2002 11:39:04 -0000
4960       - const correctness fixes
4961   +++ radiant/pluginmanager.cpp   25 Mar 2002 11:39:08 -0000
4962       - removed model table
4963       - stopped requesting model table from synapse
4964       - request undo table from synapse
4965       - commented out support for IEpairs stuff - NOTE: to be integrated with entity module
4966       - fill interface table for opengl vertex array support 
4967       - fill interface table for undo
4968   +++ radiant/pmesh.cpp   25 Mar 2002 11:39:18 -0000
4969       - cleanup patch cap and patch thicken to create entities using entity module interface (without Entity_Create)
4970       - removed old patch parse/write stuff
4971       - #ifdef'd out patch epair/groups stuff
4972   +++ radiant/qe3.cpp     25 Mar 2002 11:39:21 -0000
4973       - const fixes
4974       - buffer-safe dtd path construction (without using string class, in case of unknown bugs)
4975   +++ radiant/qe3.h       25 Mar 2002 11:39:24 -0000
4976       - don't include entity.h, include ientity.h and forward-declare entity-table instead
4977       - include imodel.h but don't forward declare model-table
4978       - include iundo.h and forward-declare undo table
4979       - comment out interface to old patch parse/write stuff
4980       - comment out interface to old brush parse/write stuff
4981       - comment out iepairs header include.. NOTE: to be integrated with entity module/interface 
4982       - include eclass interface (we don't have an eclass.h)
4983       - declare interface for CreateEntityFromName (generic useful func)
4984       - declare target/targetname utils interface (we don't have a targetname.h)
4985   +++ radiant/select.cpp  25 Mar 2002 11:39:27 -0000
4986       - cleanup implementation of entity selection-grouping/ungrouping utlities
4987   +++ radiant/select.h    25 Mar 2002 11:39:27 -0000
4988       - cleanup interface for entity selection-grouping/ungrouping utlities
4989   +++ radiant/undo.cpp    25 Mar 2002 11:39:29 -0000
4990       - removed workaround for wierd entity_clone behaviour (changed in entity module)
4991       - avoid using Entity_FreeEpairs (not exposed by entity module)
4992   +++ radiant/xywindow.cpp        25 Mar 2002 11:39:35 -0000
4993       - const fixes
4994       - cleanup implementation of CreateEntityFromName to be a usful generic utiliy function
4995       - enable vertex arrays in XY_Draw
4996       - enable undo for right-click dropping entities in XY window
4997   TTimo
4998   - various fixes to make the above compile on Linux, checkin to cvs
4999   - fixing some win32 build stuff
5000   
5001   Hydra
5002   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=434
5003   fixed setSpecialLoad in .def code
5004
5005 19/3/2002
5006   Gef
5007   - Modified the fix for LoadImage to be more consistent with other code
5008   - Applied Hydra's fix for empty alpha channel warnings & cleaned up indentations (tabs) in lbmlib.cpp
5009     also added output of the tga type when a tga file fails to load
5010   - Reverted my over complex fix (read; mess) for strtok_r to use strtok instead of manual tokenising
5011
5012 17/3/2002
5013   Gef
5014   - Fixed LoadImage API list not being incremented while trying to find image minors, result was
5015     infinite loop when loading images that weren't of the first type (tga)
5016   - Fixed cloning giving dtd errors. mapxml/xmlparse.cpp:ParseXMLStream() was using 
5017     g_FuncTable.m_pfnGetQERPath() as the dtds path... disabled validation until spog can check 
5018     that my fix is the right solution
5019   - Added simple formatting to xmap file output so that each node has a new line for readability
5020
5021 13/3/2002
5022   TTimo
5023   - introduced API List managers
5024     we deal with two types of APIManager now, the ones that matching all minors for a given major
5025     and the ones that require a fixed list of minors
5026   - converted the image loaders to go through a API list manager
5027   - fixed various things in synapse (introduced more bugs?)
5028   - fixed plugins, realized it was still broken
5029
5030 12/3/2002
5031   Hydra & TTimo
5032   - EClass_Create in the EClass manager _EClassManagerTable
5033   - removed InitFromText from _EClassTable
5034
5035 8/3/2002
5036   TTimo
5037   - some commented out code cleanups
5038   - added eclassfgd/ fgd.so module skeleton
5039     loaded up in radiant core as an optional entity format
5040     added eclass manager code to deal with the new format if present
5041     this still loads .def, the actual .fgd code needs to be written now
5042   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=433
5043     added a g_strDTDPath global
5044     disabled DTD validation, broken on win32
5045   - Str copy constructor (const Str &) working correctly with a __strDup
5046
5047 7/3/2002
5048   TTimo
5049   - added verbosity in file accesses for CXMLPropertyBag
5050   - more fixes to project lookup
5051   - dropping dtds/ prefix, this is installation dependent
5052   - removed ipluginentities.h, the plugin entities stuff was disabled long time ago already
5053   - cleaned up some old commented out stuff
5054   - proof of concept synapse builtin module: new class CSynapseClientBuiltin allows to have
5055     modules builtin to the application (i.e. statically linked)
5056     adding
5057       include/ieclass.h (eclass loader API)
5058       radiant/eclass_def.cpp (.def class loader, builtin)
5059       radiant/eclass_def.h (.def loade, API public to the core)
5060
5061     NOTE: radiant/eclass_def.cpp needs to be added to the win32 projects  
5062   - quickfix to project file loading ("/scripts/")  
5063   - introduced an EClass manager, hooked up the .def builtin module through it
5064     (not yet possible to push new entity format modules, but .def reading is already fully synapsed)
5065
5066 6/3/2002
5067   Gef
5068   - Fixed a segfault when getting mUserPathPrefix in CGameDescription::CGameDescription()
5069   - added preferences check for fixing target/name collisions
5070   - fixed a logical error on my part, where setting g_qeglobals.m_strHomeGame in
5071     CGameDescription constructor results in a value from the last file parsed. Moved it
5072     to a more appropriate location, where it gets a value from the selected .game file.
5073   SPoG
5074   - changed g_strGameToolsPath to g_strAppPath in GetQERPath API
5075   - fixed mapq3.dtd
5076   - enabled DTD validation of xmap files
5077   - added mapq3.dtd to setup scripts (not tested)
5078   TTimo
5079   - added OnActivated() to synapse clients, override to put some init code
5080   - fixing default project path lookup and user project increment (again)
5081   - fix to linux setup, no trailing slash in basegame items
5082     (wolf.game and q3.game)
5083   - removed old plugin/modules code, leaving only the synapse implementation
5084     recoded image loading and Map_Import/Map_Export  
5085     still some temporary solutions and cleanup work to be done
5086     removed plugin.cpp from the tree / build system
5087
5088 5/3/2002
5089   SPoG
5090   - TODO: add default project for wolf to WolfPack CVS module
5091   - changed xml project file load to search for DTD "dtds/project.dtd" under radiant path
5092   - fixed crash in mapq3 on trying to read uninitialised token ptr
5093   - changed .map to be default map format for now
5094   - changed runbsp to not hardcode -fs_basepath
5095   - added -fs_basepath to quake3 default project
5096   - added project.dtd to setup scripts and swapped quakev2.qe4 for default_project.proj (not tested)
5097
5098 4/3/2002
5099   TTimo
5100   - merged synapse2 branch back into trunk, checked Linux and win32 builds ok
5101   - updated the .dsp to work with new libxml2 2.4.16
5102   - fixed broken enginepath guessing, and broken project path rotation / saving
5103
5104 28/2/2002
5105   Gef
5106   - Added extra checks for target/targetname collisions
5107   - Find Brush dialog title correction (bugzilla #393)
5108
5109 26/2/2002
5110   Gef
5111   - Added Entity_Connect() to entity.cpp to avoid duplicating code
5112   - Fixed target/targetname collisions - entities being cross-linked when copied
5113     Bugzilla #385 : http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=385
5114
5115 16/2/2002
5116   Gef
5117   - cleaned up the kyro gl_point workaround stuff
5118   - taught ClipPoint's (clips & path points) how to draw themselves
5119
5120 8/2/2002
5121   Gef
5122   - Added mapxml.so to linux setup
5123   - strip debug symbols option in setup
5124   - removed g_qeglobals.m_strHomeMaps, writing it to project instead
5125     fixes a bunch of re-broken path issues. Also uses fs_game now.
5126   - Minor grid colour in QER Black & Green theme
5127   - Save window's pos/size for all view types in MainFrame::OnDestroy
5128
5129 ---------------------------  on branch synapse2
5130 4/3/2002
5131   - modules don't show up in plugins menu, added a dump in console before entering interactive mode
5132   - added compile time def for synapse verbosity
5133
5134 3/3/2002
5135   - finished converting all the modules to synapse, disabled old ResolveInterface call
5136
5137 24/2/2002
5138   - hooked TexTool into Radiant plugin menu through synapse
5139   - added iplugin.h which I had forgotten earlier
5140   - ported synapse code to compile and run on win32
5141
5142 19/2/2002
5143   - SYN_REQUIRE_ANY / multiple API manager code
5144     can load multiple interfaces based on a matching pattern
5145     converted TexTool to load that way
5146
5147 18/2/2002
5148   - added iplugin.h with basic interface for plugins  
5149
5150 13/2/2002
5151   - synapse on modules currently disabled,
5152     the basics of the code are working fine, need to look at multiple interfaces matches before going further
5153   - started converting shaders, requires conversion of a lot more others
5154   - image converted to synapse
5155   - no longer using GUID in synapse, all done through *_MAJOR strings
5156   HOWTO: convert a module to synapse:
5157     configure it to link against synapse static lib
5158     (+include path to STLPort required)
5159     add #include "synapse.h" to the plugin header
5160     declare the : public CSynapseClient in plugin header
5161     implement it (listing provides and requires, implement the request code)
5162
5163 12/2/2002
5164   - vfspk3 converted to synapse
5165
5166 11/2/2002
5167   TODO: get rid of all WINAPI crap
5168   - debugged the API dependencies solver to actually work  
5169   - added newer cons at the head of the tree
5170
5171 10/2/2002
5172   TTimo
5173   - added the basic code for solving API dependencies and requesting the various tables
5174   - more diagnostic printing code fixes
5175   - version checkings
5176   - some more design work (libs/synapse/doc)
5177
5178 9/2/2002
5179   TTimo
5180   - some changes to the files layout, cleanup of the diagnostics printing
5181   (stuff's mostly broken right now)
5182   - reworked the complete Sys_Printf stuff to rely on va_list implementation
5183   - include/isynapse.h declared useless and foxed without mercy
5184   - added include/irefcount.h
5185
5186 8/2/2002
5187   TTimo
5188   - adding an experimental Anjuta project file to play around with
5189
5190 7/2/2002
5191   TTimo
5192   - various fixes to build on linux, listed a bunch of current issues
5193   - fixing terrademo.map to remove broken mapobj~1 -> mapobjects
5194   -- synapse2 branch --
5195   - propagate the code from old synapse branch to a new branch out of 1.3 tree
5196     (builds and runs on linux, that's about it for now)
5197
5198 --------------------------- end branch synapse2
5199   
5200 7/2/2002
5201   djbob
5202   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=354
5203   moved all the preferences code to XML
5204
5205 6/2/2002
5206   SPoG
5207   - checked all paths conform to: unix dir separators + trailing separator
5208   - changed file dialogs for load/save of maps to default to "mapspath"
5209   - removed OpenDialog and SaveAsDialog, use file_dialog instead
5210   - removed FileSystem paths stored in QEGlobals_t.. replaced by CGameDescription
5211   - removed dependence on EnginePath from preferences, replaced by CGameDescription
5212   - removed hardcoded g_get_home_dir calls for file dialogs
5213   - added validation of project settings entry paths before they are set
5214
5215 5/2/2002
5216   EvilTypeGuy
5217   - moved filters.cpp related function declarations to filters.h
5218     and added #include "filters.h" to brush.cpp, csg.cpp, main.cpp,
5219     mainframe.cpp, map.cpp, select.cpp as not all files include
5220     qe3.h and qe3.h is a rather monolithic header this seems to be
5221     a cleaner solution per SPoG's suggestion...Fixes compilation.
5222
5223   Gef
5224   - contrib/plugins BOOL cleanup (uses qboolean now) fixes X header conflict
5225   - cons update for mapxml
5226   - SaveAsDialog() changed to match path's used in OpenDialog()
5227   - removed radiant/xy.h - moved contents to qe3.h (FilterBrush declaration)
5228
5229 4/2/2002
5230   SPoG
5231   - changed QE_LoadProject and QE_SaveProject to load/save xml project file format
5232   - changed request dialog for project files to loop until a valid file is found
5233   - fixed memleaks in CGameDescription constructor for xmlGetProp
5234   - added converting gametoolspath unix format when parsed from game file
5235
5236   - fixed m4x4 lib to use column-major order (more compatible with opengl)
5237   - added divergence parameter to ray-point intersection test
5238     (now easier to select distant points in perspective views)
5239   - cleaned up modelview/projection matrix manipulations in 2d/3d view
5240   - cleaned up map modules / interface source files a bit
5241
5242   - added ability to specify map module version when importing/exporting map
5243   - cleaned up file dialog code, returned filename is static and in unix format
5244   - save-as dialogs force a file extension depending on filetype selected
5245   - added filetype manager to support registering custom file types
5246   - fixed loading and cleaning engine path from radiant.ini correctly
5247
5248 3/2/2002
5249   EvilTypeGuy
5250   - fixed win32 compilation (userpathprefix is Linux specific)
5251
5252   ETG & Powzer
5253   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=308
5254     added preference to allow 'paint drag-select' brushes/faces in 3d camera view
5255   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=389
5256     added preference to strafe camera foward/back in 3d view while freelook is active
5257
5258   ETG & RR2DO2
5259   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=388
5260     patch adds ability to strafe up/down/left right while freelook is active
5261
5262 1/2/2002
5263   TTimo
5264   - bumped to 1.3.1-nightly
5265
5266 -- 1.2 stable branch branched here
5267
5268   Gef & TTimo
5269   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=372
5270     http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=376
5271     appplied the patch, corrected the mapspath expansion stuff
5272   TTimo  
5273   - linux nightly setup code
5274   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=384
5275     hacked a corrective action in the nightly setup
5276
5277   SPoG
5278   - fixed creating region brushes that fill the entire grid for Save Region
5279
5280 31/1/2002
5281
5282   Micheal Schlueter
5283   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=375
5284   syntax fix to q3map path_init.c
5285   
5286   Gef
5287   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
5288   patch 185 == 186
5289   tweaking to config stuff in linux setup
5290   patch 187
5291   Ensures the games directory exists before trying to create a file there
5292   patch 177
5293   Adds *.cf files & uses them. I think I have all the files in the right places now... maybe
5294   (some additional fixes on top by me)
5295   
5296   ETG
5297   quick fix to shader prefs load
5298
5299 29/1/2002
5300
5301   EvilTypeGuy
5302   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=345
5303   more detachable menus fixes
5304   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334
5305   fixes 'load shaders at startup' preference
5306
5307   SPoG
5308   - fixed misc_model "modelscale" and "modelscale_vec" support
5309   
5310   TTimo
5311   - upgraded setup scripts to support nightly build
5312   - last minute fix to the modelscale and modelscale_vec code (md3 module)
5313
5314   ydnar
5315   q3map 1.2.4-y2
5316
5317     New features:
5318     - -nopatchfix argument. This disables lightmap patch fixes and makes a map suitable for lighting with -vlight.
5319     - Degenerate patches are treated like broken brushes. They are ignored, warned about, and selected in Radiant if you ran with the -connect option (or from the BSP menu). This was what was causing the "0 valued axis" error some people were experiencing.
5320
5321     New entity keys:
5322     - "_lightmapscale" key for brush entities (worldspawn, func_*). This lets a mapper scale the lightmap samplesize per-entity. For large constructions, 2.0 or 3.0 is a fine value, and keeps BSP size down and compile times low. For those areas you want to have high-detail shadows, make a func_group and use a value of 0.25 or so. It will scale the samplesize value for the surface's shader (default 16) or the -samplesize argument.
5323     - "modelscale" and "modelscale_vec" keys for misc_models (1.0 = default). This was for proper RTCW support and is available for Quake 3 maps as well. Lets you scale up map models in the world, getting around the MD3 size limitation. The next build of GtkRadiant has SPoG's code to support this in-editor so you can see what effect a scale has.
5324     - Flare surfaces are now supressed from the BSP. They serve no purpose other than add to the vert & surfacecount in a BSP. These surfaces were created silently when a shader has "light 1" or "q3map_flareshader X." Use the new -flares switch when BSPing your map to have them emitted.
5325
5326     Changes:
5327     - GtkRadiant 1.2.4-nightly version increment.
5328     - Full WolfSDK style lighting enabled with -game wolf, including lightJuniors. This includes linear lights by default (no angle attenuation) and support for the additional RTCW "fade" and "angle" keys, and spawnflag changes, including q3map_nondynamic on light entities. This may require maps being constructed for RTCW with the current toolset to change their light entities. Sorry. :) Note, Wolf-style lighting only works with -light, and not -vlight.
5329     - Vertex light stitching now uses a near-ambient light check for dark vertexes as opposed to lower-than-average fixups. This preserves some shadow detail better while getting the buried verts lit properly. Comments encouraged.
5330     - Surfaces' samplesize are now stored in the BSP. This change makes BSPs generated from this version incompatible with all other q3maps. The upside is that -samplesize N is no longer necessary on the -light or -vlight stage. This feature is necessary to support the "_lightmapscale" key.
5331     - Additional PVS optimizations in lighting.
5332
5333     Fixes:
5334     - Will compile for RTCW properly (1.2.1-y12 didn't).
5335     - No more sparklies where fog meets brush faces. They're split properly now.
5336     - Crash bug in vlight fixed.
5337     - Vertex light fixups/stitching is considerably faster.
5338     - Vertex light fixups ONLY stitch faces with lightmaps. For pointlight surfaces you're on your own.
5339     - Better snapping logic when merging nearly-coincident vertexes on complex brush windings.
5340     - Bug where the .prt file had some bogus or nearly-borked portals. They're cleaned up like everything else now.
5341     - A few stupid bugs in path initialization. Should work better. Also includes TTimo's fixes to my code so it would work properly on Linux.
5342     - RR2DO2's PCX loading patch for alphamaps. This bug was manifesting itself in the form of offset or incorrect samples being used on terrain entities.
5343     - A ton of other minor little fixes here and there.
5344
5345 28/1/2002
5346
5347   TTimo
5348   - win32 fixes
5349   - 1.2.4-nightly
5350
5351   djbob
5352   - EClass_ForName fix if malformed name
5353
5354 ---- 1.2.3 linux released
5355
5356   TTimo
5357   - fixed BSP version depending on game mode in q3map
5358     (home dir guessing is still fucked, have to fix before release)
5359   - fixed q3map init_path.c home path bug on init
5360
5361   Gef
5362   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=369
5363     more fixes to texture paths in gensurf
5364
5365 27/1/2002
5366   TTimo
5367   - switching to v3 project file, forcing reload of template if non-v3
5368   need to distribute quakev3.qe4 in setups now (done for linux setup, will have to in win32)
5369   - renamed Main to main in q3map init paths
5370   - fixes the ~/. inits and init order in q3map
5371   - added m_pfnPathForPluginName to the main function table, returns the directory a plugin is running from
5372     used in bobtoolz / curry / pk3man to find various files
5373     see also todo: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=368
5374   - some fixes to textures loading paths in curry
5375   - linux setup copying correct content for curry (pk3 in wolf media) and bobtoolz (bt/ in plugins/)
5376   - building 1.2.2 setups  
5377   
5378   Gef
5379   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362
5380   gensurf fix
5381   
5382   djbob
5383   - bobtoolz update
5384   
5385   Hydra
5386   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=361
5387   fixes a bug with the texture menu loading, now we see the non-shaderlist directories too
5388
5389 26/1/2002
5390   Gef - Michael Schlueter - TTimo 
5391   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
5392   applied several patches (to setup code and to the setup scripts)
5393   modified makesdk.pl to update with more content
5394   added an "enginepath" attribute to the game file, reworked the handling in editor
5395   TTimo
5396   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347
5397     took out the refresh command from the plugin menu
5398   - more linux fixes:
5399     bringing all the plugins to compile again on linux
5400     polishing the setup code (all the right files in the right places)
5401   - for linux release, bumping ver to 1.2.2
5402     win32 will have a 1.2.3-nightly after that
5403   - added correct init of ~/.q3a or ~/.wolf
5404     *nix systems have a 'prefix' attribute in the .game file to specify
5405   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=359
5406     identified the mod compiling problems
5407     applying back the old fs_basepath fs_game code to the BSP generation
5408     
5409   ydnar- TTimo
5410   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=351
5411     cleaner path init code
5412     it doesn't init for ~/.q3a and ~/.wolf paths yet
5413
5414 25/1/2002
5415   SPoG
5416   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=352
5417   using the wrong matrix stack for XY_Draw caused stack overflow error
5418   - texture_mode was set to an invalid enum in wireframe/flatshade mode
5419   - changed plugin API to expect gamedir-relative texturenames
5420   - fixed gensurf to create faces/patches with gamedir-relative textures
5421
5422 24/1/2002
5423   SPoG
5424   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=322
5425   added modelscale key check to misc_model entity in md3/entity module
5426   added angle key check to eclassmodel class in md3/entity module
5427   fixed bugs in BP writing and reading in map module
5428   TTimo (commited as SPoG)
5429   - fixing permissions on cvsreport and doxygen stuff, upgraded dot
5430
5431 23/1/2002
5432   SPoG
5433   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=336
5434   plugin API bugfix - fixes textures on stuff created by plugins
5435
5436 ---- 1.2.1 was released here
5437
5438 22/1/2002
5439   Gef
5440   - linux build fixes
5441   SCDS_reyalP
5442   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=325
5443   wrong file packaged in setup
5444   RR2DO2
5445   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=327
5446   fix to PCX loading  
5447   SPoG
5448   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298
5449   cut & paste bugfix
5450   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=332
5451   update origin key on entities
5452   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=333
5453   made fixedsize entities not scalable
5454
5455 21/1/2002
5456   TTimo
5457   - scanning in g_strAppPath/modules/ and plugins/ prior to g_strGameToolsPath
5458   using the main path to put general plugins and modules
5459   - fixed bobtoolz bug, init of epairs table was relying on wrong params
5460   - fixed curry to compile again on 1.2
5461   - fixed pk3man to compile again on 1.2
5462   - updated IS setup:
5463     installing the plugins with the core
5464     installing the common modules in the core
5465   - Compiling manual, more IS stuff, .xlink etc.
5466
5467   RR2DO2
5468   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315
5469     patches for improved multimonitor support (with some associated pref items)
5470
5471   ydnar
5472   - more q3map: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=324
5473     - radiosity fixes (proper handling of ambient light)
5474     - polygonoffset fixes
5475     - lightmaps on patches work better (normal calcs adjusted, planar patches are 
5476       box projected like brush sides)
5477     - double vfs init in bsp stage removed (this needs to be tested on Linux)
5478     - lighting is faster again
5479     - a couple crash bugs resolved
5480     - other tasty nibbles
5481
5482 20/1/2002
5483   EvilTypeGuy
5484   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313
5485   detachable menus set as preference (in layout)
5486   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=255
5487   path prompt
5488   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=307
5489   patch dialog names
5490   ETG & RR2DO2
5491   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306
5492   fix 'Natural' texturing crash
5493   ETG & TTimo
5494   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291
5495   found out the problem, Wolf SP spawn works now
5496   TTimo
5497   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144
5498   fixed more problems with model loading vfsExtractRelativePath
5499   prolly broke the linux build, just a matter of putting a bunch of #idfdef
5500   - fixed an additionnal .pid lock situation, cleaning the global prefs on game .pid lock
5501   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301
5502   fixed md3 tris test selection bug
5503   djbob
5504   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219
5505   fixed bobtoolz for 1.2
5506   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=318
5507   filter structural
5508   RR2DO2
5509   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=305
5510   filter in viewmenu for lightgrid brushes (ydnar's q3map)
5511   fixes image lib loading bugs
5512   Hydra
5513   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298
5514   copy/clone deselects the copied stuff
5515   added a pref to deselect or not, and to nudge pasted stuff or not
5516
5517 19/1/2002
5518   djbob
5519   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=311
5520   IEpair wrapper to access project entity from plugins
5521   RR2DO2
5522   - missing IncRef in CShaderArray::AddSingle
5523   TTimo
5524   - game.xlink files in gametools path, is scanned to build items in the Help menu
5525   (and the associated code)
5526
5527 18/1/2002
5528   Gef / Michael Schlueter / TTimo
5529   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
5530   patches 133 and 138 applied, new setup code
5531
5532 14/1/2002
5533   TTimo
5534   - adding djbob write access for bobtoolz
5535
5536 13/1/2002
5537   ydnar
5538   - q3map code updates 1.2.1-y8
5539     new lightgrid surface flag feature
5540         lightgrid shader and editor image for Wolf and Q3/TA: in the common .pk3 and in all common.shader
5541         cvs remove setup/data/baseq3/common-q3r.pk3 (unused, we use common-spog.pk3)
5542   TTimo
5543   - updating setup to use mapq3 module instead of map (both Wolf and Q3 game packs)
5544     (also checked the lightgrid option)
5545   - fixed setup.pl bug for template gen from WorkDir/
5546   - correct spawning between SP and MP mapping mode
5547   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=297
5548     .pid check, console logging and prefs cleanup
5549   Wolfen
5550   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=294
5551     checked in updates to the manual links page and setup instructions
5552     (i.e. new prefs dialog)
5553
5554 12/1/2002
5555   Gef & Michael Schlueter
5556   - bugs #295 and #279, new patches applied
5557   EvilTypeGuy & djbob
5558   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=220
5559     patch selection crash
5560   EvilTypeGuy
5561   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=260
5562     Dense and Very Dense Cylinders have wrong number of rows    
5563   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=292
5564     latching patch toolbar settings
5565   TTimo
5566   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144
5567     win32 long/short pathname bugs reappearing, switching back to short paths for project settings
5568   - removed obsolete radiant/vfs.cpp radiant/vfs.h
5569   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291
5570     using new .qe4 for Wolf, fixed stuff editor side (long path names and engine spawn)
5571   SCDS_reyalP
5572   - http://zerowing.idsoftware.com/bugzilla/showattachment.cgi?attach_id=118
5573     realloc bug in terrain
5574
5575 11/1/2002
5576   SPoG
5577   - unpatched bug #239, unintended duplication of brushes, patch #96
5578         Note: bug #239 now unresolved
5579   EvilTypeGuy
5580   - bug #295 fixes for compile under Linux
5581
5582 10/1/2002
5583   SPoG
5584   - fixed CEntityEclassModel referencing eclass after eclass has been deleted
5585   SPoG - map-module branch
5586   - new map module, provides current functionality, using new map interface
5587   - cleaned up merging/creating of entity array used by map module
5588   - implemented MemStream::printf(const char,...) - can't print strings larger than 1024 currently
5589   - changed copy/paste to use the map module, via abstraction of FileStream/MemStream as DataStream
5590   - fixed Save Region and Save Selected
5591   - new xml map module "mapxml"
5592   - cleaned up map.cpp
5593
5594 6/1/2002
5595   TTimo
5596   - removed m_bPak from pref dialogs (it was dead code)
5597
5598 5/1/2002
5599   RR2DO2
5600   - q3map terrain blending fix for >5 layers
5601   EvilTypeGuy
5602   - fs_homepath patch on linux
5603   Gef
5604   - bug #279, linux setup, patch #102
5605   - bug #239, unintended duplication of brushes, patch #96
5606   TTimo
5607   - added Wolf specific project settings dialog:
5608     correct fs_game selection and combo names
5609     added multiplayer / single player mapping mode selection
5610
5611 4/1/2002
5612   TTimo
5613   - adding -game wolf switch to q3map (-game quake3 works too, but it's the default anyway)
5614     using different bsp version and different fs_basegame on wolf
5615   - updated the setup/win32/setup.pl script to generate from a config file instead of hardcoded
5616     (added corresponding q3.cf wolf.cf and all.cf config files)
5617   - added a default Start Menu shortcut name (RR2DO2 special)
5618   - diffing against Id's internal SOS source and merging in new stuff:
5619     - bumped MAX_SURFACE_INFO to 4096 in shaders.c
5620         - new terrain code (Jim Dose)
5621           ParseTerrain() addition in terrain.c
5622           Creates a mapDrawSurface_t from the terrain text
5623         - VL_SurfaceRadiosity and VL_SurfaceRadiosity
5624           MrElusive's vlight radiosity code
5625         - speedups to vis.c and visflow.c (MrElusive)
5626
5627 3/1/2002
5628   TTimo
5629   - merge gameselect branch back into trunk
5630   the IS setup scripts have been updated for the new paths layout
5631   developement environment needs to be updated to copy binaries to the right places for debug
5632   it is recommended to run a 1.2.1 setup on win32 prior to compile and install debug bins
5633   - updated the setup to be more templated for inclusion/non inclusion of game packs on demand
5634
5635   - propagating recent fixes to Alpha into the trunk
5636   based on diffing between Merge-1_1_1 and Merge-1_1_2:
5637   =====================================================================
5638   13/11/2001
5639     djbob
5640     - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=244
5641     reverted again the shader manual and tcMod docs
5642
5643     TTimo
5644     - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=214
5645     patched aselib.c, was calling strstr badly (relative path extraction)
5646
5647   12/11/2001
5648     djbob
5649     - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=241
5650     applied patch, will release in next nightly
5651
5652     Spog
5653     - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=254
5654     patch for safe_malloc
5655
5656     TTimo
5657     - fixing STLPort config checks and XML config (CHAR -> xmlChar)
5658     - added safe_malloc_info and safe_malloc in the common/ dir
5659     - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=179
5660     added XML stream version checking between Radiant and q3map
5661   ========================================================================  
5662   also, manual merge of docs/manual and setup media
5663   this merge work is related to bug #280 too:
5664   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=280
5665   
5666   ydnar
5667   - new q3map, radiosity and bug fixes, code merged in with the trunk version
5668   (TODO: add more detailed changes log)
5669
5670   EvilTypeGuy
5671   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274
5672   broken auto caulking fix
5673
5674   EvilTypeGyu & LordHavoc
5675   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=207
5676   (two new files, project settings updated)
5677   
5678 2/1/2002
5679   TTimo - branch gameselect
5680   - copying over the linux setup binaries (setup, uninstall, setup.gtk)
5681   from Alpha branch. Those have the ability to prompt destination path
5682   per component.
5683   Gef - branch gameselect
5684   - patch 101 for bug 279
5685   .game files generation by the setup, makesdk.sh and postinstall.sh fixups
5686
5687 1/1/2002
5688   Gef - branch gameselect
5689   - linux source fix http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
5690   (we use PATH_MAX as the cross platform define instead of MAX_PATH which only works on win32)
5691   
5692   TTimo - branch gameselect
5693   - cleanup and homogeneisation of the paths for prefs storage
5694     m_global_rc_path:
5695       win32: g_strAppPath
5696       linux: ~/.radiant/<version>/
5697     m_rc_path:
5698       win32: g_strGameToolsPath
5699       linux: ~/.radiant/<version>/<gamename>
5700     so that global.pref goes in ~/.radiant/<version>/global.pref
5701     and radiant.ini ~/.radiant/<version>/<gamename>/radiant.ini  
5702
5703 27/12/2001
5704   TTimo - branch gameselect
5705   - global prefs file (global.pref), XML based in core directory
5706     stores game selection setting
5707         stores autoload setting
5708   - dropping 'gameid' from .game file, gonna use a 'gamefile' in global prefs instead
5709     (and the .game file name .. thks Gef)
5710   - TODO: radiant.log stuff in global prefs?
5711
5712 21/12/2001
5713   TTimo - branch gameselect
5714   - more Wolf setup tweaking for an experimental build release:
5715     quakev2.qe4 project template file
5716         using a 'gameid' attribute in the game file to select hardcoded features in the editor binary
5717         'basegame' node for lookup of the default project file
5718         'engine' node for engine path
5719   - added experimental Wolf game pack to IS
5720   - added setup/win32/HOWTO with extensive information about the procedure to
5721     add new game packs
5722   - reading the 'name' attribute in the game node for game selection dialog
5723   - TODO: pid files to make safe startup?
5724   The .pid stuff should be happening after game selection, since it covers game-specific 
5725   preference settings. 
5726   - TODO: console logging pref should be a global pref, goes with game autoload?
5727
5728 17/12/2001
5729   TTimo - branch gameselect
5730   - updating the setup script for experimental 1.2.0 setup:
5731   
5732   merged some of the docs back into trunk (Radiant manual, some TA docs)
5733   will need to perform a complete diffing between Alpha and trunk about docs/manual at some point
5734   merged bitmaps from Alpha too
5735   
5736   added the Q3 modules (image, map, md3model, shaders, vfspk3) to Q3 game pack in setup
5737   
5738   generating per-game config file q3.game in OnMoved (IS setup)
5739   will need equivalent with linux setup of course
5740   
5741   various other generic fixes to the setup code
5742   
5743   - multiple games support, list of changes, and TODO:
5744   NOTE: this is on a 'gameselect' branch for now
5745   Doxygen documentation should be at http://zerowing.idsoftware.com/doxygen
5746     for this branch too.
5747
5748   The installation procedure has changed. The win32 installer is partly ready, linux installer
5749   will need to be modified too. The editor binary and the Gtk DLLs are installed in a common
5750   location, i.e. 'C:\Program Files\GtkRadiant' typically. The game specific binaries and modules
5751   go in the same location as usual, for instance 'C:\Program Files\Quake III Arena\GtkRadiant\'
5752   (and also 'C:\Program Files\Quake III Arena\GtkRadiant\modules' 'C:\<..>\plugins')
5753
5754   The environment variables used by the build system (VC6 project files) have been adapted:
5755   $(QUAKE3RADIANTDIR) is still used
5756   $(CORERADIANTDIR) is used for the main editor location
5757
5758   When editor starts, it looks for games/*.game under g_strAppPath and prompts the user for a game
5759   Once game is selected, parameters are used for regular startup.
5760   You need to write your own q3.game for now, it will be generated by the setup procedure
5761   my C:\Program Files\GtkRadiant\games\q3.game looks like that:
5762   <?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
5763   <!-- Q3 game definition file -->
5764   <!-- those are generated -->
5765   <game 
5766     name="Quake III Arena / Quake III: Team Arena and modifications"
5767         gametools="c:/quake3/Radiant/"
5768   />
5769
5770   given that, the editor does a complete startup, and the basics are here for multiple games
5771
5772   - precise changes:
5773
5774   g_strToolsPath renamed to g_strGameToolsPath
5775   most of former g_strAppPath uses g_strGameToolsPath
5776   the name change was also meant for homogeneity with DIR_GAMETOOLS_* variables we use in the setups
5777   g_strAppPath still used, points to the main installation path
5778
5779   added the game selection code in CPrefsDlg::Init
5780   using several classes and a dialog box, parsing XML files
5781
5782   - TODO:
5783   
5784   the console 'Radiant.log' doesn't catch the game selection stuff as it is now
5785   initialize it to the main install, without the game setting
5786   (console logging is a debugging tool anyway, no reason it should go to the proper game folder
5787   each time)
5788
5789   the 'preferences reset/cleanup' code is probably broken, specially when used with the .pid checking
5790   since we check for .pid even before we know where the GameTools path is
5791
5792   on linux, we need to sanitize the ~/.q3a dir usage. Switch to ~/.radiant, use the version tag
5793   to maintain things independant, and use the game name to isolate per-game settings?
5794   ~/.radiant/1.2.0-nightly/quake3/radiant.ini (.pid, .log)
5795   ~/.radiant/1.2.0-nightly/wolf/..
5796
5797   also, when looking for those files (.ini mostly), win32 stores them in a main installation, and
5798   linux has them in ~/.radiant/.. (which is the read/write area). This should be homogenized?
5799   Maybe by adding a 'Main' to the readonly path and a new variable with 'RW', pointing to 'Main' on
5800   win32 and to ~/.radiant on linux
5801
5802 11/12/2001
5803   TTimo
5804   - replaced setup/win32/setup.sh by setup/win32/setup.pl
5805   same functionality level + abiliy to generate back a template from a work version
5806   - major rework on the IS scripts, basics of multiple games support installer
5807   clean seperation between editor core and game pack
5808   design doc and analysis of custom setup generation, setup script UI requierements
5809   see setup/win32/TODO for more details
5810
5811 10/12/2001
5812   TTimo
5813   - new generation of InstallShield setup
5814   using a template/ directory instead of a .zip file
5815   requires rewrite of the processing script
5816   allows easier maintenance of the IS script
5817
5818 23/11/2001
5819   TTimo
5820   - yet another update to cvsreport script, 
5821   catch the branch and forward the info to user commands too
5822   able to build doxygen for several branches selectively now:
5823   http://zerowing.idsoftware.com/doxygen 
5824
5825 22/11/2001
5826   TTimo
5827   - new cvsreport script, should send explicit diff of the CHANGES file now
5828
5829 03/12/2001
5830   TTimo - md3-module branch
5831   - validated the fixes and the build on linux, ready to merge in trunk
5832   SPoG - md3-module branch
5833   - changed function naming conventions in mathlib for m4x4, ray, bbox, to be consistent
5834   - fixed bug in m4x4_invert
5835
5836 29/11/2001
5837   TTimo - md3-module branch
5838   - flagged all new mathlib functions that need a name change or an argument order change
5839   also added various \todo to point out inconsistencies
5840
5841 28/11/2001
5842   TTimo - md3-module branch
5843   - updated linux build
5844   - fixed CEntityMiscModel and CEntityEclassModel destructors
5845     (any destructor should be virtual)
5846
5847 27/11/2001
5848   Spog - md3-module branch
5849   - stopped texturewindow showing shaders without the "textures/" path
5850   - made md3 module functionally identical to current radiant md3 code
5851
5852 22/11/2001
5853   TTimo - md3-module branch
5854   - fixes to the core for linux build
5855   - model.so module builds on linux
5856   - added plugins/md3model/doc/md3-design.txt
5857   - several doxy-friendly \todo chunks about the module model
5858
5859   Spog - md3-module branch
5860   - fixed aabb_add_aabb() algorithm wasn't very reliable
5861   - added VectorMid, VectorNegative and CrossProduct macros to mathlib
5862   - added bbox_intersect_plane()
5863
5864 21/11/2001
5865   Spog & TTimo - md3-module branch
5866   - initial code from Spog following a preparatory design work
5867   merging in as new 'md3-module' branch
5868   geomlib code merged into mathlib
5869   some reorganisation of the source layout and cleanup (more stuff in imodel.h, less in qertypes.h)
5870
5871   Spog
5872   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=261
5873   fix applied
5874
5875 20/23/11/2001
5876   TTimo
5877   - yet another update to cvsreport script, 
5878   catch the branch and forward the info to user commands too
5879   able to build doxygen for several branches selectively now:
5880   http://zerowing.idsoftware.com/doxygen 
5881
5882 22/11/2001
5883   TTimo
5884   - new cvsreport script, should send explicit diff of the CHANGES file now
5885
5886 11/2001
5887   Spog
5888   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=253
5889   additional fixes
5890   TTimo
5891   - renamed tools/quake3/common/threads.h to qthreads.h
5892   avoids a collision with system headers
5893
5894 19/11/2001
5895   Spog
5896   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=251
5897   Fixed "Move into worldspawn" deleting entities with only one brush
5898   Fixed Brush_Move using texture lock on fixedsize entity brushes
5899   Fixed Textures > Texture Lock > Rotations toggle checkbox
5900
5901 16/11/2001
5902   Gef
5903   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=247
5904   applied patch 77, using a notebook layout for preferences dialog
5905   also patched in some preferences saving that had been forgotten
5906   (such as invert mouse in freelook)
5907   
5908   Spog
5909   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=253
5910   patch 84 + additional modifs, bug still open
5911
5912 15/11/2001
5913   Spog
5914   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=252
5915   rewritten rendering pipeline for cam window - fixes some hacks, improves speed, 
5916   makes rendering modes more consistent with each other
5917
5918 07/11/2001
5919   TTimo
5920   - more IMAP interface, adding a blind data void *pData to entity_t
5921     more info about it and why it's done is in map.cpp, should be a small base for next additions to the editor
5922
5923 31/10/2001
5924   TTimo
5925   - using IDataStream in map module, moved back some of the module code into the trunk
5926
5927 30/10/2001
5928   Gef
5929   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=245
5930     applied patch 76
5931     
5932   TTimo
5933   - renaming istream.h to idatastream.h, this had nasty conflicts with OS includes
5934   already had to IStream -> IDataStream some time ago anyway
5935
5936 27/10/2001
5937   TTimo
5938   - updated cvsreport, testing new ver
5939   - added a static version of texdef (no memory alloc on the texture name)
5940     unused for now, was just experimental
5941   Gef
5942   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=245
5943     applied patch 75
5944
5945 26/01/2001
5946   TTimo
5947   - various updates:
5948   new GtkSDK precompiled binaries
5949   updated libxml2 package (to 2.4.3)
5950   updated STLPort (to 4.5)
5951     now compiling with STLPort and threading (since we are using threading throughout the app)
5952   - exposing the data stream API to the modules, renamed some stuff on the way
5953     need to update the map module to use it now
5954   - cleanup on qtexture_t definition
5955     guarding and disabling chunks of the surface plugin code behind DO_SURFACEPLUGIN
5956         (see earlier patch on plugin entities)
5957
5958 25/01/2001
5959   Hydra
5960   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=202
5961   applied patch commenting out plugin entities code
5962   might come back in 1.2 under another implementation
5963   the code is still there, only commented out for now
5964
5965 17/01/2001
5966   TTimo
5967   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=93
5968   checking in doxygen content, setting up generation on zerowing
5969   auto generation on zerowing upon a commit:
5970   http://zerowing.idsoftware.com/doxygen
5971   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=231
5972   checked in the patch
5973   - switching to a new cvs commit script
5974
5975 14/10/2001
5976   TTimo
5977   - libs/mathlib library
5978     unifies mathlib code squattered all over the tree
5979     mainly a merge of tools math code and radiant/mathlib.cpp
5980     C implementation, using an extern "C" construct for use from C++
5981     need to check on linux, win32 builds ok
5982     extracted qboolean code into libs/bytebool.h on the way
5983
5984 11/10/2001
5985   TTimo
5986   merged TmpMerge-1_1_1 branch back in the trunk, the update process from Alpha 1.1.1 is done
5987
5988   TTimo - branch TmpMerge-1_1_1
5989   looking through all remaining .rej files and applying the failed patches accordingly
5990   bobtoolz is broken, but it's not due to the merge
5991     the plugin API is different and some things need updated
5992     (disabled bobtoolz build in contrib/Construct for now)
5993   same for gensurf
5994   same for prtview
5995   same for textool
5996   setup: replaced the existing stuff with 1.1.1 code
5997   fixed various things for win32 build, checked correct CRT lib config
5998
5999 10/10/2001
6000   TTimo - branch TmpMerge-1_1_1
6001   building modules, going through all the .rej
6002   merging radiant/missing.h and modules/shaders/missing.h into a single one, moving to libs/
6003   exposing BuildShaderList PreloadShaders in _QERAppShadersTable
6004   have to review all the remaining .rej to finalize the merge now
6005
6006 04/10/2001
6007   TTimo - branch TmpMerge-1_1_1
6008   using this branch as temporary location for merge process
6009   copied over new binary files. mostly .dsp (prolly broken)
6010   and setup/linux/setup.data stuff
6011
6012 25/08/2001
6013   TTimo
6014   map module successfully loaded and saved q3dm1, the saved file was then loaded back into 1.1-TA without problems
6015   rebuilt and checked on win32
6016   merged IMap back in trunk, fixed some memory conflicts on win32
6017   Took me a lot more time than I would have liked to, but there's a script tied to the CVS server now, which will post on this list a diff of the docs/developer/CHANGES file whenever it gets updated. This will probably be very handy for me since I'll only have to put update information in the CHANGES file instead of having to post on the list too.
6018   The script is likely to be a bit laggy, or miss some features (for instance I'd like to extract the branch name .. anyone know how I can get the branch name (Alpha/IMap/HEAD) from the version number?
6019   PS: I can email this script to anyone who would like to have a look
6020
6021 22/08/2001
6022   TTimo
6023   did more work on map module, one big chunk of work left: the core should broadcast interface requests to plugins
6024     when it doesn't know how to do it by itself..
6025   Gef
6026   new doxygen patch, generates output from core (libs/ include/ and radiant/)
6027
6028 21/08/2001
6029   TTimo
6030   removed Makefile, use cons damnit!
6031
6032 18/08/2001
6033   Gef
6034   automated documentation via doxygen, new scripts and content
6035
6036 18/08/2001
6037   EvilTypeGuy
6038   patch for CHAR to xmlChar conversion (xml2 consistency)
6039
6040 09/08/2001
6041   TTimo
6042   the map module starts to look like something, cleaned up the interface stuff
6043   started moving the actual code out in the module and removing it from the core
6044   lots of issues raised on the way, some structures to export, and the macro scheme to access API functions more easily
6045   it compiles right now, but won't run because it's missing a lot of things .. the process simply happens to be "under way"
6046
6047 04/08/2001
6048   TTimo
6049   patched more path code, to look for stuff in "bitmaps/" and "modules/" instead of "tools/bitmaps" and "tools/modules"
6050   modified the Construct files accordingly
6051   merged in radiant/ishaders.cpp diff into plugins/shaders/shaders.cpp (PreloadShaders)
6052   merged in radiant/lbmlib.cpp diff into plugins/images/lbmlib.cpp (Sys_FPrintf)
6053   checked the .rej and patched a few remaining things
6054   NOTE
6055     the diffs are space/tab sensisitive, and we used the "beautify source" a bunch of times, so it's a bit fucked now
6056     next time, generate the diffs not space sensitive..
6057   TODO
6058     map loading is fucked, "textures/" prefix issue?
6059
6060 27/07/2001
6061   TTimo
6062   merging recent changes from Alpha branch into the Trunk
6063   this could not be done with a regular cvs merge because we already did a cvs merge of Alpha into trunk some time ago
6064   manually built a diff between the current Alpha (now tagged Merge-1_1-TA_1-nightly)
6065   and the Alpha we had right after the former cvs merge: -r Alpha -D 2000-05-28
6066   binary files ignored in the diff, only going for source stuff
6067   built with diff -Nru Reference/ Current/
6068   then patch -p1 < patchfile
6069   next, started rebuilding:
6070     big manual updates were in vfs.cpp and texwindow.cpp
6071   cleaned up some VFS stuff .. it had an absurd QERAppFileSystem / QERPlugFileSystem scheme
6072   TODO:
6073     the ISSetup has not been copied over from Alpha
6074     OK check the Construct files
6075     OK radiant/ishaders.cpp no longer exists .. apply the patch on the shader module
6076     OK radiant/lbmlib.cpp no longer exists .. in the image code?
6077     OK look at the *.rej files
6078
6079 03/10/2001
6080   TTimo
6081   - adding a pref to select patches by BBox, fixes
6082   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=212
6083
6084 02/10/2001
6085   TTimo
6086   - reverting Spog patch 67 to bug #209, starting from scratch
6087   applied again, with HasModel returning NULL safe checks
6088   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=211
6089   fixed overlays drawing (XY and Cam)
6090
6091 01/10/2001
6092   TTimo
6093   - building and distributing q3data (.ase -> .md3 conversion utility)
6094   updated q3data to show main GtkRadiant version information and build date
6095   - generating a new GUID per-setup
6096   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=206
6097   Gef
6098   - updated credits.html and links.htm, look much better
6099   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=200
6100   - update Z-checker view on camera up and down
6101   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=199
6102   Spog
6103   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=209
6104   Fixed QERApp_ReloadShaders.. PreloadShaders needs a BuildShaderList call 
6105   Fixed Flush & Reload Shaders for md3 models
6106
6107 25/09/2001
6108   Gef / djbob
6109   - several patches to the key handling code, for linux specific issues and sticky keys
6110   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=191
6111   TTimo
6112   - fixing q3map bug, not processing the argv correctly
6113   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=192
6114   - fixed ToggleCubicClip shortcut Ctrl+\ (win32 Gtk source patch)
6115   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=15
6116
6117 18/09/2001
6118   RR2DO2
6119   - discreet movement for camera (prefs setting)
6120     fixes texture window bug
6121     latching view layout changes until restart
6122   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=23
6123   djbob
6124   - added back "view > show > show angles" in view filters
6125   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=188
6126
6127 15/09/2001
6128   G_Dewan
6129   - fixed problems with q3map when not using -connect
6130   SPoG
6131   - fixed q3map texture projection for brushes belonging to entities with local origin
6132   - added SafeOpenRead() check, terminating map->bsp stage if .map file cannot be read
6133
6134 13/09/2001
6135   RR2DO2
6136   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=181
6137   fixing key handling bug (key pressed with repetition was not properly catched)
6138   TTimo
6139   - added new Radiant manual elements (GtkRad section) to the win32 full setup
6140   - reverting version to nightly, going back to nightly / RC delayed
6141   - patched linux setup, now prompting for component path only if at least
6142     one of the options is checked. Still need to handle Cancel in dialog though.
6143
6144 12/09/2001
6145   TTimo
6146   - more fixes to linux script, copy plugins right now
6147
6148 10/09/2001
6149   TTimo
6150   - patched contrib plugins, using seperate build scheme
6151   - fixed textool issues, compiles again
6152
6153 09/09/2001
6154   TTimo
6155   - sub-menu cascading
6156   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=178
6157   - udpated the Q3Radiant manual with some new GtkRadiant stuff
6158   - updated the FAQ with 1.1.1 known issues
6159   Gef
6160   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=174
6161   applied all the patches 
6162
6163 07/09/2001
6164   SPoG
6165   - fixed qer_editorimages outside "textures/" being ignored
6166   - stopped q3map_lightimage being used to set shader image dimensions
6167   - changed bsp menu to remove "bsp_", changed menu text in default .qe4
6168   - fixed patch LOD update - now always occurs on both cam/xy draw
6169
6170   djbob
6171   - dynamic DEpair class strings in bobtoolz
6172   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=171
6173   - decrease VESF verbosity
6174   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=169
6175
6176   TTimo
6177   - fixed Gtk keyboard bug Ctrl + [ and ]
6178   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=15
6179
6180 06/09/2001
6181   TTimo
6182   - merged FullSetup branch into the trunk, we have basic functionality
6183   for a full linux setup (components prompting for path)
6184   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=158
6185
6186   Gef
6187   - CapDialog source cleanup patch (got rid of the namespace)
6188
6189   RR2DO2
6190   - more camera fixes, wheel mouse and texture drag drop
6191   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=23
6192   - additionnal patch to optimize camera refreshes
6193   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=23
6194   
6195   djbob
6196   - remember last key/pair in entity dialog for easy "apply again"  
6197   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=18
6198   - re-enabled texture name edit on PI
6199   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=18
6200
6201 04/09/2001
6202   djbob
6203   - left pane on status bar
6204   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=166
6205   
6206   RR2DO2
6207   - cam window cursor fix
6208   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=23
6209   
6210   TTimo (FullSetup branch)
6211   patched setupdb and setup to allow for path prompt in install
6212   modified the setup script scheme to go towards a solution similar to what
6213     we do under win32 (build a full and nightly build)
6214   the binaries in setup.data/ (setup and setup.gtk) still need to be updated 
6215     with proper binaries built from setup and setupdb cvs source
6216
6217 03/09/2001
6218   TTimo
6219   - wheel mouse in texture window on win32 (with a pref setting for increment)
6220   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=160
6221   - not saving prefs while exit on sleep
6222   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=157
6223   - fixed select all of type (changed behaviour to something that makes more sense?)
6224   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=79
6225   
6226   Gef
6227   - final tweaks to wheel mouse scrolling (locks texwin scrolling and scrollbar update)
6228   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=160
6229   - prevent multiple color selection dialog for light entity
6230   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=165
6231   
6232   djbob & TTimo
6233   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=137
6234   window positions
6235   applied patch to store SI and PI positions
6236   storing entity info and map info positions
6237   reworked the overall position load/save scheme
6238   added an enum for the view style, makes things more readable
6239
6240 02/09/2001
6241   TTimo
6242   - added/cleanup ToggleFreeMode to camwindow.cpp .. stopped working on cam stuff since RR2DO2 has another patch in preparation
6243   Gef
6244   - patched Conscript to accept 'cons -- release' on the command line to performa a release build
6245   djbob
6246   - added patch splitting to bobtoolz
6247   - fix to patch control points bug in camera
6248   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=159
6249   - handling of NWUV errors in q3map
6250   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=147
6251   RR2DO2
6252   - new patch for camera control
6253   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=23
6254
6255 01/09/2001
6256   SPoG
6257   - Fixed .wal texture support, searches for .wal extension if .tga and .jpg fail
6258     NOTE: requires a "pics/colormap.pcx" file to obtain a palette from
6259   - Added variable default texture scale in preferences (ini key: TextureDefaultScale)
6260
6261 01/09/2001
6262   djbob
6263   - fixed surface inspector "fit" bug
6264   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=161
6265   - single face deselection on a selected brush
6266   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=153
6267
6268 31/08/2001
6269   TTimo
6270   - Moved *.def files to scripts/ in win32 setup
6271   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=116
6272   - Applied patch for background position on widgets (win32)
6273   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=108
6274   - Checked C runtime lib configs
6275   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=135
6276   - updating docs (add to CVS, update setups etc.)
6277     added TA teams manual to the full setup
6278     uploaded on web site
6279   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=97
6280   - changed versioning to 1.1.1-nightly, next release will be 1.1.1
6281   (the -TA part was removed, since we now support ALL mods)
6282   - removed AFX_MANAGE_STATE calls, this is old MFC related code for win32
6283   - moved texdef_t::name to private, added const char * GetName()
6284   (doesn't fix explosion on exit for win32 debug builds though)
6285   - fixed DoTextEdit / EditPad b0rkage (due to recent Q_Exec changes)
6286   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=134
6287   - added targetShaderName documentation to shader manual
6288   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=102
6289   - added "notta" and "notq3a" documentation to the TA Mapping manual
6290   - fixed entities.def on shootable doors and buttons
6291   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=101
6292
6293   djbob
6294   - added MAX_POINT_ON_WINDING error handling
6295   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=129
6296   - bobtoolz update
6297   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=123
6298
6299   RR2DO2
6300   - noclip-type camera movement
6301   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=23
6302
6303 30/08/2001
6304   TTimo
6305   - Fixed CHANGES commit script bug
6306   - Fixed -onlyents bug in q3map / origin brushes
6307   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=92
6308   - added mouse wheel to the texture window
6309   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=81
6310   SPoG
6311   - Fixed texture rotation not updating correctly on patches
6312   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=136
6313   - Fixed long delay on toggling cubic clip by removing call to Map_BuildBrushData()
6314   - Added note in entities.def for default worldspawn _color value
6315   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=105
6316   - Added IncRef and DecRef to Patch_FindReplaceTexture()
6317   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=95
6318   - Fixed misc_model updating on changing model key or with invalid model
6319   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=138
6320
6321 30/08/2001
6322   SPoG
6323   - Added negative vertical scale on SET and FIT in patch/surface inspector
6324   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=65
6325
6326 27/08/2001
6327   Gef
6328   - running makeversion.sh from Conscript
6329   - a bunch of patches to cleanup compile warnings on linux
6330   - added VectorSnap on float grid
6331   - IWindowListener modified to pass float values for X Y in click messages
6332   TTimo
6333   - fixed crash when adding a misc_model if Gtk dialog is on
6334   djbob
6335   - md3 filtering for misc_model dialog
6336   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=76
6337
6338 26/08/2001
6339   Gef
6340   fixed http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=152
6341     Kyro II GL drivers bug
6342   fixed http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=150
6343     using a scrolling textbox for GL extensions in the about list
6344   fixed http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=150
6345     func_group toggle in cap dialog
6346     
6347   TTimo
6348   fixed running BSP commands on linux
6349   fixed http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=133
6350     VFS init on linux
6351     
6352 around 15/08/2001
6353   TTimo
6354   quakecon fixes: switched to long filenames in project and misc_model dialogs,
6355     removed all occurences of win32 conversion to old 8.3 filenames
6356   NOTE: this might raise some bugs and issues, but it's the way to go for the future,
6357     already fixes more issues than it creates
6358
6359 03/08/2001
6360   djbob
6361   fixed Radiant hijacks win32 copy/paste
6362   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=36
6363
6364 --- merged Alpha into Trunk, see Merge-1_1-TA-nightly tag
6365
6366 25/07/2001
6367   TTimo
6368   fixed project dialog to behave right
6369   proper .def scanning
6370   fixed shader loading with VFS and mod stuff
6371   added a local to texwindow.cpp GSList *l_shaderfiles
6372     holds the names of the active .shader files
6373   modified q3map to read "fs_basepath" and "fs_game"
6374   TODO:
6375     .def files in the media need to move to <fs_game>/scripts/
6376     rename entities-TA.def to entities-ta.def
6377
6378 24/07/2001
6379   TTimo
6380   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=116
6381   updated cmdlib's Q_Exec to be more widely used through Radiant (during watchbsp.cpp cleanup)
6382   patching in MarsMattel's code for mod support, and started fixing:
6383     added m_strFSBasePath m_strFSMain m_strFSGame to g_qeglobals to match Q3's filesystem
6384     reworked the project file dialog
6385     changed the way we load and initialize eclass and shaders to work with mod code
6386     updated VFS initialisation code, cleaner and better console output
6387     the "game" key in the project file is no longer relevant, only "dir" is
6388       (if "dir" is not present, then no mod support, vanilla Q3)
6389     changed the loading of the .def files to scan in scripts/, you might need to move your entites.def to use
6390     TODO:
6391       cleanup .. (search where "basepath" is used for instance)
6392       using fs_game when calling q3map
6393       fixing project dialog to behave right
6394       shader loading using VFS functions (seems to work again but I'm not sure)
6395       win32 ver. might be slightly broken
6396       .def scanning, don't scan ALL .def
6397
6398 23/07/2001
6399   TTimo
6400   added version and build info to the log file + current timestamp
6401
6402 22/07/2001
6403   SPoG
6404   fixed selection of misc_model when viewed as a bounding box
6405   
6406 20/07/2001
6407   TTimo
6408   cons script for q3map building
6409   added general GtkRadiant versioning (version.h) to q3map
6410   nightly setup on linux:
6411     using the right install path (with GtkRadiant's version name)
6412     cleaned up options to only the stuff relevant to nightly
6413     fixed Radiant and core binaries path in setup
6414     added some template processing of setup.xml (similar to what is being done on win32)
6415   
6416 19/07/2001
6417   TTimo
6418   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=112
6419   applied ^Fishman's path
6420   inclusion of version.h and aboutmsg.h moved to qe3.h
6421   changed base path location process (in most cases it will prompt)
6422   fixed the path construction to initialize according to the new layout
6423
6424 16/07/2001
6425   TTimo
6426   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=115
6427   fixed wake up crash on linux
6428
6429 12/07/2001
6430   TTimo
6431   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=117
6432   fixed
6433   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=120
6434   fixed installer bug on win98, was a problem with cygwin config
6435
6436 11/07/2001
6437   TTimo
6438   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=64
6439   cleanup and fixed
6440
6441 06/07/2001
6442   TTimo
6443   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=100
6444   can't locate the "textures: in use" problem, has been fixed already?
6445   now selecting the right entity in the list, had to go around an inifinite recursion problem
6446     (i.e. selection message in the entity class list causes UpdateSel recursion)
6447
6448 04/07/2001
6449   TTimo
6450   - added botclip to missionpack/common.shader
6451   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=114
6452
6453 01/07/2001
6454   TTimo
6455   - backported cons scripts to Alpha branch. Type 'cons' at the head to build
6456   regular makefiles should soon be outdated..
6457
6458 30/06/2001
6459   TTimo
6460   - updated the IS script (Gtk changes and and BACK problem)
6461   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=68
6462   - bunch of fixed to make it build on win32 against new STLPort
6463   http://zerowing.idsoftware.com/STLPort/
6464   using an STLPort configured locally in GtkRadiant (with stl_config.h, new file)
6465
6466 29/06/2001
6467   TTimo
6468   - fixed GDI leak affecting text widgets, specially the console and the entity inspector
6469
6470 18/06/2001
6471   TTimo
6472   - more win32 project file cleanup, removing libs/libxml2 from the tree
6473   - importing back "gtkr_list.h" from 1.2, made Alpha branch STLport compliant too
6474     http://www.qeradiant.com/faq/fom-serve/cache/174.html
6475
6476 30/05/2001
6477   TTimo
6478   - added libxml2 as an external dependency. libxml2 should be installed as a seperate
6479   directory on win32. dynamic linking now instead of static previously.
6480   - cleaned up q3map win32 project file, removed opengl dependency
6481   (the drawflag command line is inoperant now .. I don't think it was used anyway?)
6482
6483 26/07/2001
6484   TTimo
6485   - checking in Gef's doxygen files
6486
6487 14/06/2001
6488   TTimo
6489   - added .dsp for map module on win32
6490   - fixed several issues with module loading, stability of the debug and release builds
6491     http://www.qeradiant.com/faq/index.cgi?file=197
6492
6493 12/06/2001
6494   TTimo
6495   - got rid of of SysMsg thing, using SysPrintf and SysFPrintf now
6496   - got rid of InfoMsg functions (can't remember what it was)
6497   - changed the m_pfnError in the plugin API to match Radiant's (void)(char *, ...)
6498   - changed Warning to Sys_Warning, as #define to Sys_FPrintf(SYS_WRN,
6499   
6500 11/06/2001
6501   TTimo
6502   - new map module, in plugins/map, required for execution (linux Makefiles written, win32 needs to be)
6503     this is using the imap.h interface
6504   - added Sys_ functions to the main table (Sys_BeginWait Sys_EndWait)
6505   - got rid of AFX_MANAGE_STATE macros .. those are crappy MFC remnants
6506   - reverted Spog's changes to the console logging switches to their original behaviour
6507   - removed m_fVersion from the func table .. we use the size of the table to do the checks
6508   XMLmap merge from 31/11/2000:
6509   - started moving the map loading code into a module
6510   
6511 08/06/2001
6512   TTimo
6513   - updates to the plugin loading code, verbose a bit more, and more interesting information
6514
6515 05/06/2001
6516   TTimo
6517   - some fixes to vfspk3 string code, using the proper str implementation
6518   http://www.qeradiant.com/faq/index.cgi?file=175
6519   - added and tweaked various cons build files, Radiant 1.2 core and required Q3 modules are building now
6520   - fixes to image module
6521
6522 04/06/2001
6523   TTimo
6524   - started using cons for the linux (*NIX) build system
6525   see http://www.dsmit.com/cons/
6526   
6527   SPoG
6528   - Fixed drawing too much coordinate text in XY window
6529   - Changed grid line drawing in XY window to be more consistent
6530   - Fixed clipper-tool-uses-caulk to only apply common/caulk to solid opaque brushes
6531     (shaders.dll now parses some new surfaceparms)
6532   - Changed shader parsing to pass over layer information in shaders,
6533     rather than parsing and ignoring it all
6534   - Changed misc_model selection to ignore back-facing triangles
6535   - Added axes to show the grid origin in XY window
6536   - Changed misc_model rendering and selection to minimise the number of extra
6537     transformation calculations
6538   - Fixed texture directory listing to allocate and free memory correctly using vfs
6539   - Added qglDeleteTextures() to plugin GL API - fixes crash
6540   - Fixed image.dll to correctly allocate and free memory for jpgs
6541   - Moved modules to /modules from /plugins, updated win32 project files.
6542     (linux/mac makefiles will need to be updated)
6543   - Changed console logging toggle in main() to automatically disable logging after any successful startup
6544   - Changed console logging to only activate when a Release build finds a .pid file
6545   - Changed "found .pid" and "logging console output" messageboxes to give a clearer message
6546   - Added vfsFreeFile - which is kinda redundant if we use g_free and g_malloc for everything
6547   
6548 31/05/2001
6549   TTimo
6550   - cleanup of the win32 project file and C++ options.\
6551   Turned off exception handling, changed some code generation options and fixed
6552   some threaded/non-threaded linking problems
6553   - STL in GtkRadiant or a plugin must now use STLPort
6554   a custom configured version of STLPort is available at http://zerowing.idsoftware.com/STLPort
6555   still need to write some guidelines about it
6556   bascially, we are using STL: iostreams disabled, no namespace, no threading, no exceptions
6557
6558 30/05/2001
6559   TTimo
6560   - removed libxml2 from tree, use a seperate libxml2/ directory next to GtkRadiant/ for win32
6561   libxml2 will be distributed seperately as an archive based on official release (same as win32 Gtk SDK)
6562   (check on zerowing for the latest archive)
6563   libxml2 is now used as dynamic shared object on win32, makes sense since many module will rely on it
6564   - cleaned q3map, removed GL dependencies
6565   - updated Debug and Release builds on win32, it compiles and runs now
6566
6567 28/05/2001
6568   Spog
6569   - moved vfsExtractRelativePath and vfsGetFullPath to vfs.cpp in vfspk3,
6570     added vfsExtractRelativePath and vfsGetFullPath to IFileSystem. Copied BuildShortPathName() from qe3.cpp to vfs.cpp as a Temp fix.
6571   - Changed Error() calls in bmp.cpp as a Temp fix, they relied on definition of Error in qe3.cpp. Should probably use Error() from cmdlib instead.
6572   - Fixed unresolved external in jpgload.obj - merged bufsize argument into jpeg_stdio_src from Alpha branch... assuming Alpha is the newer version.
6573   - Changed GtkWidget* to void* in image.cpp.. this could be cleaned up more.. i only did enough to make it compile.
6574   - Added jpeg.cpp to msvc project for image.dll.. changed declaraction of LoadJPG() in image.cpp to an extern... is this correct?
6575   - TODO: update vfs.cpp, vfspak.cpp and vfs.h in plugins/vfspak
6576   - fixed unresolved external load_pixmap() - merged load_pixmap declaration from Alpha branch into gtkmisc.cpp
6577   - moved vfsBasePromptPath() to qe3.cpp as a Temp fix - not currently required in vfs module, but it will be in future.
6578   - two calls to free() in texwindow.cpp freeing memory allocated by vfs module, causing debug assert errors - changed them to g_free()
6579   - TODO: Delete vfs.cpp and vfs.h from /radiant
6580   TTimo
6581   - additional fixes after Spog's merge (linux version), removed messaging.cpp messaging.h (name changed to ui.h ui.cpp)
6582     updated linux makefile accordingly
6583   - merge of Alpha version into trunk (massive amount of changes and merges, not detailed)
6584
6585 25/05/2001
6586   TTimo (Alpha branch)
6587   - merged the recent MacOS branch back into Alpha
6588   this makes a potential source codebase for a MacOS release
6589
6590 24/05/2001
6591   TTimo (Alpha branch)
6592   - patching Spog's recent changes to fix linux build
6593   using DBL_MAX and FLT_MAX from <limits.h> for float and double max
6594
6595 23/05/2001
6596   TTimo (Alpha branch)
6597   - testing Spog's write access
6598   
6599   SPoG (Alpha branch)
6600   - Added variable LOD for PatchMeshes based on curvature
6601   - Added LOD-matching to eliminate gaps between patches with mismatched LOD
6602   - Fixed texture shift/scale on LOD'd PatchMeshes
6603   - Added opengl lighting (three infinite light sources)
6604   - Added dynamically calculating vertex normals for PatchMeshes, for gl lighting
6605   - Added decoding/transforming md3 vertex normals for gl lighting
6606   - Changed camera drawing routine to minimise gl state changes
6607   - Removed Patch_InsertDelete() - not functional
6608   - Added CV lattice to selected patches
6609   - Added Per-polygon patch selection
6610   - Added Per-polygon misc_model selection
6611   - Changed default "patch subdivisions" to 4
6612   - Rewrote camwindow drawing to only change opengl state within the camwnd's member functions
6613         fixes all rendering modes to be more consistent, speeds up rendering
6614
6615 --------- GtkRadiant 1.1-TA win32 and linux release ----------
6616
6617 13/05/2001
6618
6619   Spog (patched in TTimo) (Alpha branch)
6620   - Fixed "Fix entity-target/targetname collisions" to use next available tN if tN, else use next available name_N
6621   - Changed patch point selection to pick already-selected points in preference over non-selected
6622   - Changed RemoveCols and RemoveRows to not extrapolate unless a col/row is selected
6623
6624 11/05/2001
6625   TTimo (Alpha branch)
6626   - final fix pass to the generated version and about message tags
6627   - improved texture adjustment code (shift+arrows shortcuts)
6628
6629   texture adjustment commands now affect the texture relatively to their current orientation
6630   they will move along their texture axis, and not along world axis
6631   the texture adjustment commands are now interpreted to be more intuitive:
6632     Radiant will match the up/down/right/left translation messages to the face that is affected
6633         depending on the way the camera is looking at the face, the right move commands will be used
6634
6635   changes start in Select_ShiftTexture, using new ShiftTextureRelative_Camera
6636
6637   ShiftTextureRelative_Camera uses several new functions:
6638
6639   // get the two relative texture axes for the current texturing
6640   BrushPrimit_GetRelativeAxes(f, vecS, vecT);
6641
6642   MatchViewAxes does the matching between up/down/left/right commands and world directions:
6643   // vec defines a direction in geometric space and P an origin point
6644   // the user is interacting from the camera view
6645   // (for example with texture adjustment shortcuts)
6646   // and intuitively if he hits left / right / up / down 
6647   //   what happens in geometric space should match the left/right/up/down move in camera space
6648   // axis = 0: vec is along left/right
6649   // axis = 1: vec is along up/down
6650   // sgn = +1: same directions
6651   // sgn = -1: opposite directions
6652   // Implementation:
6653   //   typical use case is giving a face center and a normalized vector
6654   //   1) compute start and endpoint, project them in camera view, get the direction
6655   //     depending on the situation, we might bump into precision issues with that
6656   //   2) possible to compute the projected direction independently?
6657   //     this solution would be better but right now I don't see how to do it..
6658   void CamWnd::MatchViewAxes(const vec3_t P, const vec3_t vec, int &axis, float &sgn)
6659
6660   // shift a texture (texture adjustments) along it's current texture axes
6661   // x and y are geometric values, which we must compute as ST increments
6662   // this depends on the texture size and the pixel/texel ratio
6663   void ShiftTextureRelative_BrushPrimit( face_t *f, float x, float y)
6664
6665   those functions are using various new utility functions:
6666   
6667     // GL matrix product
6668     void GLMatMul(vec_t M[4][4], vec_t A[4], vec_t B[4]);
6669
6670     // project a 3D point onto the camera space
6671     // we use the GL viewing matrixes
6672     // this is the implementation of a glu function (I realized that afterwards): gluProject
6673     void CamWnd::ProjectCamera(const vec3_t A, vec_t B[2])
6674
6675   - UI abstraction layer (interfaces for Gtk MFC and Q3 UI)
6676
6677 09/05/2001
6678   Maj (Alpha branch)
6679   - new splash screen
6680
6681   Spog (patched in by TTimo) (Alpha branch)
6682   
6683   patcing in changes:
6684   - moving void VectorSnap(vec3_t point, int snap); to mathlib
6685   - NOTE: STL dependency removed .. leaving this comment
6686     this will rely on M$ implementation of STL on win32 and the libstdc++ for linux
6687     it should work fine for basic stuff
6688       but M$ implementation doesn't follow the standards when it comes to advanced stuff
6689     it is probably better to leave the STL header in local files and not go towards including it directly from qe3.h
6690
6691   Spog's Changelog:
6692   
6693   rushing this a bit.. make sure you check it doesn't remove anything you 
6694   changed. This only contains changes within /radiant .. i'm pretty sure I didn't 
6695   change anything else, but i'll check again. Patch below.
6696
6697   Fixed ctrl+G SnapToGrid, now never creates degenerate face-planes
6698   Fixed setting an origin for multiple brushes to use origin point of fixedsize 
6699   entities
6700   Fixed mirroring and rotation of fixedsize entities including misc_model
6701   Fixed undo/redo on multiple entities to link brushes to entities correctly
6702   Fixed "view > entities as.." menu to display correct default setting
6703   Fixed "view > entities as.." toolbar button to show menu
6704   Changed selection-area of edge/vertex control handles to stay constant when 
6705   zoomed
6706   Fixed undo on ctrl+G SnapToGrid
6707   Fixed Selection Invert to set bSelected correctly on patches
6708   Fixed XY-window Z selection origin to be g_MaxWorldCoord
6709   Changed RotateIcon to draw same size at all zoom levels
6710
6711   Fixed origin drift on saving misc_model with null md3Class
6712   Fixed creation of cap for 'Bevel' type patches
6713   Fixed inverted cap being created for 'Endcap' type patches
6714   Fixed inverting patches on mirror operations
6715   Added snap-selected-to-grid affects only the patch points selected
6716   Cleaned up Select_ApplyMatrix and Select_SnapToGrid
6717   Added drawing of brush planepts in debug build
6718   Fixed texture quality slider adjustment
6719   Removed redundant menu items curve > cap > inverted bevel/inverted endcap
6720   Fixed texture scrolling not working when scrollbar is disabled
6721   Fixed textures with odd dimensions being skewed with texture quality less than 
6722   max
6723   Changed Patch Inspector Horizontal/Vertical increment to use pixel values 
6724   (default 8)
6725   Changed Patch Inspector Horizontal increment to subtract from S values but not 
6726   T values
6727   Changed Patch Inspector Stretch spinner to do something useful
6728   Changed Patch Inspector Stretch default amount to 0.5
6729   Changed Arbitrary Rotation dialog to reset rotation spinner values to 0 on Apply
6730   !! stops output in console window !! - Added sending q3map output 
6731   to /temp/junk.txt to bsp commands, in win32 only
6732   Fixed Patch_Naturalize to calculate T values backwards, correcting texture 
6733   vertical flip
6734   Changed patch row/column Insert/Remove to interpolate/extrapolate from existing 
6735   curves
6736   Fixed point selection on patches when new points are added
6737   Fixed redundant edge/vertex handles being created for patch brushes and 
6738   fixedsize brushes
6739   Fixed refusal to activate brush vertex-drag mode if any patches are selected
6740   Partly fixed Undo picking up patch point drags when no points are selected
6741   Fixed behaviour of vertex selection on patches
6742   Fixed patch point colours in textured mode in cam window
6743   Changed patch point selection to update selection pool on each selection click
6744
6745 06/05/2001
6746   TTimo (Alpha branch)
6747   - more setup script changes, will rely on version information
6748     various other fixes in the script file
6749
6750 02/05/2001
6751   TTimo (Alpha branch)
6752   - added makeversion.sh to the root, will generate version and date files before compilation
6753   version.h and date.h
6754   - cleanup and fixes to the linux setup scripts
6755
6756   Spog (CVS add and config by TTimo) (Alpha branch)
6757   - win32 setup script, run setup/setup.sh from cygwin to create a working directory for the setup <STILL EXPERIMENTAL>
6758
6759 01/05/2001
6760   TTimo (Alpha branch)
6761   - fixes to linux version from previous set of patches
6762
6763 19/04/2001
6764   Hydra (patched in TTimo) (Alpha branch)
6765   http://fenris.lokigames.com/show_bug.cgi?id=3458 :
6766   - *.pfb filter
6767
6768   SpoG (patched in TTimo) (Alpha branch)
6769   - updated setup data: entities.def common.shader(Q3) and common-spog.pk3
6770   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=25 :
6771   - Patches: Curve > matrix > redisperse > rows/columns
6772     I changed this function to treat a patch as multiple 3by3 sections when doing 
6773   redispersal of control points. The effect is that green patch points are never 
6774   moved. I also removed the call to Patch_Naturalize, so the texture coordinates 
6775   are not changed (user can hit ctrl+n to naturalize afterwards if desired).
6776   - rewrote the patch_captexture function to be more reliable
6777   - Fixed YZ view drawing and selection being mirrored on plane X=0
6778   - Fixed X and Z rotation direction to be clockwise as shown on the toolbar button 
6779     icons
6780   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=8 :
6781   - Fixed: Removed orientation-switching hack to fix 2pt-clip orientation problems, 
6782     originally stemming from ass-backwards representation of grid axes. Fixed 
6783     clipper to generate 3rd clip point correctly for each axis instead.
6784   - Fixed: Stopped clipper-caulker from NOT applying caulk if the first face of a 
6785     brush was "common/caulk".
6786
6787   TTimo (Alpha branch)
6788   - removed some unused code in the Gtk file dialog, hopefully stabilizing it
6789
6790 02/04/2001
6791   TTimo (Alpha branch)
6792   - changed the regular/BP conversion prompt
6793
6794 01/04/2001
6795   Spog (patched in by TTimo) (Alpha branch)
6796   - Fixed view > show coordinates now affects Z window
6797   - Fixed minimum/maximum world coordinates now -65536/65536
6798   - Fixed view > show blocks now only draws vertical lines if not XY view
6799   - Added variable blocksize (gtkr only displays 1024 < blocksize < 65536)
6800   - Changed XY/Z window grid drawing to use floats internally
6801   - Fixed broken XY window grid drawing for higher zoom levels
6802   - Changed camera and Z-checker icons to stay the same size when zoom level changes
6803
6804 24/03/2001
6805   Spog (patched in by TTimo) (Alpha branch)
6806   - added filters.cpp to the VC6 Makefile. Linux build needs updating
6807   - Changed Filter system to use brush-flags updated only on actions that affect filtering
6808   - Changed Filter system to allow further extension and future customisation
6809   - Changed show/hide to use brush filter flags
6810   - Changed Find/Replace textures to only rebuild brushes that changed.
6811   - Changed View > Filter menu shortcuts and behaviour
6812   - Fixed various minor spelling errors
6813
6814   TTimo (Alpha branch)
6815   - Fixed the 'Clean' command in preferences, used to remove only Radiant.ini and not SavedInfo.bin
6816
6817 06/03/2001
6818   TTimo (Alpha branch)
6819   - better parse error information: added the line number of the error in (hopefully) all cases
6820
6821 30/02/2001
6822   TTimo (Alpha branch)
6823   - texture locking in BP mode for axis flipping and axis rotation (toolbar buttons) (Id bugfix request)
6824   - fixed undo in BP mode
6825   - MatchToken error message in q3map improved with the script name
6826
6827 27/02/2001
6828   TTimo (Alpha branch)
6829   - switched linux makefiles to xml2-config instead of xml-config
6830   latest version of libxml2 is using xml2-config instead of xml-config now
6831
6832 26/02/2001
6833   TTimo (Alpha branch)
6834   - fixed a loki_initpath misbehaviour, was overriding the path to the binary with RADIANT_DATA if defined
6835
6836 21/02/2001
6837   - Added setup data and a script to build linux setups to the cvs
6838   TTimo (Alpha branch)
6839   - various printf -> Sys_Printf
6840   - added vslick/ directory for Visual Slickedit 6.0 on win32 <- THIS IDE RULES
6841
6842 20/02/2001
6843   - Removed "Show Paths" option, already in the filter menu
6844
6845 19/02/2001
6846   - Fixed the Enter key handling on the surface inspector (suggested by Spog)
6847   - Fixed skewed textures with lower texture quality
6848   - Changed the order the include directories are searched under Linux
6849
6850 15/02/2001
6851   - Moved the Show Cluster Portals option to the Filter menu
6852   - Fixed the rotate and scale toolbar buttons being incorrectly checked
6853   - Fixed arbitrary rotation bug (#3073)
6854
6855 14/02/2001
6856   - Fixed CreateFont memory leak on glwidget
6857
6858 12/02/2001
6859   TTimo (Alpha branch)
6860   - fixed save as prefab stuff (right dialog name and overwrite prompt)
6861
6862 10/02/2001
6863   TTimo (Alpha branch)
6864   - was crashing on win32 boxes where HOME env var was not defined (loading bookmarks)
6865
6866 09/02/2001
6867   TTimo (Alpha branch)
6868   - change some code in the file dialog to use g_malloc g_free instead of new 
6869     for win32 file dialog and malloc for Gtk file dialog. (all of this trying to get rid of
6870     some of the crashes)
6871
6872 07/02/2001
6873   - Fixed Load command initial path
6874   - Fixed some toolbar buttons not being correctly initialized
6875
6876 -----------?
6877
6878 06/02/2001
6879   (Alpha branch)
6880   - Fixed pk3man file dialog errors
6881   - New RC uploaded
6882   - Changed conflicting shortcuts: FilterModels = Shift+M, FilterTriggers = Ctrl+Shift+T
6883   TTimo (Alpha branch)
6884   - fix to hide/show, still selecting hidden brushes
6885
6886 05/02/2001
6887   (Alpha branch)
6888   - Fixed compile errors (use stat, not _stat)
6889   - Removed --nofonts option
6890
6891 04/02/2001
6892   TTimo (Alpha branch)
6893   - fenris #2866, added a pref to turn on/off name conflicts resolution, rewrote the whole algorithm
6894   - fenris #2823, fixed patch and brush dragging in 0.25 0.5 grids (it's an ugly hack btw)
6895   - fixed the black squares at end of line in Gtk text boxes
6896   RR2DO2 (Alpha branch)
6897   - fix to the "entitypath" fixup in QE_CheckProject. might not compile on linux yet (use of _stat?)
6898
6899 03/02/2001
6900   TTimo (Alpha branch)
6901   - fenris #2867, limiting the amount of "spawnflags" "0" appearing in entities. This bug has work left to do,
6902     there are some oddities in the entity inspector behavior described.
6903
6904 02/02/2001
6905   (Alpha branch)
6906   - Fixed sleep mode not restoring windows correctly
6907   - Fixed some minimize/restore issues on floating views mode
6908   TTimo (Alpha branch)
6909   - fixed more gtkfilesel stuff. pattern filtering works for both Gtk dialogs
6910     and win32 native. Also checked on linux that it compiles. Renamed gtkfilesel.h
6911     to gtkfilesel-linux.h for consistency.
6912
6913 31/01/2001
6914   (Alpha branch)
6915   - New file selection widget with filtering, masks and all other shit we need
6916   TTimo (Alpha branch)
6917   - changed some gtkfilesel API and fixed some bugs on pattern filtering, need to reboot on linux and fix some more
6918
6919 30/01/2001
6920   (Alpha branch)
6921   - Added an option to keep the Z and XY views on the same window in floating views mode
6922   - Did some cleanup
6923   TTimo (Alpha branch)
6924   - removed the 3 layers in terrain entities limitation, increase version tag to patchlevel 3
6925   sent for testing to AstroCreep, bug is still there
6926   - fixed one more thing with RC file (get it in the right dir)
6927   - worked on file dialog and pattern filtering, still issues left
6928
6929 29/01/2001
6930   Jonas (patched in by TTimo) (Alpha branch)
6931   - Using RC file to tweak the font size on win32, looks much nicer now!
6932   - Fixed fenris #2773: esc key behaviour when group window has focus / dependant on view modes
6933
6934 28/01/2001
6935   TTimo (Alpha branch)
6936   - Finished fenris #2810 (Snap T to grid), it was a bitch
6937   - Fixed fenris #2769: raise the brush max size (it was already big, now it's just not sane)
6938   - Fixed fenris #2965: eclass (entities) loading code broken, needs to be checked on linux build before closing
6939
6940 27/01/2001
6941   TTimo (Alpha branch)
6942   - Fixed vertex edit prefs broken
6943   - more fixes in Gtk libs
6944   - Fixed clipping + brush primitives bug (#2644)
6945   - Fixed clip caulk related issues (#2912)
6946   - Added Snap T to grid back (#2810) <- still need to test and validate it, I'm too tired tonight
6947
6948 25/01/2001
6949   TTimo (Alpha branch)
6950   - New Gtk file selection dialog seems stabilized, built a Gtk SDK for the new Gtk libs.
6951
6952 24/01/2001
6953   (Alpha branch)
6954   - Fixed elapsed time displayed by q3map
6955   - Fixed Radiant loading some TGA files upside down
6956   TTimo (Alpha branch)
6957   - more work done on the file selector. Added a win32 pref to select between regular win32 file dialog and Gtk one.
6958   The advanced file selector is still not stabilized on win32. I am thinking about letting go and sticking to the regular one.
6959
6960 23/01/2001
6961   (Alpha branch)
6962   - Fixed q3map not finding md3 files under missionpack/
6963   - Prompt to save changes when choosing a recent file
6964   - Fixed window title when choosing File/Load Map
6965   - Don't show hidden brushes in the Z window
6966
6967 22/01/2001
6968   (Alpha branch)
6969   - More File Dialog fixes
6970
6971 21/01/2001
6972   TTimo (Alpha branch)
6973   - version first version of the advanced file selector on win32
6974   seems to work nicely, but crashes when you actually load something .. needs debugging!
6975
6976   leo (Alpha branch)
6977   - Set correct initial directory for the File/Load command
6978
6979 17/01/2001
6980   (Alpha branch)
6981   - Fixed q3map is crash if a .shader file is referenced in shaderlist and not found
6982
6983   TTimo (Alpha branch)
6984   - fixed some license headers on gtkfilesel.c, started looking into porting gtkfilesel.c to win32
6985
6986 16/01/2001
6987   raistlin
6988   - the tree is opened whoooo!
6989
6990   TTimo (Alpha branch)
6991   - replaced the old Id header by the newer version (BIG update, to trunk and Alpha)
6992   - switched str.h to BSP
6993   - added LGPL license to the sample dll
6994
6995 15/01/2001
6996   (Alpha branch)
6997   - Added camera window toggle option to all views mode
6998
6999   TTimo
7000   for trunk and Alpha:
7001   - renamed TOOL_SOURCE_EULA to LICENSE_ID
7002   - renamed CONTRIBUTOR to CONTRIBUTOR_AGREEMENT
7003   - added CONTRIBUTORS and LICENSE
7004
7005 14/01/2001
7006   (Alpha branch)
7007   - plugin SDK is back in setup/ moved the sample dll to be in plugins/, need to rewrite the SDK scripts
7008   - built a lightweight plugin SDK with cygwin makefile for the sample plugin
7009
7010 12/01/2001
7011   (Alpha branch)
7012   - Set map modified flag when deleting a brush
7013   - Minimize all windows when the main window is minimized in floating views mode
7014
7015 11/01/2001
7016   (Alpha branch)
7017   - Cleaned up the View/Show submenu
7018   - Fixed texture menu splitting 
7019   - Fixed major grid lines on 128 and 256 grids
7020   - Load only a single .def file if specified in the project settings
7021   - Fixed q3map Makefile
7022
7023   TTimo
7024   (Alpha branch)
7025   - Removed plugins/shaders from Alpha branch
7026   - got rid of common2/ and code, moved qfiles.h and surfaceflags.h into common/
7027   - put the licensing headers in all source files (forgot some? byte me)
7028
7029 10/01/2001
7030   leo (Alpha branch)
7031   - Added new filter system based on FAKK2 Radiant
7032
7033   TTimo
7034   - fixed whatever could be fixed to make it compile with the new directory layout
7035   (Alpha branch)
7036   - project files update
7037
7038 09/01/2001
7039   (Alpha branch)
7040   - Added undo for patch redisperse rows and patch redisperse cols commands
7041   - Fixed Show Z Outline menu item
7042
7043 30/11/2000
7044   TTimo
7045   - removed content flags and value from qtexture_t, these have moved to the IShader
7046     (NOTE: qtexture_t != texdef_t, texdef_t still using flags value and content)
7047
7048   - Rewrote the linux plugins Makefiles
7049
7050 29/11/2000
7051   - Improved the way modules are loaded
7052   - Added new parameter to QERPlug_RequestInterface
7053   - finished VC6 project files conversion for new directory structure
7054   - fixed shader blending on terrain maps bug
7055  
7056 08/01/2001
7057   - Updated Makefiles for the new directory structure
7058   - Fixed View/Show/Entities menu not being checked correctly
7059   - Fixed "Invert Selection" command selecting hidden brushes
7060   - Fixed "Select All of Type" command not working correctly after the Enitity Window is closed
7061   - Fixed grid being drawn even when it's the same color of the background
7062   - Fixed "Toggle Size Paint" not turning off
7063  
7064 05/01/2001
7065   - Fixed autosave interval being calculated wrong
7066   - Fixed autosave path under Linux
7067   - Fixed q3map crash when trying to load missing pcx files
7068   - Fixed q3map not finding .bmp files for the terrain alpha map
7069  
7070 04/01/2001
7071   - Fixed GL stack underflow when loading a misc_model
7072  
7073 03/01/2001
7074   - Fixed patches remaining half-selected after "Region set selected" (#2748)
7075   - Fixed Surface Inspector spin buttons rate (#2776)
7076   - Fixed some shortcuts not appearing on menu items (#2786)
7077
7078
7079 ================================================================================
7080                                   1.1-TA beta
7081 ================================================================================
7082
7083 02/01/2001
7084   - Fixed memory problem if a file without extension is entered in the file save dialog.
7085   - Fixed double slashes "//" on filenames when saving a map
7086   - Fixed pk3man plugin not finding the toolbar bitmaps
7087   - Fixed double clicks being considered 2 mouse clicks
7088
7089   RR2DO2 (applied by TTimo)
7090   - Clusterportal filtering ('View > Show > Show clusterportal' toggle)
7091
7092 01/01/2001
7093   TTimo
7094   - updated Web/ with new stuff, web site ready for release
7095   - fixed a crash with multiple edge dragging on win32 (was caused by compiler optimizations,
7096     this one was a major pain)
7097
7098 31/12/2000
7099   - fixed the file open/save dialogs initial directory
7100
7101   RR2DO2 (applied by TTimo)
7102   - bug fix in the terrain loading speedup
7103
7104   TTimo
7105   - tried to lookup the Z window minimum width problem, added #define DBG_WINDOWPOS code to investigate
7106
7107 30/12/2000
7108   RR2DO2 (applied by TTimo)
7109   - fix to CSG Merge in the menu drop down (menu was there, command not hooked)
7110   - some message formatting fixes
7111
7112   TTimo
7113   - rudimentary pattern matching in file selection, affects the plugin API too
7114   - fixed silly bug in the "clipper uses caulk" code
7115   - major speedup to the loading code on terrain entities
7116   (in mpterra2, from 113s to 4s for the main terrain entity)
7117   - patched back the file open/save dialogs initial directory to override in TA mode
7118   - fixed Patch output crash in the plugin API
7119   - fixed BP conversion in the brush output of the plugin API
7120
7121   minkey (applied by TTimo)
7122   - fix to the m_pfnLoadFile code to use VFS
7123
7124 29/12/2000
7125   - Remember main window position in floating views mode
7126   - Fixed wake up when running the engine in floating views mode under win32
7127
7128   TTimo
7129   - various fixes and debug hooks for PJ bug reports
7130
7131 28/12/2000
7132   - Fixed VFS initialization order
7133   - Removed texture menu splitting option from preferences (now it's automatic)
7134
7135   TTimo
7136   - built an initial setup, updated the changelog file for 1.1-TA-beta
7137
7138 27/12/2000
7139   - Fixed Q3Map output window being too wide on some errors
7140   - Added VFS to q3map
7141
7142   TTimo
7143   - replace a printf in q3map by Sys_Printf (!), which is what should actually be used
7144   - added a set of functions to vfs to help with file dialogs, building relative files etc.
7145   - reworked the file dialogs so they default in the right location (open/save as/md3 loading/sound loading)
7146   - fixed shader editor to work with the right path
7147
7148 26/12/2000
7149   TTimo
7150   - put the converted HTML manuals (Radiant, shaders and model) in the tree (and the win32 setup)
7151   - added the new Terrain and Team Arena mapping manuals (added to the setups too)
7152
7153   leo
7154   - Copy and paste across different instances of Radiant
7155   - Fixed wait cursor when copying
7156   - Print engine command line to the console
7157   - Fix glib warnings when running the engine
7158   - Fixed shader files being loaded twice
7159   - Texture menu now automatically breaks when it reaches the maximum screen height
7160
7161 24/12/2000
7162   - Fixed q3map to compile with the new LoadJPGBuf parameter
7163
7164   TTimo
7165   - added TA paths to the BSP commands and running engine
7166   - fixed a bug if running with monitoring disabled (generating the .bat was borked)
7167   - changed the -moddir implementation to a global switch in q3map (same as -connect)
7168   - moddirparam as a global variable in cmdlib, added a TA_HACK in there
7169   - changed the SetQDirFromPath to stick to "baseq3/" when using -moddir
7170   TODO: check standalone files
7171
7172 23/12/2000
7173   TTimo
7174   - fixed some sleep/wake code (crashes and wakeup problems on models)
7175   - vfsInitDirectory for TA directory (needs to be checked on linux)
7176   - changed my mind on entities.def, if TA is enabled, load entities-TA.def on top of regular entities.def
7177
7178   mickey (applied by TTimo)
7179   - some memory overrun fixes
7180
7181 22/12/2000
7182   - Fixed plugin Makefiles to not use private/
7183
7184   RR2DO2 (applied by leo)
7185   - Fixed SetTallBrush undo
7186   - Added bug report link to help menu
7187
7188 21/12/2000
7189   - Daily Linux compilation fixes
7190   - Fixed q3map to read .pk3 files from the directory set by -moddir
7191   - Fixed vfs not listing all files correctly
7192   - Fixed libjpeg crashing on some jpeg files
7193   - Load .def files depending on the current game
7194
7195 20/12/2000
7196   - Applied Mickey's patch to fix win32 window position save/load.
7197   - removed missing _msize call
7198
7199   TTimo
7200   - cleaned up more g_malloc g_free problems, cleaned a INPUT_BUF_SIZE problem in jpeglib
7201
7202 19/12/2000
7203   - More manual updates
7204   - Fixed bugs comparing file extensions
7205   - Added VFS to the Alpha branch
7206
7207   TTimo
7208   - moved game selection to the project settings
7209   - got leo's vfs fixes, started changing the memory allocation scheme to glib
7210   - moved 'free' calls to g_free with a #define in cmdlib, Radiant seems to run nicely again
7211   - removed calls to _msize .. those were causing heap debug assertion failures
7212   - upped more stuff
7213
7214 18/12/2000
7215   - Added popup menus with the list of active textures to the find texture dialog
7216   - Fixed some menu checkbuttons
7217   - Changed max number of shader files parsed by q3map to 128
7218   - Updated manual images 
7219
7220 17/12/2000
7221   - Fixed bug with the texture window scrollbar range
7222
7223   Mickey (patched in by TTimo)
7224   - fix to the floating windows mode, don't send windows to the desktop when raising something else (#2659)
7225
7226   TTimo
7227   - finalized the merge and move into worldspawn commands by adding the undo stuff
7228   - fixed the clamping problems when flipping or mirroring patches
7229   - added 0.5 and 0.25 grids
7230   - added undo to Select_CompleteTall Select_PartialTall and Select_Inside
7231   - added on-the-fly conversion between regular brush coordinates and brush primitives texturing in the plugin API
7232
7233 15/12/2000
7234   - Fixed crash on Shift-A (Select all of type)
7235   - Save the state of the toolbar buttons
7236   - Remember the state of the Show Patch Bounding Box button
7237   - Double clicking on an entity on the Entity View tree selects the entity
7238   - Sort the list columns of the map info dialog
7239   - Fixed a bug that would allow multiple Entity View dialogs
7240
7241   Mickey (patched in by TTimo)
7242   - saving position and size of the entity window between runs and during usage
7243
7244   TTimo
7245   - two new commands in the drop down menu:
7246   "move into worldspawn" will move selected brushes to worldspawn and eventually delete entities which end up with no brushes
7247   "merge brushes" will merge brushes into an entity (from worldspawn or from another entity)
7248   - added cleaned HTML version of the editor manual in the tree
7249
7250 14/12/2000
7251   - When pressing a letter key in the entity window list, scroll to the entity starting with the key pressed
7252   - Fixed backspace not working on the texture subset entry
7253   - Added version check when loading savedinfo.bin
7254
7255   TTimo
7256   - started implementing Select_Merge and Select_Seperate for workflow improvement on terrain maps
7257
7258 13/12/2000
7259   - Finished GtkGenSurf
7260
7261   RR2DO2 (merged in by TTimo)
7262   - patch to q3map, added option -custinfoparams for custom surface flags (still need documentation)
7263
7264   TTimo
7265   - zoom out and grid drawing taylored to the world size
7266
7267 12/12/2000
7268   TTimo
7269   - quick win32 update to gensurf
7270   - fixed #2610 (MAX_NETMESSAGE) .. needed a consistent rewrite of the way we parse the stream
7271
7272 11/12/2000
7273   - Fixed linux compiler errors from recent changes
7274   Not fixed today but I forgot to add those to the Alpha changelog
7275   - Fixed multiple Map Info dialogs bug
7276   - Fixed texture window not scrolling to the top when a new directory is loaded
7277   - Fixed GL Windows grab pointer bug
7278   - Fixed crash after map compilation if the map leaked
7279   - Fixed q3map crash if MAX_SHADER_FILES is reached
7280
7281 28/11/2000
7282   - Fixed sleep mode restoring hidden windows (win32)
7283   - Fixed find/replace textures dialog layout and keep it always on top of the main window
7284   - Replaced malloc/free calls with g_malloc/g_free to avoid the win32 limitation
7285
7286 27/11/2000
7287   - Removed glu.h dependencies
7288   - Added new file selection dialog
7289   - Removed g_PrefsDlg.m_bDisableAlphaChannel (always FALSE)
7290   - Added shortcuts for sleep and simple patch mesh
7291   - Fixed crash after sleep mode (no GL context current)
7292
7293 24/11/2000
7294   - Rewrote the jpeg functions of the image plugin
7295   - Replaced some MFC classes with glib
7296   - More shader plugin fixes
7297   - Fixed bug with select all entities command
7298
7299   TTimo
7300   - fixed q3map to handle the new LoadJPGBuff length parameter
7301
7302 22/11/2000
7303   - Fixed crash in Error() if there's no current GL context
7304   - Fixes to the shaders plugin
7305
7306   TTimo
7307   - created VC6 project file for image module
7308   - modified the m_pfnError in qerplugin.h to use (char *, ...) construct
7309
7310 21/11/2000
7311   - Ensured that the plugins are loaded in the correct order
7312   - Added Sys_FPrintf and Sys_Printf to the plugin interfaces
7313   - Some VC++ fixes
7314
7315   TTimo
7316   - more fixes to the world size
7317   - modified moduleentry_t so it compiles on win32. need to update the code in all modules probably
7318   - other minor fixes and updates to get everything building on win32
7319
7320 20/11/2000
7321   - Moved image loading code to a plugin
7322   - Fixed some bugs in the shader plugin
7323   - Now using glGenTextures to set texture ids
7324
7325 19/11/2000
7326   TTimo
7327   - shader code removed from Radiant core, relies on shader module
7328   - added ctrl-alt-LBUTTON = multiple brush select without selecting whole entities (from TA update)
7329   - added an XML testing proggy in DevDocs/
7330
7331 18/11/2000
7332   TTimo
7333   - shader module is compiling
7334   - reworked the way we deal with required interfaces,
7335   automated the interface request process and added code to check the required modules have been found
7336
7337 17/11/2000
7338   - Q1 VFS plugin
7339   - Changes to the VFS API to detect the format supported by a plugin
7340   - Added checks to PluginManager to load the correct VFS plugin
7341
7342   TTimo
7343   - made a mess with XML MAX_NETMESSAGE error, still not fixed
7344   - merged q3map 1.0r (TA update from Id) into the tree - important files modified: surfaceflags.h qfiles.h
7345
7346 08/12/2000
7347   TTimo (shit I'm 24 now)
7348   - added gtk gensurf, VC6 project files are up to date, linux Makefile not checked
7349   - fix some WINAPI stuff on above code
7350   - add idata.h for raw access to editor data
7351   - new _QERAppShaderTable for shader module -> editor functions
7352   - added new entries in various tables (GL, parser etc.)
7353   - shader module is well under way
7354
7355 16/11/2000
7356   - Added a color selection dialog function to the plugin API
7357   - Added profile read/write functions to the plugin API
7358
7359   TTimo
7360   - MAX_NETMESSAGE bug: patched q3map so it sends in several messages if the problem occurs
7361   still need to update Radiant to recognize XML nodes split into several messages (using an input buffer)
7362   - added a test map for MAX_NETMESSAGE: sput.map
7363   - project file for vfspk3and win32 patching
7364
7365 15/11/2000
7366   - More plugin cleanup
7367   - Added IsEqualGUID() to qerplugin.h
7368
7369   TTimo
7370   - merged Alpha back in (didn't try to merge this CHANGES file)
7371   - backported some stuff from the trunk to here, the Sys_Printf, gtk_MessageBox and profile stuff
7372   - created VC project file for gtk-based gensurf plugin
7373
7374 14/11/2000
7375   - Fixed DumpUnreferencedShaders()
7376
7377   TTimo
7378   - added QE_CheckProjectEntity to check paths are following the right conventions
7379
7380 13/11/2000
7381   - Fixed bugs in the vfs plugin
7382   - Added support to vfs plugins in Radiant
7383
7384   TTimo
7385   - updated project file to libxml2-2.2.8, use libxml2 as the directory name for whatever version..
7386           NOTE: libxml2-2.2.8 needs some patching to compile right..
7387
7388 12/11/2000
7389   TTimo
7390   - all Radiant functions that might be exported in interfaces need to use the WINAPI calling convention
7391   modified the GTK functions code accordingly
7392   - started writing the shaders module
7393
7394 10/11/2000
7395   - Added new GTK functions to the plugin API
7396   - Added 'parent' parameter to MessageBox, file_dialog and dir_dialog
7397   - Fixed Help commands (Linux)
7398
7399 09/11/2000
7400   - Fixed bug in the Z wnd code
7401   - Fixed copy text from the console (win32)
7402
7403         TTimo
7404         - moved the libxml library out of the tree, updated the VC6 project files accordingly
7405
7406 08/11/2000
7407         - ZWnd always on top (view #2, win32)
7408
7409         TTimo
7410         - added Escape key to hide the entity inspector
7411         - S and Shift+S now act as toggles on the inspectors
7412
7413 07/11/2000
7414         - Added ungroup command to right click menu
7415         - Fixed message box accelerator bug
7416         - Fixed GL error on win32 startup
7417
7418         TTimo
7419         - additions to the BSP interface
7420         - fixed DestroyCursor error
7421         - clipper caulks faces (and prefs checkbox)
7422
7423 06/11/2000
7424         - Cleaned PrtView and TexTool plugins
7425         - Fixed bug in texture menu names (#2506)
7426         - Added splitters to Entity dialog
7427
7428         TTimo
7429         - started clipper caulk implementation
7430         - fix to the pointfile not drawing in 2D views
7431         - MAX_BUILD_SIDES in q3map debug stream
7432
7433 05/11/2000
7434         - Merged Alpha branch with the trunk
7435
7436         TTimo
7437         - more plugin interface for Q3Build, and plugin SDK additions
7438         - merged q3map Realloc back into Alpha branch
7439
7440 04/11/2000
7441         - Fixed crash during startup if Zwnd was hidden in views #2 and #3
7442         - Fixed ToggleConsole command
7443         - Fixed ToggleEntity and ToggleTexture commands in view #2
7444         - Fixed plugin Makefiles
7445         - Removed -rdynamic from Radiant link options (crashes pk3man plugin)
7446
7447 03/11/2000
7448         TTimo
7449         - directory reorganisation for the plugin SDK, added an interface/ directory
7450
7451 02/11/2000
7452         - Save ZWnd state in views #2 and #3
7453         - Entity dlg always on top (linux)
7454         - Fixed shortcuts.ini parsing bug
7455         - Fixed editpad crash if editpad not present (win32)
7456         - Fixed bugs in the internal shader editor
7457         - Fixed widget_show if window moved after gtk_widget_set_uposition
7458
7459 ================================================================================
7460                                     1.1 beta
7461 ================================================================================
7462
7463 31/10/2000
7464         - Continue loading if glXGetProcAddressARB is not present (Utah-GLX fix)
7465         - Fix BSP commands not working if a map is not in "mapspath" (linux)
7466
7467 30/10/2000
7468         - fixed the Region commands, "Region > Set brush" is working
7469           Region uses the camera as spawn point.
7470         - Fixed view/show menu initialization
7471         - Fixed warning when starting view #2
7472         - Fixed z wnd in view #3
7473         - Fixed win32 sleep mode crashes on views #2 and #3
7474         - Added "Restart" message when changing texture quality in the preferences
7475         - Cleanup: removed radbsp.cpp (unused) and unzip.cpp (already in pak.a)
7476
7477 29/10/2000
7478         - Fixed SIGCHLD handler
7479         - Built 1.1b setups
7480
7481 28/10/2000
7482         - Fixed q3map bug visbytes > MAX_MAP_VISIBILITY
7483         - Fixed clipper display bug
7484
7485         TTimo
7486         - updated quakev2.qe4 with -vlight options
7487         - added checks in q3map to prevent crashing on allocating a winding too big
7488         will stop with an error now.
7489         - added the corresponding editor support for debug messages if MAX_POINTS_ON_WINDING is exceeded
7490
7491         G_Dewan
7492         - improved q3map, reducing minimal memory footprint by about 45Mb
7493
7494 27/10/2000
7495         - Fixed crash in BSP debug window
7496         - Reorganized the preferences dialog
7497         - Fixed q3map Makefile
7498         - Fixed +/- bug in win32 (Gtk patch)
7499         - Fixed Alt shortcuts bug in win32 (Gtk patch)
7500         - Fixed q3map crash when visbytes > MAX_MAP_VISIBILITY
7501
7502         TTimo
7503         - improved snapshots behaviour, doesn't snapshot non-modified maps
7504
7505 26/10/2000
7506         - Fixed patch inspector not showing after it has been closed
7507         - Added 'Reset' button to entity dialog
7508
7509 25/10/2000
7510         - Fixed more grid issues
7511         - Fixed load window position bug (saved pos greater than screen resolution)
7512         - Fixed selection nudge bug
7513         - Improved entity windows layout
7514         - Fixed GL font not being recreated when exiting sleep mode
7515
7516         TTimo
7517         - cleaned m_nTextureTweak and m_bSnapTToGrid
7518         - improved the CycleCapTexturePatch command, now cycles across the 3 planes only 
7519         and works on multiple patches at once
7520
7521 24/10/2000
7522         - Added an overwrite prompt when saving files
7523         - Fixed 128 and 256 grid display
7524         - Commented-out grouping code (not functional yet)
7525
7526 23/10/2000
7527         - Fixed q3map to load jpgs under Linux
7528         - Fixed wake-up crash when floating windows were closed (#2423)
7529
7530 21/10/2000
7531         - More q3map and radiant Makefile fixes
7532         - Remember size/position of the entities dialog
7533
7534 20/10/2000
7535         - Redirect Gdk warnings
7536         - Draw border around active XY wnd
7537         - Moved some scripts to the Makefile
7538         - Added shift+rclick to zoom in/out
7539         - Removed minimize/maximize buttons for z wnd in floating mode under win32
7540
7541         TTimo
7542         - Two new entries in View > Show: Show Outline and Show Axes
7543         Show Outline turns on/off colored outline of the current view
7544         Show Axes turns on/off display of a small axis base in the 2D view
7545         - fix q3map Makefile to use external libxml2 source
7546         
7547         G_DEWAN
7548         - Fix to bogus noshader error message in q3map
7549
7550 19/10/2000
7551         - Added new console functions that support colors
7552         - Revised linux makefile for debug/release builds
7553         - Redirect Gtk warnings to the console
7554
7555         TTimo
7556         - reorganized the entity inspector window, layout depends on the number of flags to get
7557         more space in the comment window.
7558
7559 18/10/2000
7560         - Fixed add/remove bsp items in project settings dialog
7561         - Did some cleanup (removed #define WIN32_CONSOLE)
7562         - Fixed console not working in view #3
7563         - Fixed warning when exiting in views #2 #3
7564
7565         TTimo
7566         - fix to entity inspector comment window for the eclass_t on win32 (removed the white squares)
7567
7568 17/10/2000
7569         - Fixed texwindow not scrolling when last texture is large
7570         - Added LOD for patches
7571         - Fixed prefab path & user ini in preferences dialog
7572
7573 13/10/2000
7574         TTimo (XML branch)
7575         - basic architecture for XML feedback is functional
7576         see radiant/feedback.cpp radiant/watchbsp.cpp q3tools/common2/inout.c
7577         merging back in alpha
7578
7579 04/10/2000
7580         TTimo (XML branch)
7581         - sax interface is in Radiant, need to add a state machine and proper processing
7582
7583 04/10/2000
7584         TTimo (XML branch)
7585         - experimental use of SAX interface to parse the stream on the server side, see q3tools/q3map/NetTest
7586
7587 03/10/2000
7588         TTimo (XML branch)
7589         - adding libxml2 in the repository, based on libxml2-2.2.4 with project files and stuff to build on win32
7590
7591 31/09/2000
7592         TTimo (XML branch)
7593         - new common2/ dir, output system rewritten through Sys_Printf
7594         - experimental use of libxml
7595
7596 28/09/2000
7597         TTimo (Inspector branch)
7598         - shift+arrows matches the increments from the surface inspector
7599         - button 'Match Grid' in the SI to set the increment according to current grid
7600
7601 25/09/2000
7602         TTimo (Inspector branch)
7603         - fixed crappy bug in SavedInfo.bin upgrade (when the struct sizes don't match)
7604         - surface inspector has inc step dialog boxes (+saved in prefs)
7605         - face selection is always on (was something weird from the prefs)
7606         - undo works better with the surface inspector
7607
7608 25/09/2000
7609         - Added ARB_Multitexture support
7610
7611 21/09/2000
7612         - Fixed preferences dialog warning
7613         - Added new grid sizes
7614
7615 20/09/2000
7616         - Fixed small bugs reported from Fenris
7617
7618 17/09/2000
7619         TTimo
7620         - fixed a bug with template project loading / path to the engine safecheck (a weird hidden one)
7621         G_Dewan & TTimo
7622         - fixes to the process spawning (Q_Exec in cmdlib) + appropriate warning and error messages
7623         Fishman
7624         - antialiased drawing in 2D views
7625
7626 14/09/2000 
7627         TTimo
7628         - radiant.log commandlist.txt and radiant.pid are create in g_strAppPath on win32 and g_strTempPath on linux
7629         - moved the splash screen after the .pid code
7630         - I suspect a bug in the .pid removal, added a check and message box
7631         - help works again on win32, spawning Word with the Q3Rad_Manual.doc (temporary solution of course)
7632         - surface inspector: removed all Q2 related stuff, fixed horizontal shift, reorganized the widgets layout
7633                 hooked the widgets to apply the changes on the fly (the inspectors need a good chunk of work)
7634         - fixed a radiant.pid bug
7635         - added icon to MSVC6 project (with some help)
7636         
7637         G_Dewan
7638         - fix to BSP menu order getting mixed up
7639         - fix to the file dialog
7640
7641 11/09/2000
7642         - Added splash screen
7643
7644 25/08/2000 TTimo
7645         - launch sleep mode before running game
7646         - fixed Map_Snapshot bug
7647         - going to sleep works on view n2, raising is still screwed (contexts)
7648
7649 24/08/2000 TTimo
7650         - fixed some sleep mode stuff
7651         - fixed map snapshot bug
7652
7653 21/08/2000
7654         - fixed stuff to build on linux
7655         - Merged in q3map 1.0p
7656
7657 18/08/2000
7658         - Removed "High Color Textures" option (always on)
7659         - Removed "Status Point Size" option
7660
7661 17/08/2000
7662         - Fixed win32 console issues
7663
7664 16/08/2000
7665         - added g_strTempPath
7666         - restore maximized window state
7667         - fixed logo.bmp
7668
7669 15/08/2000 TTimo
7670         - fixed keyboard shortcuts
7671         - fixed engine path in prefs (must use the file dialog to change)
7672         - fixed a bug related to engine path and project templates
7673
7674 15/08/2000
7675         - Removed QE4 update model option (always on)
7676         - Removed Buggy ICD option (always off)
7677         - Reorganized the preferences dialog to take a bit less space
7678
7679 14/08/2000 TTimo
7680         - using profile.cpp code to read shortcut keys files
7681         - moved DevDocs/changelog.txt to data/changelog.txt
7682                 (data/ should be used for user-side stuff and DevDocs/ for developpers)
7683         - added data/quickstart.txt with a beginning of info about the main differences
7684                 between Q3Radiant 202 and GtkRadiant. to be used as a doc later.
7685
7686 13/08/2000 TTimo
7687         - added DevDocs/WIN32SETUP and DevDocs/changelog.txt
7688                 changelog.txt is end user changes
7689                 WIN32SETUP the TODO list for install specific stuff
7690         - wrapped a first version of the win32 installers (full and patch)
7691
7692 11/08/2000 TTimo
7693         - quickfix to put undo/redo back in
7694         - added DevDocs/WIN32SETUP, describes what I'm up to with the setup of win32 version
7695
7696 10/08/2000 TTimo
7697         - added back the window position saving code that was in earlier tree
7698                 NOTE: would have rather have it done in prefs than hooked in mainframe_delete and MainFrame::Create
7699                 (would have been cleaner IMO)
7700                 NOTE: IT'S STILL BROKEN .. I ADDED THE CODE BUT I MUST BE MISSING SOMETHING
7701                 NOTE: it doesn't remember the maximized state. It should.
7702
7703 08/08/2000 TTimo
7704         - fixed win32 build for GLWidget code, added WINAPI calling convention on all exported stuff
7705         - fixed TexTool to compile under win32
7706
7707 07/08/2000 TTimo
7708         - fixed some crash with the new jpeg lib
7709         - fixed console logging behaviour (was always turned on at startup)
7710         - added console logging checkbutton in prefs
7711
7712 07/08/2000
7713         - Merged the GLWidget branch
7714         - Merged 202 patches
7715         - Fixed "clean" button in the preferences dialog
7716         - Added pid startup detection
7717         - Updated plugin interface with GLWidget functions
7718         - Updated TexTool plugin
7719
7720 04/08/2000
7721         - Added "errno" string to the Error() message box
7722         - More 202 patches
7723
7724 03/08/2000
7725         - Merged changes from MFC Radiant 202
7726         - Fixed the win32 GLWidget stuff
7727  
7728 02/08/2000
7729         - new OpenGL widget to keep all platform specific code in only one file
7730
7731 01/08/2000
7732         - Added code to restore the windows when coming out of sleep mode
7733         - Rewrote the TexTool plugin
7734
7735 31/07/2000 TTimo
7736         - added vc6 projects for PrtView
7737         - tested PrtView and Radiant against latest binary release of Gtk (works great)
7738
7739         Leo:
7740         - Updated VC5 projects
7741         - Fixed plugin loading under win32
7742         - Updated PrtView to compile under win32
7743         - Radiant is now iconified when going in sleep mode
7744
7745 30/07/2000 TTimo
7746         - prefs dialog for BSP monitoring
7747         - Added data/ directory with entities.def and quakev2.qe4
7748         - stabilized syntax of v2 project file, same project file for both platforms
7749         - added DevDocs/WIN32BETA with a list of stuff to do before going on public beta on win32
7750         - added DevDocs/d2u .. handy script to remove linefeeds from DOS files
7751         - added radiant/radiant.proj, project file for source navigator (SN rules)
7752
7753         Leo:
7754         - Fixed the logfile crash when ~/.q3a/radiant doesn't exist (fenris #1953)
7755
7756 28/07/2000 TTimo
7757         - Fix to the win32 console to use window's default font
7758         - Added File > Sleep for experimentation
7759                 NOTE: we need to keep Radiant minimized when going into sleep mode
7760
7761 28/07/2000
7762         - Finished the win32 console replacement
7763         - Fixed bug 1952 (map loading segfault)
7764         - Added a Makefile to the libs dir
7765
7766 26/07/2000
7767         - Added PrtView plugin
7768         - Added qvm target to source/Makefile
7769         - Another release candidate sent to QA
7770
7771 18/07/2000
7772         - Fixed the slow updates issue in the win32 version
7773         - Added 3 new variables to fix the paths issue
7774
7775 17/07/2000
7776         - Fixed the plugin search directory (broken with the changes to g_strAppPath)
7777
7778 14/07/2000
7779         - Increased the timer speed in MainFrame::RoutineProcessing
7780         - Added code to release and recreate the contexts to the win32 version
7781         - Fixed the mouse capture under win32
7782
7783 13/07/2000
7784         - Fixed the new path and bsp problems
7785         - Sent new version to QA for testing/release
7786
7787 12/07/2000
7788         - Added "tools/" back to g_strAppPath under linux
7789
7790 11/07/2000
7791         - Added code to release and the recreate the GL contexts (linux)
7792
7793 10/07/2000
7794         - Changed directory structure
7795
7796 09/07/2000
7797         - Added CS_OWNDC for win32 with a GDK hack
7798
7799 07/07/2000
7800         - Fixed "white textures" bug (gluBuild2DMipmaps bug)
7801
7802 03/07/2000
7803 TTimo:  - main.cpp l386, removed tools/ appending to g_strAppPath, g_strAppPath is expected to point to the app.. (hope it doesn't break anything)
7804
7805 02/07/2000
7806         - Added precompiled headers for faster win32 builds
7807
7808 01/07/2000
7809         - Finally got q3asm/lcc working
7810
7811 26/06/2000
7812         - 201 patches
7813         - Added screenshot option
7814         - Added an error message if X is running in 8 bits
7815
7816 23/06/2000
7817         - Updated with build 200 source
7818
7819 13/06/2000
7820         - Remove --noshare option
7821         - Added --nofonts option to workaround a bug using glXUseXFonts in XFree 4.0
7822
7823 04/06/2000
7824         - Fixed bug with the Ctrl-X accelerator for the File/Exit menu
7825
7826 02/06/2000
7827         - Converting the TexTool plugin
7828
7829 30/05/2000
7830         - Changes to the plugin loading code
7831
7832 28/05/2000
7833         - Files with an underscore character are now correctly parsed in the MRU menu
7834
7835 25/05/2000
7836         - Fixed _exit bugs
7837         - Fixed bug in CMapStringToString::SetAt
7838         - Fixed copy/paste/clone bug
7839
7840 24/05/2000
7841         - Finished applying the 199 patches
7842         - Fixed a bug in CShaderArray::SortShaders() that was calling the wrong version of InsertAt()
7843         - Added numbers to the MRU menu items
7844
7845 23/05/2000
7846         - Fixed the floating point bug in gluBuild2DMipmaps
7847         - Fixed the time display after a bsp command is executed
7848         - Applied several patches from the 199 version
7849         - The console is now visible by default
7850
7851 21/05/2000
7852         - Added a replacement for gluBuild2DMipmaps
7853
7854 20/05/2000
7855         - Fixed the repeating textures bug when playing a map, "brush_primit" must be set to "1".
7856         - Fixed the bug about no current GL context when exiting in computers with 3dfx cards.
7857         - Textures in the directory pointed by "texturepath" are now loaded correctly in Radiant.
7858         - Fixed bug in q3map where it would require a shaderlist.txt file in ~/.q3a/baseq3/scripts.
7859
7860 19/05/2000
7861         - Fixed a bug in the multiple directories hack in libs/pakstuff.cc
7862         - Finished the filter in the texture window
7863         - The wait cursor is now correctly set in the XY window
7864         - Added replacements for gluPerspective and gluLookAt
7865         - Textures can now be stored in 2 places:
7866         * The path pointed by "texturepath" (defaults to ~/.q3a/baseq3/textures,
7867           but can be changed in the project settings)
7868         * The base texture path (<install_path>/baseq3/textures)
7869         - Radiant and the q3map tool now looks for shaders in ~/.q3a/baseq3/shaderlist.txt
7870           and <install_path>/baseq3/scripts/shaderlist.txt
7871
7872 18/05/2000
7873         - Plugin menu fixes
7874         - Created a simple text editor to edit the shaders (instead of calling an external program)
7875         - Copy and paste now work
7876         - Fixed some bugs with the MRU menu
7877         - Some menu items are now enabled/disabled correctly in MainFrame::RoutineProcessing () 
7878         - Added a new command line option (--cdpath) to set the CD-ROM path
7879         - Fixed some bugs in the entity window, now it's possible to add/edit/remove properties
7880         - New directory paths:
7881         * maps now default to ~/.q3a/baseq3/maps
7882         * autosave files are saved in ~/.q3a/baseq3/maps
7883         * .pk3 files can be in ~/.q3a/baseq3, <install_path>/baseq3 and in the CD-ROM
7884
7885 17/05/2000
7886         - Fixed bug deselecting a brush after the surface dialog is open
7887         - hide cursor when right-dragging XYWnd
7888         - files saved to /tmp are now saved in ~/.q3a/radiant
7889         - Disabled undo
7890         - Fixed a bug in FillTextureMenu
7891         - User can now correctly change the accelerators at run-time
7892         - Accelerators are read from ~/.q3a/radiant/radiant.ini
7893
7894 16/05/2000
7895         - Finished the patch inspector
7896         - Finished the texture toolbar
7897         - more small bug fixes
7898
7899 11/05/2000
7900         - Finished the GroupDlg stuff
7901         - Added support to read pak files from the Quake3 CD-ROM
7902         - moved /tmp/paklog.txt to ~/.q3a/radiant/paklog
7903         - added functions to replace GetKeyState and SetCursorPos
7904         - fixed the command key handlers for the mainwindow