David Wimsey
|
529a2f2c58
Added search for SDL in dependencies directory by default
|
11 лет назад |
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 лет назад |
David Wimsey
|
da1ee910f2
Added note for luainvaders sample
|
11 лет назад |
David Wimsey
|
56e05b50fc
Merge pull request #201 from libRocket/feature/cmake-v2-fixes
|
11 лет назад |
David Wimsey
|
98f8411598
Merge pull request #200 from viciious/controlsfix
|
11 лет назад |
Victor Luchits
|
8a32c8f97d
Reset data_source to NULL upon detaching
|
11 лет назад |
David Wimsey
|
f315c377a6
Completes the handling of unused parameters submitted by corny trace
|
11 лет назад |
Cornee Traas
|
8cb003ffb2
Compile fix for Core::Lua
|
11 лет назад |
Cornee Traas
|
b7af6bfef5
Fix memory leak in Context::LoadMouseCursor
|
11 лет назад |
David Wimsey
|
9dd6c6c119
Merge pull request #179 from dwimsey/feature/include-path-fix
|
11 лет назад |
David Wimsey
|
6bdab16941
Fixed bad include path for v2-fixes modules
|
11 лет назад |
David Wimsey
|
da3b3bf953
Minor tweak to make locating the PackageHandleStandardArgs module more resilient and natural
|
11 лет назад |
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 лет назад |
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 лет назад |
David Wimsey
|
ff176cd828
Squelches a warning about missing font-family when dragging the icon
|
11 лет назад |
David Wimsey
|
0fc8d68db9
Merge pull request #196 from libRocket/hotfix/193-sample-resize-bug
|
11 лет назад |
David Wimsey
|
f39e6f063e
Quick fix for issue #193
|
11 лет назад |
David Wimsey
|
da2a0dcaba
Merge pull request #170 from feature/directx10-example
|
11 лет назад |
David Wimsey
|
d2e1ad9837
Merge pull request #192 from dwimsey/feature/gitignore-build-artifacts
|
11 лет назад |
David Wimsey
|
deb3c25fcd
Adding dependencies directory, python and lua scripting modules, and some remaining Windows build artifacts to ignore list
|
11 лет назад |
David Wimsey
|
7f18d2bf01
Added dependencies search path for Lua includes and library
|
11 лет назад |
David Wimsey
|
cfc40c41e7
Merge pull request #190 from dwimsey/feature/lua-scripting
|
11 лет назад |
David Wimsey
|
579dce51f3
Various fixes to sync Lua scripting with recent updates
|
11 лет назад |
David Wimsey
|
b7107c140c
Merge pull request #187 from dwimsey/feature/cmake-cleanup-projectfiles
|
11 лет назад |
David Wimsey
|
e9618bce7c
Removed project files from Samples
|
11 лет назад |
David Wimsey
|
6a351c1efe
Merge pull request #186 from libRocket/feature/scan-dependencies-dir
|
11 лет назад |
David Wimsey
|
4ef3367d27
Merge pull request #185 from libRocket/feature/lua-scripting
|
11 лет назад |
David Wimsey
|
a170f13da5
Merge branch 'feature-use-existing-lua-context' of https://github.com/dwimsey/libRocket into feature/lua-scripting
|
11 лет назад |
David Wimsey
|
19d2cccd45
Added error checking to LoadFile to catch NULL pointer errors when the file specified can not be loaded or is empty
|
11 лет назад |
David Wimsey
|
dcb7b7f33e
Minor fixes for clarity
|
11 лет назад |