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