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