source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2506   10 years sam base: start removing occurrences of NULL on our long journey to nullptr.
(edit) @2500   10 years sam debug: add Debug::DrawLine() and Debug::DrawBox() methods.
(edit) @2498   10 years sam mrpigeon: can now play using spacebar.
(edit) @2497   10 years sam gpu: add MeshPrimitive::Lines enum and modify the cube tutorial to …
(edit) @2496   10 years sam audio: add Sampler::LoopSample().
(edit) @2494   10 years sam build: do not assume the OS X compiler understands -ObjC++.
(edit) @2493   10 years sam audio: add Sampler::StopSample() method.
(edit) @2492   10 years sam audio: add a simple Stop() method to samples.
(edit) @2490   10 years sam math: minor code simplification in Box2D/Box3D.
(edit) @2488   10 years sam build: look for backtrace_symbols() before enabling the Unix stack …
(edit) @2484   10 years sam math: add Box2d + vec2 operations for easy box translations.
(edit) @2480   10 years sam build: fix a few compiler warnings here and there.
(edit) @2479   10 years sam base: on Linux and some other architectures, dump a stack trace before …
(edit) @2478   10 years sam build: automatically allocate an X server number in the unit tests.
(edit) @2476   10 years sam scene: start refactoring the camera code; we now have a stack of …
(edit) @2469   10 years sam math: fix an idiotic bug in the box-box intersection routine.
(edit) @2468   10 years sam test: unit test for 2D boxes.
(edit) @2467   10 years sam lolremez: minor refactor.
(edit) @2465   10 years sam build: fix btphystest.vcxproj.
(edit) @2463   10 years sam math: add BoxIsectBox() method to test interesections.
(edit) @2460   10 years sam math: add a default constructor to box classes.
(edit) @2459   10 years sam math: add Box2D and Box3D classes.
(edit) @2458   10 years sam gpu: fix GLSL ES syntax errors in various shaders.
(edit) @2457   10 years touky easymesh : Tweak previous crashfix.
(edit) @2456   10 years touky easymesh : EasyMeshData crashfix
(edit) @2454   10 years sam math: replace Interp with TimeInterp. We'll see how useful it gets.
(edit) @2451   10 years sam build: bad lolbot! fix the mess caused by its file renames.
(edit) @2450   10 years lolbot build: convert source files to lowercase.
(edit) @2446   10 years sam test: add unit tests for maps using C strings as keys.
(edit) @2445   10 years sam build: avoid M_PI_2, the PS3 doesn’t have it.
(edit) @2444   10 years sam build: fix compiler warnings and Linux and PS3 build issues.
(edit) @2443   10 years lolbot fixed 5 files out of 2487: - removed 0 CR characters - removed 22 …
(edit) @2442   10 years touky tactics : first commit. Arena, characters, state machine and all the …
(edit) @2440   10 years sam base: fix typo in sample.cpp that prevented sample loads.
(edit) @2439   10 years touky EasyMesh : vdecl/vbo flag test fixup. Tileset : added GetTileSize().
(edit) @2438   10 years touky easymesh : Bitfield big Fuckup. Never code drunk.
(edit) @2437   10 years sam base: prevent instantiation of several static-only classes.
(edit) @2436   10 years sam base: forbid the creation of Sampler objects.
(edit) @2435   10 years sam base: add Array::Swap() method and the corresponding unit test.
(edit) @2432   10 years sam math: Interp class for frame-independent interpolation.
(edit) @2430   10 years lolbot fixed 4 files out of 2475: - removed 5 CR characters - removed 15 …
(edit) @2429   10 years Jnat Fix missing ; static float to static void for waitseconds()
(edit) @2428   10 years touky CIS FIX : timer fix, sam should fix it.
(edit) @2427   10 years touky CIS FAIL : Long time no see.
(edit) @2426   10 years touky easymesh : vertices datas are now stored in a very user-friendly …
(edit) @2425   10 years touky easymesh : "struct m_gpu" no longer exists and has been replaced by …
(edit) @2424   10 years sam base: refactor the Timer class to make it more understandable.
(edit) @2423   10 years sam base: add some minor randomness to the main Ticker.
(edit) @2419   10 years sam build: add missing files to Makefile.am.
(edit) @2418   10 years touky easymesh : EzMesh is back in vanilla mode, mongolo-commit-powa.
(edit) @2417   10 years sam build: fork lol-bitten.sh from a temporary copy to avoid locks in Windows.
(edit) @2416   10 years lolbot fixed 3 files out of 2475: - removed 3 CR characters - removed 20 …
(edit) @2415   10 years touky sln small build config fix for Win32
(edit) @2414   10 years touky MeshViewer : Added shitty texture to bulletproof easymesh UV, and …
(edit) @2410   10 years touky easymesh : Added SmoothMesh operation, works well with triangle, not …
(edit) @2409   10 years sam base: break into the debugger on assertion failure if present.
(edit) @2408   10 years lolbot fixed 3 files out of 2468: - removed 43 CR characters - removed 25 …
(edit) @2407   10 years touky easymesh : Added SplitTriangles function to multiply triangles for …
(edit) @2406   10 years touky easymesh : Added Twist/Ben/Shear & Taper refactor.
(edit) @2405   10 years touky easymesh : all radius are now diameters so all mesh operation size …
(edit) @2404   10 years touky easymesh: all operations now generate UVs for the mesh.
(edit) @2403   10 years sam sys: add the base source directory to the list of search directories …
(edit) @2402   10 years sam base: work around an annoying GCC warning we very well know about.
(edit) @2401   10 years sam build: remove more compiler warnings.
(edit) @2400   10 years lolbot fixed 5 files out of 2468: - removed 0 CR characters - removed 22 …
(edit) @2399   10 years sam external: update SDL_image and SDL_mixer to 1.2.12 and add Win64 versions.
(edit) @2398   10 years sam build: reactivate SDL_mixer on Win32 (not Win64 yet).
(edit) @2397   10 years sam build: re-add liblolcore dependency tracking to all binary objects.
(edit) @2395   10 years sam build: better check for compiler flags; we no longer try to use flags …
(edit) @2394   10 years sam math: minor improvements to the Remez exchange algorithm.
(edit) @2391   10 years sam build: remove compiler flags unbeknownst to old GCC versions.
(edit) @2390   10 years sam build: make lolcore depend on lolbullet, as it is supposed to.
(edit) @2389   10 years sam build: fix syntax errors in the Visual Studio projects.
(edit) @2388   10 years sam build: reorganise AM_CPPFLAGS handling so that we can disable the …
(edit) @2387   10 years sam build: add lua to the ignored directories for check-source.sh.
(edit) @2386   10 years sam build: split the main library into lolcore and lolbullet.
(edit) @2385   10 years sam math: avoid unnecessary conversions in the half class and remove a …
(edit) @2383   10 years sam base: crash with an assert error if trying to access a read-only map …
(edit) @2382   10 years sam ps3: use System::GetPathList() to open images.
(edit) @2381   10 years sam sys: cycle through all possible directories to load resource files.
(edit) @2380   10 years lolbot fixed 4 files out of 2376: - removed 7 CR characters - removed 5 …
(edit) @2379   10 years touky Added VertexDictionnary object to manage vertices with same coord && …
(edit) @2377   10 years Jnat added GetPos method to get text position
(edit) @2374   10 years sam base: start being more aggressive in the error reportings; most error …
(edit) @2373   10 years sam gpu: avoid using glIsEnabled() if we can cache the data.
(edit) @2372   10 years sam gpu: disable glPolygonMode calls on OpenGL ES.
(edit) @2371   10 years sam build: add shiny_SK.lolfx to Makefile.am.
(edit) @2370   10 years touky render : Added DebugRenderMode & corresponding shaders. naive (VERY) …
(edit) @2367   10 years sam build: update project filters for lolcore.
(edit) @2364   10 years sam meshviewer: use our File class to read the mesh data.
(edit) @2363   10 years sam sys: be more resilient if the file we try to read doesn’t exist.
(edit) @2362   10 years sam sys: don’t use fopen on the PS3.
(edit) @2361   10 years sam sys: prototype for the file reading functions.
(edit) @2360   10 years sam test: add missing unit tests for the Atomic template class.
(edit) @2359   10 years sam sys: Atomic template class for thread-safe and potentially lockless …
(edit) @2358   10 years sam sys: create an empty File class.
(edit) @2357   10 years sam build: add a few missing files to make dist.
(edit) @2356   10 years lolbot fixed 17 files out of 2363: - removed 55 CR characters - removed 80 …
(edit) @2355   10 years touky Added MeshViewerBuffer.txt in vcproj.
(edit) @2354   10 years sam base: move headers around and promote gpu/ to lol/gpu/.
Note: See TracRevisionLog for help on using the revision log.