|
|
@2444
|
8 years |
sam |
build: fix compiler warnings and Linux and PS3 build issues.
|
|
|
@2443
|
8 years |
lolbot |
fixed 5 files out of 2487:
- removed 0 CR characters
- removed 22 …
|
|
|
@2442
|
8 years |
touky |
tactics : first commit. Arena, characters, state machine and all the …
|
|
|
@2440
|
8 years |
sam |
base: fix typo in sample.cpp that prevented sample loads.
|
|
|
@2439
|
8 years |
touky |
EasyMesh : vdecl/vbo flag test fixup.
Tileset : added GetTileSize().
|
|
|
@2438
|
8 years |
touky |
easymesh : Bitfield big Fuckup. Never code drunk.
|
|
|
@2437
|
8 years |
sam |
base: prevent instantiation of several static-only classes.
|
|
|
@2436
|
8 years |
sam |
base: forbid the creation of Sampler objects.
|
|
|
@2435
|
8 years |
sam |
base: add Array::Swap() method and the corresponding unit test.
|
|
|
@2432
|
8 years |
sam |
math: Interp class for frame-independent interpolation.
|
|
|
@2430
|
8 years |
lolbot |
fixed 4 files out of 2475:
- removed 5 CR characters
- removed 15 …
|
|
|
@2429
|
8 years |
Jnat |
Fix missing ;
static float to static void for waitseconds()
|
|
|
@2428
|
8 years |
touky |
CIS FIX : timer fix, sam should fix it.
|
|
|
@2427
|
8 years |
touky |
CIS FAIL : Long time no see.
|
|
|
@2426
|
8 years |
touky |
easymesh : vertices datas are now stored in a very user-friendly …
|
|
|
@2425
|
8 years |
touky |
easymesh : "struct m_gpu" no longer exists and has been replaced by …
|
|
|
@2424
|
8 years |
sam |
base: refactor the Timer class to make it more understandable.
|
|
|
@2423
|
8 years |
sam |
base: add some minor randomness to the main Ticker.
|
|
|
@2418
|
8 years |
touky |
easymesh : EzMesh is back in vanilla mode, mongolo-commit-powa.
|
|
|
@2416
|
8 years |
lolbot |
fixed 3 files out of 2475:
- removed 3 CR characters
- removed 20 …
|
|
|
@2414
|
8 years |
touky |
MeshViewer : Added shitty texture to bulletproof easymesh UV, and …
|
|
|
@2410
|
8 years |
touky |
easymesh : Added SmoothMesh operation, works well with triangle, not …
|
|
|
@2409
|
8 years |
sam |
base: break into the debugger on assertion failure if present.
|
|
|
@2408
|
8 years |
lolbot |
fixed 3 files out of 2468:
- removed 43 CR characters
- removed 25 …
|
|
|
@2407
|
8 years |
touky |
easymesh : Added SplitTriangles function to multiply triangles for …
|
|
|
@2406
|
8 years |
touky |
easymesh : Added Twist/Ben/Shear & Taper refactor.
|
|
|
@2405
|
8 years |
touky |
easymesh : all radius are now diameters so all mesh operation size …
|
|
|
@2404
|
8 years |
touky |
easymesh: all operations now generate UVs for the mesh.
|
|
|
@2403
|
8 years |
sam |
sys: add the base source directory to the list of search directories …
|
|
|
@2402
|
8 years |
sam |
base: work around an annoying GCC warning we very well know about.
|
|
|
@2401
|
8 years |
sam |
build: remove more compiler warnings.
|
|
|
@2395
|
8 years |
sam |
build: better check for compiler flags; we no longer try to use
flags …
|
|
|
@2394
|
8 years |
sam |
math: minor improvements to the Remez exchange algorithm.
|
|
|
@2391
|
8 years |
sam |
build: remove compiler flags unbeknownst to old GCC versions.
|
|
|
@2390
|
8 years |
sam |
build: make lolcore depend on lolbullet, as it is supposed to.
|
|
|
@2388
|
8 years |
sam |
build: reorganise AM_CPPFLAGS handling so that we can disable the …
|
|
|
@2386
|
8 years |
sam |
build: split the main library into lolcore and lolbullet.
|
|
|
@2385
|
8 years |
sam |
math: avoid unnecessary conversions in the half class and remove a …
|
|
|
@2383
|
8 years |
sam |
base: crash with an assert error if trying to access a read-only map …
|
|
|
@2382
|
8 years |
sam |
ps3: use System::GetPathList() to open images.
|
|
|
@2381
|
8 years |
sam |
sys: cycle through all possible directories to load resource files.
|
|
|
@2380
|
8 years |
lolbot |
fixed 4 files out of 2376:
- removed 7 CR characters
- removed 5 …
|
|
|
@2379
|
8 years |
touky |
Added VertexDictionnary object to manage vertices with same coord && …
|
|
|
@2377
|
8 years |
Jnat |
added GetPos method to get text position
|
|
|
@2374
|
8 years |
sam |
base: start being more aggressive in the error reportings; most error …
|
|
|
@2373
|
8 years |
sam |
gpu: avoid using glIsEnabled() if we can cache the data.
|
|
|
@2372
|
8 years |
sam |
gpu: disable glPolygonMode calls on OpenGL ES.
|
|
|
@2371
|
8 years |
sam |
build: add shiny_SK.lolfx to Makefile.am.
|
|
|
@2370
|
8 years |
touky |
render : Added DebugRenderMode & corresponding shaders. naive (VERY) …
|
|
|
@2367
|
8 years |
sam |
build: update project filters for lolcore.
|
|
|
@2363
|
8 years |
sam |
sys: be more resilient if the file we try to read doesn’t exist.
|
|
|
@2362
|
8 years |
sam |
sys: don’t use fopen on the PS3.
|
|
|
@2361
|
8 years |
sam |
sys: prototype for the file reading functions.
|
|
|
@2359
|
8 years |
sam |
sys: Atomic template class for thread-safe and potentially lockless …
|
|
|
@2358
|
8 years |
sam |
sys: create an empty File class.
|
|
|
@2357
|
8 years |
sam |
build: add a few missing files to make dist.
|
|
|
@2356
|
8 years |
lolbot |
fixed 17 files out of 2363:
- removed 55 CR characters
- removed 80 …
|
|
|
@2354
|
8 years |
sam |
base: move headers around and promote gpu/ to lol/gpu/.
|
|
|
@2350
|
8 years |
touky |
easymesh : CSG operation is now handled with a safe enum.
|
|
|
@2348
|
8 years |
sam |
math: use "degrees" as the variable name for rotations for clarity.
|
|
|
@2346
|
8 years |
touky |
comment : Angle in degree
Because goldfishes have no memory.
|
|
|
@2345
|
8 years |
sam |
build: add svn:ignore properties and remove empty dirs.
|
|
|
@2322
|
8 years |
sam |
math: fix a signed integer overflow issue in the fast factorial …
|
|
|
@2321
|
8 years |
sam |
math: friend declarations aren’t proper declarations; add the
required …
|
|
|
@2318
|
8 years |
sam |
build: fix all vector/scalar type mismatches such as "vec2 * double" …
|
|
|
@2317
|
8 years |
sam |
math: remove coercion rules in the vector classes, they increase the …
|
|
|
@2316
|
8 years |
sam |
ps3: fix typo in ps3app.cpp.
|
|
|
@2315
|
8 years |
sam |
gpu: OpenGL ES compilation fix: GL_RGB8 is desktop OpenGL only.
|
|
|
@2314
|
8 years |
sam |
ps3: compilation for old GCC complaining about non-trivial designated …
|
|
|
@2313
|
8 years |
sam |
gpu: fix compilation on GL ES platforms.
|
|
|
@2312
|
8 years |
sam |
gpu: support 1-component (luminance) textures.
|
|
|
@2310
|
8 years |
sam |
ps3: add support for resolution selection.
|
|
|
@2309
|
8 years |
sam |
color: fix a logic error in RGBToHSL.
|
|
|
@2308
|
8 years |
sam |
math: implement clamp() for base C++ types and add more safeguards
to …
|
|
|
@2307
|
8 years |
sam |
color: slightly tweak the RGB to HSV and HSL conversions for
improved …
|
|
|
@2306
|
8 years |
sam |
ps3: use network fallback for image files.
|
|
|
@2301
|
8 years |
sam |
build: fix a few macro logic issues in SDL.h inclusion.
|
|
|
@2300
|
8 years |
sam |
build: add SDL detection code in new file lol-sdl.m4. The SDL2 version …
|
|
|
@2297
|
8 years |
sam |
base: implement UNUSED() macro and put it here and there.
|
|
|
@2294
|
8 years |
touky |
Added MeshViewer new project, its goal being to have a program capable …
|
|
|
@2291
|
8 years |
sam |
gpu: fix PS3 compilation caused by wrong function names.
|
|
|
@2289
|
8 years |
sam |
easymesh: interface the shiny shader with new Light objects.
|
|
|
@2288
|
8 years |
sam |
gpu: allow to set array uniform values.
|
|
|
@2279
|
8 years |
touky |
Small fix in template lerp
|
|
|
@2277
|
8 years |
sam |
build: hide LolFx external declarations behind macros.
|
|
|
@2276
|
8 years |
sam |
build: revert the weak symbol work; it confuses Visual Studio too much.
|
|
|
@2274
|
8 years |
sam |
build: provide weak symbols for lol_sdl_main on Visual Studio.
|
|
|
@2273
|
8 years |
sam |
build: use our own main() wrapper in addition to SDL's, and only
in …
|
|
|
@2271
|
8 years |
sam |
color: tweak RGB to HSV/HSL code for not yet investigated numerical …
|
|
|
@2270
|
8 years |
sam |
base: add missing local using statement for namespace std.
|
|
|
@2269
|
8 years |
sam |
base: optimise array concatenation, fix string concatenation, and fix …
|
|
|
@2267
|
8 years |
sam |
base: tweak the asserts in the String class, add String::Sub() method …
|
|
|
@2266
|
8 years |
sam |
base: add safety asserts to the Array and String classes.
|
|
|
@2265
|
8 years |
sam |
core: implement a cool ASSERT() macro.
|
|
|
@2263
|
8 years |
sam |
build: check for getcwd() and _getcwd() and configure time.
|
|
|
@2262
|
8 years |
sam |
sys: check for <unistd.h> and use getcwd() properly on non-Windows systems.
|
|
|
@2261
|
8 years |
sam |
base: fix header guard names.
|
|
|
@2260
|
8 years |
sam |
base: fix a bug in the String fixed-size constructor.
|
|
|
@2259
|
8 years |
sam |
sys: retrieve executable path if available.
|
|
|
@2258
|
8 years |
sam |
build: remove leftover entries from .vcxproj.
|
|
|