Commit Graph

482 Commits

Author SHA1 Message Date
Perttu Ahola c391bcee16 removed furnace menu because it is not needed anymore 2011-06-18 02:32:34 +03:00
Perttu Ahola cced6aaf8d separated inventory-related game content to content_inventory.{h,cpp} 2011-06-18 02:30:33 +03:00
Perttu Ahola a23f6a1548 forgot to add mapblock_nodemod.h 2011-06-18 02:01:51 +03:00
Perttu Ahola 931474658d moved inventory menu definition of chest and furnace to content_nodemeta.{h,cpp} 2011-06-18 02:00:01 +03:00
Perttu Ahola da692355e8 Created and moved stuff to content_nodemeta.{h,cpp} 2011-06-18 00:46:50 +03:00
Perttu Ahola e7580d2804 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 6b1f059ccd modified iron amount a bit 2011-06-17 23:43:28 +03:00
Perttu Ahola 6378a71ea5 Updated comments 2011-06-17 23:28:25 +03:00
Perttu Ahola 682c9d8e7d 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 df5affe836 removed licensecomment.txt 2011-06-17 22:58:38 +03:00
Perttu Ahola dc5319b6c9 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 d6b54514bf hopefully fixed old furnaces taking ridiculous amounts of cpu and halting the server 2011-06-16 19:43:28 +03:00
Perttu Ahola 1d372b9273 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 72e742c24e 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 fdee31abf1 ...and the map part of that 2011-06-05 21:07:54 +03:00
Perttu Ahola c68f21214d made server to send map seed for testing 2011-06-05 21:06:54 +03:00
Perttu Ahola d2a145b826 updated comment in main.cpp 2011-06-05 18:59:36 +03:00
Perttu Ahola 9b565b6bc4 tried to reduce unnecessary map saving disk i/o a bit 2011-06-05 18:57:36 +03:00
Perttu Ahola a649d43fe7 Messed around with genmap.py. Now supports format version 17. 2011-06-05 00:10:06 +03:00
Perttu Ahola f07e445f80 updated mapformat.txt a bit 2011-06-04 16:58:20 +03:00
Perttu Ahola 6bd4cb2562 documentation update (mapformat.txt mainly) 2011-06-04 16:54:26 +03:00
Perttu Ahola bf22dba687 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 1b8cff8fbf 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 fd64dd5e20 added -Wno-unused-but-set-variable to debug build 2011-06-02 02:59:30 +03:00
Perttu Ahola ccae5a49ad more merging - hopefully all spare heads are now gone 2011-06-02 02:47:39 +03:00
Perttu Ahola 7cfb71385d merged an old head into main branch 2011-06-02 02:46:38 +03:00
Perttu Ahola ccd3cd218b merged fence graphic updates another time... 2011-06-02 02:41:26 +03:00
Perttu Ahola 75f3e68451 Merged CiaranG's fence graphic updates (ugh, well, it worked, i guess, kind of.) This commit should also get rid of multiple heads on the server. 2011-06-02 02:37:49 +03:00
Perttu Ahola a82abbc495 Added tag 0.2.20110602_0 for changeset 6f17cd3f6c54 2011-06-02 00:49:27 +03:00
Perttu Ahola 7a31ce8556 Removed tag 0.2.20110602_0 2011-06-02 00:47:31 +03:00
Perttu Ahola 87e4c91450 Added tag 0.2.20110602_0 for changeset 96efc17b4cd9 2011-06-02 00:15:46 +03:00
Perttu Ahola 7d57b71ffe 0.2.20110602_0 2011-06-02 00:15:42 +03:00
Perttu Ahola 51cf464f74 Fixed the password crash on Windows 2011-06-02 00:01:11 +03:00
Perttu Ahola bbead93c1a Reduced server CPU usage on NodeMetadata step()s. Also furnace now cooks while no players are near it. 2011-05-31 20:02:55 +03:00
Ciaran Gultnieks 06427e355a Slightly better texture coordinates for fences 2011-05-31 10:12:51 +01:00
celeron55 7740425085 Updated licenses of CiaranG's contributions to be in line with the new contribution policy and added a TODO note to server.cpp 2011-05-31 11:59:51 +03:00
Perttu Ahola 63ae3d7387 forgot to add profiler to servermain.cpp 2011-05-31 00:26:47 +03:00
Perttu Ahola 97dc966759 updated version 2011-05-31 00:24:44 +03:00
Perttu Ahola db36771c63 auth stuff is now saved only when modified 2011-05-31 00:23:39 +03:00
Perttu Ahola 41f07328c8 removed some debug prints
...and added support for simple time usage profiling in the last one.
2011-05-31 00:16:58 +03:00
Perttu Ahola 223b379348 Reduced the CPU usage of the sent block selector algorithm 2011-05-31 00:15:43 +03:00
Ciaran Gultnieks 10cf6c3f6d Ability to set texture coordinates on a generated cuboid (for fences)
Note: can't test this properly yet - may be fixes to follow

--HG--
extra : rebase_source : e2d41621018f886d340c7847b29240042d4412ac
2011-05-30 18:38:46 +01:00
Perttu Ahola 16fdb42590 Added tag 0.2.20110529_2 for changeset cf6dd618ef0b
--HG--
extra : rebase_source : 762df9f579bc0ba917986f68ac459fa89fcce794
2011-05-29 22:38:27 +03:00
Perttu Ahola a6c97be1a4 20110529_2
--HG--
extra : rebase_source : cf6dd618ef0b7514c81ae87749733b5a328fc763
2011-05-29 22:38:16 +03:00
Perttu Ahola e81919c818 hopefully fixed the privilege problems
--HG--
extra : rebase_source : 9826d20176134a53ff232816a10407465d8c0f50
2011-05-29 22:34:04 +03:00
Perttu Ahola e8b8ed0280 Added tag 0.2.20110529_1 for changeset 6fa0a8b40406
--HG--
extra : rebase_source : 5f94fbc4e2421ca49aaade4add869761a9c14a92
2011-05-29 21:35:41 +03:00
Perttu Ahola f966ea8659 version
--HG--
extra : rebase_source : 6fa0a8b40406aa567f8fa84b5e2045a7e3762c1d
2011-05-29 21:35:38 +03:00
Perttu Ahola 5ae0f8ed8c Added tag 0.2.20110529_0 for changeset 9b05d4bfee93
--HG--
extra : rebase_source : 44c8310e8572df82800028004f9dfdf6785f90bc
2011-05-29 21:28:30 +03:00
Perttu Ahola cc2df1a3ed changed version number to 0.2.20110529_0
--HG--
extra : rebase_source : 9b05d4bfee9312aef4182fa6f63b4237368cec34
2011-05-29 21:28:22 +03:00
Perttu Ahola b7361e295a updated comments
--HG--
extra : rebase_source : bb7c083b9ab2989d90f41255b85e9e3edaf578ef
2011-05-29 21:16:37 +03:00