Commit History

Author SHA1 Message Date
  Hajime Hoshi 3a9a7fed87 Rename Texture -> Image (#29) 10 years ago
  Hajime Hoshi 6a2cfab839 Rename TexturePart -> ImagePart 10 years ago
  Hajime Hoshi ee61db3478 Rename DrawTexture -> DrawImage 10 years ago
  Hajime Hoshi 59270a6b54 Refactoring 10 years ago
  Hajime Hoshi a9aa1589de Rename renderTarget -> innerRenderTarget; Remove TextureDrawer 10 years ago
  Hajime Hoshi 991adb7449 Change RenderTexture to interface 10 years ago
  Hajime Hoshi 01e0d42451 Remove GraphicsContext; Add rendering methods to RenderTarget (#26) 10 years ago
  Hajime Hoshi 77ba18c2de Fix the comment for RenderTarget 10 years ago
  Hajime Hoshi c49937519e Change GraphicsContext.Fill to use color.Color 10 years ago
  Hajime Hoshi 6673a39fa2 Introduce Photoshop-like alpha blending 10 years ago
  Hajime Hoshi 49bcf8bb32 Remove Drawer; Add GraphicsContext.DrawTexture 10 years ago
  Hajime Hoshi c8007a6252 Change TexturePart int -> float64 10 years ago
  Hajime Hoshi 9c18aef725 Change TexturePart 10 years ago
  Hajime Hoshi 0e673670c0 Replace DrawWhole with DrawWholeTexture and DrawWholeRenderTarget 10 years ago
  Hajime Hoshi f3e4d1703d Add Texture.Width, Height and RenderTarget.Width, Height 10 years ago
  Hajime Hoshi 7c56ac268e Remove render targets from ids 10 years ago
  Hajime Hoshi f8c6958a4a Remove textures from ids 10 years ago
  Hajime Hoshi bac4317fc5 Replace RenderTargetID with RenderTarget 10 years ago
  Hajime Hoshi eb11831585 Replace TextureID with Texture 10 years ago
  Hajime Hoshi ca5bd564a6 Add comments (to pass golint) 10 years ago
  Hajime Hoshi c1fa38ebed Remove panic 10 years ago
  Hajime Hoshi 76b7da090c Remove dependencies on ebiten from opengl 10 years ago
  Hajime Hoshi d264d7a06b Remove dependencies on ebiten from shader 10 years ago
  Hajime Hoshi 4addf8f9af Rename PushOffscreen -> PushRenderTarget 10 years ago
  Hajime Hoshi 54509e42cf Add GraphicsContext.PushOffscreen / PopOffscreen (#21) 10 years ago
  Hajime Hoshi a39f0e904d Remove some methods; Add Game.Initialize 10 years ago