Commit Graph

753 Commits (master)

Author SHA1 Message Date
Michael Fogleman 1006970af2 minor fix 2014-01-04 20:07:16 -05:00
Michael Fogleman 51663bd1c8 fixed bug 2014-01-04 19:55:40 -05:00
Michael Fogleman 2e3a60b3fa rollback due to bug 2014-01-04 19:51:15 -05:00
Michael Fogleman 8ea4af011d refactored main.c so the main function isn't so big 2014-01-04 19:46:44 -05:00
Michael Fogleman 4a59a06d8e sign caching needs work, temporary workaround 2014-01-04 10:04:57 -05:00
Michael Fogleman c32009748c performance tweak with early check in is_transparent 2014-01-04 09:45:20 -05:00
Michael Fogleman 740b6d3816 more performance improvements 2014-01-04 09:20:36 -05:00
Michael Fogleman 9f7fe7cef4 only redraw chunk when server has sent all blocks for it 2014-01-04 08:49:09 -05:00
Michael Fogleman c893c0c2ab one client read per frame 2014-01-03 23:55:08 -05:00
Michael Fogleman 0978de8b67 slight client refactor - give main all commands available at once 2014-01-03 23:53:18 -05:00
Michael Fogleman 7b1aba2a0d performance enhancement - don't hit db if no sign to delete
client performance improvements

no strlen

performance tweaks
2014-01-03 22:53:29 -05:00
Michael Fogleman 7296729f35 builder flexibility 2014-01-03 20:00:45 -05:00
Michael Fogleman 2db6a19fb2 glPolygonOffset tweaks 2014-01-03 19:43:26 -05:00
Michael Fogleman 619efe25cd removed screenshots from repo 2014-01-02 20:18:21 -05:00
Michael Fogleman e20ed198d5 Update README.md 2014-01-02 20:17:08 -05:00
Michael Fogleman dc1aac988d made black less dark 2014-01-02 19:12:31 -05:00
Michael Fogleman 3e3056a5eb allow color blocks in server 2014-01-02 14:02:30 -05:00
Michael Fogleman 2af44739a7 added 32 color blocks (like "wool") 2014-01-02 13:53:58 -05:00
Michael Fogleman ba2944677b no need to include src directory 2014-01-02 09:25:46 -05:00
Michael Fogleman 0fffc3c1a1 sqlite3.c was including config.h 2014-01-01 20:42:14 -05:00
Michael Fogleman 3e894238ad fixes #13 2014-01-01 20:22:56 -05:00
Michael Fogleman 39aedf5dd1 fix #75 2014-01-01 20:14:45 -05:00
Michael Fogleman cd91b57b16 fix #80 and fix #99 2014-01-01 20:01:47 -05:00
Michael Fogleman 052818e08a suppress recv error message on normal quit 2014-01-01 19:27:42 -05:00
Michael Fogleman 2e384463c2 made night time less dark - it was annoying 2014-01-01 19:06:59 -05:00
Michael Fogleman 7fc4d49343 DAY_LENGTH <= 0 causes it to always be noon 2014-01-01 17:28:11 -05:00
Michael Fogleman f228d7f34d bug fix with signs 2014-01-01 17:26:12 -05:00
Michael Fogleman 3f3a6efbad client sends version to server 2014-01-01 14:09:07 -05:00
Michael Fogleman 5cbb73f424 use simplex2 for plant rotation 2014-01-01 13:43:01 -05:00
Michael Fogleman ed63f5e9ff don't rotate plant when showing selected item 2014-01-01 13:41:27 -05:00
Michael Fogleman cc9ac6f456 minor tweak 2014-01-01 13:28:49 -05:00
Michael Fogleman 9c06c147d7 signs on top of blocks 2014-01-01 13:25:15 -05:00
Michael Fogleman 640acce233 signs on top faces done 2014-01-01 13:21:11 -05:00
Michael Fogleman 8432ca0287 more top faces 2014-01-01 13:02:53 -05:00
Michael Fogleman f2d3e7abe8 working on signs on top of blocks 2014-01-01 11:20:44 -05:00
Michael Fogleman c63db431fc moved dependencies into deps/ subfolder 2014-01-01 10:19:35 -05:00
Michael Fogleman 965bb3427d updated README.md 2014-01-01 10:13:50 -05:00
Michael Fogleman ca7a7463d6 moved screenshots into subfolder 2014-01-01 10:13:12 -05:00
Michael Fogleman 774c1e2ed3 moved *.c and *.h files into src/ subfolder 2014-01-01 10:08:24 -05:00
Michael Fogleman aad343a379 moved textures into subfolder 2014-01-01 10:03:47 -05:00
Michael Fogleman e4c3531c80 updated screenshot 2014-01-01 09:09:37 -05:00
Michael Fogleman 7d20e5b179 custom strtok_r implementation 2014-01-01 08:34:01 -05:00
Michael Fogleman da5d9c4960 don't generate polygons for space characters 2014-01-01 00:10:34 -05:00
Michael Fogleman 11b545bf23 don't split on hyphens 2013-12-31 23:26:24 -05:00
Michael Fogleman 1f6c9ac2e6 bug fix 2013-12-31 23:25:14 -05:00
Michael Fogleman 05c2d139b6 Shift+Enter to put a newline 2013-12-31 23:15:49 -05:00
Michael Fogleman 83b646ae8f z-buffer sucks 2013-12-31 23:13:26 -05:00
Michael Fogleman 276814ac5b keep text inside block 2013-12-31 23:12:16 -05:00
Michael Fogleman 49249cfd4e word wrapping on signs 2013-12-31 23:05:41 -05:00
Michael Fogleman 2914c9758b added word wrap function 2013-12-31 22:45:00 -05:00