Improve navigation handling and add DSV refresh - #66
Open
dvdvideo1234 wants to merge 135 commits into
Open
Conversation
Fixed: Utilize `qtDef` instead in the table object methods Added: `TABLE:Erase` So it can clear SQL and the cache Added: Utilize `if(bComm) then makTab:Erase(tData[1]) end` in import DSV
Added: `GetQuery` to manage DEF.Query Improved: CAche erase management
Optimized: Register raw POA trims spaces
Added: NW message in SP to refresh server data Added: Custom `Erase` table configuration for the table method Optimized: Custom `LINEID` and refresh flag outside of loop
Fixed: Primary key is always `nil` for TABLE:Erase Fixed: `GetBuilderID` checking for persistent table key Removed: Unused variable `defTab` Removed: Null variable printout from `RegisterPOA`
Fixed: Curve solver defaulting input parameters when none are provided
Added: Node distance margin of 0.1 any closer no action is taken Removed: Function `GetCatmullRomCurveDupe` as it is not needed anymore
Added: Action/Message `REMOVE_CURVE_NODE` on ALT
Added: Draw curve node nearest Changed: Swap the TOOL:Reload workmode <> user:IN_SPEED
Added: Draw nearest node when insert in ID Added: Open GUI link to Luapad when unavailable
Added: Sortable option for the DSV panel (OPEN_EXTERNDB) Updated: Force screen lock to disabled
Added: Universal way for process ALT+E on the client
dvdvideo1234
force-pushed
the
nav_improve
branch
from
March 10, 2026 09:53
5bda6a2 to
264f246
Compare
Owner
Author
|
Keys for controlling the curve node stack. Choose tool descriptions for these. |
Fixed: Missing identifiers for user messages Fixed: Leaving a normal on the stack INSERT_CURVE_NODE Fixed: `CurveRemove` removing even on count zero Removed: Unneeded manual collect garbage
Fixed: `ArrayMatch` actually prints the erroring data instead Fixed: `ArrayMatch` checks additional logs not needed Added: `TranslateDSV` destination file name contains data source indicator Updated: Use lower case category paths
Rename: `GetFileRow` to `GetLineContent`
…the table name Remove: Pointless array shuffling. The sync table is temporary passed by addon authors
Utilize: `GetReport` in the main tool instead of concatenation TODO: Test anchor and relation selection
Update: `Notify` notification to use player, type, format, ...
Fixed: Tool runtime errors Replace: Some concatenations with reports and concat
Added: Operator `Table:Erase` for all content no key call defaults to `*`
Fixed: Registered DSV are added a second time if casing is different Fixed: Table type components must present in SV/CL Fixed: `VGUI:Dock(TOP)` not addressed properly via `GENV` Fixed: Request for `language.GetPhrase` ion the server due to substitution
Fixed: Enumerator converter should be available on the server as well
Updated: Client side routine messages do nothing when on no curve Removed: Direct utilization of the user provided node ID
Added: CLEAR_CURVE_NODE on both realms. Called from wherever ( SendClearCurveNode )
Fixed: Reduce the logging in `TOOL:CurveCheck` Fixed: Placing nodes via `TOOL:RightClick` does not make the tool shoot Updated: Library `Notify` is available on the client Updated: TOOL:ApplySuperElevation to use valid node ID Updated: TOOL:CurveInsert elevation node pass trough Updated: TOOL:UpdateGhostCurve to print the segments count Updated: TOOL:DrawCurveNode Make the node IDs appear closer
Added: Curve actions are reused in two places Added: Curve automatically send sync messages Changed: Boolean to mute logic
dvdvideo1234
force-pushed
the
nav_improve
branch
from
July 18, 2026 14:12
96f6093 to
6f4fa40
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.