- Zoom in/out with the horizontal cursor position as anchor point; Previously the anchor point was always the left corner of the window.
- Add a vertical line with the same color as the info text to visualize where the cursor is and where zooming in/out will take place (can be disabled).
#rnx
#rb henrik.karlsson, Joe.Kirchoff
[CL 33806005 by laura hermanns in ue5-main branch]
* Changed so uba consumes command line option "/extractsymbols" and will use that to decide if symbols should be extracted from obj file
* UbaObjTool - Some cleanups and optimizations. Also added code just to get it in the version control (will remove again)
* Renamed symbol files from .sym to .exi (exportimport) to not collide with already existing .sym extension
[CL 33787308 by henrik karlsson in ue5-main branch]
* Added support for extracting import/export symbols from obj file and strip it from exports at the same time
[CL 33761137 by henrik karlsson in ue5-main branch]
* Fixed bug in storage proxy where files at very specific sizes could end up missing data so cas on the client side could have zeroed out bytes at the end of the cas file
[CL 33671306 by henrik karlsson in ue5-main branch]
* Added symbols for UE4_VISUALIZERS_HELPERS to not have to change ModuleBoilerplate.h
* Refactored code and added stubs for elf object files
[CL 33663107 by henrik karlsson in ue5-main branch]
* Added symbols for UE4_VISUALIZERS_HELPERS to not have to change ModuleBoilerplate.h
* Refactored code and added stubs for elf object files
[CL 33663065 by henrik karlsson in ue5-main branch]
* Improved error messages related to files sent to server. Messages will now show process they are related to
[CL 33635098 by henrik karlsson in ue5-main branch]
* Object file utilities - strategical submit just to be able to be able to roll back to something that works
[CL 33614310 by henrik karlsson in ue5-main branch]
* Fixed so additional error logging for missing files is not including files that does not match name
[CL 33579258 by henrik karlsson in ue5-main branch]