13 Révisions (2ee1b77a13431953999edf4103f5cc0aa459c28c)

Auteur SHA1 Message Date
  Benlitz c1da4619f7 input: renamed xinput keys to something more human readable (such as A or DPadLeft) and inverted mouse Y axis to match joystick axis (negatives being up) il y a 11 ans
  Benlitz eab5c46b1e input: added a name the controllers, and a static Get() function to easily retrieve a registered controller il y a 11 ans
  Benlitz 6b6d0137bb fixed more projects regarding the shader attribute change il y a 11 ans
  Benlitz f104674963 gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly il y a 11 ans
  Benlitz 8a657ea287 input: Removed previous input system il y a 11 ans
  Sam Hocevar acb6927224 tutorial: get rid of global variables in the input tutorial. il y a 11 ans
  Sam Hocevar 4823bc5812 tutorial: add missing uniform location. il y a 11 ans
  Sam Hocevar 3fdc7b3eef tutorial: tweak the input tutorial code. il y a 11 ans
  Sam Hocevar 399a172425 build: fix a few compilation issues with input v2. il y a 11 ans
  Benlitz f7da613a70 fixed a minor typo in the input tutorial il y a 11 ans
  Lolbot c47d0f8c62 fixed 10 files out of 2754: il y a 11 ans
  Benlitz a7aac24c46 Completely reworked input system. Unified device interface, button, axis and cursor support, controller and binding system, mouse capture. Tutorial 07_input provided. Require to compile lolcore with LOL_INPUT_V2 to be activated (also needed app-side before including core.h) il y a 11 ans
  Sam Hocevar 6a8118cb18 build: put tutorials and lol.js in a new "demos" directory. il y a 11 ans