-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changed C++ standard from C++11 to C++14 (it's time to start using std::make_unique). - Fixed the crash occurring when showing an animation from CC UOP. - Added const_iterator to ScriptObjTree. - Tidied the ScriptSearch/SubDlg_SearchObj code. - Changed some unscoped enums to enum class. - Changed UOIdx::unknown to extra. UOPPackage library version 3.2. - Added iterators to UOPPackage and UOPBlock. - Changed some data types from signed to unsigned (block&file number, addresses). - Added UOPFile::freeData and hasData methods. - Removed unused UOPHeader.cpp/.h.
- Loading branch information
Showing
37 changed files
with
767 additions
and
495 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.