Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | auth stuff is now saved only when modified | Perttu Ahola | 2011-05-31 |
| | |||
* | removed some debug prints | Perttu Ahola | 2011-05-31 |
| | | | | ...and added support for simple time usage profiling in the last one. | ||
* | Reduced the CPU usage of the sent block selector algorithm | Perttu Ahola | 2011-05-31 |
| | |||
* | hopefully fixed the privilege problems | Perttu Ahola | 2011-05-29 |
| | | | | | --HG-- extra : rebase_source : 9826d20176134a53ff232816a10407465d8c0f50 | ||
* | updated comments | Perttu Ahola | 2011-05-29 |
| | | | | | --HG-- extra : rebase_source : bb7c083b9ab2989d90f41255b85e9e3edaf578ef | ||
* | tuned grass growth rate | Perttu Ahola | 2011-05-29 |
| | | | | | --HG-- extra : rebase_source : 8ad4d13fc7ab1088ebd18cf968d912949aab8eae | ||
* | invert_mouse config option | Perttu Ahola | 2011-05-29 |
| | | | | | --HG-- extra : rebase_source : 2695ad71185244cefbcf6e3e28ba1ab5e54c882f | ||
* | player passwords and privileges in world/auth.txt | Perttu Ahola | 2011-05-29 |
| | | | | | --HG-- extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c | ||
* | A very poor (but better than nothing) inventory icon for fences | Ciaran Gultnieks | 2011-05-24 |
| | |||
* | when pause menu is activated, move mouse cursor on top of the disconnect ↵ | Perttu Ahola | 2011-05-24 |
| | | | | button, for convenience. | ||
* | Merged CiaranG's fence and fixed two things | Perttu Ahola | 2011-05-24 |
|\ | |||
| * | Added fences (but still needs an icon or something to display in inventory) | Ciaran Gultnieks | 2011-05-24 |
| | | |||
| * | Added 'shout' player privilege | Ciaran Gultnieks | 2011-05-23 |
| | | |||
| * | Allow default privileges for new players to be set in the server config | Ciaran Gultnieks | 2011-05-22 |
| | | |||
* | | a work-in-progress map modified callback interface (committing because i ↵ | Perttu Ahola | 2011-05-24 |
| | | | | | | | | want to merge the fence stuff) | ||
* | | Added a check that avoids server crash (unhandled exception) when map ↵ | Perttu Ahola | 2011-05-24 |
| | | | | | | | | generation is attempted near limit | ||
* | | merged password change menu | Perttu Ahola | 2011-05-23 |
|\| | |||
| * | Added the ability to change your password (via pause menu) | Ciaran Gultnieks | 2011-05-22 |
| | | | | | | | | | | --HG-- extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b | ||
* | | Some work-in-progress stuff and many comment updates | Perttu Ahola | 2011-05-22 |
|/ | |||
* | mud placed in sunlight no longer instantly turns to grass; also tuned ↵ | Perttu Ahola | 2011-05-22 |
| | | | | transforming speed a bit (will be made a lot longer when testing is complete) | ||
* | Preliminary "active block" stuff + set up test code to grow grass. | Perttu Ahola | 2011-05-22 |
| | |||
* | Fixed a small memory leak in ServerEnvironment and cleaned the code a bit | Perttu Ahola | 2011-05-21 |
| | |||
* | fixed a small memory leak in game.cpp | Perttu Ahola | 2011-05-21 |
| | |||
* | fixed a small memory leak in mapnode.cpp | Perttu Ahola | 2011-05-21 |
| | |||
* | added a delay to menu loop | Perttu Ahola | 2011-05-21 |
| | |||
* | Cleaned networking code a bit (had this one on the to-do list for like 4 ↵ | Perttu Ahola | 2011-05-21 |
| | | | | months already) | ||
* | All textures are are now searched first from the directory specified by the ↵ | Perttu Ahola | 2011-05-21 |
| | | | | texture_path setting. | ||
* | Merge: New map directory structure and player passwords | Perttu Ahola | 2011-05-21 |
|\ | |||
| * | Passwords - a few corrections to the previous commit | Ciaran Gultnieks | 2011-05-20 |
| | | |||
| * | Passwords - password entry at main menu, stored and checked by server | Ciaran Gultnieks | 2011-05-20 |
| | | |||
| * | Don't say 'Creating server and client' if the server is remote, so not being ↵ | Ciaran Gultnieks | 2011-05-19 |
| | | | | | | | | created | ||
| * | New map directory structure that avoids map size being limited by filesystem | Ciaran Gultnieks | 2011-05-18 |
| | | |||
* | | change default sneak key from RSHIFT to LSHIFT | Perttu Ahola | 2011-05-19 |
| | | |||
* | | Moved the temporary mapgen test files and added a modified map.cpp too... ↵ | Perttu Ahola | 2011-05-19 |
| | | | | | | | | | | | | | | | | These are probably useful in the next mapgen update and shouldn't be lost. --HG-- rename : src/noise.cpp.new => misc/noise.cpp rename : src/noise.h.new => misc/noise.h | ||
* | | Add (possibly non-compatible) work-in-progress noise.{h,cpp} so that they ↵ | Perttu Ahola | 2011-05-19 |
| | | | | | | | | won't be accidentally lost. These are useful for upcoming mapgen updates. | ||
* | | put the wstring stoi too in the ignore-on-vc2010 #if | Perttu Ahola | 2011-05-19 |
| | | |||
* | | (hopefully) fixed stoi/stof compile problems on vc2010 | Perttu Ahola | 2011-05-18 |
| | | |||
* | | small comment update | Perttu Ahola | 2011-05-18 |
| | | |||
* | | merged fix to readlink ignored return value warning | Perttu Ahola | 2011-05-17 |
|\| | |||
| * | Get rid of ignored return value warning | Ciaran Gultnieks | 2011-05-16 |
| | | |||
* | | merged CiaranG's stuff again: auto-admin powers to local user, DSTACK macro ↵ | Perttu Ahola | 2011-05-16 |
|\| | | | | | | | -Wformat warnings | ||
| * | Get rid of all the string format warnings caused by the DSTACK macro | Ciaran Gultnieks | 2011-05-16 |
| | | |||
| * | Restored the auto-admin powers of the local user (via name= in the config) | Ciaran Gultnieks | 2011-05-16 |
| | | | | | | | | | | --HG-- extra : rebase_source : a35aa0d978990c28fa4fc158ce47d1f4aa967c04 | ||
* | | added -Wno-unused-but-set-variable, which hides a new warning in gcc 4.6 ↵ | Perttu Ahola | 2011-05-16 |
|/ | | | | which only slows down development with no effect on security or anything. | ||
* | Fixed two compiler warnings | Perttu Ahola | 2011-05-16 |
| | |||
* | merged CiaranG's changes (player privileges) | Perttu Ahola | 2011-05-16 |
|\ | |||
| * | Server commands without classes | Ciaran Gultnieks | 2011-05-16 |
| | | |||
| * | Privileges to/from string conversion functions standalone, not static members | Ciaran Gultnieks | 2011-05-16 |
| | | |||
| * | Better synchronisation of build/mine attempts when the player isn't allowed to | Ciaran Gultnieks | 2011-05-16 |
| | | |||
| * | Allow "all" to be specified in player config file for privileges | Ciaran Gultnieks | 2011-05-16 |
| | |