Commit Graph

789 Commits (master)

Author SHA1 Message Date
twetzel59 69f63032c0 Begin long process of cleaning up code, improving state of #2. 2017-06-29 17:25:54 -04:00
twetzel59 eacce98c7c Add /day, /night, and /time %ld commands. 2017-06-29 15:57:07 -04:00
twetzel59 41af3d90da Merge pull request #4 from twetzel59/slabs
Slabs
2017-06-12 14:04:22 -04:00
twetzel59 76bce4955e Make all slabs transparent. Breaks ambient occlusion, but fixes x-raying. :/ 2017-06-12 13:32:29 -04:00
twetzel59 b620a821ef Add slab rendering. 2017-06-12 13:13:21 -04:00
twetzel59 42a6972b87 Add slab block, begin non-cube infrastructure. 2017-06-12 11:11:54 -04:00
twetzel59 a173dfe28e Move chunk struct to its own file. Will likely be needed to implement liquids, which I don't want in main.c. 2017-06-11 18:02:44 -04:00
twetzel59 5f74dc14ec README fix, improvements. 2017-06-11 17:52:31 -04:00
twetzel59 ebf3da99fb Physics for vines, improved flying physics. 2017-05-16 16:07:36 -04:00
twetzel59 7a68bf63f9 Fix annoying warnings. 2017-05-16 15:18:25 -04:00
twetzel59 7d4b5df964 Add caverns. 2017-05-04 12:58:26 -04:00
twetzel59 08f6cb19b3 Make underground grass/snow dirt. 2017-05-03 17:36:11 -04:00
twetzel59 de34fa9104 Make the world deeper, decrease default view range. 2017-05-03 17:32:17 -04:00
twetzel59 92a0debac8 Bugfixes, new pic. 2017-05-03 16:54:30 -04:00
twetzel59 45348889fa Refactoring. 2017-05-03 16:28:33 -04:00
twetzel59 62ea2f7752 Refactoring. 2017-05-03 16:19:29 -04:00
twetzel59 ea4051dd6b Refactoring. 2017-05-03 16:19:05 -04:00
twetzel59 ac6ba73352 Refactoring. 2017-05-03 16:10:14 -04:00
twetzel59 81d6ab5408 Clean up code. 2017-05-03 16:05:20 -04:00
twetzel59 4a1ac59223 Worldgen improvements. 2017-05-02 14:26:09 -04:00
twetzel59 859fb8c92d Bugfixes. 2017-05-01 15:10:38 -04:00
twetzel59 7e7c624f74 Inventory bugfix. 2017-05-01 14:17:39 -04:00
twetzel59 3b44099b65 Inventory with HUD. 2017-05-01 14:16:09 -04:00
twetzel59 749e165350 new pic 2017-04-30 17:03:56 -04:00
twetzel59 2d7642ed1e Add files via upload 2017-04-30 17:00:38 -04:00
twetzel59 49ea39557f Delete README.md 2017-04-30 17:00:09 -04:00
twetzel59 17f80c6a9c New Pic. 2017-04-30 16:58:07 -04:00
twetzel59 e200d447a0 pic. 2017-04-30 16:57:46 -04:00
twetzel59 a604e73fe9 HUD expansion. 2017-04-30 16:51:28 -04:00
twetzel59 d6ef3ee854 Interpolate sky change. 2017-04-30 15:08:20 -04:00
twetzel59 b715b8c319 Add sky tint and biome detection. 2017-04-30 14:43:37 -04:00
twetzel59 90b7d350c7 Add parser source. 2017-04-29 15:30:05 -04:00
twetzel59 3f24f37892 Parser basics. 2017-04-29 15:28:23 -04:00
twetzel59 e8692a0b34 Refactor items from defines to enum values. 2017-04-29 14:09:23 -04:00
twetzel59 c10a2fddc5 Add screenshot. 2017-04-29 13:53:48 -04:00
twetzel59 3b3b658f80 FPS improvement by removing leaf transparancy until optimized. 2017-04-29 13:43:47 -04:00
twetzel59 0e2aaee8bb Add worldgen I've worked on. 2017-04-29 13:35:59 -04:00
twetzel59 038156023b Change year and add name to (c) claim. 2017-04-29 13:33:12 -04:00
twetzel59 33295d89ef Grammar check. 2017-04-29 13:26:47 -04:00
twetzel59 569a100804 Add basic info. 2017-04-29 13:24:02 -04:00
Michael Fogleman ec9fc97681 Merge pull request #177 from satoshinm/filefail
Show error and exit on shader/texture file open failure
2017-04-06 13:55:09 -04:00
Satoshi N. M 2dce26f149 Show error and exit on shader/texture file open failure 2017-04-05 21:39:21 -07:00
Michael Fogleman 0676cabe18 Merge pull request #176 from satoshinm/missingcontrols
Add missing controls to readme: ctrl, T, /, and `
2017-04-03 10:18:03 -04:00
Satoshi N. M 7fbcd5a400 Add missing controls to readme: ctrl, T, /, and ` 2017-04-02 22:09:19 -07:00
Michael Fogleman 6e544076ef Merge pull request #168 from etamme/master
update glfw files with ifdef to get M_PI when using GCC
2016-02-03 11:33:36 -05:00
Eric Tamme 7e34bdd5bf update glfw files with ifdef to get M_PI when using GCC 2016-02-03 08:54:08 -07:00
Michael Fogleman 6cf76d4b4a update glfw to 3.1.2 2016-01-31 17:19:45 -05:00
Michael Fogleman 3179fd3b26 Add AUTH_REQUIRED flag to make auth optional 2015-11-13 10:21:43 -05:00
Michael Fogleman 5e5351c749 Merge pull request #158 from mczero80/master
Updated gcc command in README.md, because it fails on Ubuntu 14.04
2015-06-10 13:12:27 -04:00
Tim Richter 41d8470c50 Added -fPIC to server lib compilation command, because compilation fails on Ubuntu 14.04 2015-06-10 13:28:57 +02:00