index
:
cplt
cplt-imgui
cplt-qt
master
Spreadsheets but better
rtk0c
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
src
/
Model
/
Assets.cpp
Age
Commit message (
Expand
)
Author
2022-03-15
Temporarily switch to cstdio instead of custom FileStream implementation
rtk0c
2021-09-06
Fix all compile errors, remove OperateIOProxy requirement from DataStream api
rtk0c
2021-09-04
Migrate Template and TableTemplate to use DataStream
rtk0c
2021-08-29
Change DataStream to use FileStream instead of std::fstream
rtk0c
2021-08-15
Rename original "IO adapter" (read/write operation abstraction) to "IO proxy"
rtk0c
2021-08-15
Turn IO adapter's mechanism from function overload into structs that are give...
rtk0c
2021-08-15
More work on IO adapters (not working)
rtk0c
2021-08-15
Initial work on data streams
rtk0c
2021-08-15
Fix issues and cleanup
rtk0c
2021-06-11
More UI polishing and fix asset saving/reloading
rtk0c
2021-06-11
Convert runtime-loaded l10n to string literals chosen at compile time
rtk0c
2021-06-10
Polish UI and add translations
rtk0c
2021-06-09
Refactor asset management UI into AssetList
rtk0c
2021-06-07
Complete asset loading/saving and UI management logic
rtk0c
2021-06-05
Initial work on asset system (does not compile)
rtk0c