├── DelphiCraft.png ├── DelphiCraft2.png ├── LICENSE ├── bin ├── DelphiCraft.exe ├── glfw3_32.dll ├── shaders │ ├── block_fragment.glsl │ ├── block_vertex.glsl │ ├── line_fragment.glsl │ ├── line_vertex.glsl │ ├── sky_fragment.glsl │ ├── sky_vertex.glsl │ ├── text_fragment.glsl │ └── text_vertex.glsl └── textures │ ├── Thumbs.db │ ├── font.png │ ├── sign.png │ ├── sky.png │ └── texture.png ├── deps └── Neslib.glfw3.pas ├── lib ├── Execute.CrossGL.pas ├── Execute.Inflate.pas ├── Execute.PNGLoader.pas ├── Execute.SQLite3.pas ├── Execute.SysUtils.pas ├── Execute.Textures.pas └── sqlite3.obj ├── readme.md └── src ├── CaseyDuncan.noise.pas ├── Craft.Auth.pas ├── Craft.Chunk.pas ├── Craft.Client.pas ├── Craft.Config.pas ├── Craft.Cube.pas ├── Craft.Item.pas ├── Craft.Main.pas ├── Craft.Map.pas ├── Craft.Matrix.pas ├── Craft.Player.pas ├── Craft.Render.pas ├── Craft.Ring.pas ├── Craft.Sign.pas ├── Craft.Util.pas ├── Craft.World.pas ├── Craft.db.pas ├── DelphiCraft.dpr ├── DelphiCraft.dproj └── MarcusGeelnard.TinyCThread.pas /DelphiCraft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/DelphiCraft.png -------------------------------------------------------------------------------- /DelphiCraft2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/DelphiCraft2.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/LICENSE -------------------------------------------------------------------------------- /bin/DelphiCraft.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/DelphiCraft.exe -------------------------------------------------------------------------------- /bin/glfw3_32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/glfw3_32.dll -------------------------------------------------------------------------------- /bin/shaders/block_fragment.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/shaders/block_fragment.glsl -------------------------------------------------------------------------------- /bin/shaders/block_vertex.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/shaders/block_vertex.glsl -------------------------------------------------------------------------------- /bin/shaders/line_fragment.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/shaders/line_fragment.glsl -------------------------------------------------------------------------------- /bin/shaders/line_vertex.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/shaders/line_vertex.glsl -------------------------------------------------------------------------------- /bin/shaders/sky_fragment.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/shaders/sky_fragment.glsl -------------------------------------------------------------------------------- /bin/shaders/sky_vertex.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/shaders/sky_vertex.glsl -------------------------------------------------------------------------------- /bin/shaders/text_fragment.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/shaders/text_fragment.glsl -------------------------------------------------------------------------------- /bin/shaders/text_vertex.glsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/shaders/text_vertex.glsl -------------------------------------------------------------------------------- /bin/textures/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/textures/Thumbs.db -------------------------------------------------------------------------------- /bin/textures/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/textures/font.png -------------------------------------------------------------------------------- /bin/textures/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/textures/sign.png -------------------------------------------------------------------------------- /bin/textures/sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/textures/sky.png -------------------------------------------------------------------------------- /bin/textures/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/bin/textures/texture.png -------------------------------------------------------------------------------- /deps/Neslib.glfw3.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/deps/Neslib.glfw3.pas -------------------------------------------------------------------------------- /lib/Execute.CrossGL.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/lib/Execute.CrossGL.pas -------------------------------------------------------------------------------- /lib/Execute.Inflate.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/lib/Execute.Inflate.pas -------------------------------------------------------------------------------- /lib/Execute.PNGLoader.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/lib/Execute.PNGLoader.pas -------------------------------------------------------------------------------- /lib/Execute.SQLite3.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/lib/Execute.SQLite3.pas -------------------------------------------------------------------------------- /lib/Execute.SysUtils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/lib/Execute.SysUtils.pas -------------------------------------------------------------------------------- /lib/Execute.Textures.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/lib/Execute.Textures.pas -------------------------------------------------------------------------------- /lib/sqlite3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/lib/sqlite3.obj -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/readme.md -------------------------------------------------------------------------------- /src/CaseyDuncan.noise.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/CaseyDuncan.noise.pas -------------------------------------------------------------------------------- /src/Craft.Auth.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Auth.pas -------------------------------------------------------------------------------- /src/Craft.Chunk.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Chunk.pas -------------------------------------------------------------------------------- /src/Craft.Client.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Client.pas -------------------------------------------------------------------------------- /src/Craft.Config.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Config.pas -------------------------------------------------------------------------------- /src/Craft.Cube.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Cube.pas -------------------------------------------------------------------------------- /src/Craft.Item.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Item.pas -------------------------------------------------------------------------------- /src/Craft.Main.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Main.pas -------------------------------------------------------------------------------- /src/Craft.Map.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Map.pas -------------------------------------------------------------------------------- /src/Craft.Matrix.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Matrix.pas -------------------------------------------------------------------------------- /src/Craft.Player.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Player.pas -------------------------------------------------------------------------------- /src/Craft.Render.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Render.pas -------------------------------------------------------------------------------- /src/Craft.Ring.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Ring.pas -------------------------------------------------------------------------------- /src/Craft.Sign.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Sign.pas -------------------------------------------------------------------------------- /src/Craft.Util.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.Util.pas -------------------------------------------------------------------------------- /src/Craft.World.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.World.pas -------------------------------------------------------------------------------- /src/Craft.db.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/Craft.db.pas -------------------------------------------------------------------------------- /src/DelphiCraft.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/DelphiCraft.dpr -------------------------------------------------------------------------------- /src/DelphiCraft.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/DelphiCraft.dproj -------------------------------------------------------------------------------- /src/MarcusGeelnard.TinyCThread.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tothpaul/DelphiCraft/HEAD/src/MarcusGeelnard.TinyCThread.pas --------------------------------------------------------------------------------