sha..RD
3fbad71595
* Update to Bullet 2.82
...
* Update Linux and Windows natives with the changes that were done on Java side. Android and Mac OS X builds coming .. but not right now.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10848 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
SHA..rd
0ab43e0649
* Fix Linux MinGW build for latest CMake
...
- Ensure compiler is specified as absolute path at /usr/bin otherwise CMake won't find MinGW's tools such as ar/as/ld/objcopy etc etc and use Linux's instead
- Remove additional workarounds that were now causing problems
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10844 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
sha..RD
2abf8218be
* Fix 64 bit native bullet compile on windows. 64 bit build requires using mingw-w64 instead of mingw32. Also if mingw-w64 is used, both 32 bit and 64 bit are supported.
...
* Add note regarding requirement to use GCC 4.7.3 when compiling native bullet on windows, since 4.8.1 crashes with segmentation fault
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10835 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
0ee9f53c27
- fix build of latest bullet natives (multithreading libs), thanks to @EmpirePhoenix
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10789 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
11 years ago
nor..67
aa466d2039
- update bullet library to 2.81
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10681 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
feb6b1a55a
- update build-impl to netbeans 7.3
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10679 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rac..om
9b8060bac2
first set of tests for the Geometry. There's 18 tests in total, covering roughly 40% of the total number of methods in the geometry class.
...
To get all the tests to run, I needed to add EasyMock and some related jar files. This enables me to mock classes other the the one actually being tested to get a better test isolation.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10646 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rac..om
96006f1383
Fixed the build path for the unit tests. Yesterday, I created a problem there. Which should be fixed now.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10645 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
rac..om
1f111c11ce
Fixed the junit tests. They now work through the ant script as well as when run directly.
...
The fix required adding all the build/* folders to the "compile tests" libraries listing as well as moving the junit.jar in that listing to the top of the list.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10644 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
iwg..om
66ed9ff986
Add OpenAL Soft
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10616 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
iwg..om
96f7b179b5
Android: Copy OpenAL Soft library to dist/opt directory when building the engine. Updated OpenAL Soft jar file.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10614 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
iwg..om
c1402b30e9
SDK: Add build support for Android implementation of OpenAL Soft
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10610 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
b3dc16535f
- add current iOS code
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9914 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
0ef9273792
- update project genfiles
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9882 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
42ab9fc5b5
- update project build file / properties to build jogl renderer
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9881 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
jul..om
c06ede4da3
Updates the renderers based on JOGL 2.0 (and JOAL 1.1.3)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9879 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
b9717e2faf
SDK:
...
- update to RC2 state / NetBeans 7.2
- breaks nightly builds for beta
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9799 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
16b1afabec
- update bullet build for bullet 2.80 and OSX 10.7 / XCode 4.4+
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9673 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
143789d3f0
- try to fix bullet compile issues
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9645 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
60a41c0cfe
- try to fix bullet compile issues
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9644 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
b7fbe61d43
- remove try to fix bullet compile issues
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9643 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
a859b1e672
- different try to fix bullet compile issues
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9641 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
5c0c12b0c2
- remove try to fix bullet compile issues
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9640 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
e3785f4e20
- try to fix bullet compile issues without typos
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9639 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
640ac3d981
- try to fix bullet compile issues
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9638 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
7a0584ba43
- remove try to fix bullet compile issues
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9637 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
738b687cad
- try to fix bullet compile issues
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9636 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
12 years ago
nor..67
95fb3eabbd
- revert genfiles for jme project as the project uses the netbeans 7.0.1 ant build files and would not be updated in a newer version if only this file was updated in the project
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9440 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Sha..rd
fedcc577a2
* The javadoc will have the protected fields now
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9439 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
583cf61d37
- update bullet build script to allow bullet/jme development on windows 64
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9370 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
336033cea7
- fix build of 64bit windows bullet dll
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9366 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
c803ffd1ae
- add possible build fix for bullet windows64 linux/mingw
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9364 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
b0ada38d21
- move effects and networking to separate jar files
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9190 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
8a9ec04e35
moved noise library into jme3/terrain
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8959 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
05c2505363
bullet native build:
...
- fix native bullet build targets
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8925 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
24d4b84b10
bullet native build script:
...
- add fix for win32 native build to (not yet working) win64 build
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8920 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
c42b1e9490
bullet native build script:
...
- fix win32 native build
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8919 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
6152155c61
native bullet build:
...
- use build folder for windows build products
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8912 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
33a8268586
native bullet build:
...
- avoid cleaning android build products when not cleaning project
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8911 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
987e55606a
native bullet build:
...
- change <not>istrue -> isfalse
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8910 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
0ba9fc4638
native bullet build:
...
- remove cmake clean, fix cross-compile
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8909 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
068d626e6b
native bullet build:
...
- clean up targets, add better condition checks for building and cross-building
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8908 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
2571157073
native bullet build:
...
- delete toolchain files for cmake
- add working cross-compile target for windows 32bit (WIP)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8907 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
7a12880413
build:
...
- add toolchain files for cmake
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8906 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
ef5555c018
bullet build script:
...
- remove compiler option for mingw build
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8896 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
2fc48043c2
bullet build script:
...
- add test for win64 cross-compilation
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8895 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
d10b8e94c7
bullet build script:
...
- fix in win64 cross-compile target option
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8894 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
474687f7aa
bullet build script:
...
- better separation between 32 and 64bit cross-compile windows binaries in config script fix
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8893 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
939ef5f730
bullet build script:
...
- fix native windows cmake build target
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8892 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
8cff873de4
bullet build script:
...
- add mingw config script fix to linux mingw target
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8891 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago