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