13 コミット (615c968e2d97d4d7b5bfa7e5df38f0774cd65df2)

作成者 SHA1 メッセージ 日付
  Sam Hocevar beeded3d85 render: simplify Renderer code 5年前
  Sam Hocevar 1d8083af86 engine: get rid of the Dict class (WIP). 6年前
  Sam Hocevar 6dd7a0cb39 Another lowercase switching frenzy, because why not. 6年前
  Sam Hocevar 845d3878ff Fix compilation of sprite sample. 7年前
  Sam Hocevar 6a35a64dd5 sys: make a few functions lowercase. 8年前
  Sam Hocevar 3eb7db5e4d tileset: rename AddTile() to define_tile(). 9年前
  Sam Hocevar 441a20af99 misc: fix copyright information here and there. 9年前
  Sam Hocevar 03c17fcae4 base: clean up and refactor containers. 9年前
  Benjamin ‘Touky’ Huet 2170b89b11 MultiScene: Phase 4: Added SceneDisplay class to have multiple windows + implementation with SDL. Not with the others. 9年前
  Benjamin ‘Touky’ Huet a7d6e0190e Scene stuff is back to non-static logic with a few tricks 9年前
  Benjamin ‘Touky’ Huet cfcff9acc3 MultiScene: Phase 1: g_scene removal and conversion to Scene:: 9年前
  Benjamin ‘Touky’ Huet f67da65818 First pass of EasyMesh split & refactor 9年前
  Sam Hocevar d72cb24bc0 build: move sample and tutorial files around. 10年前
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. 10年前
  Sam Hocevar ad9a388e80 misc: remove 100% of the "using namespace std;" madness. 10年前
  Sam Hocevar 12aaff89e3 base: huge refactor in vector.h; GCC compilation times down by 50%. 10年前
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. 10年前
  Sam Hocevar 398ee1b4d5 base: use lol::array in most places. 10年前
  Sam Hocevar da6b3d5cd0 scenegraph: Entity::TickDraw() now provides a reference to the current 10年前
  Sam Hocevar 32143b8bb4 scene: allow to rotate sprites around the Z axis. 10年前
  Sam Hocevar 6a8118cb18 build: put tutorials and lol.js in a new "demos" directory. 11年前
  Sam Hocevar ad8144f0e8 scene: use a global g_scene object instead of Scene::GetDefault(). 11年前
  Sam Hocevar 274a732e3c gpu: move SetClearColor and SetClearDepth to the Renderer and RenderContext 11年前
  Sam Hocevar 8f9aee4ee5 tutorial: small sprite tutorial. 11年前