Commit Graph

753 Commits (master)

Author SHA1 Message Date
Michael Fogleman d6888a6e1e
Merge pull request #273 from Gideon357/readme-update
Update README.md - Formatting & Multiplayer
2021-02-24 10:40:38 -05:00
Gideon Grinberg 72f051b9f6
Update README.md 2021-02-24 10:32:23 -05:00
Michael Fogleman 0b29b8dfdd
Merge pull request #246 from seba-rgb/fix/245-use-https-on-images
fix https
2020-03-31 22:10:59 -04:00
Sebastian b21f0c128d fix https 2020-03-31 22:04:19 -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
Michael Fogleman 936a0b82cb updated urls in readme.md 2014-09-03 17:02:15 -04:00
Michael Fogleman e99007c497 Merge pull request #135 from anders-dc/master
Added libcurl dependency for Ubuntu/Debian GNU/Linux
2014-07-05 21:43:55 -04:00
Anders Damsgaard 169529199d Added libcurl dependency for Ubuntu/Debian GNU/Linux 2014-03-08 12:24:52 +01:00
Michael Fogleman fe3e7b3fb5 added array builder command 2014-02-02 09:55:04 -05:00
Michael Fogleman 42e6dbc423 use char in map for memory savings 2014-01-31 13:04:52 -05:00
Michael Fogleman 9d8ac0b1b2 load chunks on threads too 2014-01-31 10:17:59 -05:00
Michael Fogleman 93261dd412 some edits in prep for create_chunk to be threaded too 2014-01-30 22:51:46 -05:00
Michael Fogleman a8d186e955 bug fix 2014-01-30 22:19:37 -05:00
Michael Fogleman 2a372054de working! chunks load faster but frame rate is reduced during loading 2014-01-30 22:01:32 -05:00
Michael Fogleman 64ff076a8a more progress 2014-01-30 21:31:30 -05:00
Michael Fogleman 5e840b7896 isolated generate_chunk 2014-01-30 21:10:21 -05:00
Michael Fogleman c98550edbf minor tweaks 2014-01-30 20:06:23 -05:00
Michael Fogleman 4191f2e187 starting work on worker threads for chunk gen 2014-01-30 19:11:13 -05:00
Michael Fogleman d8012b91ba removed Q for quit 2014-01-29 15:06:18 -05:00
Michael Fogleman da2d060c17 players are somewhat lit up 2014-01-29 14:16:52 -05:00
Michael Fogleman 89e3606714 light_fill performance improvement 2014-01-29 14:06:32 -05:00
Michael Fogleman 1c843b2218 bug fix 2014-01-29 13:52:47 -05:00
Michael Fogleman e6c1820ef4 fix plants being too dark 2014-01-29 13:34:25 -05:00
Michael Fogleman bd3535292f added time_changed flag, only dirty if light value was changed 2014-01-29 13:26:35 -05:00
Michael Fogleman 433f60f019 set y value on pq 2014-01-29 13:06:07 -05:00
Michael Fogleman fa2eda1e0e use fmod for incoming time 2014-01-29 09:42:37 -05:00
Michael Fogleman a66ffc1cd7 minor bug fix 2014-01-28 22:37:21 -05:00
Michael Fogleman b7ae85375e ensure_chunks has priority of notion - defers light loads 2014-01-28 21:42:54 -05:00
Michael Fogleman 2fb4f80362 day/night cycles are 10 minutes, nights are longer 2014-01-28 20:27:07 -05:00
Michael Fogleman ba4cf5f904 bug fix 2014-01-28 19:18:00 -05:00
Michael Fogleman fca7d9c3e0 bug fix 2014-01-28 19:04:31 -05:00
Michael Fogleman da0ad5f0d8 time sync 2014-01-28 18:57:14 -05:00
Aaron Hill 20b4acadd3 Synchronize day/night cycle between server and client 2014-01-28 17:59:35 -05:00
Michael Fogleman 397cc28068 added SHOW_LIGHTS option 2014-01-28 16:06:07 -05:00
Michael Fogleman 2e2ca71796 apply lighting to plants 2014-01-28 14:16:07 -05:00
Michael Fogleman a5f8baeccd prevent color saturation 2014-01-28 09:09:39 -05:00
Michael Fogleman 7375532f2d server / client support for lights 2014-01-27 22:17:27 -05:00
Michael Fogleman c9dbfb28a1 has_lights helper 2014-01-27 21:22:37 -05:00
Michael Fogleman 2c5837cc97 persist lights in db 2014-01-27 21:08:07 -05:00
Michael Fogleman 482094b639 light controls (ctrl + right click) 2014-01-27 20:50:09 -05:00
Michael Fogleman aa009977ce map_alloc takes mask 2014-01-27 20:38:54 -05:00