11 Commits (709f8d63f1ea8f3842c761dd2c896fbf3707ecf5)

Autor SHA1 Nachricht Datum
  Sam Hocevar 6dd7a0cb39 Another lowercase switching frenzy, because why not. vor 7 Jahren
  Sam Hocevar 50e494803d Replace array::empty() with array::clear(). vor 7 Jahren
  Sam Hocevar 37abf6193f RIP lol::String ⚰️ LOL vor 8 Jahren
  Sam Hocevar 1105a075ce Rename lol::Timer to lol::timer. Because. vor 8 Jahren
  Sam Hocevar aca1660e1e Disable debug messages by default and downgrade a few messages. vor 8 Jahren
  Guillaume Bittoun 3525d1f317 Crash fix: first call to TickGame must not occur before TickDraw. referencing #3 vor 9 Jahren
  Sam Hocevar 25ad63d33d scene: add Scene::pre_render and post_render vor 9 Jahren
  Sam Hocevar 3a90766614 scene: start working on a postprocess mechanism. vor 9 Jahren
  Sam Hocevar 581ecea541 engine: fix scene rendering. vor 9 Jahren
  Sam Hocevar 861568b146 misc: some cleanup in files, including UTF-8 BOM. vor 11 Jahren
  Sam Hocevar 6ffaca4bbd engine: move some files around. vor 11 Jahren
  Sam Hocevar 70edc0d38e misc: carry on with the lowercase rampage. vor 11 Jahren
  Sam Hocevar 03c17fcae4 base: clean up and refactor containers. vor 11 Jahren
  Benjamin ‘Touky’ Huet 7605caace4 MultiScene: Phase 4: Rendering is fixed. vor 11 Jahren
  Benjamin ‘Touky’ Huet 2170b89b11 MultiScene: Phase 4: Added SceneDisplay class to have multiple windows + implementation with SDL. Not with the others. vor 11 Jahren
  Benjamin ‘Touky’ Huet 49e1588f52 MultiScene: Phase 3: Small PrimitiveSource & PrimitiveRenderer tweaks vor 11 Jahren
  Benjamin ‘Touky’ Huet a7d6e0190e Scene stuff is back to non-static logic with a few tricks vor 11 Jahren
  Benjamin ‘Touky’ Huet fc35f25d3e Fixed the scene destroy crash vor 11 Jahren
  Benjamin ‘Touky’ Huet 71ee91fcb1 MultiplMultiScene: Phase 2: No more g_scene access and multiple scene calls support vor 11 Jahren
  Benjamin ‘Touky’ Huet 25603464d1 Added DRAWGROUP_NONE for entities that don't want to be DrawTicked (for Batcher entities or SpatialPartitioning) vor 11 Jahren
  Benjamin ‘Touky’ Huet cfcff9acc3 MultiScene: Phase 1: g_scene removal and conversion to Scene:: vor 11 Jahren
  Sam Hocevar 8657a3adfa sys: use std::bind for thread workers to avoid ugly casts. vor 11 Jahren
  Benjamin ‘Touky’ Huet a89dac5c30 Fixed some stuff and added some small tweaks vor 11 Jahren
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. vor 11 Jahren
  Sam Hocevar 7dba2ff3a1 base: use ptrdiff_t for array and string sizes and some other things. vor 11 Jahren
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. vor 11 Jahren
  Sam Hocevar 3862ad59dc base: going on a lowercase rampage; today’s victim: Array. vor 11 Jahren
  Sam Hocevar 8d99eb3715 base: fix some typos that prevented disabling asserts. vor 11 Jahren
  Sam Hocevar da6b3d5cd0 scenegraph: Entity::TickDraw() now provides a reference to the current vor 11 Jahren
  Benjamin ‘Touky’ Huet b1fbc0259f Added Mask & StickyTime to Draw Debug vor 12 Jahren
  Benlitz c1da4619f7 input: renamed xinput keys to something more human readable (such as A or DPadLeft) and inverted mouse Y axis to match joystick axis (negatives being up) vor 12 Jahren
  Sam Hocevar f193bc2caa scene: break text rendering again so that 2D games work properly... vor 12 Jahren
  Sam Hocevar aab8ecfd3e core: fix grave logic bugs in the entity ticker. vor 12 Jahren
  Sam Hocevar a65c0b7749 ticker: replace linked lists wih dynamic arrays for entity groups. vor 12 Jahren
  Sam Hocevar ad8144f0e8 scene: use a global g_scene object instead of Scene::GetDefault(). vor 12 Jahren
  Sam Hocevar 13fb52cebe gpu: move Video::Clear to Renderer::Clear. vor 12 Jahren
  Sam Hocevar 1b213612a5 gpu: handle depth test, alpha blending and face culling in Renderer. vor 12 Jahren
  Sam Hocevar 98f8246323 build: lol-build now passes flags to configure, and configure now uses vor 12 Jahren
  Sam Hocevar a6e65e3e0c base: don’t wait for next frame on Emscripten builds. vor 13 Jahren
  Sam Hocevar f852e8d7e1 build: a lot more emscripten build fixes. vor 13 Jahren
  Sam Hocevar edffeb6d2e base: refactor Ticker so that it may one day work without threads. vor 13 Jahren
  Sam Hocevar 9819425ba0 math: replace RandF() with a more generic rand() template function vor 13 Jahren
  Sam Hocevar 39a8c26fb5 base: start removing occurrences of NULL on our long journey to nullptr. vor 13 Jahren
  Sam Hocevar bb28344eb7 build: fix compiler warnings and Linux and PS3 build issues. vor 13 Jahren
  Sam Hocevar e086100292 base: add some minor randomness to the main Ticker. vor 13 Jahren
  Sam Hocevar b221629ae0 base: start being more aggressive in the error reportings; most error vor 13 Jahren
  Benjamin ‘Touky’ Huet c7219ff1dd New year copyright update. vor 13 Jahren
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. vor 13 Jahren
  Sam Hocevar 5f137d077c debug: add minor debug messages to the ticker, ensure LOL_DEBUG and vor 13 Jahren
  Sam Hocevar 3829380c3c core: revert unfinished commit that wasn't really interesting. vor 13 Jahren