73 Commits (1a5df3744daa02d498da20533549ce3d3cb6c612)

Author SHA1 Message Date
  Sam Hocevar 7cf72fd16e base: add a simple tuple implementation. 10 years ago
  Sam Hocevar 5dc05d7f3e build: remove empty directories and add proper svn:ignore flags. 10 years ago
  Sam Hocevar 7a28671dee math: get rid of the base_vec* classes (thanks to relaxed unions), rename 10 years ago
  Sam Hocevar 31738409d9 math: add shortcuts and syntax colouring for mat3x4, mat3x2, etc. 10 years ago
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. 10 years ago
  Sam Hocevar 398ee1b4d5 base: use lol::array in most places. 10 years ago
  Sam Hocevar 7e9f926c43 base: switch map, hash, array2d and array3d to lowercase, like standard 10 years ago
  Sam Hocevar d982b67aaa image: add methods to save images and a small test program. 10 years ago
  Sam Hocevar 76740f77bc math: remove some vector constants that were a bit too specific. 10 years ago
  Sam Hocevar 2c2ea82f8f vimlol: add "UNUSED" and "ASSERT" to our list of keywords. 10 years ago
  Sam Hocevar 8b2439f127 vimlol: highlight our maths constants F_PI, D_PI etc. in vim. 10 years ago
  Benlitz 246af694d8 removed vs2010 solution, migrated all projects to 2012. VsLol stays on 2010 for compatibility and now has its own sln. 11 years ago
  Sam Hocevar 8e732627d2 lolremez: add missing matrix.h implementation. 11 years ago
  Sam Hocevar d0ebacf545 lolremez: simplify the solver class. 11 years ago
  Sam Hocevar 90706c8d44 lolremez: move some LolRemez matrix functions out of the engine. 11 years ago
  Sam Hocevar f9840e3458 lolremez: move LolRemez out of the engine, it's really too specific. 11 years ago
  Sam Hocevar 0c17fcb8cd vslol: mark version 1.0.2.0. 11 years ago
  Sam Hocevar 98746e418c vslol: ignore Sony VSE plugin classifier madness. 11 years ago
  Sam Hocevar 68ae1dd35e vslol: disable funky debug colouring in .lolfx files. 11 years ago
  Sam Hocevar 62fae5dedb vimlol: fix typo. 11 years ago
  Sam Hocevar 96e26a2bd5 math: rename Box2D to "box2" and add an integer version, "ibox2". 11 years ago
  Sam Hocevar 5c1389ee2d vslol: fix a few code quality issues. 11 years ago
  Sam Hocevar a6ade16534 vslol: add HLSL types to the Lol Engine types and update version. 11 years ago
  Sam Hocevar 781c355b44 vslol: highlight Lol Engine types if the solution name is Lol.sln. 11 years ago
  Sam Hocevar ddeaa5f81a build: reorganise automake build system. 11 years ago
  Sam Hocevar 5a19e1539d misc: fix a few URLs. 11 years ago
  Sam Hocevar 39a8c26fb5 base: start removing occurrences of NULL on our long journey to nullptr. 11 years ago
  Sam Hocevar e80e922f0a build: fix "make dist" and remove empty "src/thread" directory. 12 years ago
  Sam Hocevar 080d9720de vslol: fix an infinite recursion triggered by IntelliSense. 12 years ago
  Sam Hocevar 98921eb840 vslol: fix a problem preventing LolFx files from being saved. 12 years ago
  Sam Hocevar c3978d25b7 vimlol: colourise section headers in LolFx files. 12 years ago
  Sam Hocevar 23c492a240 lolwut 12 years ago
  Sam Hocevar 746c27cdc1 vimlol: improve the LolFx syntax handling. 12 years ago
  Sam Hocevar 30e0d5df47 vimlol: remove hack for CRLF line endings and replace it with .gitattributes. 12 years ago
  Sam Hocevar 944b97704b vslol: support Microsoft's __int8, __int16 etc. extensions. 12 years ago
  Sam Hocevar 3d68ff99d9 vslol: also build for Visual Studio 2012, we don't even need to have 12 years ago
  Sam Hocevar 37129661ea vslol: new feature: disable syntax highlighting for Microsoft "extensions" 12 years ago
  Sam Hocevar 6d641e8b76 vslol: more compilation fixes; this is the final 1.0.0.5 upload. 12 years ago
  Sam Hocevar 53569d831d vslol: fix typo. 12 years ago
  Sam Hocevar c5e39dc827 vslol: add more C99 and C++ type qualifiers and language constants. 12 years ago
  Sam Hocevar c3875c916e vslol: refactor regexes to use word lists instead. 12 years ago
  Sam Hocevar 8ef9d9212c vslol: add licensing information to important files. 12 years ago
  Sam Hocevar 0eedbfd9f9 vslol: only apply our syntax highlighting to keywords and identifiers 12 years ago
  Sam Hocevar 8deba9952e vslol: rename package to VsLol instead of VsLol.Sample and refactor 12 years ago
  Sam Hocevar 6d45b93403 vslol: add many more C/C++ types to the default list. 12 years ago
  Sam Hocevar dc6c98c579 vslol: add a classifier for C, C++, C# and LolFx files. Only classifies 12 years ago
  Sam Hocevar b1ae294649 vslol: add the skeleton for a real LolFx syntax highlighter. 12 years ago
  Sam Hocevar f4b8aee3b2 vslol: add COPYING file and a "more information" URL. 12 years ago
  Sam Hocevar 8dd096217f vslol: create an etc/ directory beside bison's and flex's to work 12 years ago
  Sam Hocevar ec0dc9f32c vimlol: work around a Win32 Vim issue that fails on empty lines. 12 years ago