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