Joachim Meyer
|
6081e9662a
Fix UIThemes.pak to be copied along with the Player on Linux and Windows (it at least looks like it is already done one Mac istn't it?). Also copying UIThemes.pak to /Framework/Modules/Assets.
|
10 lat temu |
Ivan Safrin
|
38ae3d8a37
Drastically sped up skeletal animation, optimized render array creation, replaced getVertex/getActualVertex with getVertex/getIndexedVertex to avoid conditionals in vertex access
|
11 lat temu |
Bill Robinson
|
39c4fba316
Added support for Polycode being able to use single-precision rather than only double everywhere
|
12 lat temu |
cib
|
80c57d04d3
Removed a huge unnecessary MinGW hack.
|
12 lat temu |
mcc
|
e13c35500a
Omnibus MinGW support patch: Updates to MinGW hacks block in CMakeLists. Updates to GLEE glue/exceptions in PolyGLHeaders, PolyGLSLShaderModule, PolyWinCore. Remove redundant gl includes in PolyWinCore.cpp. Include <ios> explicitly in windows PolycodeView. Omit multitouch support (code in PolycodeView, TUIO module) when compiling with MinGW. All targets other than MinGW+Windows should remain unchanged after bringing in these changes because everything's behind #ifdefs.
|
13 lat temu |
Ivan Safrin
|
244d7d6716
Lua html doc generation from xml, generate lua docs automatically on install, copy lua docs into Lua Standalone, IDE menu option for documentation opens bundled html
|
13 lat temu |
Ivan Safrin
|
76a60ca1d4
Reverted back to always building assimp
|
13 lat temu |
mcc
|
3d1e4d35bf
Only build Assimp dependency if POLYCODE_BUILD_TOOLS is true
|
13 lat temu |
mcc
|
5a270544b7
Custom cmake file for openal to add explicit -march flag on mingw, fixing compile error
|
13 lat temu |
mcc
|
286943b14b
Fix new mingw compile issues (except OpenAL)
|
13 lat temu |
mcc
|
acd72adcf6
Merge mingw branch with 6/28 Ivan Polycode
|
13 lat temu |
Ivan Safrin
|
c400ef077a
Require CMake 2.8.8 due to new Xcode
|
13 lat temu |
mcc
|
185c6d4b99
Make Polycode buildable with mingw crosscompiler -- large patch comprising changes up to 6171487c3a07 in mcclure fork
|
14 lat temu |
Ivan Safrin
|
d362e3dea1
Windows fixes
|
14 lat temu |
Ivan Safrin
|
9e99457a43
Fixed libpng URL and removed bindings/player from default build
|
14 lat temu |
Ivan Safrin
|
fe565d286d
CMake fixes for Mac
|
14 lat temu |
Ivan Safrin
|
18e6e9fbde
Kinect module fixes and screen sprite improvements. Disabled binding generation as default.
|
14 lat temu |
Cameron Hart
|
5e24a3ed32
Don't install examples on Windows yet.
|
14 lat temu |
Ivan Safrin
|
e60accd2bf
Build Lua module libs as part of main build
|
14 lat temu |
Ivan Safrin
|
b4ddf8649f
Fixed manual project for PolycodePlayer
|
14 lat temu |
Ivan Safrin
|
72863a969e
Remove old build files
|
14 lat temu |
Ivan Safrin
|
e18085285e
Fixed template on OSX
|
14 lat temu |
Ivan Safrin
|
77d5890643
Linux template, packaging dependencies, tgz on Linux
|
14 lat temu |
Ivan Safrin
|
f49d134973
Linux CMake fixes. Should compile out of the box now.
|
14 lat temu |
Ivan Safrin
|
326c753171
Added CMake build for the networking module, removed CMake build from Examples (switching to manual projects for simplicity's sake), various bugfixes to physics modules, reorganized packing of assets into release directories
|
14 lat temu |
Ivan Safrin
|
7f2d13bd85
Merge branch 'master' of github.com:ivansafrin/Polycode
|
14 lat temu |
Ivan Safrin
|
0dcb042fda
Made install paths relative
|
14 lat temu |
Cameron Hart
|
2a6effd422
Added custom executable target to regenerate Lua bindings.
|
14 lat temu |
Cameron Hart
|
246f876526
Compile all libs as static except for Modules.
|
14 lat temu |
Cameron Hart
|
d5324d1d24
Disable building Polycode Player by default until it's building.
|
14 lat temu |