-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V241dev #86
Conversation
This file contains 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
- Tidied up function hooks prototype a bit - Implemented some code in the CLI app to compute the mouse position relative to an object - Fixed bug in D3DMeshFileObject - Added new MemArrayList to wrap TList<> objects - Added WriteMemory method which takes a StrPtrType - Implemented OmsiAnimSubMesh and OmsiAnimSubMeshInst - Bugfixes to OmsiComplObj and OmsiComplObjInst - OmsiObject now has an IsNull property to quickly check if an OmsiObject points to null (ideally shouldn't be possible) - Fixed a bug in the OmsiRemoteMethods reader task - Added some utility methods to Vector/Matrix/etc structs
- Updated docfx (although it might be a bit broken still...) - Updated CLI example program - Moved docs into it's own folder - Split MemArray classes into their own files - Implemented MemArrayList for strings and structs - Implemented OmsiMovingMapObjInst - Added OmsiSetTrigger and OmsiTriggerSound remote methods - Added OnActiveVehicleChanged event - Other small changes
New examples
+Video Embeds Correctly
- Renamed examples to fit Thomas' ludicrous naming standards - Replaced all OmsiObject getters with Memory.ReadMemoryObject() calls which protect against null references - Misc refactoring - Fixed some other minor bugs
Trigger sample
- Refactored sample project to meet Thomas' draconian naming requirements - OnMapChange now provides the new OmsiMap objject as event args - Added separate ReleaseAndDocs build config to allow release builds to be built without having to wait for the docs to compile - Updated readme - Fixed solution file
Event samples
This was
linked to
issues
Jan 2, 2024
Closed
…i-Extensions into video_playback_demo
- Renamed some stuff - Updated OmsiHook package version Co-authored-by: amathieson <[email protected]>
Video playback demo Co-authored-by: amathieson <[email protected]>
amathieson
approved these changes
Jan 4, 2024
As soon as #88 is merged into this, I think it can be merged with main and released. |
* + Material Manager ! Note - MaterialMan.MaterialItems appears to remain null the whole time @space928 look at it? * Fixed some bugs & Added TextureMan: - Tidied up OmsiExtensionsCLI - MaterialMan now uses a MemArray - Implemented OmsiTextureMan - D3DTextures are now automatically initialised when constructed with a pointer - D3DTextures can now be initialised for read-only - Improved D3DVector (and related structs) ToString - Reformatted OmsiStructs - Added OmsiTextureItem * Added proper support for MyOmsiList: - Road vehicle lists are now properly supported - Fixed OmsiPathInfo - Fixed CriticalSection * Documentation improvements --------- Co-authored-by: Adam Mathieson <[email protected]>
amathieson
approved these changes
Jan 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DocFX has farrrr too many bins included haha
This reverts parts of commit 66b33af.
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.