2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-13 03:57:26 +00:00

Commit Graph

  • 85b6c3f6bd Introduce "none" project type Jan 2023-10-21 14:59:42 +02:00
  • 0b4a0ac070 Add possibility to build different targets in the same project for e.g. IPaks Jan 2023-10-21 14:11:20 +02:00
  • 2c09cc11e9 Add example project for building an IPak with corresponding ff Jan 2023-10-21 12:27:47 +02:00
  • 1384c912e5 Merge pull request #20 from Laupetin/feature/ipak-building Jan 2023-10-15 22:53:16 +02:00
  • 4811d41ec8 Fix calculating wrong chunk buffer window when only the block header is inside a chunk and all the data is in the next #20 Jan 2023-10-15 22:31:50 +02:00
  • 75cd9bd4e4 Fix not respecting chunk buffer window border Jan 2023-10-15 22:31:21 +02:00
  • fa72a6d5db Fix writing whole file everytime an uncompressed command is written Jan 2023-10-15 22:12:42 +02:00
  • d779dfd884 Fix writing block header incorrectly Jan 2023-10-15 22:12:25 +02:00
  • 9b35b90a28 Fix IPak reading error message having incorrect text Jan 2023-10-15 21:54:38 +02:00
  • e16ea9de84 Load T6 GfxImages from raw when building Jan 2023-10-15 19:08:27 +02:00
  • abbb697d7c Add data writing for IPaks Jan 2023-10-15 17:54:10 +02:00
  • 2d0ef40335 Remove unused IPakBlock non-bits fields Jan 2023-10-15 14:50:14 +02:00
  • 78196cd6f6 Improve code documentation of IPakEntryReadStream Jan 2023-10-15 14:23:26 +02:00
  • 8514378465 Write IPak base skeleton without data Jan 2023-10-07 19:41:54 +02:00
  • 23d0fe1eb0 Always load/unload project specific zones Jan 2023-10-07 15:17:06 +02:00
  • fb5c67b5ce Add possibility to include asset lists in project definition Jan 2023-10-07 15:06:41 +02:00
  • e4fd8543e3 Read project type from zone file Jan 2023-10-07 13:29:27 +02:00
  • 480bc81522 Extract search path related code from Linker into separate class Jan 2023-10-07 10:54:09 +02:00
  • 74fd8f4334 Add docs about ZoneFiles Jan 2023-10-06 21:38:04 +02:00
  • d8a28a5aa4 Merge pull request #19 from Laupetin/docs/getting-started Jan 2023-10-05 23:11:11 +02:00
  • 16a4f5a307 Add documentation and example for getting started #19 Jan 2023-10-05 20:16:54 +02:00
  • 7850166aba Merge pull request #18 from Laupetin/fix/abort-linking-on-load-error Jan 2023-10-05 21:39:37 +02:00
  • e7f52e5dc7 Abort linking when loading specified zone failed due to missing file #18 Jan 2023-10-05 20:29:38 +02:00
  • 479b1d1836 Log asset name when not being able to create empty asset Jan 2023-10-05 20:19:49 +02:00
  • cb4f23cd21 Merge pull request #15 from Laupetin/fix/g++13-build Jan 2023-10-01 11:09:02 +02:00
  • dd56a57a3e Fix build with g++13 #15 Jan 2023-10-01 10:50:39 +02:00
  • 98528db8aa Merge pull request #14 from Laupetin/feature/rename-fastfiles Jan 2023-09-28 21:19:01 +02:00
  • bb94162be4 Add possibility to override zone name in zone definition #14 Jan 2023-09-28 20:52:16 +02:00
  • e36367fe01 Rename linker "zone" to "project" Jan 2023-09-28 20:28:34 +02:00
  • 91deeeac50 Merge pull request #12 from Laupetin/feature/iw5-menu-non-permissive Jan 2023-09-26 23:31:48 +02:00
  • 1a1e1f9815 Change menu unit tests to account for discoveries and fixes of menu parser #12 Jan 2023-09-26 23:14:47 +02:00
  • 1e6824368c Fix bugs related to parsing IW5 base game menus Jan 2023-09-26 22:03:06 +02:00
  • 486d704ce6 Add MP only IW5 UiScripts Jan 2023-09-26 20:59:55 +02:00
  • 9dde58c064 Add non-loading implementation for AssetLoaderMaterial for IW5 to be able to create default materials Jan 2023-09-26 20:59:43 +02:00
  • 13dfbc9bbb Add IW5 specific uiscripts Jan 2023-09-25 22:49:46 +02:00
  • 4ff8b3396e Implement the rest of IW5 menu event handler sequences Jan 2023-09-25 21:54:27 +02:00
  • d071dc1bfd Make script numeric matchers match negative numbers as well Jan 2023-09-25 21:45:06 +02:00
  • 870fa44b02 Add existing iw5 script statements Jan 2023-09-24 22:48:11 +02:00
  • 8653c434d1 Fix not respecting new string values in localize parser when processing matches Jan 2023-09-24 18:55:34 +02:00
  • 0ffbd21ade Add section about cloning the repository in the README Jan 2023-09-24 16:46:08 +02:00
  • 6802b1c23b Merge pull request #7 from Laupetin/feature/iw5-menus Jan 2023-09-24 16:20:31 +02:00
  • 36cd9e11fe Support localize entries that have a name that cannot be represented as an identifier #7 Jan 2023-09-24 15:58:57 +02:00
  • cf711c3af7 Use SimpleLexer escaped strings for localization Jan 2023-09-24 15:25:08 +02:00
  • 5ee5056c5d Fix considering string static value to not be true for visible expressions Jan 2023-09-24 14:18:15 +02:00
  • b8b4b7ce21 Fix incorrectly dumping window rect instead of window clientRect for iw5 items Jan 2023-09-24 12:36:51 +02:00
  • 0b92b9b871 Fix setLocalVar not correctly flushing script when not setting static var Jan 2023-09-24 11:46:39 +02:00
  • e481d97143 Also dump dvar and localvar for multiproperty and enum dvar items Jan 2023-09-24 10:30:27 +02:00
  • e56fa67e46 Fix not setting dataType when loading menus Jan 2023-09-24 10:30:03 +02:00
  • 502e134ed8 Fix not properly handling concurrent strings in permissive menu loading mode Jan 2023-09-23 19:04:15 +02:00
  • 2cd5d05a19 Use escaped strings with simple lexer whenever appropriate Jan 2023-09-23 15:21:09 +02:00
  • 88bc1c1056 Fix SimpleLexer not being able to read escaped strings Jan 2023-09-23 14:28:59 +02:00
  • 7d0abaf256 Fix not setting menuData when converting IW5 menus Jan 2023-08-25 19:22:25 +02:00
  • cd5a5c2898 Add missing parenthesis for custom functions when dumping menus Jan 2023-08-25 00:38:35 +02:00
  • 4829a4206b Ensure correct expression type for static expressions in menu parsing but do not enforce when permissive Jan 2023-08-24 20:12:57 +02:00
  • aea76d0b42 Escape string values when menu dumping Jan 2023-08-24 19:36:37 +02:00
  • 8a1fe03358 Add base for IW5 menu parsing Jan 2023-08-23 23:08:50 +02:00
  • 0d6e3e8298 Dump outline color for IW4 menus Jan 2023-08-23 23:08:41 +02:00
  • ccc020ca7e Make key handler map a multimap to be able to support multiple handlers for the same key Jan 2023-08-23 23:07:55 +02:00
  • fc57032937 Add base for IW5 menu parsing based on IW4 menu parser Jan 2023-08-23 20:51:40 +02:00
  • 399d8e834d Make IW4 menu rect def align be unsigned like IW5 Jan 2023-08-23 20:51:11 +02:00
  • ce8511fd79 Merge pull request #5 from Laupetin/feature/iw5-stringtable Jan 2023-08-22 17:45:41 +02:00
  • 3233186d8b Add AssetLoader for IW5 StringTable #5 Jan 2023-08-22 17:20:43 +02:00
  • 02581ae698 Add json dumping to AssetDumperMaterial again feature/compiler Jan 2023-07-30 19:16:54 +02:00
  • f506beca34 Add struct containing known surface flags for IW4 Jan 2023-07-30 15:33:43 +02:00
  • 2088118b4a Move IW4 MaterialDumper code to IW4 MaterialDecompiler Jan 2023-07-29 11:55:11 +02:00
  • d48e0519ac Implement writer for raw materials Jan 2023-07-29 02:08:10 +02:00
  • 5db7bc2d4c Add Decompiler and Compiler tools Jan 2023-06-19 20:56:51 +02:00
  • 0da6a4dc43 Update Linker and Unlinker tool to use virtual functions directly instead of internal impl pointer Jan 2023-06-19 21:15:43 +02:00
  • 3c2774614f Merge pull request #4 from Laupetin/feature/buildtools-path Jan 2023-06-19 19:12:18 +02:00
  • 787fe967e3 Move ZoneCodeGenerator and RawTemplater to buildtools output folder #4 Jan 2023-06-19 19:11:03 +02:00
  • dd1114dd3d Merge pull request #3 from Laupetin/feature/artifact-upload Jan 2023-06-18 15:43:23 +02:00
  • f5e536c1bd Do not generate symbols when in release mode #3 Jan 2023-06-18 15:19:40 +02:00
  • 2a7388b490 Upload artifacts after ci Jan 2023-06-18 14:54:13 +02:00
  • 7e6c418fdf Update iw4 technique flag comment feature/material-loading Jan 2023-03-10 14:34:52 +01:00
  • e009c2ee08 Do not use generic expressions for statemap rules but masks and values Jan 2022-09-24 18:58:56 +02:00
  • 63f636d401 Move statemap for technique loading to AssetLoaderTechniqueSet Jan 2022-09-24 15:35:12 +02:00
  • d11f8122f3 Differ between multiple particle_cloud modes Jan 2022-09-18 15:37:22 +02:00
  • d0af444506 WIP effect and postfx templates for techsets Jan 2022-09-18 15:37:02 +02:00
  • ee2a5b57f4 Add default shader include for iw4 with code constants Jan 2022-09-17 23:09:23 +02:00
  • 08278c451a Compile IW4 pixel shaders as part of the zone building process Jan 2022-09-17 16:07:38 +02:00
  • dd359d8f6a Load source shaders for vertex shaders Jan 2022-09-17 14:26:13 +02:00
  • 1484618481 Add HLSL source version for IW4 2D shaders Jan 2022-09-16 23:45:53 +02:00
  • 2b92bd3653 Add error message when not being able to load technique when in material loader Jan 2022-09-15 19:54:42 +02:00
  • 61ba44d8ba Add unique iw4 techsets to raw Jan 2022-09-10 12:44:43 +02:00
  • 5b28b56f39 Add templates for filter_symmetric Jan 2022-09-10 00:27:09 +02:00
  • 6eba8a8062 Merge pull request #2 from Laupetin/feature/github-workflows Jan 2023-06-18 14:05:33 +02:00
  • 63b9fa6841 Fix typo in test in HeaderLexerTests #2 Jan 2023-06-18 13:47:39 +02:00
  • 6c164eee61 Update catch2 version Jan 2023-06-18 13:39:40 +02:00
  • 34cdd46b42 Fix linux compilation Jan 2023-06-18 11:44:40 +02:00
  • ca5bc79661 Add CI with github actions Jan 2023-06-18 11:22:54 +02:00
  • e88f697ef3 Remove old gitlab ci configuration Jan 2023-06-18 11:22:43 +02:00
  • 8902261517 Merge pull request #1 from Laupetin/readme Jan 2023-06-17 23:09:34 +02:00
  • 169f4fc2f0 Add initial draft of components documentation #1 Jan 2023-06-17 23:06:33 +02:00
  • d243826610 Add initial readme draft Jan 2023-06-17 22:04:26 +02:00
  • 14c8d5232c add oat logo first draft Jan 2022-09-17 17:06:03 +02:00
  • 5d962d13ed Add .idea folder to gitignore Jan 2023-06-17 20:41:37 +02:00
  • 61a42afe28 Mark scriptstrings as used even when referencing them via zone pointer Jan 2022-12-03 12:44:33 +01:00
  • bb613e4fcf Fix compilation on newer VS update Jan 2022-12-03 11:01:36 +01:00
  • 401a090eb6 Add template for particle_cloud technique Jan 2022-09-09 22:43:24 +02:00
  • 4d674035d8 Add template for particle_cloud techsets Jan 2022-09-07 22:00:33 +02:00