David Wimsey
|
3c0da43ed4
Merge pull request #150 from dwimsey/feature/warningfix-unreferenced-members
|
11 years ago |
David Wimsey
|
cdd76a8d34
Merge pull request #149 from dwimsey/feature/warningfix-const-method-declaration
|
11 years ago |
David Wimsey
|
8dd2d8cefe
Merge pull request #148 from dwimsey/feature/warningfix-unused-variables
|
11 years ago |
David Wimsey
|
6be0638f4c
Merge pull request #147 from dwimsey/feature/warningfix-unused-constants
|
11 years ago |
David Wimsey
|
d2423f69a4
Merge pull request #146 from dwimsey/feature/warningfix-base-initializer-parameter-order
|
11 years ago |
David Wimsey
|
48a4c851f7
Merge pull request #143 from dwimsey/feature-cmake-ios
|
11 years ago |
David Wimsey
|
909680c6b4
Merge pull request #142 from dwimsey/bugfix-64bit
|
11 years ago |
David Wimsey
|
8938e1dae0
Merge pull request #164 from dwimsey/feature/gitignore-build-artifacts
|
11 years ago |
David Wimsey
|
d5718b3376
Fixes issue with dllimport inline on non Microsoft compilers
|
11 years ago |
David Wimsey
|
fa8bff3ec6
Additional unused parameter warning fixes
|
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
|
49d37dc4ba
Hack to compile against MinGW where there are missing VKey definitions which exist in VisualStudio and MinGW 64 but not MinGW 32
|
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
|
543aaf8aed
Adding cmake module to find various bits of the DirectX SDK from Microsoft
|
11 years ago |
David Wimsey
|
115ffef844
Output from customlog example
|
11 years ago |
David Wimsey
|
d591085d23
Artifacts discovered for MinGW32/MSYS builds
|
11 years ago |
David Wimsey
|
91ad8177e1
Merge branch 'hotfix/visualstudio-missing-roundf'
|
11 years ago |
David Wimsey
|
9931a9572c
Work around for roundf not being available in VisualStudio prior to version 12.0 (VS2013)
|
11 years ago |
David Wimsey
|
34ca3471b9
Fixes for various invalid type conversions
|
11 years ago |
David Wimsey
|
f01022231d
Merge pull request #156 from rndfax/master
|
11 years ago |
Aleksey Kuleshov
|
6da3a04d2b
LayoutEngine/Round: use 'roundf' instead of 'ceilf'
|
11 years ago |
David Wimsey
|
8235abf425
pyinvaders binary and files from invaders sample runtime
|
11 years ago |
David Wimsey
|
5d0382e85d
Hack to make pyinvaders work without full installation of python modules
|
11 years ago |
David Wimsey
|
2d6e10e114
Add pyinvaders to CMake build process
|
11 years ago |
David Wimsey
|
fcbc1b055d
Fixed switch statements for pyinvader to match standard invader
|
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
|
15b878d184
Added Linux build artifacts to ignore list
|
11 years ago |
David Wimsey
|
cdebccb68e
Removed VisualStudio project files, generate project files via cmake as required
|
11 years ago |
David Wimsey
|
5c0117226d
Removed Xcode project, use CMake to generate the project files for OSX/iOS as follows:
|
11 years ago |