23 Revize (6c0cab193c1f7ede6e0b72b2625e3dfbaab92a2b)

Autor SHA1 Zpráva Datum
  Lolbot ece13aaabf fixed 19 files out of 2757: před 10 roky
  Benjamin ‘Touky’ Huet a8f0081deb Added tweak to 05_EZMesh to show how custom shader setting works. před 10 roky
  Sam Hocevar 232fa4126d gpu: rename uniforms here and there for consistency. před 10 roky
  Sam Hocevar d46e63ff29 build: VS2012 solution and project tweaks for exotic platforms. před 11 roky
  Benlitz 246af694d8 removed vs2010 solution, migrated all projects to 2012. VsLol stays on 2010 for compatibility and now has its own sln. před 11 roky
  Sam Hocevar 388098a178 hsv2rgb 6th před 11 roky
  Sam Hocevar ca87acd033 scene: fix light object usage in various demos and example programs. před 11 roky
  Sam Hocevar 0bd3f1d9ef input: fix or disable input code in side projects so that everything builds. před 11 roky
  Sam Hocevar 5f3ad5cc15 math: add constant vectors vec2::zero, vec2::axis_x, etc. před 11 roky
  Benjamin ‘Touky’ Huet b11e4b8f8c Moved several projects to Input V2. před 11 roky
  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) před 11 roky
  Benlitz eab5c46b1e input: added a name the controllers, and a static Get() function to easily retrieve a registered controller před 11 roky
  Benlitz 6b6d0137bb fixed more projects regarding the shader attribute change před 11 roky
  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 před 11 roky
  Benlitz 8a657ea287 input: Removed previous input system před 11 roky
  Sam Hocevar acb6927224 tutorial: get rid of global variables in the input tutorial. před 11 roky
  Sam Hocevar 4823bc5812 tutorial: add missing uniform location. před 11 roky
  Sam Hocevar 3fdc7b3eef tutorial: tweak the input tutorial code. před 11 roky
  Sam Hocevar 399a172425 build: fix a few compilation issues with input v2. před 11 roky
  Benlitz f7da613a70 fixed a minor typo in the input tutorial před 11 roky
  Lolbot c47d0f8c62 fixed 10 files out of 2754: před 11 roky
  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) před 11 roky
  Sam Hocevar 6a8118cb18 build: put tutorials and lol.js in a new "demos" directory. před 11 roky