Commit Graph

518 Commits (3208054c086d99ddd44e50bdfdec78fa3a22c31a)

Author SHA1 Message Date
Perttu Ahola 3208054c08 disabled farmesh in default settings 2011-06-23 14:10:46 +03:00
Perttu Ahola 6dcb3dd71a fixed servermain.cpp lacking filesys.h 2011-06-22 14:21:55 +03:00
Perttu Ahola 6839a7b833 path_userdata is now created before potentially creating debug.txt in there 2011-06-20 18:04:49 +03:00
Perttu Ahola 2cb8a93377 moved the mac include in porting.cpp out of namespace 2011-06-20 07:56:45 +03:00
Perttu Ahola 5655501f7d fixed a segfault in case of wrong input from network on the server (reported by spongie) 2011-06-19 19:40:41 +03:00
Perttu Ahola f7abf2d30a uh oh, forgot to add treeprop.png to the repo 2011-06-19 12:37:00 +03:00
Perttu Ahola ab7960a770 Modified the mesh update thread's sleep time to speed it up (it was way too high) 2011-06-18 22:31:24 +03:00
Perttu Ahola 3b0e173f9a lol, i have apparently used python too much... 2011-06-18 21:37:08 +03:00
Perttu Ahola 80b808cf8d added a small php example 2011-06-18 21:36:31 +03:00
Perttu Ahola e3c542ef76 Added endianess to procotol.txt 2011-06-18 20:27:17 +03:00
Perttu Ahola 5c289ffcb8 Fixed typo in protocol.txt 2011-06-18 20:21:25 +03:00
Perttu Ahola d95731d16d updated protocol.txt 2011-06-18 20:18:13 +03:00
Perttu Ahola d6a8edd8a4 Documentation update 2011-06-18 20:16:11 +03:00
Perttu Ahola 7c32536001 Hand-picked Mac OSX cursor and bundle path fixes from https://bitbucket.org/toabi/minetest-mac 2011-06-18 18:44:01 +03:00
Perttu Ahola e4de51e71d Added tag 0.2.20110618_0_dev for changeset dd08a9b5cb84 2011-06-18 15:32:35 +03:00
Perttu Ahola a096b2e963 Changed MapBlockObjects to be never written anymore. Incremented version number. 2011-06-18 15:16:35 +03:00
Perttu Ahola 7bec4485f4 comment update 2011-06-18 13:52:49 +03:00
Perttu Ahola 43f695bc82 farmesh render range is now dynamic 2011-06-18 13:43:49 +03:00
Perttu Ahola 347763db54 fixed tree placement in farmesh 2011-06-18 13:11:11 +03:00
Perttu Ahola d03694fb11 farmesh is now usable. 2011-06-18 12:42:17 +03:00
Perttu Ahola 82fa30fabe modified health bar a bit 2011-06-18 09:04:31 +03:00
Perttu Ahola 039ea9168b enabled word wrap in chat 2011-06-18 08:50:14 +03:00
Perttu Ahola 9cfe7c4672 fixed wrong furnace menu layout 2011-06-18 08:50:05 +03:00
Perttu Ahola 169aa5f680 merged Mac OSX build fix from minetest-delta 2011-06-18 03:14:13 +03:00
Perttu Ahola 9718a5eece removed furnace menu because it is not needed anymore 2011-06-18 02:32:34 +03:00
Perttu Ahola 878b575d57 separated inventory-related game content to content_inventory.{h,cpp} 2011-06-18 02:30:33 +03:00
Perttu Ahola 06fdb48432 forgot to add mapblock_nodemod.h 2011-06-18 02:01:51 +03:00
Perttu Ahola 88dacd23b7 moved inventory menu definition of chest and furnace to content_nodemeta.{h,cpp} 2011-06-18 02:00:01 +03:00
Perttu Ahola 57424d6956 Created and moved stuff to content_nodemeta.{h,cpp} 2011-06-18 00:46:50 +03:00
Perttu Ahola 195b9dde2b added in-game key shortcuts for toggling free_move and fast_move (default K and J) 2011-06-17 23:55:21 +03:00
Perttu Ahola 55a41362ea modified iron amount a bit 2011-06-17 23:43:28 +03:00
Perttu Ahola 80e4265369 Updated comments 2011-06-17 23:28:25 +03:00
Perttu Ahola e7e7054010 Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapblock.{h,cpp} 2011-06-17 23:20:31 +03:00
Perttu Ahola 630883c795 removed licensecomment.txt 2011-06-17 22:58:38 +03:00
Perttu Ahola cdc9195a2f Moved some mapnode content stuff from mapnode.{h,cpp} and digging property stuff from material.cpp to content_mapnode.{h,cpp} 2011-06-17 22:20:15 +03:00
Perttu Ahola 831016a2b5 hopefully fixed old furnaces taking ridiculous amounts of cpu and halting the server 2011-06-16 19:43:28 +03:00
Perttu Ahola 7288db946d Probably fixed the single-MapBlock generator using 1 block lower water height than it should 2011-06-16 18:51:23 +03:00
Perttu Ahola 9b7c6539f7 Added an experimental "far view" thing. Doesn't work exactly like it should and not suitable for real use yet, and might never be. 2011-06-07 22:08:16 +03:00
Perttu Ahola f015b20d6b ...and the map part of that 2011-06-05 21:07:54 +03:00
Perttu Ahola ce8b261ce1 made server to send map seed for testing 2011-06-05 21:06:54 +03:00
Perttu Ahola 8e670c37d7 updated comment in main.cpp 2011-06-05 18:59:36 +03:00
Perttu Ahola 78e5a54632 tried to reduce unnecessary map saving disk i/o a bit 2011-06-05 18:57:36 +03:00
Perttu Ahola 80be957a6e Messed around with genmap.py. Now supports format version 17. 2011-06-05 00:10:06 +03:00
Perttu Ahola 7782a1170d updated mapformat.txt a bit 2011-06-04 16:58:20 +03:00
Perttu Ahola 194b6b5b89 documentation update (mapformat.txt mainly) 2011-06-04 16:54:26 +03:00
Perttu Ahola 4d068103bb removed a debug print that would flood a lot in some kind of a timeout 2011-06-02 20:09:30 +03:00
Perttu Ahola 8a4aed6220 In a globally installed build, debug.txt is now placed in userdata directory. Needs testing still. 2011-06-02 19:30:03 +03:00
Perttu Ahola e2a58cfd4d added -Wno-unused-but-set-variable to debug build 2011-06-02 02:59:30 +03:00
Perttu Ahola 65bf237882 more merging - hopefully all spare heads are now gone 2011-06-02 02:47:39 +03:00
Perttu Ahola f831719370 merged an old head into main branch 2011-06-02 02:46:38 +03:00