Commit Graph

93 Commits

Author SHA1 Message Date
octorock 560dfa45b1 Add more tilemap documentation 2024-01-06 18:12:53 +01:00
octorock aced0bef69 Rename metaTiles
Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles.
2024-01-06 15:01:44 +01:00
octorock 109b1020dc Merge branch 'master' into tilemap-docs 2023-12-31 02:12:41 +01:00
theo3 acc75c269d use correct signedness for char in tools 2023-12-28 16:04:32 -08:00
octorock 768efa50b3 Merge branch 'master' into tilemap-docs 2023-12-28 14:59:23 +01:00
Reinmmar f0c707f40a
Update main.cpp
β to ß
2023-08-13 19:40:12 +02:00
octorock bbac5ace3f Merge remote-tracking branch 'upstream/master' into tilemap-docs 2023-05-31 23:51:20 +02:00
notyourav a9910e74cc
Merge pull request #599 from Henny022p/makefile
New Makefile
2023-04-25 11:20:17 -07:00
Tal Hayon 12511f572e Add cmake generated files to gitignore 2023-04-22 08:52:18 +03:00
Henny022p 27fc1b4ac8 new Makefile
big commit, but should be working ok now
2023-02-26 03:41:25 +01:00
octorock c280188436 Fix paths 2022-12-21 23:40:27 +01:00
octorock ec0678872f Split map data into folders 2022-12-14 17:23:07 +01:00
octorock 1d741c182d Extract dungeon maps 2022-12-11 12:07:48 +01:00
octorock 017eb5a65e Fix some tilesets 2022-12-06 17:51:02 +01:00
octorock 80b66166f5 Decompress map assets 2022-12-06 17:00:46 +01:00
octorock a83c83ee8c Extract some data
Sort data according to the compilation using they belong to.
Extract background animations.
2022-09-03 23:33:35 +02:00
octorock 852effa474 Rename objects 2022-07-25 22:45:55 +02:00
Tal Hayon 2062499f0c Initial version of enum extractor script 2022-05-13 21:46:39 +03:00
Henny022p 2bdf0ae7df remove obsolete exit_list code from asset_processor 2022-03-20 02:36:32 +01:00
Henny022p f912b65e98 switch to using cpp-best-practices/project_options for compiler warnings
suboptimal solution due to us being limited to cmake 3.13 on jenkins
fixes #370
2022-02-11 00:35:41 +01:00
theo3 3f266d91a6 lower required cmake version 2022-01-20 21:01:17 -08:00
theo3 d35bd59df6 fix cmake build for macos 2022-01-20 11:06:16 -08:00
Henny022p 578152af19 properly handle libpng dependency 2022-01-20 14:12:47 +01:00
Henny022p 6e2cff9cfa I'm too stupid to merge 2022-01-20 14:12:16 +01:00
Henny022p a5a53e7055 merge master 2022-01-18 06:38:58 +01:00
Henny022p 1c932ffea8 improve scaninc error messages 2021-11-30 06:44:30 +01:00
Henny022p b6314d9269 start work on scaninc 2021-11-30 05:24:07 +01:00
Henny022p 029ce60b3d removed some unnecessary vectors 2021-11-30 04:28:49 +01:00
Henny022p 25c9367d17 replace fstream with fmt::print 2021-11-27 08:32:17 +01:00
Henny022p 9cc2fcf9ea remove data copy from reader class 2021-11-27 07:53:11 +01:00
Henny022p 9e9dc07d23 use simple stdio for binary buffer writes instead of filestream 2021-11-27 07:23:35 +01:00
Henny022p 48aa1d7720 Merge branch 'fix-offset-calculation' of github.com:octorock/tmc into refactorTools 2021-11-27 07:14:50 +01:00
Henny022p 3bda4ba3e8 added util lib with file helpers
will have more stuff in the future
2021-11-27 06:50:37 +01:00
octorock bb42524920 Fix offset calculation for asset build mode 2021-11-24 13:02:16 +01:00
Henny022p 794d5fc97c cleaned asset_processor to build without warnings 2021-11-23 20:22:22 +01:00
theo3 07f9dac0a3 fix lib 2021-11-23 01:52:51 -08:00
Henny022p dee773da4a apply clang-format to tool sources 2021-11-23 09:31:09 +01:00
Henny022p 5f41468ba8 modify main Makefile to build tools using cmake 2021-11-23 07:57:15 +01:00
Henny022p 496ebc9a1b moved tmc_strings 2021-11-23 06:44:00 +01:00
Henny022p 986edc54cd moved scaninc 2021-11-23 06:36:40 +01:00
Henny022p 99c58ddf1d moved preproc 2021-11-23 06:33:11 +01:00
Henny022p 3cad3fe8e0 moved mid2agb 2021-11-23 06:30:50 +01:00
Henny022p d46eff5071 moved gbagfx 2021-11-23 06:28:20 +01:00
Henny022p 2579dbc8fb moved gbafix 2021-11-23 06:20:32 +01:00
Henny022p d54e8c34de moved bin2c 2021-11-23 06:07:53 +01:00
Henny022p cb0eb2bcd3 moved aif2pcm 2021-11-23 06:05:53 +01:00
Henny022p ab6b5a21ce moved agb2mid 2021-11-23 06:01:19 +01:00
Henny022p bc4a8577f3 moved asset_processor to new location 2021-11-23 05:40:41 +01:00
Henny022p 47a3e614a0 added cmake file with dependencies 2021-11-23 05:27:59 +01:00
theo3 12c54b0be4 mac fix 2021-11-22 18:08:06 -08:00