Commit 2f7a1d5
Andrej Redeky
Huge update with many bugfixes and improvements
- Updated Feldarian Base Library (previously directly used UTF and PCMS16 modules were moved to more proper sub-folder)
- Added some options also to the library to compile parts conditionally, defaults should not be changed for this project though!
- Added ADPCM-XQ as additional dependency (preferred ADPCM encoder/decoder)
- Got rid of some dependencies in main project and moved them here
- Package is still WIP and is pretty-much single-purpose, it is a slight modified copy of parts from another project as mentioned few times so it looks like it...
- Better support for more files (anything libsndfile can open should be importable as PCM S16 WAV at least)
- Better xmake project organization
- Completely new look and basic application managment, utilizing parts of cpp-gui-template-sdl2 template by @MartinHelmut (also added to third party license list, just in case)
- Cleaned-up readme a bit
- Cleaned-up license a bit
- Removed no longer valid options and added new ones
- Removed no longer valid localization and added new ones
- Fixed some more multithreading issues (hopefully last from older code...)
- Fixed progress not showing correct total sometimes
- Added ability to transcode IMA ADPCM (and optionally OGG, default is OFF) files to PCM on export with more conventional sample rate for easier playback (default is ON)
- A bit better system for storing and loading original records
- When some error is detected, displays error and recreates cache for given archive
- System is still far from perfect, it is basically duck-taped on top of existing solution and is inefficient in the way it calculates hashes... it should be better with use of std::spans that is planned...
- Allow Blood Money exports in release finally
- Autosave settings on change
- Some other misc changes1 parent 3d41133 commit 2f7a1d5
File tree
119 files changed
+11298
-6016
lines changed- data
- localization
- records
- manifests
- src
- App
- Config
- Core
- Debug
- G1AT
- Platform
- Linux
- Mac
- Windows
- backends
- vendor
- FeldarianBaseLibrary
- EUPL-1.2
- include/Feldarian
- PCMS16
- UTF
- Strings-impl
- src/PCMS16
- vendor/adpcm-xq
- imgui-backends
- include/imgui/backends
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
119 files changed
+11298
-6016
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | | - | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
33 | 43 | | |
34 | | - | |
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
39 | 48 | | |
| 49 | + | |
| 50 | + | |
40 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | | - | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
33 | 43 | | |
34 | | - | |
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
39 | 48 | | |
| 49 | + | |
| 50 | + | |
40 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments