Commit History

Author SHA1 Message Date
  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
  David Wimsey f53b846a32 Added iOS related directories to ignore list 11 years ago
  David Wimsey 64b76e39c0 Added files to ignore for OSX builds 11 years ago
  David Wimsey de4d03be6b Cleaned up ambiguous for loop to avoid compiler warnings and code clarity 11 years ago
  David Wimsey 06ebf81d6b Squelches warnings for switch statements that do not contain case statements for all values of an enumeration because some of the enumeration values do not apply. 11 years ago
  David Wimsey 336b8f8d69 Fixes parameter warnings in a way that works across all supported compilers while retaining full functionally and warnings if used in the future 11 years ago
  David Wimsey 445d12d2c7 Unreferenced member, never used anywhere 11 years ago
  David Wimsey 2b3b177b49 Added const qualifier as this method should not modify any member variables 11 years ago
  David Wimsey 672fd9e500 Fixed compiler warnings due to order of initialization values 11 years ago
  David Wimsey 905fa90e0f Removed unused constants to squelch warnings 11 years ago
  David Wimsey a6aebe4719 Add support for generating iOS project files with CMake 11 years ago
  David Wimsey c968c81e04 Detect 64bit builds using proper macros 11 years ago