David Wimsey
|
6bdab16941
Fixed bad include path for v2-fixes modules
|
11 years ago |
David Wimsey
|
b0df057567
Moved our custom FindLua.cmake into v2fixes directory and only use this version when not using CMake 3 or later, when using later versions of CMake the built in FindLua is used to ensure we're always using the latest version
|
11 years ago |
David Wimsey
|
d264834bb3
Added workaround for bugs with CMake 2.x FindFreetype package, uses an included version from 3.0 now if running on earlier versions. If running on CMake 3.0 or newer, no override is done to ensure the latest version is used
|
11 years ago |
David Wimsey
|
da2a0dcaba
Merge pull request #170 from feature/directx10-example
|
11 years ago |
David Wimsey
|
7f18d2bf01
Added dependencies search path for Lua includes and library
|
11 years ago |
David Wimsey
|
cfc40c41e7
Merge pull request #190 from dwimsey/feature/lua-scripting
|
11 years ago |
David Wimsey
|
579dce51f3
Various fixes to sync Lua scripting with recent updates
|
11 years ago |
David Wimsey
|
6a351c1efe
Merge pull request #186 from libRocket/feature/scan-dependencies-dir
|
11 years ago |
David Wimsey
|
dcb7b7f33e
Minor fixes for clarity
|
11 years ago |
David Wimsey
|
e148bd5dfc
Merge branch 'master' of http://github.com/Gambini/libRocket into feature/lua-scripting
|
11 years ago |
David Wimsey
|
6f17a257a6
Merge pull request #171 from dwimsey/feature/python-with-static-librocket
|
11 years ago |
David Wimsey
|
2003339477
Merge pull request #178 from dwimsey/feature/cmake-cleanup-projectfiles
|
11 years ago |
David Wimsey
|
4c99586310
Splits public header files into separate groups to allow CMake to build OSX Frameworks with the proper directory structure
|
11 years ago |
David Wimsey
|
455804140e
Check the Dependencies directory for Freetype and Boost
|
11 years ago |
David Wimsey
|
f5f9bd8059
Minor fix to ensure python libs are always built as shared objects or DLLs regardless of BUILD_SHARED_LIBS setting to CMake
|
11 years ago |
David Wimsey
|
ea4ecc7765
Various required CMake bits and patches to get the code to compile
|
11 years ago |
David Wimsey
|
9ee97b467d
Merge pull request #165 from dwimsey/feature/iOS-CMake-Support
|
11 years ago |
David Wimsey
|
8967f0c7b5
Merge pull request #162 from dwimsey/feature/optional-build-directx-samples
|
11 years ago |
David Wimsey
|
fa06d87ff3
Merge pull request #155 from dwimsey/feature/bugfix-pyinvaders
|
11 years ago |
David Wimsey
|
d3883c57e1
Merge pull request #154 from dwimsey/feature/deprecatedfix-XKeycodeToKeysym
|
11 years ago |
David Wimsey
|
48a4c851f7
Merge pull request #143 from dwimsey/feature-cmake-ios
|
11 years ago |
David Wimsey
|
69dfa0f3fb
Better detection of DirectX 9 in environments like VisualStudio where the IDE installation may include some parts of DirectX but not the bits we require.
|
11 years ago |
David Wimsey
|
a8e02b7b0f
Fixed directs examples to only build in Windows
|
11 years ago |
David Wimsey
|
f75e1c15c3
Makes building the DirectX 9 sample optional, auto detects if it should be built only if DirectX is installed.
|
11 years ago |
David Wimsey
|
2d6e10e114
Add pyinvaders to CMake build process
|
11 years ago |
David Wimsey
|
423e6aaf23
Fixed to remove usage of XKeycodeToKeysym which is deprecated and should not be used. This version provides support for X11R5 and newer via XGetKeyboardMapping and for modern systems uses more efficient XkbKeycodeToKeysym if supported at compile time and available at runtime in the X server used for display. This works in both physically connected frame buffers as well as virtual frame buffers such as VNC proxies.
|
11 years ago |
David Wimsey
|
a6aebe4719
Add support for generating iOS project files with CMake
|
11 years ago |
David Wimsey
|
dd10a3ecb7
Version number updates for 1.3.0 release
|
11 years ago |
David Wimsey
|
a4cc7acf03
Pull in iOS cmake toolchain file from https://ios-cmake.googlecode.com/hg/toolchain/iOS.cmake revision dd7a50cd8abc
|
11 years ago |
Gambini
|
674f0a4f29
Merge
|
11 years ago |