Perttu Ahola [Wed, 22 Jun 2011 11:21:55 +0000 (14:21 +0300)]
fixed servermain.cpp lacking filesys.h
Perttu Ahola [Mon, 20 Jun 2011 15:04:49 +0000 (18:04 +0300)]
path_userdata is now created before potentially creating debug.txt in there
Perttu Ahola [Mon, 20 Jun 2011 04:56:45 +0000 (07:56 +0300)]
moved the mac include in porting.cpp out of namespace
Perttu Ahola [Sun, 19 Jun 2011 16:40:41 +0000 (19:40 +0300)]
fixed a segfault in case of wrong input from network on the server (reported by spongie)
Perttu Ahola [Sun, 19 Jun 2011 09:37:00 +0000 (12:37 +0300)]
uh oh, forgot to add treeprop.png to the repo
Perttu Ahola [Sat, 18 Jun 2011 19:31:24 +0000 (22:31 +0300)]
Modified the mesh update thread's sleep time to speed it up (it was way too high)
Perttu Ahola [Sat, 18 Jun 2011 18:37:08 +0000 (21:37 +0300)]
lol, i have apparently used python too much...
Perttu Ahola [Sat, 18 Jun 2011 18:36:31 +0000 (21:36 +0300)]
added a small php example
Perttu Ahola [Sat, 18 Jun 2011 17:27:17 +0000 (20:27 +0300)]
Added endianess to procotol.txt
Perttu Ahola [Sat, 18 Jun 2011 17:21:25 +0000 (20:21 +0300)]
Fixed typo in protocol.txt
Perttu Ahola [Sat, 18 Jun 2011 17:18:13 +0000 (20:18 +0300)]
updated protocol.txt
Perttu Ahola [Sat, 18 Jun 2011 17:16:11 +0000 (20:16 +0300)]
Documentation update
Perttu Ahola [Sat, 18 Jun 2011 15:44:01 +0000 (18:44 +0300)]
Hand-picked Mac OSX cursor and bundle path fixes from https://bitbucket.org/toabi/minetest-mac
Perttu Ahola [Sat, 18 Jun 2011 12:32:35 +0000 (15:32 +0300)]
Added tag 0.2.20110618_0_dev for changeset
dd08a9b5cb84
Perttu Ahola [Sat, 18 Jun 2011 12:16:35 +0000 (15:16 +0300)]
Changed MapBlockObjects to be never written anymore. Incremented version number.
Perttu Ahola [Sat, 18 Jun 2011 10:52:49 +0000 (13:52 +0300)]
comment update
Perttu Ahola [Sat, 18 Jun 2011 10:43:49 +0000 (13:43 +0300)]
farmesh render range is now dynamic
Perttu Ahola [Sat, 18 Jun 2011 10:11:11 +0000 (13:11 +0300)]
fixed tree placement in farmesh
Perttu Ahola [Sat, 18 Jun 2011 09:42:17 +0000 (12:42 +0300)]
farmesh is now usable.
Perttu Ahola [Sat, 18 Jun 2011 06:04:31 +0000 (09:04 +0300)]
modified health bar a bit
Perttu Ahola [Sat, 18 Jun 2011 05:50:14 +0000 (08:50 +0300)]
enabled word wrap in chat
Perttu Ahola [Sat, 18 Jun 2011 05:50:05 +0000 (08:50 +0300)]
fixed wrong furnace menu layout
Perttu Ahola [Sat, 18 Jun 2011 00:14:13 +0000 (03:14 +0300)]
merged Mac OSX build fix from minetest-delta
Perttu Ahola [Fri, 17 Jun 2011 23:32:34 +0000 (02:32 +0300)]
removed furnace menu because it is not needed anymore
Perttu Ahola [Fri, 17 Jun 2011 23:30:33 +0000 (02:30 +0300)]
separated inventory-related game content to content_inventory.{h,cpp}
Perttu Ahola [Fri, 17 Jun 2011 23:01:51 +0000 (02:01 +0300)]
forgot to add mapblock_nodemod.h
Perttu Ahola [Fri, 17 Jun 2011 23:00:01 +0000 (02:00 +0300)]
moved inventory menu definition of chest and furnace to content_nodemeta.{h,cpp}
Perttu Ahola [Fri, 17 Jun 2011 21:46:50 +0000 (00:46 +0300)]
Created and moved stuff to content_nodemeta.{h,cpp}
Perttu Ahola [Fri, 17 Jun 2011 20:55:21 +0000 (23:55 +0300)]
added in-game key shortcuts for toggling free_move and fast_move (default K and J)
Perttu Ahola [Fri, 17 Jun 2011 20:43:28 +0000 (23:43 +0300)]
modified iron amount a bit
Perttu Ahola [Fri, 17 Jun 2011 20:28:25 +0000 (23:28 +0300)]
Updated comments
Perttu Ahola [Fri, 17 Jun 2011 20:20:31 +0000 (23:20 +0300)]
Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapblock.{h,cpp}
Perttu Ahola [Fri, 17 Jun 2011 19:58:38 +0000 (22:58 +0300)]
removed licensecomment.txt
Perttu Ahola [Fri, 17 Jun 2011 19:20:15 +0000 (22:20 +0300)]
Moved some mapnode content stuff from mapnode.{h,cpp} and digging property stuff from material.cpp to content_mapnode.{h,cpp}
Perttu Ahola [Thu, 16 Jun 2011 16:43:28 +0000 (19:43 +0300)]
hopefully fixed old furnaces taking ridiculous amounts of cpu and halting the server
Perttu Ahola [Thu, 16 Jun 2011 15:51:23 +0000 (18:51 +0300)]
Probably fixed the single-MapBlock generator using 1 block lower water height than it should
Perttu Ahola [Tue, 7 Jun 2011 19:08:16 +0000 (22:08 +0300)]
Added an experimental "far view" thing. Doesn't work exactly like it should and not suitable for real use yet, and might never be.
Perttu Ahola [Sun, 5 Jun 2011 18:07:54 +0000 (21:07 +0300)]
...and the map part of that
Perttu Ahola [Sun, 5 Jun 2011 18:06:54 +0000 (21:06 +0300)]
made server to send map seed for testing
Perttu Ahola [Sun, 5 Jun 2011 15:59:36 +0000 (18:59 +0300)]
updated comment in main.cpp
Perttu Ahola [Sun, 5 Jun 2011 15:57:36 +0000 (18:57 +0300)]
tried to reduce unnecessary map saving disk i/o a bit
Perttu Ahola [Sat, 4 Jun 2011 21:10:06 +0000 (00:10 +0300)]
Messed around with genmap.py. Now supports format version 17.
Perttu Ahola [Sat, 4 Jun 2011 13:58:20 +0000 (16:58 +0300)]
updated mapformat.txt a bit
Perttu Ahola [Sat, 4 Jun 2011 13:54:26 +0000 (16:54 +0300)]
documentation update (mapformat.txt mainly)
Perttu Ahola [Thu, 2 Jun 2011 17:09:30 +0000 (20:09 +0300)]
removed a debug print that would flood a lot in some kind of a timeout
Perttu Ahola [Thu, 2 Jun 2011 16:30:03 +0000 (19:30 +0300)]
In a globally installed build, debug.txt is now placed in userdata directory. Needs testing still.
Perttu Ahola [Wed, 1 Jun 2011 23:59:30 +0000 (02:59 +0300)]
added -Wno-unused-but-set-variable to debug build
Perttu Ahola [Wed, 1 Jun 2011 23:47:39 +0000 (02:47 +0300)]
more merging - hopefully all spare heads are now gone
Perttu Ahola [Wed, 1 Jun 2011 23:46:38 +0000 (02:46 +0300)]
merged an old head into main branch
Perttu Ahola [Wed, 1 Jun 2011 23:41:26 +0000 (02:41 +0300)]
merged fence graphic updates another time...
Perttu Ahola [Wed, 1 Jun 2011 23:37:49 +0000 (02:37 +0300)]
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.
Perttu Ahola [Wed, 1 Jun 2011 21:49:27 +0000 (00:49 +0300)]
Added tag 0.2.20110602_0 for changeset
6f17cd3f6c54
Perttu Ahola [Wed, 1 Jun 2011 21:47:31 +0000 (00:47 +0300)]
Removed tag 0.2.20110602_0
Perttu Ahola [Wed, 1 Jun 2011 21:15:46 +0000 (00:15 +0300)]
Added tag 0.2.20110602_0 for changeset
96efc17b4cd9
Perttu Ahola [Wed, 1 Jun 2011 21:15:42 +0000 (00:15 +0300)]
0.2.20110602_0
Perttu Ahola [Wed, 1 Jun 2011 21:01:11 +0000 (00:01 +0300)]
Fixed the password crash on Windows
Perttu Ahola [Tue, 31 May 2011 17:02:55 +0000 (20:02 +0300)]
Reduced server CPU usage on NodeMetadata step()s. Also furnace now cooks while no players are near it.
Ciaran Gultnieks [Tue, 31 May 2011 09:12:51 +0000 (10:12 +0100)]
Slightly better texture coordinates for fences
celeron55 [Tue, 31 May 2011 08:59:51 +0000 (11:59 +0300)]
Updated licenses of CiaranG's contributions to be in line with the new contribution policy and added a TODO note to server.cpp
Perttu Ahola [Mon, 30 May 2011 21:26:47 +0000 (00:26 +0300)]
forgot to add profiler to servermain.cpp
Perttu Ahola [Mon, 30 May 2011 21:24:44 +0000 (00:24 +0300)]
updated version
Perttu Ahola [Mon, 30 May 2011 21:23:39 +0000 (00:23 +0300)]
auth stuff is now saved only when modified
Perttu Ahola [Mon, 30 May 2011 21:16:58 +0000 (00:16 +0300)]
removed some debug prints
...and added support for simple time usage profiling in the last one.
Perttu Ahola [Mon, 30 May 2011 21:15:43 +0000 (00:15 +0300)]
Reduced the CPU usage of the sent block selector algorithm
Ciaran Gultnieks [Mon, 30 May 2011 17:38:46 +0000 (18:38 +0100)]
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
Perttu Ahola [Sun, 29 May 2011 19:38:27 +0000 (22:38 +0300)]
Added tag 0.2.20110529_2 for changeset
cf6dd618ef0b
--HG--
extra : rebase_source :
762df9f579bc0ba917986f68ac459fa89fcce794
Perttu Ahola [Sun, 29 May 2011 19:38:16 +0000 (22:38 +0300)]
20110529_2
--HG--
extra : rebase_source :
cf6dd618ef0b7514c81ae87749733b5a328fc763
Perttu Ahola [Sun, 29 May 2011 19:34:04 +0000 (22:34 +0300)]
hopefully fixed the privilege problems
--HG--
extra : rebase_source :
9826d20176134a53ff232816a10407465d8c0f50
Perttu Ahola [Sun, 29 May 2011 18:35:41 +0000 (21:35 +0300)]
Added tag 0.2.20110529_1 for changeset
6fa0a8b40406
--HG--
extra : rebase_source :
5f94fbc4e2421ca49aaade4add869761a9c14a92
Perttu Ahola [Sun, 29 May 2011 18:35:38 +0000 (21:35 +0300)]
Perttu Ahola [Sun, 29 May 2011 18:28:30 +0000 (21:28 +0300)]
Added tag 0.2.20110529_0 for changeset
9b05d4bfee93
--HG--
extra : rebase_source :
44c8310e8572df82800028004f9dfdf6785f90bc
Perttu Ahola [Sun, 29 May 2011 18:28:22 +0000 (21:28 +0300)]
changed version number to 0.2.20110529_0
--HG--
extra : rebase_source :
9b05d4bfee9312aef4182fa6f63b4237368cec34
Perttu Ahola [Sun, 29 May 2011 18:16:37 +0000 (21:16 +0300)]
updated comments
--HG--
extra : rebase_source :
bb7c083b9ab2989d90f41255b85e9e3edaf578ef
Perttu Ahola [Sun, 29 May 2011 18:16:15 +0000 (21:16 +0300)]
tuned grass growth rate
--HG--
extra : rebase_source :
8ad4d13fc7ab1088ebd18cf968d912949aab8eae
Perttu Ahola [Sun, 29 May 2011 18:13:29 +0000 (21:13 +0300)]
invert_mouse config option
--HG--
extra : rebase_source :
2695ad71185244cefbcf6e3e28ba1ab5e54c882f
Perttu Ahola [Sun, 29 May 2011 18:11:16 +0000 (21:11 +0300)]
player passwords and privileges in world/auth.txt
--HG--
extra : rebase_source :
7260636295d9068fbeeddf4143c89f2b8a91446c
Ciaran Gultnieks [Tue, 24 May 2011 22:18:41 +0000 (23:18 +0100)]
A very poor (but better than nothing) inventory icon for fences
Perttu Ahola [Tue, 24 May 2011 18:04:22 +0000 (21:04 +0300)]
when pause menu is activated, move mouse cursor on top of the disconnect button, for convenience.
Perttu Ahola [Tue, 24 May 2011 17:13:21 +0000 (20:13 +0300)]
Merged CiaranG's fence and fixed two things
Perttu Ahola [Tue, 24 May 2011 17:05:30 +0000 (20:05 +0300)]
a work-in-progress map modified callback interface (committing because i want to merge the fence stuff)
Perttu Ahola [Tue, 24 May 2011 17:03:19 +0000 (20:03 +0300)]
Added a check that avoids server crash (unhandled exception) when map generation is attempted near limit
Ciaran Gultnieks [Tue, 24 May 2011 16:52:04 +0000 (17:52 +0100)]
Added fences (but still needs an icon or something to display in inventory)
Ciaran Gultnieks [Mon, 23 May 2011 19:40:25 +0000 (20:40 +0100)]
Added 'shout' player privilege
Ciaran Gultnieks [Sun, 22 May 2011 22:56:57 +0000 (23:56 +0100)]
Allow default privileges for new players to be set in the server config
Perttu Ahola [Sun, 22 May 2011 21:12:24 +0000 (00:12 +0300)]
merged password change menu
Perttu Ahola [Sun, 22 May 2011 20:55:02 +0000 (23:55 +0300)]
Some work-in-progress stuff and many comment updates
Ciaran Gultnieks [Sun, 22 May 2011 20:09:12 +0000 (21:09 +0100)]
Added the ability to change your password (via pause menu)
--HG--
extra : rebase_source :
e8ec407f60711d42d33be4811b2880088f617b5b
Perttu Ahola [Sun, 22 May 2011 14:25:52 +0000 (17:25 +0300)]
mud placed in sunlight no longer instantly turns to grass; also tuned transforming speed a bit (will be made a lot longer when testing is complete)
Perttu Ahola [Sun, 22 May 2011 14:00:09 +0000 (17:00 +0300)]
Preliminary "active block" stuff + set up test code to grow grass.
Perttu Ahola [Sat, 21 May 2011 11:28:58 +0000 (14:28 +0300)]
Fixed a small memory leak in ServerEnvironment and cleaned the code a bit
Perttu Ahola [Sat, 21 May 2011 11:28:28 +0000 (14:28 +0300)]
fixed a small memory leak in game.cpp
Perttu Ahola [Sat, 21 May 2011 11:28:13 +0000 (14:28 +0300)]
fixed a small memory leak in mapnode.cpp
Perttu Ahola [Sat, 21 May 2011 09:52:57 +0000 (12:52 +0300)]
updated readme a bit
Perttu Ahola [Sat, 21 May 2011 09:28:33 +0000 (12:28 +0300)]
added a delay to menu loop
Perttu Ahola [Sat, 21 May 2011 09:25:08 +0000 (12:25 +0300)]
Cleaned networking code a bit (had this one on the to-do list for like 4 months already)
Perttu Ahola [Sat, 21 May 2011 08:44:29 +0000 (11:44 +0300)]
fix in readme
Perttu Ahola [Sat, 21 May 2011 08:31:48 +0000 (11:31 +0300)]
some documentation updates
Perttu Ahola [Sat, 21 May 2011 08:07:45 +0000 (11:07 +0300)]
and the changelog
Perttu Ahola [Sat, 21 May 2011 08:07:03 +0000 (11:07 +0300)]
All textures are are now searched first from the directory specified by the texture_path setting.
Perttu Ahola [Sat, 21 May 2011 07:13:10 +0000 (10:13 +0300)]
updated changelog