Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
4.4 KiB

  1. * took decimal values out of face editor in shifting.
  2. * IMPORTANT: first corner of a path drawn with the path tool
  3. is now named "fred" instead of "fred00". you will need to
  4. change all objects that targetted the old path (use the
  5. entity report dialog for this.)
  6. * removed all visible references to "Quake" in the editor.
  7. * ALSO IMPORTANT: the .FGD file is now called HALFLIFE.FGD,
  8. so as not to confuse press people.
  9. ----
  10. * fixed clip plane weirdness (duplicate objects)
  11. + entity report dialog now saves info between sessions,
  12. and there's an "exact match" checkbox for keyvalue filters.
  13. ----
  14. + "Select by X" and "Infinite select" are now toggles on the
  15. toolbar.
  16. * Fixed a bug where deleting a key would set its value to
  17. "0".
  18. ----
  19. + added PATH CORNERS tool. this is not perfect yet (you can't
  20. selectively hide paths), but it does work. to use it, click
  21. the path tool icon. to create a new path, hold down SHIFT
  22. and drag it out. to create a new node, make sure no nodes
  23. are currently selected. hold down CTRL, click on a node,
  24. and drag out the new one. the right mouse button menu will
  25. pop up by clicking the RMB on a path node. from the menu,
  26. you can edit the node's properties and the path's properties,
  27. delete the selected nodes, and add a new node. oops, "add"
  28. doesn't work yet. you have to use the CTRL method. you can
  29. also select multiple nodes (even from multiple paths) by
  30. holding down LMB and dragging a selection box. click off
  31. any path nodes to unselect all of them.
  32. tying to your map entities: the first node in the path will
  33. be called NAME00, where NAME is the NAME you gave the path.
  34. (change the name at any time by selecting "path properties"
  35. in the RMB context menu.) the subsequent node is, of course,
  36. NAME01. the one other neat thing about this tool is that you
  37. can tell it to automatically loop a path -OR- make a "ping-
  38. pong" path that traces in one direction and then traces
  39. backwards (so you can patrol your dudes.) this setting is
  40. also available in the "path properties" RMB item.
  41. if this needs further explanation, please email me and i'll
  42. come see you tomorrow morning. also: comments, please!
  43. * changed face painter behavior. right mouse button APPLIES
  44. all the time now (instead of lifts.)
  45. * problem with vertex selection box fixed.
  46. * problem with tools starting on the wrong grid point fixed.
  47. * 'D' and 'C' now work to zoom the 2D views.
  48. ----
  49. * when you clone an object, the result of the clone does not
  50. share the original object's visgroup
  51. + added "group ignore" feature ("IG" button on the toolbar.)
  52. this feature allows you to select members of groups and
  53. brushmodels without selecting everything in the group.
  54. if you have a group/brushmodel selected when you hit IG,
  55. the selection will be converted to contain all the children.
  56. this means you can do things like select a group of lights,
  57. hit IG, and edit their properties. you can also use this
  58. feature to delete members of groups/brushmodels.
  59. ----
  60. * fixed weird display problems when translating stuff.
  61. + completed visgroup overhaul. you can now create visgroups
  62. by pressing the HIDE button. all the objects that are
  63. selected will be placed in this group, which will be named
  64. "n objects" (n = number of objects you hid.) you can now
  65. rename groups by clicking on them once in the filter
  66. control (just like in explorer.) you can COMBINE groups
  67. by dragging one onto the other. everything else works
  68. pretty much the same. objects can be members of only
  69. one group now. ask me if yoiu have any questions.
  70. ----
  71. * fixed the selection box sometimes selecting everything
  72. in the map.
  73. * Shift+X to activate the clipper wasn't working. fixed.
  74. ----
  75. * Shift+Q (to deselect objects) wasn't working properlike.
  76. fixed.
  77. + Added manual translation dialog box. Select objects, then
  78. press Ctrl+M or use Tools|Transform to activate it. krad.
  79. + Selecting stuff and moving/rotating/shearing/scaling it
  80. will now display said stuff -while dragging the mouse-.
  81. This makes it much easier to line stuff up.
  82. ----
  83. * click-moving a vertex without CTRL held down deselects
  84. other vertices first (didn't before)
  85. * the ALT key will now disable snap to grid when you
  86. start a selection/creation box (hold it down before
  87. you click the left button - didn't before)
  88. * the entity creation tool now snaps to grid (don't know
  89. why it didn't before)
  90. * CTRL+E now centers on selected vertex/edge handles
  91. * fixed texture browser filter wackiness