Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Chat console, including a number of rebases and modifications. | Kahrl | 2012-03-10 |
| | | | | Defaults modified from original: alpha=200, key=F10 | ||
* | Add dedicated_server_step setting | Perttu Ahola | 2012-03-07 |
| | |||
* | Set default maximum viewing range to a bit more than default server send ↵ | Perttu Ahola | 2012-02-06 |
| | | | | range to make fog work well | ||
* | Fix calculating if block is in viewing range; fix fog and default minimum ↵ | Perttu Ahola | 2012-02-06 |
| | | | | accordingly | ||
* | Page up and down change the minimum viewing range | Kahrl | 2012-02-01 |
| | |||
* | F1 toggles HUD, F2 toggles chat, F5 toggles debug info, F6 toggles profiler ↵ | Kahrl | 2012-02-01 |
| | | | | pages | ||
* | Set default number of maximum users to 100 instead of 20 | Perttu Ahola | 2012-01-24 |
| | |||
* | Add enable_pvp setting | Perttu Ahola | 2011-12-02 |
| | |||
* | Make unlimited player transfer distance configurable | Perttu Ahola | 2011-12-02 |
| | |||
* | Higher default map save and unload interval | Perttu Ahola | 2011-12-02 |
| | |||
* | Remove stuff made obsolete by making players more ActiveObject-like and ↵ | Perttu Ahola | 2011-12-01 |
| | | | | raise protocol version number by one (because it is not compatible at all anymore) | ||
* | Add IDropAction and related stuff | Kahrl | 2011-11-29 |
| | |||
* | Re-implement give_initial_stuff | Perttu Ahola | 2011-11-29 |
| | |||
* | Remove give_initial_stuff | Perttu Ahola | 2011-11-29 |
| | |||
* | Default to saving stuff more often to minimize lag caused by a single save | Perttu Ahola | 2011-11-29 |
| | |||
* | Completely generalized mesh generation; ContentFeatures serialization | Perttu Ahola | 2011-11-29 |
| | |||
* | Add option to set water opaque (mainly for stylistic choice) | Perttu Ahola | 2011-11-03 |
| | |||
* | occlusion culling fix, a little reshaping of map rendering for more useful ↵ | Perttu Ahola | 2011-11-02 |
| | | | | profiler output and dynamic profiler text size | ||
* | Add 3d cloud checkbox in main menu (and rename setting from enable_2d_clouds ↵ | Perttu Ahola | 2011-11-02 |
| | | | | to enable_3d_clouds) | ||
* | Improve Connection with threading and some kind of congestion control | Perttu Ahola | 2011-10-20 |
| | |||
* | Default max_simultaneous_block_sends_server_total to 2 to make network not ↵ | Perttu Ahola | 2011-10-19 |
| | | | | cough too much on the fixed block sending code | ||
* | Fix and tune block sending | Perttu Ahola | 2011-10-19 |
| | |||
* | Add enable_2d_clouds setting for usage on lower-end machines | Perttu Ahola | 2011-10-18 |
| | |||
* | Try to tune fog to work well on high-end machines also | Perttu Ahola | 2011-10-18 |
| | |||
* | Make active_block_range default to 2 | Perttu Ahola | 2011-10-18 |
| | |||
* | Modify default active block range | Perttu Ahola | 2011-10-17 |
| | |||
* | F2 toggles profiler display in client | Perttu Ahola | 2011-10-17 |
| | |||
* | Add peaceful / not peaceful distinction in mobs and the only_peaceful_mobs ↵ | Perttu Ahola | 2011-10-16 |
| | | | | setting | ||
* | Make view bobbing amount configurable | Perttu Ahola | 2011-10-15 |
| | |||
* | strict_protocol_version_checking setting; PROTOCOL_VERSION in ↵ | Perttu Ahola | 2011-10-15 |
| | | | | clientserver.h; clean up defaultsettings.cpp and minetest.conf.example | ||
* | mobv2 | Perttu Ahola | 2011-10-15 |
| | |||
* | Header file tweaking; mainly for speed | Perttu Ahola | 2011-10-12 |
| | |||
* | Merge branch 'view_bobbing_and_vielded_tool' | Perttu Ahola | 2011-09-26 |
|\ | |||
| * | Collected and moved existing camera infrastructure from game.cpp to ↵ | Kahrl | 2011-09-08 |
| | | | | | | | | camera.cpp and camera.h. Introduced configuration settings 'fov' which chooses the camera's (vertical) field of view and 'view_bobbing' which currently does nothing. Other code refactored to not expect the FOV to be a build time constant. | ||
* | | Server user limit configuration option | Perttu Ahola | 2011-09-26 |
|/ | |||
* | allow specifying a fixed seed in the config file for generating the map ↵ | Kahrl | 2011-09-06 |
| | | | | (fixed_map_seed) | ||
* | Introduce hotkey for calling up a command window | Giuseppe Bilotta | 2011-08-22 |
| | | | | This is just a chat window with the / text pre-loaded. | ||
* | Fixed farmesh to such that it was a long time ago. | Perttu Ahola | 2011-08-03 |
| | |||
* | changelog update and disable motd by default | Perttu Ahola | 2011-07-31 |
| | |||
* | Added message of the day and made it properly configurable using /#setting ↵ | Perttu Ahola | 2011-07-30 |
| | | | | (not saved to config file yet) | ||
* | Made rats cookable and made them spawn near trees | Perttu Ahola | 2011-07-30 |
| | |||
* | Lowered default viewing range minimum to such that it allows fairly good ↵ | Perttu Ahola | 2011-07-24 |
| | | | | | | framerate in jungles with sucky hardware. Almost all computers stick to the minimum with the current farmesh range that someone has set up without asking from me, but farmesh is not used as default anyway so those that use it can raise the lower limit in their configuration as they wish. | ||
* | Merge branch 'upstream/master' | Nils Dagsson Moskopp | 2011-07-14 |
|\ | | | | | | | | | | | Conflicts: data/oerkki1.png src/client.cpp | ||
| * | updated minetest.conf.example and changed client_unload_unused_data_timeout ↵ | Perttu Ahola | 2011-06-27 |
| | | | | | | | | default to 600 | ||
| * | map unloading is now a whole lot better | Perttu Ahola | 2011-06-27 |
| | | |||
| * | fixed block unloading from memory (a better fix coming next) | Perttu Ahola | 2011-06-26 |
| | | |||
| * | added screenshot key F12 (from spongie) | Perttu Ahola | 2011-06-26 |
| | | |||
| * | added and commented out some debug output | Perttu Ahola | 2011-06-26 |
| | | |||
* | | + farmesh config options | Jiří Procházka | 2011-07-11 |
|/ | |||
* | mapgen stuff | Perttu Ahola | 2011-06-25 |
| |