Commit History

Author SHA1 Message Date
  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
  David Wimsey e76c552fb9 Slight changes for easy of understanding/debugging, also squelches some unused variable warnings 11 years ago
  David Wimsey bd47356a67 Merge pull request #145 from dwimsey/release/1.3.0 11 years ago
  David Wimsey dd10a3ecb7 Version number updates for 1.3.0 release 11 years ago
  David Wimsey 033d0bd468 Removed flag for padding function names, not used for static libraries as required by iOS 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
  David Wimsey b3ae3412c0 Detect 64bit using proper macros 11 years ago
  David Wimsey 0c1d739cd2 Fixed duplicate code due to merging two related pull requests. 11 years ago
  David Wimsey f22219c7d3 Merge pull request #129 from SiPlus/patch-1 11 years ago
  David Wimsey b64e2e1e35 Merge pull request #114 from opengenius/master 11 years ago
  Gambini 674f0a4f29 Merge 11 years ago
  Gambini 0715396f16 Added global rocket.key_identifier and rocket.key_modifier 11 years ago
  Tom Mason 4c15607085 Merge pull request #136 from libRocket/python2-fix 11 years ago
  Tom Mason 504ae11b50 Merge pull request #104 from glockenmeier/dev 11 years ago