2657 Commits (78c33c6fbc37ba07d3200d689a66a8d967fd5523)
 

Author SHA1 Message Date
  Lolbot 78b1319e2a fixed 18 files out of 4242: 9 years ago
  Sam Hocevar 5d0eec893e math: some more simplifications. 9 years ago
  Sam Hocevar ddf9354b67 math: simplify some computations in the degree-3 root finder. 9 years ago
  Sam Hocevar e0698e9600 math: do not use floats in the polynomial root finding. 9 years ago
  Guillaume Bittoun efa94fa2e9 polynomial: adding test with bigger solutions 9 years ago
  Guillaume Bittoun aa2ec71ae4 polynomial: 3rd order fixes 9 years ago
  Guillaume Bittoun 93dc8a70a7 polynomial: 3rd order solving v1.0 9 years ago
  Guillaume Bittoun a327a68478 polynomial: 3rd order, almost done. Needs accurate tests 9 years ago
  Guillaume Bittoun 1c93dabbad polynomial: more 3rd order fixes 9 years ago
  Guillaume Bittoun 26ec1481d3 polynomial: bunch of fixes for 3rd order 9 years ago
  Guillaume Bittoun c55f25f821 drafting polynomial 3rd order solving. To be continued… 9 years ago
  Sam Hocevar 7b3a4ca3b2 thonik: add some cool sprites to a new project. 9 years ago
  Sam Hocevar 6ffaca4bbd engine: move some files around. 9 years ago
  Sam Hocevar acef0b216f math: fix a refactoring blunder. 9 years ago
  Benjamin ‘Touky’ Huet 6ab67e8f86 btPhysTest is working again, but it still has 7 Ticker::Unref(Shader) that should be there ...... 9 years ago
  Benjamin ‘Touky’ Huet 3b00a2e5ee Added Joystick count 9 years ago
  Sam Hocevar d64b117b8d build: fix license and copyright information. 9 years ago
  Sam Hocevar 508556c0a0 sys: get rid of threadbase.h. 9 years ago
  Sam Hocevar 144cb0df31 sys: get rid of pthreads. 9 years ago
  Sam Hocevar ccf5f53825 misc: various mingw cross-compilation fixes. 9 years ago
  Sam Hocevar 6cd7d00b6e base: don’t use the %lld format string specifier. 9 years ago
  Sam Hocevar 51b4210361 base: reintroduce array::swap. 9 years ago
  Sam Hocevar 70edc0d38e misc: carry on with the lowercase rampage. 9 years ago
  Sam Hocevar 03c17fcae4 base: clean up and refactor containers. 9 years ago
  Sam Hocevar e8a3d0235b build: remove deprecated projects in my home directory. 9 years ago
  Benjamin ‘Touky’ Huet 7605caace4 MultiScene: Phase 4: Rendering is fixed. 9 years ago
  Sam Hocevar 2443d31a46 math: merge the box2 and box3 type declarations. 9 years ago
  Sam Hocevar 4472d31612 scene: minor fix for compilation warnings. 9 years ago
  Benjamin ‘Touky’ Huet 2170b89b11 MultiScene: Phase 4: Added SceneDisplay class to have multiple windows + implementation with SDL. Not with the others. 9 years ago
  Sam Hocevar 7257bcc1e8 sdl: tiny fix for SDLv1 keyboard input. 9 years ago
  Sam Hocevar 42813316b8 build: improve emscripten build. 9 years ago
  Sam Hocevar d9f2b07822 scene: fix multiple crashes in release mode and a few warnings. 9 years ago
  Benjamin ‘Touky’ Huet b0e0678468 Mesh: PrimitiveRenderer naming convention fixup 9 years ago
  Benjamin ‘Touky’ Huet 49e1588f52 MultiScene: Phase 3: Small PrimitiveSource & PrimitiveRenderer tweaks 9 years ago
  Benjamin ‘Touky’ Huet 51a4b892c7 MultiScene: Phase 3: Added PrimitiveSource & PrimitiveRenderer and corresponding rendering pipeline 9 years ago
  Sam Hocevar 716585448e sot3000: AMAZING PARALLAX SCROLLING BACKGROUND WOW. 9 years ago
  Benjamin ‘Touky’ Huet 22322d50fd Scene::AddPrimitive now only supports Primitive because why not 9 years ago
  Benjamin ‘Touky’ Huet a7d6e0190e Scene stuff is back to non-static logic with a few tricks 9 years ago
  Benjamin ‘Touky’ Huet fc35f25d3e Fixed the scene destroy crash 9 years ago
  Sam Hocevar 489b02b077 gpu: fix syntax issue in shader. 9 years ago
  Sam Hocevar 04a5da4652 test: minor unit test refactoring. 9 years ago
  Sam Hocevar 2fa398926d math: improve the 2D and 3D box classes. 9 years ago
  Sam Hocevar 732ba3802b scene: fix a pretty verbose compilation warning. 9 years ago
  Sam Hocevar 2017951589 scene: fix a compilation error on 64-bit architectures. 9 years ago
  Sam Hocevar d6b7882bda input: temporary workaround for a bug preventing us from binding the “A” key with SDL. 9 years ago
  Sam Hocevar 144b6b344c sot3000: more improvememnts. 9 years ago
  Benjamin ‘Touky’ Huet 71ee91fcb1 MultiplMultiScene: Phase 2: No more g_scene access and multiple scene calls support 9 years ago
  Sam Hocevar 30240e46fa math: deprecate some mixed-case method names. 9 years ago
  Sam Hocevar e2ba6e44a3 sot3000: make the game code public. 9 years ago
  Benjamin ‘Touky’ Huet 25603464d1 Added DRAWGROUP_NONE for entities that don't want to be DrawTicked (for Batcher entities or SpatialPartitioning) 9 years ago