Commit Graph

147 Commits

Author SHA1 Message Date
zeromus 72e4760b38 get equipped with less typos 2016-02-08 20:10:07 -06:00
zeromus 3ea3a43e8b update changelog 2016-02-08 20:08:58 -06:00
zeromus c32cd7f67d add missing items from 1.11.4 changelog 2016-02-08 20:08:48 -06:00
adelikat 7885934a1e Add a global tools path in path config, have various tool related paths fallback to this tools folder, wire it up to hex editor .tbl files and basic bot .bot files. Change various tool paths to be . by default to point to the tools folder instead. Add tools folder to version control and builds 2016-02-05 20:46:18 -05:00
zeromus 0b1f01cf2f fix build script upx unpacking, then comment it out, because it doesnt work for cgc right now 2016-02-02 17:48:02 -06:00
Hathor86 1d10565992 Bug fix: Crash if ExternalTool directory does not exists
As mentionned, this bug is fixed, it creates the directory if it does
not exists
+ ExternalTool code exemple is cloned from repo and added inot
ExternalTool folder
2015-12-20 18:13:54 +01:00
feos 250bc38a56 changelog updates 2015-12-19 19:03:51 +03:00
zeromus 973cd3b9a2 changelog 2015-12-17 23:06:31 -06:00
Hathor86 a7074c6341 ExternalToolManager and BizHawkExternalToolattribute
Add those 2 classes in order to help handling of external tools
- Also fix value setting in watches constructor
- Bugfix in loading externaltools (they loaded multiple times)
- Add new version of Hello World external tool
Whitespaces noise in RamWatch.cs... :s The code hasn't changed
2015-12-13 21:38:35 +01:00
zeromus fcace003fb update changelog (still needs TAStudio edits) 2015-12-10 07:04:52 -06:00
zeromus 282795aa81 do some tidying of build script, add an ExternalTool example to it 2015-12-10 07:01:37 -06:00
zeromus 6e5b516741 update changelog. still need mentions of hathor's work and exec. summary of tastudio changes. 2015-12-04 20:17:02 -06:00
zeromus 19cbdf7ac6 changelog 2015-11-15 00:27:17 -06:00
zeromus 5ad6e95b3b changelog 2015-11-01 21:31:27 -06:00
zeromus 5a9bdca459 changelog 2015-10-15 20:14:45 -05:00
zeromus ece0e00a79 changelog 2015-10-13 18:54:52 -05:00
zeromus 2ed66e98e2 changelog 2015-10-13 00:26:02 -05:00
zeromus e6010a61cb changelog 2015-10-12 20:57:04 -05:00
zeromus 7b3461798f changelog update 2015-10-03 17:44:22 -05:00
zeromus 5b923fa8d2 update changelog 2015-09-29 17:51:46 -05:00
zeromus 8db3402502 why not commit the changelog? 2015-09-17 18:24:53 -05:00
zeromus 9845160cc5 make BuildAndPackage.bat use git 2015-07-14 22:10:47 -05:00
adelikat 5a03e96932 add Tools folder to build script 2015-05-17 17:08:53 +00:00
adelikat 822d42048e fixes to BuildAndPackage .bat files 2015-02-19 02:05:56 +00:00
scepheo 24f0765233 More bat magic. 2015-02-02 23:44:48 +00:00
adelikat e289065bd1 oops again 2015-02-02 23:25:59 +00:00
adelikat 5bca97aad7 oops 2015-02-02 23:22:16 +00:00
adelikat f916c0a051 Rename MakeRelease.bat to BuildAndPackage.bat and add bat files that call it, making release and developer builds 2015-02-02 23:18:56 +00:00
scepheo d956744def MakeRelease.bat: fetch msbuild directory from registry. 2015-02-02 23:02:37 +00:00
adelikat 9b8cd47a0c MakeRelease.bat - turn off DeveloperBuild flag before compiling, and set it back afterward 2015-02-02 22:13:34 +00:00
adelikat 18987d001d MakeRelease.bat - compile bizhawk in release mode first 2015-02-02 22:07:19 +00:00
zeromus 6c006573f1 fix bugs in zip.exe usage in makerelease.bat 2014-10-03 03:36:43 +00:00
zeromus 957b6bc828 include empty firmware folder in dist 2014-10-03 02:56:47 +00:00
zeromus a1f2dc2c55 dont put ilk in release packages 2014-10-03 02:42:56 +00:00
zeromus 64dee989ae update makerelease.bat to fail if svn.exe is missing 2014-09-24 23:53:13 +00:00
zeromus 76abc5603a un-upx during makerelease. now, this is a bit odd, because it means we're not dev/testing the same things we're releasing, but.. 1. upx is basically reliably transparent, and 2. it will cut down on repository bloat. if i'm ever proven wrong, we'll do it differently. 2014-09-07 04:15:25 +00:00
zeromus 562fb6cb12 fix MakeRelease.bat to no longer exclude jabo dll 2014-09-07 04:02:12 +00:00
zeromus cf75851e50 blacklist foully-licensed jabo dlls from MakeRelease.bat 2014-08-03 05:11:05 +00:00
zeromus f21daf9062 fix makerelease 2014-07-27 02:18:25 +00:00
zeromus c9e1b651ae fix makerelease.bat to not include firmware (easy) or user's custom lua files (by svn exporting a fresh copy). note that its still possible for junky dlls to get included, though (since we cant export fresh copies, due to their being mixed with ones youve just knowingly built) 2014-07-23 00:31:00 +00:00
adelikat 54b1c0ac00 MakeRelease.bat Exit was a bad idea 2014-06-01 16:21:45 +00:00
adelikat 3586c429b9 MakeRelease.bat - add an exit command at end to make it friendly for being run by another bat file 2014-05-11 19:23:55 +00:00
zeromus 8cb571ada8 include shaders dir in build process. im not sure how this will eventually be organized, but we at least need this to make intact builds right now 2014-04-19 18:57:36 +00:00
adelikat 7d40d15b79 Include firmware folder when packaging a release 2014-02-05 23:37:35 +00:00
zeromus 13d4aedb30 add a toy for someone to try out, regarding inlining and performance and multiple assemblies: a batchfile to run ILMerge and make bizhawk.merged.exe with some fraction of the dll dependencies in one file. 2014-01-25 04:05:09 +00:00
adelikat 75ef046927 Move MakeRelease.bat to Dist, and fix MakeDiscoHawk.at 2013-11-03 14:40:55 +00:00
zeromus e178f0449e add discohawk dist script 2012-03-03 19:32:04 +00:00