What’s new in build 7.2.8
[770] (16/02/2025)
- Coord2D, Coord3D, Vec2D & Vec3D replaced with Coord2f, Coord3f, Vec2f, Vec3f
- Fix a bug with the licensing engine when unplugging and plugging again the dongle
- Fix the function insidePolygon() for a point
- Fix the function segmentCircleIntersect()
- Entity label (in runtime external maps) displays ok now in Standalone mode
- Fix the offset navigation in MotionFollow for trajectories
- Fix the entity history track on runtime external maps (resize is now working)
- Fix the entity future track on runtime external maps
- WingDyn_High altitude controller has Rate curves working (not used before)
- Fix the Y axis display of units in Curves
- Curve plots now can have a name (which can be used in runtime instead of Z)
- SimQt viewer allows GUI monitoring
- Fix Pitch and Mäk HLA FOM with HlaUnicodeString – patch 1
- Fix WebMaps with OpenGL + HMI windows – patch 1
- Fix LatLon grid longitude label display – patch 1
- Fix GdiMap zoom and pan – patch 1
- Fix PLAYER license issues – patch 1
- Fix dongle license temporary loss – patch 1
- Fix a memory corruption on wizard code generation – patch 1
- Fix long reaction time using ) or } on big code editor – patch 1
- Fix rare crashes with WebMapTiles during zoom or pan – patch 1
What’s new in build 7.2.7
[768] (19/01/2025)
- Added the function getWallClock(float& ms) in vt_rtc to get the milliseconds
- Updater call now saves the db and regenerates the code (to avoid losing the changes)
- Improve the accuracy of sphereLineIntersection and circleLineIntersection functions
- Fix crash when switching from Editor3D tab to MapView with WebMap layer active
- Fix road arc-circle handle and mouse reshaping process
- Add fixing tools for road arc-circles
- LAN Client must now specify the remote server:port, Server connects to local port
- LAN Client and Server can now reconnect in case connection is dropped
- LAN SockItem can be set inactive (code is generated)
- LAN Connection mode (Before Start, After Start and Manual) is now working as expected
- LAN UDP Connection is more efficient
- Fix a bug with Trajectory::duplicate()
- Fix the OSG demos
- Fix a crash when disabling Map3D panel view – patch 1
- Fix ASC, HGT terrain load functions from GUI and TerrainBuilder – patch 1
- Fix DEM import on some files using D+ instead of E+ – patch 1
What’s new in build 7.2.6
[765] (09/12/2024)
- A thread is now used for TCP IP socket handshaking (no more blocking)
- Fix a long delay in save when Network is not available
- Fix some color glitches in Light skin mode
- Add an optional wideness for a Feature Segment
- Add WGS84 projection selection: Deprecated; Spherical & Geoidal
- Fix a crash in the Finder when pattern is in a Command code
- Map redraw at requested refresh rate only during runtime
- Implement the reconnect for TCP/IP sockets when connection closes at other end
- Add the ReuseAddr option for Socket Items
- Add Hide option to OsgFrame map layer
- Add Polygon updatable OSG object in VisualEffect.h
- OSG Polygons and Circle can be clamped on the OSG ground
- Fix function strGetNumber()
- Add setRef() && getRef() in VFeature
- Minor fixes and cosmetic changes
What’s new in build 7.2.5
[765] (01/11/2024)
- Selecting an object opened in the Properties panel focus it in the tabs
- Fix a faulty text paste when Properties panel is opened
- Add groupParent() function to access parent group of embedded group
- Improved osgTrajectory component
- Add Inactivity flag to SocketItems (still code generate but no connection)
- Improved the vertical speed computation for flight models
- Fix a bug with TTF fonts for HMI exe once deployed standalone
- Polish the vsTasker OSG API to force using Vec3d and WCoord
- Simulation Stop does no more close sockets (leave/exit does)
- Improve the Properties Panel usability
- setFact replaced by addFact and updateFact; name uniqueness is no more
- Fix Diagram refresh during runtime monitoring
- Fix HMI CheckBox drawing widget
- Several little enhancements and cosmetic changes
What’s new in build 7.2.4
[764] (22/09/2024)
- Fix Trajectory and Path creation.
- LAN licenses can be attached to a user selected device (one of many)
- Fix a memory corruption when SIM is started alone and GUI is running
- Minor little fixes and enhancements
What’s new in build 7.2.3
[762] (01/08/2024)
- Add Preferred ID to CigiEntity component
- Add Edit Mode toolbar button for HMI (replace Ctrl key)
- Fix HMI Sprite resizing from hooks
- Fix HMI label and texture display on GUI
- Fix a crash when using CodeInsight in HMI then in Logics
- Fix a crash when deleting the last Shape of a Special Zone
- Stability of the docked Properties Windows
- Opened/Docked windows content is now retrieved at save
- Some plugins are now compiled into the GUI code (dll still available)
- SocketItems can use a single config file with {name,}ip,port{,cast}
- Support of Network dongle for license
- Add Area computation for Special Zones (Features)
- Add Auto Align mode for MotionFollow component (trajectory)
- Fix the DynValues parameter window under High DPI
- Numerous little cosmetic and speed improvements
What’s new in build 7.2.2
[760] (14/07/2024)
- Fix map popup menu (content was not in sync)
- Moving map is now performed with mouse down & drag without selection
- Multi-selection on map needs control key down
- Fix computeTerrainLineOfSight() when the from & to points are inside a visible model
- Fix crash when closing database with Properties panel opened
- Fix crash when resizing Properties Panel
- Add properties tab for Paths and Trajectories (to display lengths)
- Fix Add/Insert Polygon (Feature)
- Features and Sprites draw DLL (VC++) are now compiled under Embarcadero compiler
What’s new in build 7.2.1
[760] (15/06/2024)
- Windows Theme customized
- Map Views enabled – User can add different views of the map and save them
- Radial View for tracked entities
- Properties panel for docking some property windows with user code
- Nicer panels display (Diagrams, Properties, Map, Help…)
- Add Insert point after/before selected one for Trajectory and Path
- Flight-plans RF Terminator arc-center position can be set using mouse or wizard
- Add XPM loader to display XPM bitmaps for entities
- Improve the GPX import for Points, Trajectories and Roads
- Improve speed of the custom made char* dynamic allocation library
- Add user defined refresh rate for HMI and OpenGL panels
- Flight-plans RF Terminator arc-center position can be set using mouse or wizard
- Flight Plan Turn Fix are now correctly flown in all cases
- Flight Plan long legs are drawn using great circle (and not straight lines)
- getSpeed() now returns the nominal speed; use getTAS() for the velocity vector norm
- Sliding an entity with the mouse also displace it’s plan (when shift key depressed)
- Fix a memory leak in with circleLineIntersection and sphereLineIntersection functions
- Fix a potential memory leak for databases with HMI (no more crashes)
- Fix a crash with selectable ArcInfo layers
- Fix some memory corruptions with Arrays
- Numerous other bug fixes and cosmetic changes