Commit Graph

  • 853bca2fe4 Reduce FPS when CW is not in the foreground dexy 2021-12-30 20:38:24 +1100
  • ab0bf465dc Made UGC files open with text editor, however FCTB always converts tabs to spaces so still recommended to edit these with a real text editor. dexy 2021-12-30 20:21:26 +1100
  • 3926b53c25 New YTD file option in RPF Explorer context menu dexy 2021-12-30 18:59:17 +1100
  • 0c62a04625 Implemented a lights editor in model viewer Skylumz 2021-12-29 17:17:31 -0500
  • 42f0e95c7c Removed hack to focus WorldForm when selection changed, it caused more problems than it solved dexy 2021-12-30 06:37:26 +1100
  • 7f0bb17e68 YTD and embedded texture editing in YtdForm, Fixed texture sorting by hash when importing XML dexy 2021-12-28 23:26:35 +1100
  • 9606f8b575 Merge branch 'master' of https://github.com/dexyfex/CodeWalker PNWParksFan 2021-12-19 23:23:28 -0800
  • a4998e36c8 Fixed BoundComposite BVH crash issue for fragments with destroyed models, also fixed missing BVH for XML imported ybn dexy 2021-12-19 04:11:51 +1100
  • a6a2acab75 Fix for Bounds XML not exporting null composite children dexy 2021-12-14 02:54:59 +1100
  • 70ebdd8360 Changed RSC Meta packing to old version - attempted fix for peds ymt's causing crashes dexy 2021-12-14 01:38:52 +1100
  • 2a63329490 Fragments XML conversion improvements and field names update dexy 2021-12-12 02:29:11 +1100
  • 4550ac6eb4 Added JenkGen and JenkInd to RPF Explorer Tools menu dexy 2021-12-10 16:05:50 +1100
  • a81ef94140 Add nametable file entries to JenkIndex on save from TextForm dexy 2021-12-10 15:58:46 +1100
  • 959eae6686 Updated Fragments field names dexy 2021-12-10 15:42:05 +1100
  • 5e7e91043e Fixed UI problems with AudioEmitter Start/End times and changed field types to ushort dexy 2021-12-10 14:55:15 +1100
  • 09a6a71707
    Merge pull request #136 from pnwparksfan/enhanced-water-quads-squashed dexyfex 2021-12-10 13:48:12 +1100
  • b10894ebdb
    Merge pull request #134 from pnwparksfan/path-copy-fixes dexyfex 2021-12-10 13:47:44 +1100
  • 5b5b88c22a
    Merge pull request #137 from Monkeypolice188/master dexyfex 2021-12-10 13:47:21 +1100
  • f2819b35f6 Audio updates Monkeypolice188 2021-12-08 15:15:44 +0000
  • a7b31ea2a1
    Merge branch 'dexyfex:master' into master Monkeypolice188 2021-12-08 12:39:36 +0000
  • 9d06f46527 Merge branch 'path-copy-fixes' PNWParksFan 2021-12-02 00:46:24 -0800
  • 5cc94f049c Implemented water calming and wave quad selection PNWParksFan 2021-12-02 00:15:12 -0800
  • 2c3fc26d0f Implemented priority selection of smallest quad when there are multiple hits PNWParksFan 2021-12-01 23:49:16 -0800
  • e812674e69 Added placeholder class for loading encrypted strings block in RSC Meta (only in debug build), added ResourceAnalyzer to Meta class (also debug build only). dexy 2021-12-02 11:14:50 +1100
  • 06f24af091
    Merge pull request #135 from Lucas7yoshi/fix/cutscenes dexyfex 2021-12-01 17:41:12 +1100
  • 6c8e6be726 Changed field names in CScenarioChainingNode dexy 2021-12-01 17:37:07 +1100
  • 8c494a0c62 Correct cutscene breaking metaname additions Lucas7yoshi 2021-11-30 22:51:51 -0500
  • d4abde18a2 Implemented a light editor in the model viewer Skylumz 2021-11-28 19:35:31 -0500
  • f3079d77c4 Added culling plane fields to light editor form Skylumz 2021-11-28 19:26:50 -0500
  • a32cc82ce9 Fixed drag-to-copy for path nodes; update node vertex box position when dragging; block drag-to-copy multi-selected path nodes (which does not work, it only copies the first one) PNWParksFan 2021-11-27 22:55:55 -0800
  • d6e895c5de Implemented a light editor for the model viewer Skylumz 2021-11-26 09:45:03 -0500
  • f808c095c1 Update all scenario flags names dexy 2021-11-23 12:46:16 +1100
  • b29629d72b Update MetaTypes names from new MetaNames dexy 2021-11-23 12:29:13 +1100
  • 9ac4785af4 Refactor scenarios deleting nodes/chains/clusters code, rename CScenarioChainingGraph and CSpawnPoint__AvailabilityMpSp dexy 2021-11-23 10:37:31 +1100
  • 26002a11ae
    new names fixed vainko 2021-11-21 13:38:12 +0000
  • 27b28b1394
    updating names again on rendererererer vainko 2021-11-21 13:32:00 +0000
  • b0bd959592
    update new frag names vainko 2021-11-21 13:29:52 +0000
  • aa86da2a73
    update for new names vainko 2021-11-21 13:28:06 +0000
  • 37329a2eaf Attempt to refocus WorldForm when selecting objects with ProjectForm open - ProjectForm is/was stealing focus due to DockPanel issue dexy 2021-11-21 05:02:30 +1100
  • 67014c4d39 Fix for selecting multiple entities in MLO via project explorer dexy 2021-11-21 00:20:03 +1100
  • f95bd87e86 AutomationSound update Monkeypolice188 2021-11-13 20:59:34 +0000
  • 230993c900 bytes to ushorts Monkeypolice188 2021-11-13 20:51:50 +0000
  • 8e0f9f7414 Merge branch 'master' of https://github.com/Monkeypolice188/CodeWalker Monkeypolice188 2021-11-13 20:42:43 +0000
  • 2a7dc0b3d6 Update RelFile.cs Monkeypolice188 2021-11-13 20:41:36 +0000
  • 5b883f24e7
    Merge branch 'dexyfex:master' into master Monkeypolice188 2021-11-13 20:36:20 +0000
  • 0f8d95850d AmbientRule Start/EndTime values Monkeypolice188 2021-11-13 20:35:47 +0000
  • a2538fc976 Switch FolderBrowserDialog to new version and remove unused instances on forms dexy 2021-11-14 01:33:47 +1100
  • 071830b3d7 Auto update Allow full rotation flag for entities when changing their rotation dexy 2021-11-13 23:28:43 +1100
  • 89e838550f Moved UpdateEntityTreeNode code into ProjectExplorer dexy 2021-11-13 22:44:39 +1100
  • 7922cff694 Sort Dat54SoundSet entries by ScriptName hash on XML import dexy 2021-11-13 22:10:15 +1100
  • 50accd8180 Added Update Portal Counts button to MLO Archetype panel in project window dexy 2021-11-13 22:01:36 +1100
  • 2c3b8ee01d Sort gxt2 entries by hash when saving dexy 2021-11-13 21:37:09 +1100
  • 28eab37033 Only convert XML files with more than one dot in the filename when dragged into RPF Explorer dexy 2021-11-12 22:11:21 +1100
  • 6b26eb16de Attempted fixes for crashing/freezing while dragging the widget dexy 2021-11-12 21:07:06 +1100
  • 1c31bd4a4f Added create archetype from YDR option in project window, manual merge and fix of PR118 dexy 2021-11-10 04:04:19 +1100
  • a036d1673a Added Save All textures button to selection info form dexy 2021-11-10 03:04:35 +1100
  • 7aef6a1ec6
    Merge pull request #126 from Lucas7yoshi/add/world-selection-texture-save dexyfex 2021-11-10 02:06:35 +1100
  • fee672a275
    Merge pull request #125 from Lucas7yoshi/add/world-entity-search-markers dexyfex 2021-11-10 01:27:03 +1100
  • c18b381115 Fixed bug with display entity indexes option in ProjectForm so as not to lose the current selection in the project explorer (but only for entities). dexy 2021-11-10 01:00:11 +1100
  • 07fa8e6e86
    Merge pull request #124 from Lucas7yoshi/add/entity-index-display dexyfex 2021-11-10 00:37:34 +1100
  • ab0bfc218b Removed some blank lines in ExploreForm and removed forgotten commented code from last commits dexy 2021-11-10 00:36:49 +1100
  • 6699e6f452
    Merge pull request #123 from Lucas7yoshi/add/xml-drag-drop dexyfex 2021-11-10 00:12:10 +1100
  • f90a5e8fea Added gxt2 and nametable file editing dexy 2021-11-09 08:28:35 +1100
  • 958c6def5b Auto update room portal counts when adding/editing portals dexy 2021-11-08 23:43:47 +1100
  • 8ac37258c3 Added QuaternionBox to allow editing of quaternions as Euler angles as well as quaternions dexy 2021-11-08 09:57:29 +1100
  • 494b8ddae1 World selection save image as Lucas7yoshi 2021-10-21 23:45:11 -0400
  • a938d70979 Add set markers button to entity world search Lucas7yoshi 2021-10-21 22:24:24 -0400
  • 026a3a0b7d Project Form display entity indexes option Lucas7yoshi 2021-10-20 02:09:50 -0400
  • d4085ac37a Drag and drop XML files Lucas7yoshi 2021-10-20 00:28:09 -0400
  • 432b42504e Improved ymap rename/saveas experience dexy 2021-11-08 04:01:51 +1100
  • 33072d44cb Fixed bug where distant lod lights ymap wasn't being auto added to project when a lodlight was edited in world view dexy 2021-11-08 03:20:06 +1100
  • 86ce0eb2ba update ResourcePagesInfo to display correct block length, limit pages count to 128 carmineos 2021-11-07 16:23:39 +0100
  • 3467ace8b0 Cleaned up changes to WorldForm from PR79 dexy 2021-11-08 01:13:52 +1100
  • 76fd33d254
    Merge pull request #79 from Big-Yoda/savesettings dexyfex 2021-11-08 01:05:56 +1100
  • 8ba9faacec
    Merge pull request #71 from carmineos/epedboneid dexyfex 2021-11-08 00:43:19 +1100
  • a6cad60d6f Added MetaNames from Carl, Siprus and Smallo to manually resolve merge conflicts dexy 2021-11-08 00:41:43 +1100
  • aef77218bc
    Merge pull request #83 from carmineos/fragfix dexyfex 2021-11-08 00:15:24 +1100
  • 93851d20f2 AudioOcclusionOverride names applied in RelFile. Manually resolved merge conflict to replace PR108 by Ghost dexy 2021-11-08 00:05:38 +1100
  • 73fd159af6
    Merge pull request #121 from Monkeypolice188/master dexyfex 2021-11-07 20:46:26 +1100
  • e81b716dd1
    Merge pull request #120 from Disquse/mrf-support dexyfex 2021-11-07 20:44:33 +1100
  • d0ec453c00 Scenario bug fixes for modelsets and types/groups dexy 2021-11-07 00:58:08 +1100
  • 8765197eda Various rel field name changes Monkeypolice188 2021-11-06 10:37:58 +0000
  • ca8eb31ae2 Resolve MRF saving issues Disquse 2021-11-06 07:28:20 +0300
  • 11eb44dbd6 Early MRF saving code and tweaks Disquse 2021-11-06 03:17:53 +0300
  • e4e3fd955c World selection save image as Lucas7yoshi 2021-10-21 23:45:11 -0400
  • 330f37cc36 Add set markers button to entity world search Lucas7yoshi 2021-10-21 22:24:24 -0400
  • f4418b91f6 Add camera fov setting saving Lucas7yoshi 2021-10-20 02:28:46 -0400
  • 27857cff1c Project Form display entity indexes option Lucas7yoshi 2021-10-20 02:09:50 -0400
  • 21f1b63e98 Drag and drop XML files Lucas7yoshi 2021-10-20 00:28:09 -0400
  • 8066748fb0 Fix for CMapTypes name being empty after saving a file. mmleczek 2021-10-21 09:47:09 +0200
  • 339816eeb4 Remove unnecessary character. mmleczek 2021-10-20 21:44:22 +0200
  • 1ded2a6e69 Added capability to load multiple YDRs to YTYP at once. mmleczek 2021-10-20 21:42:19 +0200
  • 17e932077d Added option to easy YTYP using YDR file. mmleczek 2021-10-18 17:55:16 +0200
  • 0b88c908f8 Added calming and wave quad selections to toolbar button PNWParksFan 2021-10-13 01:34:32 -0700
  • 3c2dceaaaf Disabled clipping for new water quad selection boxes PNWParksFan 2021-10-13 01:27:54 -0700
  • b573acd39f Added wave direction arrow rendering PNWParksFan 2021-10-13 01:10:18 -0700
  • 4a7d4fd481 Added water calming/wave quad selection info PNWParksFan 2021-10-13 00:50:23 -0700
  • 84c9fe0b54 Added calming quad and wave quad selection mode and rendering PNWParksFan 2021-10-13 00:20:12 -0700
  • 745522be0b Added bounding box rendering for wave and calming quads PNWParksFan 2021-10-12 01:20:19 -0700
  • 4cc4c533ae Created BaseWaterQuad for shared functionality of WaterQuad, WaterWaveQuad, WaterCalmingQuad PNWParksFan 2021-10-12 00:43:42 -0700