1564 коммитов (7e04bd038acb6ca1217a2049f8bbf8f154316ff4)

Автор SHA1 Сообщение Дата
  Sam Hocevar 7e04bd038a scene: remove functions that aren’t that useful. 11 лет назад
  Sam Hocevar aa2bb79c87 input: tweak warning messages. 11 лет назад
  Guillaume Bittoun 597d9bdf8f avl_tree: adding tree node deletion 11 лет назад
  Guillaume Bittoun 1a5df3744d avl_tree: improving tests data and preparing tree deletion 11 лет назад
  Guillaume Bittoun 6dc8c98237 avl_tree: tiny optimisation 11 лет назад
  Guillaume Bittoun 23c077bc86 avl_tree: refactoring insertion by using a bunch of more atomic method than the previous ones. 11 лет назад
  Sam Hocevar 131ac13b7d algorithm: minor AVL node reorganisation to make code patterns more obvious. 11 лет назад
  Guillaume Bittoun 1d144ebf52 avl_tree.h: adding more test, fixing more bugs 11 лет назад
  Guillaume Bittoun 9b46f5d22b avl_tree: fixing tests 11 лет назад
  Sam Hocevar 94f4df0c47 input: fix compilation warning. 11 лет назад
  Sam Hocevar cdf0397f66 test: fix unit test runner. 11 лет назад
  Guillaume Bittoun 332b5ef250 avl_tree: adding two tests 11 лет назад
  Guillaume Bittoun 7f54caf3c6 avl_tree: moving file in algorithm, adding empty test file and fixing compilation 11 лет назад
  Lolbot 56481be48e fixed 6 files out of 2928: 11 лет назад
  Guillaume Bittoun f318af9b03 avl_tree: fixing insertion (no test so far) 11 лет назад
  Guillaume Bittoun cb896fae1a avl_tree: first incomplete draft 11 лет назад
  Benjamin ‘Touky’ Huet cb7a99bac3 Added ShaderBuilder 11 лет назад
  Benjamin ‘Touky’ Huet a89dac5c30 Fixed some stuff and added some small tweaks 11 лет назад
  Benjamin ‘Touky’ Huet 1756726fca Added some shit in controller and text 11 лет назад
  Sam Hocevar 2b3f1aa0d5 build: reactivate array::Insert. 11 лет назад
  Benjamin ‘Touky’ Huet e05b399514 FFS BUILD 11 лет назад
  Benjamin ‘Touky’ Huet e57501509f build FIX ? 11 лет назад
  Benjamin ‘Touky’ Huet 2043b0c7ce fixed array build 11 лет назад
  Benjamin ‘Touky’ Huet 2aa7a33aca Added Insert in tuple array 11 лет назад
  Sam Hocevar 9ba22b8a58 input: prepare a small API for direct text input. 11 лет назад
  Sam Hocevar 4374db93c4 input: use key scancodes everywhere, but add a small fallback for SDL1.2. 11 лет назад
  Sam Hocevar 0cc1dd69ba input: use scancodes instead of ASCII values when using SDL v2. 11 лет назад
  Sam Hocevar 6f1f7ab895 input: fix a typo in the key list and clean up some code. 11 лет назад
  Sam Hocevar 2b81246a22 build: reorganise some visual studio shit and comment some files. 11 лет назад
  Sam Hocevar 7934df34ef build: "USE_SDL" is now for SDL v2 and "USE_OLD_SDL" for version 1. 11 лет назад
  Sam Hocevar d373081b80 build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 11 лет назад
  Sam Hocevar 7d4a58021f build: use SDL2 on Windows. 11 лет назад
  Sam Hocevar d37d124849 sdl: SDL2 video and audio support (no input yet). 11 лет назад
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. 11 лет назад
  Sam Hocevar 6b64e2c337 lolunit: switch assert macros to lowercase. 11 лет назад
  Sam Hocevar 5da959e6e4 build: work around another fucking ICE in Visual Studio. 11 лет назад
  Sam Hocevar b2283cd1a3 build: update VS solution and fix a few compilation warnings. 11 лет назад
  Sam Hocevar cadc4d18b0 test: move the unit tests to the engine, and lolunit out of the engine. 11 лет назад
  Sam Hocevar 769eea3950 math: fix vector iterator member initialisation. 11 лет назад
  Sam Hocevar d0e9447ac0 gpu: fix missing #if blocks in vertex buffer code. 11 лет назад
  Sam Hocevar 0bc2ec0480 build: move VS solution one directory below and create a VS2014 solution. 11 лет назад
  Sam Hocevar 8329482cb9 image: do not alter the pointer returned by Lock(). 11 лет назад
  Sam Hocevar ad9c4a779b math: another 32-bit compilation fix. 11 лет назад
  Sam Hocevar 416550ab67 math: fix compilation on 32-bit platforms. 11 лет назад
  Sam Hocevar b4120d6993 math: fix 32-bit builds. 11 лет назад
  Sam Hocevar e2f53bb71a image: fix bug introduced in Image::Lock2D(). 11 лет назад
  Sam Hocevar 2a5150e060 base: VISUQL STUDIO JTE NIAUE Q LQ KQLQSH. 11 лет назад
  Sam Hocevar 17fe1306d2 math: improve outer product and add unit tests. 11 лет назад
  Guillaume Bittoun 2511de1f90 arraynd: adding constructors and operators for vec_t<int, N> and vec_t<ptrdiff_t, N> types. 11 лет назад
  Sam Hocevar 9f69882076 math: fix unallowed access to private data in vec_t. 11 лет назад