jules
|
2c3d639d91
|
Introjucer: fix for RTAS path when exporting VC projects.
|
2013-11-26 09:38:09 +00:00 |
|
jules
|
20fa1be6ed
|
Introjucer: fix for finding modules on linux.
|
2013-10-02 10:56:02 +01:00 |
|
jules
|
a9aae9651b
|
Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules.
|
2013-09-30 14:41:36 +01:00 |
|
jules
|
f196f88330
|
Introjucer: added a menu to choose which IDE to launch when there's more than one.
|
2013-07-16 13:45:40 +01:00 |
|
jules
|
ddc1524742
|
Updated headers in demo project files.
|
2013-06-13 14:06:55 +01:00 |
|
jules
|
f45a311d97
|
Introjucer: handling newlines in extra compiler flags setting.
|
2013-05-08 16:37:41 +01:00 |
|
jules
|
5601c4d189
|
Introjucer: Added an exporter for Code::Blocks projects
|
2013-03-28 21:42:21 +00:00 |
|
jules
|
22b98217d8
|
Introjucer: fix for android not using external libraries setting.
|
2013-03-06 20:30:13 +00:00 |
|
jules
|
84e87f7391
|
Introjucer: tidied up optimisation level descriptions.
|
2013-01-29 17:48:33 +00:00 |
|
jules
|
69a08e3fb2
|
Removed some superfluous semicolons.
|
2013-01-20 11:50:05 +00:00 |
|
jules
|
234525aef9
|
Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer.
|
2012-12-27 19:56:18 +00:00 |
|
jules
|
54eebff76d
|
Introjucer: added custom external libraries to link.
|
2012-11-30 20:12:57 +00:00 |
|
jules
|
ab7c03a99e
|
Introjucer: Added MSVC option for using DLL runtime lib.
|
2012-10-18 11:08:56 +01:00 |
|
jules
|
e8131455d5
|
Introjucer: added some comment fields to the config pages.
|
2012-09-05 15:27:29 +01:00 |
|
jules
|
b11527d751
|
Introjucer: launching a project now opens the first possible exporter in the list.
|
2012-09-04 21:08:52 +01:00 |
|
jules
|
e875ddc3a1
|
Introjucer: optimised some unnecessary project copying.
|
2012-07-22 14:21:07 +01:00 |
|
jules
|
17e59cf95f
|
Introjucer: made sure the new project wizard creates an exporter for the current OS.
|
2012-07-03 12:07:05 +01:00 |
|
jules
|
ead42bd39a
|
Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item.
|
2012-06-27 19:08:06 +01:00 |
|
jules
|
463d2b3289
|
Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs.
|
2012-06-24 21:20:59 +01:00 |
|
jules
|
1089e3df86
|
Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs.
|
2012-05-31 08:21:34 +01:00 |
|
jules
|
5509a4f950
|
Introjucer: more AAX work.
|
2012-05-15 17:18:34 +01:00 |
|
jules
|
54bdb48972
|
Introjucer: minor internal changes.
|
2012-04-24 13:34:37 +01:00 |
|
jules
|
ff3b616759
|
Introjucer: better icon generation.
|
2012-04-10 12:09:09 +01:00 |
|
jules
|
4e1a9f6526
|
better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates.
|
2012-03-31 16:41:05 +01:00 |
|
jules
|
b69b7c7647
|
Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe.
|
2012-02-24 17:15:58 +00:00 |
|
jules
|
1c55b28390
|
Introjucer: fix for MSVC post build events in RTAS.
|
2012-02-23 11:11:08 +00:00 |
|
jules
|
d3d391ae7f
|
Introjucer: Improved android project saving to allow the activity class to be custom-named, and to copy the java into the target tree instead of linking. Also added an option to set the android architectures.
|
2012-02-20 17:21:49 +00:00 |
|
jules
|
2b311a410f
|
Introjucer: added 10.7 SDK target and tidied up some 64-bit AU build settings.
|
2012-02-13 22:02:23 +00:00 |
|
jules
|
4e77678299
|
Introjucer: App icons are now specified per-exporter type rather than globally for the project.
|
2012-02-13 14:09:30 +00:00 |
|
jules
|
7241a03860
|
Introjucer: Added a library paths settings for all platforms.
|
2012-02-12 16:25:41 +00:00 |
|
jules
|
ae5e0d348f
|
Introjucer: Added pre- and post-build commands and manifest generation options for MSVC.
|
2012-02-12 14:48:33 +00:00 |
|
jules
|
8f4548745a
|
Minor introjucer rejigging.
|
2012-02-11 17:18:38 +00:00 |
|
jules
|
b8397a9888
|
Added some iterators for introjucer projects.
|
2012-02-10 18:50:07 +00:00 |
|
jules
|
2e664976ec
|
Changed the introjucer's config list system: each exporter now contains its own list of configs. If you load an old project, its global config list will be copied into each of its exporters. Added x64 support for VC2010 projects, as an option in its configs.
|
2012-02-09 13:35:37 +00:00 |
|
jules
|
10a388a9e8
|
Introjucer: added option to provide some custom Plist XML which overrides the introjucer's settings. Cleaned up some internal introjucer property handling.
|
2012-02-08 15:15:06 +00:00 |
|
jules
|
ba53323cbd
|
Android updates to support NDK r7.
|
2011-12-12 12:23:15 +00:00 |
|
jules
|
873ea4a978
|
Introjucer MSVC prebuild setting.
|
2011-11-01 17:58:24 +00:00 |
|
jules
|
5567e16566
|
Introjucer fix for plugin builds in MSVC.
|
2011-10-24 22:02:48 +01:00 |
|
jules
|
75bbd8e2b2
|
Couple of introjucer fixes.
|
2011-10-11 14:22:18 +01:00 |
|
jules
|
7a91c10a81
|
Android openGL build fixes.
|
2011-10-11 12:44:57 +01:00 |
|
Julian Storer
|
52a90374df
|
AU path fix. Minor tweaks. Version number bump.
|
2011-09-23 15:36:04 +01:00 |
|
Julian Storer
|
f04875879e
|
Introjucer work. Improved command line tokenisation in OSX.
|
2011-08-17 15:07:06 +01:00 |
|