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
|
c68f21214d
|
made server to send map seed for testing
|
2011-06-05 21:06:54 +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
|
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 |
|
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
|
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 |
|
Perttu Ahola
|
e81919c818
|
hopefully fixed the privilege problems
--HG--
extra : rebase_source : 9826d20176134a53ff232816a10407465d8c0f50
|
2011-05-29 22:34:04 +03:00 |
|
Perttu Ahola
|
63611932eb
|
player passwords and privileges in world/auth.txt
--HG--
extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c
|
2011-05-29 21:11:16 +03:00 |
|
Perttu Ahola
|
12ca835e14
|
Merged CiaranG's fence and fixed two things
|
2011-05-24 20:13:21 +03:00 |
|
Ciaran Gultnieks
|
c5e583e059
|
Added fences (but still needs an icon or something to display in inventory)
|
2011-05-24 17:52:04 +01:00 |
|
Ciaran Gultnieks
|
8bbc512fe5
|
Added 'shout' player privilege
|
2011-05-23 20:40:25 +01:00 |
|
Ciaran Gultnieks
|
a9940c2ccf
|
Allow default privileges for new players to be set in the server config
|
2011-05-22 23:56:57 +01:00 |
|
Ciaran Gultnieks
|
a8a3271470
|
Added the ability to change your password (via pause menu)
--HG--
extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b
|
2011-05-22 21:09:12 +01:00 |
|
Perttu Ahola
|
0af5311538
|
Preliminary "active block" stuff + set up test code to grow grass.
|
2011-05-22 17:00:09 +03:00 |
|
Ciaran Gultnieks
|
52d857cf15
|
Passwords - a few corrections to the previous commit
|
2011-05-20 21:37:13 +01:00 |
|
Ciaran Gultnieks
|
d4d49ee8f4
|
Passwords - password entry at main menu, stored and checked by server
|
2011-05-20 20:28:03 +01:00 |
|
Ciaran Gultnieks
|
8bba9cde5c
|
Restored the auto-admin powers of the local user (via name= in the config)
--HG--
extra : rebase_source : a35aa0d978990c28fa4fc158ce47d1f4aa967c04
|
2011-05-16 18:26:37 +01:00 |
|
Perttu Ahola
|
bc59c18503
|
Fixed two compiler warnings
|
2011-05-16 19:54:08 +03:00 |
|
Ciaran Gultnieks
|
b3268ff389
|
Server commands without classes
|
2011-05-16 17:13:33 +01:00 |
|
Ciaran Gultnieks
|
7cdd988f88
|
Better synchronisation of build/mine attempts when the player isn't allowed to
|
2011-05-16 11:34:06 +01:00 |
|
Ciaran Gultnieks
|
248d7c8469
|
Improved server commands and added player permissions.
--HG--
extra : rebase_source : 178fe08f10b7de3ebaba088bd24faad795114216
|
2011-05-16 10:41:19 +01:00 |
|
Ciaran Gultnieks
|
2e1a69c3b1
|
Added glass, with rendering and furnace support.
|
2011-05-09 19:22:07 +01:00 |
|
Perttu Ahola
|
9c72d44fe7
|
random comment updates
|
2011-04-30 02:12:32 +03:00 |
|
Perttu Ahola
|
288822e73d
|
Maybe fixed the flood of "WARNING: StaticObjectList::remove(): id=13 not found" style debug messages on the server when a player has quit.
|
2011-04-29 00:29:34 +03:00 |
|
Perttu Ahola
|
ffb1128951
|
tested out and commented out some new stuff for the terrain generator, to be used in the future.
|
2011-04-26 15:38:42 +03:00 |
|
Perttu Ahola
|
2830095366
|
Optimized map saving and sending (server-side)
|
2011-04-26 00:23:38 +03:00 |
|
Perttu Ahola
|
041b5e5479
|
Added /#time <int> command to server for changing the time of day
|
2011-04-25 11:55:07 +03:00 |
|
Perttu Ahola
|
2c4351b9b2
|
fix to the previous commit
|
2011-04-25 00:31:22 +03:00 |
|
Perttu Ahola
|
ab51298a0d
|
server to print version in chat
|
2011-04-25 00:24:40 +03:00 |
|
Perttu Ahola
|
bbe47f845b
|
Updated to-do list and added the give_initial_stuff setting for testing
|
2011-04-22 10:48:40 +03:00 |
|
Perttu Ahola
|
c638442e78
|
Some work-in-progress in hp and mobs and a frightening amount of random fixes.
|
2011-04-21 19:35:17 +03:00 |
|
Perttu Ahola
|
3c61d57f6d
|
item drop multiplication fix
|
2011-04-19 17:09:45 +03:00 |
|
Perttu Ahola
|
08139f32f9
|
fixing
|
2011-04-12 01:59:09 +03:00 |
|
Perttu Ahola
|
249c0dc68a
|
Fixed some problems with crafting and inventory
|
2011-04-11 21:28:04 +03:00 |
|
Perttu Ahola
|
9d4e9c59de
|
fixed warnings reported by cppcheck
|
2011-04-11 11:36:13 +03:00 |
|
Perttu Ahola
|
3f153c20d3
|
Fixed error reported by cppcheck:
[./server.cpp:1327]: (error) Possible null pointer dereference: obj - otherwise it is redundant to check if obj is null at line 1332
|
2011-04-11 11:05:40 +03:00 |
|
Perttu Ahola
|
b0b5c43254
|
better support for old maps
|
2011-04-10 22:50:31 +03:00 |
|
Perttu Ahola
|
10eedbc1d2
|
Map generation is now properly threaded and doesn't block block placement and other stuff.
|
2011-04-10 20:18:34 +03:00 |
|
Perttu Ahola
|
6fa85c8502
|
a commit before starting to reorganize the map loading/generation logic
|
2011-04-10 19:12:56 +03:00 |
|
Perttu Ahola
|
5a4d8ffad3
|
implemented rats in new system to verify that it works
|
2011-04-10 15:16:27 +03:00 |
|
Perttu Ahola
|
08bbf96877
|
items now fall by gravity... also some other random updating
|
2011-04-10 12:34:12 +03:00 |
|
Perttu Ahola
|
fd7a0735c9
|
new object system
|
2011-04-10 04:15:10 +03:00 |
|
Perttu Ahola
|
4b54b291ae
|
Some progress on transitioning from MapBlockObject to ActiveObject.
|
2011-04-08 00:47:14 +03:00 |
|
Perttu Ahola
|
2dba606e12
|
stone shovel now needs cobble, not stone.
|
2011-04-06 22:28:51 +03:00 |
|
Perttu Ahola
|
3269fce795
|
Server: Only send node removal/addition to client if client's player is near it. Otherwise set the modified blocks unsent.
|
2011-04-06 11:02:39 +03:00 |
|
Perttu Ahola
|
89aa8b9be1
|
Furnace is now usable. Added more tools.
--HG--
rename : data/tool_stpick.png => data/tool_stonepick.png
rename : data/tool_wpick.png => data/tool_woodpick.png
|
2011-04-05 18:23:30 +03:00 |
|
Perttu Ahola
|
d1d57cf5c3
|
initial workings of the furnace
|
2011-04-05 02:56:29 +03:00 |
|