Perttu Ahola
|
8e1eacf3a8
|
Fixed handling of inventory in creative mode (normal inventory is not trashed anymore), fixed mese pick speed, added some forgotten stuff
|
2011-07-30 23:33:57 +03:00 |
|
Perttu Ahola
|
f2051c9822
|
fix to the former
|
2011-07-30 20:10:16 +03:00 |
|
Perttu Ahola
|
f8fca8ca5e
|
easier notice on old version
|
2011-07-30 20:06:30 +03:00 |
|
Perttu Ahola
|
24a662705c
|
Added network protocol version number in protocol
|
2011-07-30 20:02:17 +03:00 |
|
Perttu Ahola
|
cdadbdbd17
|
Server configuration is now written when "/#setting whatever = whatever" is issued.
|
2011-07-30 19:49:42 +03:00 |
|
Perttu Ahola
|
9b294ffa7a
|
Added message of the day and made it properly configurable using /#setting (not saved to config file yet)
|
2011-07-30 19:31:33 +03:00 |
|
Perttu Ahola
|
4b0c3e4357
|
Made picking items up in creative mode delete them (because they usually are in the inventory already anyway)
|
2011-07-30 19:05:25 +03:00 |
|
Perttu Ahola
|
d62ae0e18b
|
Rats are now eatable. Also made their selection box move smoothly.
|
2011-07-30 18:51:15 +03:00 |
|
Perttu Ahola
|
29d905f98a
|
Added a mapblock analyzing function for debugging use and fixed remaining mapgen bugs
|
2011-07-24 12:09:33 +03:00 |
|
Perttu Ahola
|
90d793f8f3
|
extended content-type range
|
2011-07-23 16:55:26 +03:00 |
|
Perttu Ahola
|
71f5d4b344
|
Fixed objects being sometimes not able to be stored statically in a block when block has been unloaded
|
2011-07-01 21:04:40 +03:00 |
|
Perttu Ahola
|
dd22ea051a
|
map unloading is now a whole lot better
|
2011-06-27 00:27:17 +03:00 |
|
Perttu Ahola
|
3fccc67eb7
|
fixed block unloading from memory (a better fix coming next)
|
2011-06-26 21:53:11 +03:00 |
|
Perttu Ahola
|
5e3deed672
|
Added CPT_FACEDIR_SIMPLE calculation, finally, as figured out by spongie
|
2011-06-26 19:23:44 +03:00 |
|
Perttu Ahola
|
91cfbe2891
|
reorganized a lot of stuff and modified mapgen and objects slightly while doing it
|
2011-06-26 15:48:56 +03:00 |
|
Perttu Ahola
|
c1ceabef71
|
added and commented out some debug output
|
2011-06-26 03:14:52 +03:00 |
|
Perttu Ahola
|
bb940a946d
|
even more code refactoring
|
2011-06-26 02:34:36 +03:00 |
|
Perttu Ahola
|
f2c26e2014
|
moved map generator to separate source files
|
2011-06-25 18:12:41 +03:00 |
|
Perttu Ahola
|
aed9e809a1
|
mapgen stuff
|
2011-06-25 16:32:09 +03:00 |
|
Perttu Ahola
|
7538b4c620
|
New map generator added (and SQLite, messed up the commits at that time...) (import from temporary git repo)
|
2011-06-25 04:25:14 +03:00 |
|
Perttu Ahola
|
5ac900ddd9
|
Changed MapBlockObjects to be never written anymore. Incremented version number.
|
2011-06-18 15:16:35 +03:00 |
|
Perttu Ahola
|
da692355e8
|
Created and moved stuff to content_nodemeta.{h,cpp}
|
2011-06-18 00:46:50 +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
|
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 |
|