marauder2k7
679f0ff065
vhacd
...
added vhacd not working atm
2024-05-12 03:07:59 +01:00
marauder2k7
8fc56dfd9c
remove speex cpack
...
cpack was causing issues with compiling remove any references to it.
change all options being set for the new libs to use the advanced_option macro
remove speex, opus is better.
2024-03-25 00:17:54 +00:00
marauder2k7
705b17ab57
Merge remote-tracking branch 'upstream/development' into change-to-use-libsndfile
2024-03-24 12:07:26 +00:00
marauder2k7
3889798818
add speex
...
in order to access the experimental code in libsndfile have to have speex...
2024-03-23 09:55:21 +00:00
marauder2k7
a745fc3757
Initial commit
...
added libraries:
opus
flac
libsndfile
updated:
libvorbis
libogg
openal
- Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
2024-03-21 17:33:47 +00:00
marauder2k7
d44e475800
compile fixes and improvements
...
mac was failing to generate an archive.
Icons now in an app asset so it can be properly modified in the project instead of being a static .icns file.
Info.plist now gets its bundle name from the product bundle identifier field, this means it can be changed through the gui instead of having to manually modify the bundle identifier. All other settings are left blank.
Info.plist will need further updates to take values set in Xcode to make it easier to distribute apps.
OpenAL and SDL have to skip installation in release mode builds for the archive to be created correctly.
2024-03-21 10:45:31 +00:00
marauder2k7
457cdd00bb
shader editor ground work
...
Adds the ground work for shader editor
Adds the base gui for the shader editor
2024-03-02 20:09:45 +00:00
marauder2k7
d87199f5da
Final Cleanup
...
-Removed LPNG
-Removed LJPEG
-Re-Added DefferredPNGWriter from rextimmy stb work
Commented out lines about file saving and reading in gfont, these are good for debugging font saves.
2024-01-23 08:47:26 +00:00
marauder2k7
be3d26d9e6
SDL_FILESYSTEM
...
-Set the base dir based on build type
-enable only building active arch on debug
2023-10-22 00:47:14 +01:00
marauder2k7
acf3177021
Revert "example cmake workflow"
...
This reverts commit 233c6a8045 .
2023-10-21 07:08:12 +01:00
marauder2k7
233c6a8045
example cmake workflow
2023-10-21 01:50:31 +01:00
marauder2k7
8b7e318fd5
multiplatform fixes
...
-Wrap macosconfig in if(apple)
2023-10-20 22:33:20 +01:00
marauder2k7
9bc06f0887
main dir
...
SDL_BaseDir was returning the directory that contains the app, now it returns the resources directory
2023-10-20 22:23:38 +01:00
marauder2k7
f10520e751
Macosx build with rpath
...
Archiving builds no longer have linking errors when run
2023-10-20 21:06:53 +01:00
marauder2k7
b6617b1b0f
Working multi-arch archiving
...
-Working multi arch compile
-Required assets now copy to the app bundle
TODO: Make the logic to wrap around whether its multi arch
-The changes in torqumacosconfigs.cmake are not required if we are only building one architecture, also if it is x86_64 we can drop min deployment target to 10.13
2023-10-20 12:04:56 +01:00
marauder2k7
e381bf4838
Working archive
...
-Archive now working if we override the shared libs rpath with the correct installation path
2023-10-20 00:19:40 +01:00
marauder2k7
0af0b5a24a
MACOS working
...
Mac working in this stage
2023-10-19 14:39:22 +01:00
marauder2k7
a200554496
more changes
...
-Apple = more trouble than its worth
2023-10-19 11:45:25 +01:00
marauder2k7
c11587cad3
Attempt 2
...
-Missing includes may be due to no parent_scope
2023-10-19 11:04:16 +01:00
marauder2k7
ac60ce8da7
Update apple.toolchain.cmake
2023-10-19 09:58:55 +01:00
marauder2k7
1b49f28d19
move all setup to toolchain
...
-All apple config in toolchain
2023-10-19 08:57:24 +01:00
marauder2k7
e6c387c67a
Update apple.toolchain.cmake
2023-10-19 08:29:27 +01:00
marauder2k7
13af296bf8
initial toolchain
...
-test of an initial toolchain setup for macosx builds
2023-10-19 08:08:50 +01:00
AzaezelX
76477a6e78
remove bad example template
2023-10-17 11:04:06 -05:00
AzaezelX
b278802645
cmake cleanups
...
new global defines: TORQUE_LIB_ROOT_DIRECTORY and TORQUE_LIB_TARG_DIRECTORY for source location and target to build static libs, respectively
reassign location back to torqueConfig.h, torque.rc, and Info.plist to "${TORQUE_APP_ROOT_DIRECTORY}/source/ aka \My Projects\<apname>\source by request
2023-10-14 23:02:55 -05:00
Lukas Aldershaab
df8041e689
Add support for replacing the main.tscript file with a specified Console Function
2023-10-08 17:36:51 -05:00
AzaezelX
62f4d443d5
more tools pseudo-module incorporation cleanup
2023-09-17 18:29:10 -05:00
AzaezelX
a36a35c39e
clean up folder display of optional core modules
2023-09-17 17:15:43 -05:00
AzaezelX
6a6eb0bbc7
extension point for os-specific configs, with mac example
2023-08-16 09:17:43 -05:00
Areloch
cac793f437
Fixes up the libCurl module cmake config so it works as expected again
2023-08-03 16:18:57 -05:00
marauder2k7
d6a4c63c27
Update torque_configs.cmake
2023-07-24 12:59:27 +01:00
marauder2k7
c09f79d199
separate testing environment
...
-Separate main for running unit tests
-Move unit tests into testing folder
2023-07-24 12:38:36 +01:00
AzaezelX
3f96225bca
kill bad project assignment
2023-07-06 14:38:20 -05:00
AzaezelX
cc037f7306
work around GLOB_RECURSE not... recursing... directories
2023-06-19 14:27:05 -05:00
AzaezelX
6d91cabaff
unit test module cleanup
2023-06-15 20:19:39 -05:00
AzaezelX
79dffb1877
get gtest partly hooked back up. todo: engine/source directories only included when TORQUE_TESTING is on
2023-06-15 19:54:38 -05:00
AzaezelX
c1daeffe06
kill redundant files
2023-06-14 21:43:56 -05:00
AzaezelX
fa14b8c3a9
framework macro typofix
2023-06-12 09:01:50 -05:00
AzaezelX
d4c73c8733
gtest cmake config convert
2023-06-10 19:26:18 -05:00
AzaezelX
db3e7984ad
fix mac compile
2023-06-04 12:45:55 -05:00
AzaezelX
1194f7f49d
shift non-torque config flags over to lib/cmakelists.txt
2023-06-04 09:41:48 -05:00
AzaezelX
653580b469
get ogg working
2023-06-03 20:29:35 -05:00
AzaezelX
8906c12ddd
kill dupe macro definitions, add macro(addFramework framework) for mac support to append frameworks, and further mark-as-advanced cleanups
2023-06-03 13:47:36 -05:00
AzaezelX
e55d71f6ee
macro and config refactor proposal 1
2023-06-03 10:42:04 -05:00
AzaezelX
c61439c2f9
Merge branch 'cmake_adjustments' of https://github.com/Ragora/Torque3D into alpha41/cmake_adjustments
...
# Conflicts:
# Engine/lib/assimp/INSTALL
# Engine/source/console/fileSystemFunctions.cpp
# Tools/CMake/basics.cmake
# Tools/CMake/modules/module_testing.cmake
2023-05-27 18:18:17 -05:00
Lukas Aldershaab
1d28ddf734
Cleanup and improve
2023-04-06 15:28:09 +02:00
Jeff Hutchinson
d4a6ea4628
Fix LibPNG on Universal MacOS + Bump minimum MacOS version to 10.14
2022-12-17 22:45:09 -05:00
Jeff Hutchinson
1940becb2d
Compilation fixes for C++20
2022-11-28 21:39:06 -05:00
Bloodknight
6fed06b1e7
Update Assimp default importers
2022-10-02 20:14:53 +01:00
Brian Roberts
391b656e2c
Merge pull request #894 from Areloch/SMAA_and_Misc20220916
...
Implements SMAA and a few unaffiliated fixes
2022-09-16 23:11:39 -05:00