Commit Graph

160 Commits

Author SHA1 Message Date
dexy
8af20945cb Fixed issues with light editor, upgraded ModelForm toolbar 2022-01-01 00:03:52 +11:00
dexyfex
f91ef89580
Merge pull request #143 from Skylumz/master
Implemented a lights editor in model viewer fixed
2021-12-31 18:02:47 +11:00
dexy
853bca2fe4 Reduce FPS when CW is not in the foreground 2021-12-30 20:38:24 +11:00
dexy
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. 2021-12-30 20:21:26 +11:00
dexy
3926b53c25 New YTD file option in RPF Explorer context menu 2021-12-30 18:59:17 +11:00
Skylumz
0c62a04625 Implemented a lights editor in model viewer 2021-12-29 17:17:31 -05:00
dexy
42f0e95c7c Removed hack to focus WorldForm when selection changed, it caused more problems than it solved 2021-12-30 06:37:26 +11:00
dexy
7f0bb17e68 YTD and embedded texture editing in YtdForm, Fixed texture sorting by hash when importing XML 2021-12-28 23:26:35 +11:00
dexy
2a63329490 Fragments XML conversion improvements and field names update 2021-12-12 02:29:11 +11:00
dexy
4550ac6eb4 Added JenkGen and JenkInd to RPF Explorer Tools menu 2021-12-10 16:05:50 +11:00
dexy
a81ef94140 Add nametable file entries to JenkIndex on save from TextForm 2021-12-10 15:58:46 +11:00
dexy
5e7e91043e Fixed UI problems with AudioEmitter Start/End times and changed field types to ushort 2021-12-10 14:55:15 +11:00
dexyfex
09a6a71707
Merge pull request #136 from pnwparksfan/enhanced-water-quads-squashed
Add selection modes for water calming and wave quads
2021-12-10 13:48:12 +11:00
dexyfex
b10894ebdb
Merge pull request #134 from pnwparksfan/path-copy-fixes
Fixes for traffic path node editing in world view
2021-12-10 13:47:44 +11:00
Monkeypolice188
f2819b35f6 Audio updates 2021-12-08 15:15:44 +00:00
PNWParksFan
5cc94f049c Implemented water calming and wave quad selection 2021-12-02 00:26:48 -08:00
dexy
6c8e6be726 Changed field names in CScenarioChainingNode 2021-12-01 17:37:07 +11:00
PNWParksFan
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) 2021-11-27 22:55:55 -08:00
dexy
f808c095c1 Update all scenario flags names 2021-11-23 12:46:16 +11:00
dexy
b29629d72b Update MetaTypes names from new MetaNames 2021-11-23 12:29:13 +11:00
dexy
9ac4785af4 Refactor scenarios deleting nodes/chains/clusters code, rename CScenarioChainingGraph and CSpawnPoint__AvailabilityMpSp 2021-11-23 10:37:31 +11:00
dexy
37329a2eaf Attempt to refocus WorldForm when selecting objects with ProjectForm open - ProjectForm is/was stealing focus due to DockPanel issue 2021-11-21 05:02:30 +11:00
dexy
67014c4d39 Fix for selecting multiple entities in MLO via project explorer 2021-11-21 00:20:03 +11:00
dexy
a2538fc976 Switch FolderBrowserDialog to new version and remove unused instances on forms 2021-11-14 01:33:47 +11:00
dexy
071830b3d7 Auto update Allow full rotation flag for entities when changing their rotation 2021-11-13 23:28:43 +11:00
dexy
89e838550f Moved UpdateEntityTreeNode code into ProjectExplorer 2021-11-13 22:44:39 +11:00
dexy
50accd8180 Added Update Portal Counts button to MLO Archetype panel in project window 2021-11-13 22:01:36 +11:00
dexy
28eab37033 Only convert XML files with more than one dot in the filename when dragged into RPF Explorer 2021-11-12 22:11:21 +11:00
dexy
6b26eb16de Attempted fixes for crashing/freezing while dragging the widget 2021-11-12 21:07:06 +11:00
dexy
1c31bd4a4f Added create archetype from YDR option in project window, manual merge and fix of PR118 2021-11-10 04:04:19 +11:00
dexy
a036d1673a Added Save All textures button to selection info form 2021-11-10 03:04:35 +11:00
dexyfex
7aef6a1ec6
Merge pull request #126 from Lucas7yoshi/add/world-selection-texture-save
World selection save image as
2021-11-10 02:06:35 +11:00
dexyfex
fee672a275
Merge pull request #125 from Lucas7yoshi/add/world-entity-search-markers
Add set markers button to entity world search
2021-11-10 01:27:03 +11:00
dexy
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). 2021-11-10 01:00:11 +11:00
dexyfex
07fa8e6e86
Merge pull request #124 from Lucas7yoshi/add/entity-index-display
Project Form display entity indexes option
2021-11-10 00:37:34 +11:00
dexy
ab0bfc218b Removed some blank lines in ExploreForm and removed forgotten commented code from last commits 2021-11-10 00:36:49 +11:00
dexyfex
6699e6f452
Merge pull request #123 from Lucas7yoshi/add/xml-drag-drop
Drag and drop XML files
2021-11-10 00:12:10 +11:00
dexy
f90a5e8fea Added gxt2 and nametable file editing 2021-11-09 08:28:35 +11:00
dexy
958c6def5b Auto update room portal counts when adding/editing portals 2021-11-08 23:43:47 +11:00
dexy
8ac37258c3 Added QuaternionBox to allow editing of quaternions as Euler angles as well as quaternions 2021-11-08 09:57:29 +11:00
Lucas7yoshi
494b8ddae1 World selection save image as 2021-11-07 14:54:26 -05:00
Lucas7yoshi
a938d70979 Add set markers button to entity world search 2021-11-07 14:53:22 -05:00
Lucas7yoshi
026a3a0b7d Project Form display entity indexes option 2021-11-07 14:46:15 -05:00
Lucas7yoshi
d4085ac37a Drag and drop XML files 2021-11-07 14:44:09 -05:00
dexy
432b42504e Improved ymap rename/saveas experience 2021-11-08 04:01:51 +11:00
dexy
33072d44cb Fixed bug where distant lod lights ymap wasn't being auto added to project when a lodlight was edited in world view 2021-11-08 03:20:06 +11:00
dexy
3467ace8b0 Cleaned up changes to WorldForm from PR79 2021-11-08 01:13:52 +11:00
dexyfex
76fd33d254
Merge pull request #79 from Big-Yoda/savesettings
Add more ability to save more options
2021-11-08 01:05:56 +11:00
dexyfex
73fd159af6
Merge pull request #121 from Monkeypolice188/master
Various rel field name changes
2021-11-07 20:46:26 +11:00
dexyfex
e81b716dd1
Merge pull request #120 from Disquse/mrf-support
MRF files support
2021-11-07 20:44:33 +11:00
dexy
d0ec453c00 Scenario bug fixes for modelsets and types/groups 2021-11-07 00:58:08 +11:00
Monkeypolice188
8765197eda Various rel field name changes 2021-11-06 10:37:58 +00:00
Disquse
fdf2c166f7 Basic parsing support for MRF files 2021-06-12 01:23:15 +03:00
dexy
458e9d365e Slightly improved water for deferred shading by enabling depth write 2021-05-05 19:05:18 +10:00
dexy
5426ceada8 Fix for lodlights intensity 2021-05-04 18:42:41 +10:00
dexy
5ebda6f0bb HD lights rendering in exterior and lodlights switching, lights falloff fix 2021-05-03 22:59:31 +10:00
dexy
18285265ca Improved renderable cache invalidating, stops lights etc from flashing when editing 2021-05-03 02:21:42 +10:00
dexy
2c8311c936 LodLights generator positions improvement 2021-05-03 00:57:14 +10:00
dexy
e18cf990fe Moved entity light hash generation to YmapEntityDef and added Lights array to entity 2021-05-02 04:57:24 +10:00
dexy
384ad0c9cb LodLights generator progress, correct hash for some lights 2021-05-02 00:33:13 +10:00
dexy
77e036e750 Spot lights geometry improvement, LodLights cone angles and game crash fixes 2021-05-01 21:17:43 +10:00
dexy
a8e212135c OccludeModel and BoxOccluder editing basics 2021-04-30 02:15:23 +10:00
dexy
7eec785459 Render window glass projections from fragments in model viewer and vehicle viewer 2021-04-27 21:29:42 +10:00
dexy
5cdde7a34f LodLights editing basics 2021-04-26 04:41:02 +10:00
dexy
edd8916c1f LodLights selection basics, replaces DistantLodLights mode 2021-04-22 15:16:11 +10:00
dexy
b3f9312790 Auto calculate ymap flags and extents options in project window 2021-04-21 19:07:32 +10:00
dexy
0f6474242d Added heightmap rendering and waterheight.dat file reading/rendering code 2021-04-21 06:26:32 +10:00
dexy
ab4a34cc53 Heightmap/XML conversion 2021-04-18 00:30:32 +10:00
dexy
ac14e716d8 Added missing YNV content flag 2021-04-17 06:51:33 +10:00
dexy
4751818703 YNV/XML conversion 2021-04-17 06:33:23 +10:00
dexy
6268298207 List and render DrawableArray (damaged) models for fragments in ModelForm (and VehicleForm) 2021-04-15 17:40:23 +10:00
dexyfex
3bbddbcc6d
Merge pull request #91 from pnwparksfan/menyoo-import-updates
Updated Menyoo spooner XML import
2021-04-14 15:27:53 +10:00
dexy
2b8ac5bb65 Fix for RPF Explorer crash when previously opened folder was deleted 2021-04-14 15:23:20 +10:00
dexy
66b1d619fe Fixed Monkey Mess 2021-04-14 15:08:38 +10:00
dexyfex
4271e16095
Merge pull request #101 from nikez/master
fix(gamefiles): Added proper description to game audio file
2021-04-14 14:52:01 +10:00
cpmodding
a19431bb58
loads of new flags for ytyp/ymap/scenario files (#105)
* ytyp/ymap/scenario/mlo flags update

* Revert "ytyp/ymap/scenario/mlo flags update"

This reverts commit 8a9f58fa49.

* loads of new flags for ytyp/ymap/scenario files
2021-04-14 14:45:52 +10:00
Nikez
9b45cb7b54 fix(gamefiles): Added proper description to game audio file 2021-01-27 11:53:48 +01:00
PNWParksFan
591f93907f Added sane limit for specified LOD dist on menyoo XML import 2020-11-07 02:53:03 -08:00
PNWParksFan
bb453883c2 Updated Menyoo spooner XML import
- Added livery support for cargens
 - Changed default cargen paint properties to -1 to avoid all-black cars spawning
 - Added texture tint variation for props
2020-11-07 01:48:31 -08:00
Yoda
682f0cfa1e Add more ability to save more options 2020-05-24 18:03:15 +02:00
dexy
6f1d148875 Added text for some car gen flags 2020-04-22 18:44:44 +10:00
dexy
a510b9b37a RPF Explorer improvements 2020-03-22 10:57:37 +11:00
dexy
32e75cb2a1 Fixed collisions bound geometry render transform bug 2020-03-22 10:09:46 +11:00
dexy
f98a7c8411 Support for saving files outside of RPFs in MetaForm, ModelForm and RelForm 2020-03-22 05:08:13 +11:00
dexy
ff93caafcd RPF Explorer improvements 2020-03-21 12:19:48 +11:00
dexy
9ca46e79bf RPF Explorer improvements 2020-03-21 11:09:07 +11:00
dexy
cdbe4f59b9 Set RPF Explorer fixed panel to tree view panel 2020-03-20 04:57:27 +11:00
dexy
38bb3ebb16 Changed Skeleton Bones into array and added SkeletonBonesBlock 2020-03-15 00:52:36 +11:00
dexy
1f516a87b3 Changed DrawableModels into arrays and added DrawableModelsBlock 2020-03-14 22:23:40 +11:00
dexy
e48503e130 Changed DrawableModel.Geometries to array 2020-03-14 01:30:56 +11:00
dexy
44756e0277 Added audio playback to cutscene viewer 2020-03-07 23:05:03 +11:00
dexy
b3857db929 Added stereo playback option in AwcForm 2020-03-07 07:00:35 +11:00
dexy
1c9fc78f7f Possible face animation improvements 2020-03-07 04:50:40 +11:00
dexy
50a5abb2d8 Face animation improvements 2020-03-06 22:25:41 +11:00
dexy
59301c5b51 Added seek ability to CutsceneForm player 2020-03-06 21:24:18 +11:00
dexy
56902d4f8b Refactored AudioPlayer code, added seek ability to AwcForm player 2020-03-06 20:30:41 +11:00
dexy
93784bbc49 Disabled camera clip planes updating from CutsceneForm, to fix rendering bug(s) 2020-03-06 18:15:17 +11:00
dexy
26183af00d Peds facial animations progress 2020-03-06 03:02:40 +11:00
dexy
14fe68136b Changed Michael's outfit back to default in cutscenes 2020-02-26 15:17:58 +11:00
dexy
88cb6083eb Possibly improved resilience of UpdateGlobalLights 2020-02-26 00:01:45 +11:00