gered
2bff907f93
more robust way of extracting dlls / bwta data from classpath resources
...
this is important, as if you want to run the TestBot in the bwmirror project
directly from an IDE, the dlls and bwta data files are not being extracted
from a JAR file and the extraction would fail. this method is a fair bit more
robust and will automatically handle those differences.
in addition, using System.load instead of System.loadLibrary to load
the bwapi_bridge native library. this allows us to stop doing that hacky
reflection thing to reset the java.library.path property and just pass in
an absolute path to bwapi_bridge.dll
2017-04-11 18:37:30 -04:00
gered
aae9960a7c
update gitignore
2017-04-11 18:34:13 -04:00
gered
bdc28c6d8f
oops, forgot to fix this name
2017-04-11 16:56:03 -04:00
Gered
65c1dae3bd
for consistency, rename /bwta2-c to /bwta2-includes
2017-04-11 13:08:48 -04:00
Gered
8cab019b2b
move TestBot class into final output bwmirror project
2017-04-11 13:05:32 -04:00
Gered
be3abe0e58
move test classes back into the generator project
2017-04-11 13:03:24 -04:00
gered
87a618cf74
add msvc project events to copy/clean bwapi_bridge to bwmirror project tree
2017-04-11 12:24:46 -04:00
Gered
48f72e40c5
place generated java source files into bwmirror project source tree
2017-04-11 12:04:03 -04:00
Gered
b06493dc93
update java compilation to abort on compile errors after each package
2017-04-11 12:03:40 -04:00
Gered
12f01889ac
add partially generated final bwmirror java project
...
will need to redirect some generated output to place files into this
bwmirror project structure.
2017-04-11 12:02:16 -04:00
Gered
6beb507311
at startup, always clean out all existing generated files
2017-04-11 11:27:23 -04:00
Gered
bd362f3a5f
keep generated bwapi_bridge c++ sources in the same output directory
2017-04-11 11:05:53 -04:00
gered
e05570f6f9
update bwapi_bridge msvc project for recent .cpp/.h path changes
2017-04-11 11:00:13 -04:00
Gered
c106d4b22b
remove BWAPI3 support
2017-04-11 10:48:21 -04:00
Gered
bf0cd16696
more debugging display and some start-up input path sanity checking
...
i expect the most common set of problems with running this project will
be path related, thus all the "silly" code i've been adding related to
paths and checking / debug displays
2017-04-11 10:25:06 -04:00
Gered
c6787f8794
allow passing in custom base working directory used
2017-04-11 10:09:07 -04:00
gered
43a75ad562
add bwapi_bridge msvc project
2017-04-10 19:00:58 -04:00
Gered
3c34e8a79f
update gitignore again
2017-04-10 18:32:25 -04:00
gered
bb3e7d4b51
update generator project to place all output files under "output/"
2017-04-10 18:17:54 -04:00
Gered
ffdb90774e
updated gitignore
2017-04-10 17:53:15 -04:00
Gered
d5b5f36a81
move 'generator' java project files into a more structured layout
2017-04-10 17:46:44 -04:00
Gered
11cb62f7aa
removing for now, this is waaaay too aggressive. will revisit shortly
...
was ignoring some legitimate source files as i was reorganizing things
and it took me a while to figure out what was going on
2017-04-10 17:43:55 -04:00
vjurenka
613c78a97f
readme
2016-02-28 19:47:26 +01:00
vjurenka
75f496ff24
cleanup
2016-02-28 19:29:55 +01:00
vjurenka
4bd6ae5f5e
cleanup
2016-02-28 19:28:57 +01:00
vjurenka
ec897ce8f3
gitignore
2016-02-28 19:28:02 +01:00
vjurenka
f141fb0bb1
gitignore
2016-02-28 19:27:33 +01:00
vjurenka
ce5105ed92
cleanup
2016-02-28 19:27:12 +01:00
vjurenka
6c1474f5a2
cleanup
2016-02-28 19:25:31 +01:00
vjurenka
e494ca89aa
Merge branch 'master' of https://github.com/vjurenka/BWMirror-Generator
2016-02-28 14:49:38 +01:00
vjurenka
b85d17444c
2.5 release
2016-02-28 14:49:15 +01:00
vjurenka
cf00018043
bw mirror 2.5 preps
2016-02-28 12:38:00 +01:00
vjurenka
6511611122
Merge pull request #2 from muandrew/master
...
Minor bug fix with copying .dll files.
2015-07-21 20:41:04 +02:00
Andrew Mu
65de0173e8
Create JarResources once, prevent zero byte files
...
* prevent the creation of zero byte files if JarResources could not be opened.
2015-07-17 16:24:33 -07:00
Andrew Mu
7b5438154a
Make sure decodedPath used when opening Jar
...
* Prevents problems if there are spaces along your path.
2015-07-17 16:22:00 -07:00
vjurenka
528b7b077b
bwmirror 2.4
2015-07-12 15:35:38 +02:00
vjurenka
ebaa1bd345
fix pointer to long conversion bug
2015-07-12 12:54:44 +02:00
vjurenka
0c7d1e7275
bwmirror 2.3
2015-04-19 18:13:03 +02:00
vjurenka
877663c34f
bwmirror 2.2
2015-04-02 18:02:51 +02:00
vjurenka
2a3bb21681
BWMIrror v2.1
2015-03-22 18:44:15 +01:00
vjurenka
6065021f23
BWTA2
2015-02-27 21:29:33 +01:00
vjurenka
b9e0e3fcfe
gitignore
2015-02-10 20:20:53 +01:00
vjurenka
7b6214822b
cleanup
2015-02-10 20:17:14 +01:00
vjurenka
8f04413e48
bwapi4 tweaks
2015-02-10 20:12:06 +01:00
vjurenka
5009876b5b
Update README.md
2015-02-10 17:47:59 +01:00
vjurenka
67b14d1935
deleted duplicates
2015-02-10 17:45:26 +01:00
vjurenka
e70f741148
Update README.md
2015-02-10 17:35:39 +01:00
vjurenka
ee75cda5a7
Update README.md
2015-02-10 17:35:26 +01:00
vjurenka
f79a799f9f
bwapi4 finished
2015-02-10 17:18:05 +01:00
vjurenka
82c462b288
deleted duplicates
2015-02-10 16:55:04 +01:00