Sam Hocevar
|
d4241a2a84
|
build: various MSVC compilation fixes.
|
hace 10 años |
Sam Hocevar
|
2c2ea82f8f
|
vimlol: add "UNUSED" and "ASSERT" to our list of keywords.
|
hace 10 años |
Sam Hocevar
|
cb62b52ce6
|
math: add quat::axis() and quat::angle() to retrieve axis and angle from a
quaternion, improve quat::rotate(vec3, vec3) to gracefully handle corner
cases, and add unit tests for all of these.
|
hace 10 años |
Sam Hocevar
|
92c2f69d07
|
algorithm: move Array::Sort out of the base headers because their implementation
requires stuff from lol/math, too.
|
hace 10 años |
Sam Hocevar
|
ab45658080
|
build: compilation fixes for errors caused by recent renamings.
|
hace 10 años |
Lolbot
|
ece13aaabf
|
fixed 19 files out of 2757:
- removed 510 CR characters
- removed 26 trailing whitespaces
- replaced 0 tabs with spaces
- fixed 15 svn:eol-style properties
|
hace 10 años |
Benjamin ‘Touky’ Huet
|
b7fc1953ab
|
Some names tweaks
Added workbench, for personnal experimentation.
|
hace 10 años |
Benjamin ‘Touky’ Huet
|
ac8d88cb52
|
Hack-fix of degrees/radians in functions.h Warnings
|
hace 10 años |
Sam Hocevar
|
8443733a08
|
math: add GLSL-inherited degrees() and radians() conversion functions.
|
hace 10 años |
Sam Hocevar
|
8b2439f127
|
vimlol: highlight our maths constants F_PI, D_PI etc. in vim.
|
hace 10 años |
Benjamin ‘Touky’ Huet
|
a8f0081deb
|
Added tweak to 05_EZMesh to show how custom shader setting works.
|
hace 10 años |
Benjamin ‘Touky’ Huet
|
917891e0b0
|
Build FIX
|
hace 10 años |
Benjamin ‘Touky’ Huet
|
21d90c7c22
|
Fixed shit
|
hace 10 años |
Benjamin ‘Touky’ Huet
|
03474adceb
|
Added custom vector constants for more usefulness
|
hace 10 años |
Benjamin ‘Touky’ Huet
|
7aaa456f0d
|
Added template Debug::Draw for custom complicated debug object
|
hace 10 años |
Benjamin ‘Touky’ Huet
|
eb0e0dbde8
|
Added "Item" operation on arrays
|
hace 10 años |
Sam Hocevar
|
232fa4126d
|
gpu: rename uniforms here and there for consistency.
|
hace 10 años |
Sam Hocevar
|
f67d7ecb0f
|
sys: const correctness in file operations.
|
hace 10 años |
Benjamin ‘Touky’ Huet
|
88a4859287
|
Added Test Point in Frustum
|
hace 10 años |
Benjamin ‘Touky’ Huet
|
7c9f96e426
|
Added Debug::DrawViewProj
|
hace 10 años |
Benjamin ‘Touky’ Huet
|
725919089e
|
small camera fix
|
hace 10 años |
Sam Hocevar
|
73891294fe
|
gpu: fix a buffer overflow in our shader compilation wrapper.
|
hace 11 años |
Sam Hocevar
|
c27c3279ed
|
base: avoid confusion between versions of String::Printf().
|
hace 11 años |
Sam Hocevar
|
2bbc0d965a
|
math: fix broken translation in lookat() function.
|
hace 11 años |
Sam Hocevar
|
7cf2a85ae0
|
math: make mat4::lookat nicer to read.
|
hace 11 años |
Lolbot
|
47b9f0abb0
|
fixed 69 files out of 2739:
- removed 10 CR characters
- removed 39 trailing whitespaces
- replaced 243 tabs with spaces
- fixed 60 svn:eol-style properties
|
hace 11 años |
Sam Hocevar
|
10272731ee
|
color: fix issues in color to string conversions.
|
hace 11 años |
Sam Hocevar
|
547fe6a908
|
color: utility functions to convert vec3 colors to hex strings.
|
hace 11 años |
Jean-Yves Lamoureux
|
1f0696acda
|
benlitz: add Makefile.am for lolui
|
hace 11 años |
Sam Hocevar
|
e2eb9e9ed7
|
build: minor Win32 fixes for Jylam's project.
|
hace 11 años |
Sam Hocevar
|
d46e63ff29
|
build: VS2012 solution and project tweaks for exotic platforms.
|
hace 11 años |
Jean-Yves Lamoureux
|
b59fdb8baa
|
* Fix compilation on lesser tools
|
hace 11 años |
Jean-Yves Lamoureux
|
171433e9de
|
* Fix compilation on lesser tools
|
hace 11 años |
Jean-Yves Lamoureux
|
81e4f7421e
|
sdlinput: fix captured mouse coordinates
|
hace 11 años |
Benlitz
|
246af694d8
|
removed vs2010 solution, migrated all projects to 2012. VsLol stays on 2010 for compatibility and now has its own sln.
|
hace 11 años |
Benlitz
|
02435c4b22
|
adding resharper to .gitignore for the lame windows coders that also writes assisted C# code
|
hace 11 años |
Sam Hocevar
|
b91c177125
|
camera: const correctness for all getters.
|
hace 11 años |
Sam Hocevar
|
2291ce5d1e
|
math: add mat2::identity, etc. as global constants.
|
hace 11 años |
Sam Hocevar
|
e1d459ed75
|
math: allow quat * vec3 and quat * vec4 operations.
|
hace 11 años |
Sam Hocevar
|
843cc42ed1
|
font: support \b (backspace) in text rendering.
|
hace 11 años |
Jean-Yves Lamoureux
|
8e544d0815
|
font: coding style ☜(゚ヮ゚☜)
|
hace 11 años |
Jean-Yves Lamoureux
|
6cce28dd93
|
font: add support for \n
|
hace 11 años |
Sam Hocevar
|
92385ac1ee
|
android: more NativeActivity migration work.
|
hace 11 años |
Sam Hocevar
|
0f3805be4c
|
android: various fixes, but the switch to NativeActivity isn't complete.
|
hace 11 años |
Sam Hocevar
|
af2fdff577
|
android: ensure the asset manager is initialised (hint: it's not).
|
hace 11 años |
Sam Hocevar
|
591caaabdc
|
sys: some path guessing logic fixes for standalone builds.
|
hace 11 años |
Sam Hocevar
|
1e15e3ec43
|
singlshot: add a Visual Studio project and fix minor things.
|
hace 11 años |
Sam Hocevar
|
ac81bd78a2
|
core: account for case-insensitive systems for data directories.
|
hace 11 años |
Sam Hocevar
|
608918bdb0
|
singlshot: move Ludum Dare #28 entry to a real game project!
|
hace 11 años |
Sam Hocevar
|
752829b7ed
|
gpu: shader fixes for the Web version.
|
hace 11 años |