David Wimsey
|
90cb3fe93c
Fix for GLEW enabled SFML builds
|
11 years ago |
David Wimsey
|
e2e42d2481
Added SFML cmake support, only builds the SFML sample related to the version of SFML detected
|
11 years ago |
David Wimsey
|
529a2f2c58
Added search for SDL in dependencies directory by default
|
11 years ago |
David Wimsey
|
f4f1669123
Added support for building SDL sample via cmake, CMake only looks for SDL 1, but by setting SDL_LIBRARY, SDL_INCLUDE_DIR, SDL_IMAGE_LIBRARY, SDL_IMAGE_INCLUDE_DIR manually, SDL2 can be used. This will need to be patched up to properly support SDL2
|
11 years ago |
David Wimsey
|
da1ee910f2
Added note for luainvaders sample
|
11 years ago |
David Wimsey
|
56e05b50fc
Merge pull request #201 from libRocket/feature/cmake-v2-fixes
|
11 years ago |
David Wimsey
|
98f8411598
Merge pull request #200 from viciious/controlsfix
|
11 years ago |
Victor Luchits
|
8a32c8f97d
Reset data_source to NULL upon detaching
|
11 years ago |
David Wimsey
|
f315c377a6
Completes the handling of unused parameters submitted by corny trace
|
11 years ago |
Cornee Traas
|
8cb003ffb2
Compile fix for Core::Lua
|
11 years ago |
Cornee Traas
|
b7af6bfef5
Fix memory leak in Context::LoadMouseCursor
|
11 years ago |
David Wimsey
|
9dd6c6c119
Merge pull request #179 from dwimsey/feature/include-path-fix
|
11 years ago |
David Wimsey
|
6bdab16941
Fixed bad include path for v2-fixes modules
|
11 years ago |
David Wimsey
|
da3b3bf953
Minor tweak to make locating the PackageHandleStandardArgs module more resilient and natural
|
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
|
ff176cd828
Squelches a warning about missing font-family when dragging the icon
|
11 years ago |
David Wimsey
|
0fc8d68db9
Merge pull request #196 from libRocket/hotfix/193-sample-resize-bug
|
11 years ago |
David Wimsey
|
f39e6f063e
Quick fix for issue #193
|
11 years ago |
David Wimsey
|
da2a0dcaba
Merge pull request #170 from feature/directx10-example
|
11 years ago |
David Wimsey
|
d2e1ad9837
Merge pull request #192 from dwimsey/feature/gitignore-build-artifacts
|
11 years ago |
David Wimsey
|
deb3c25fcd
Adding dependencies directory, python and lua scripting modules, and some remaining Windows build artifacts to ignore list
|
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
|
b7107c140c
Merge pull request #187 from dwimsey/feature/cmake-cleanup-projectfiles
|
11 years ago |
David Wimsey
|
e9618bce7c
Removed project files from Samples
|
11 years ago |
David Wimsey
|
6a351c1efe
Merge pull request #186 from libRocket/feature/scan-dependencies-dir
|
11 years ago |
David Wimsey
|
4ef3367d27
Merge pull request #185 from libRocket/feature/lua-scripting
|
11 years ago |
David Wimsey
|
a170f13da5
Merge branch 'feature-use-existing-lua-context' of https://github.com/dwimsey/libRocket into feature/lua-scripting
|
11 years ago |