Duude92 / hammertime

An open source alternative to Valve's Hammer Editor for the Goldsource engine. Fork of the Sledge hammer project.
https://logicandtrick.github.io/sledge/
BSD 3-Clause "New" or "Revised" License
15 stars 3 forks source link

[FEATURE REQUEST] Most J.A.C.K features #29

Open valina354 opened 4 months ago

valina354 commented 4 months ago

Is your feature request related to a problem? Please describe. Right now unless im wrong, This is missing many J.A.C.K features, i want to make this my primary level editor due to fact its open source but its missing features

Describe the solution you'd like Attempt to implement most of J.A.C.K's features

Describe alternatives you've considered If implement most isnt possible then the most important, like Path tool for example

Additional context Nothing

dizzy1666 commented 4 months ago

@valina354 You said HammerTime missing many J.A.C.K features, can you please describe in more detail about features are you missing?

valina354 commented 4 months ago

@valina354 You said HammerTime missing many J.A.C.K features, can you please describe in more detail about features are you missing?

path tool main one, i see new branch was made called path tool so im going to guess thats being worked on, im not really sure everything that is missing as i havent used this too much, but i think its possible that theres more missing then path tool

valina354 commented 4 months ago

oh yeah i forgot to mention this, jack has a purge button that removes all key values not available in fgd, something similar would save so much time, its very tiny but so usefull in my opinion image

Duude92 commented 4 months ago

Added PathTool base functionality image Added Path drawing & editing Added PathNode menu image Added functionality to override PathNode properties image Added Path properties form image With Shift+LMB in 2D view places PathNode, connected to last node of selected Path (any of node of selected Path), if no Node selected - creates new Path. TODO:

Duude92 commented 4 months ago

Merged with #1 Can update from latest release BEWARE: editing path not compatible with Action History for now, I would fix it bit later. Every change you do for now is unable to revert in history (undo).

valina354 commented 4 months ago

nice, hopefully the purge button will be worked on, i would do it myself and make pull request but i pretty much dont know C# i only know C++ so i cant