aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix items showing up as sticks when placed in worldPerttu Ahola2011-10-171-43/+29
|
* Fix to-transparend conversion of backgrounds of sprite image files that ↵Perttu Ahola2011-10-161-12/+14
| | | | don't have an alpha channel
* Some more profiler stuff to get the hang on what really uses CPUPerttu Ahola2011-10-165-24/+66
|
* Improve debug profiler usage for investigating CPU usage of serverPerttu Ahola2011-10-164-72/+97
|
* When granting or revoking privileges, notify the target player tooPerttu Ahola2011-10-163-2/+27
|
* Make dungeon masters not shoot the walls with no reasonPerttu Ahola2011-10-162-17/+24
|
* When player times out, log the action as a timeout rather than regular quittingPerttu Ahola2011-10-161-2/+3
|
* Check NULL pointer properly in some new code trying to log new stuffPerttu Ahola2011-10-161-1/+4
|
* Better player damage prevention when falling on unloaded blocks, not ↵Perttu Ahola2011-10-163-27/+12
| | | | involving getting stuck in there.
* Switch more stuff to use the logging thing and fix segfault on player leave ↵Perttu Ahola2011-10-163-10/+13
| | | | from server as introduced in a previous switch-to-logging commit
* Fix map delete on windows (concatenate paths correctly with / or \ depending ↵Perttu Ahola2011-10-168-33/+46
| | | | on OS)
* Use the logger; also, default to not showing much crap in console. Use ↵Perttu Ahola2011-10-1616-646/+844
| | | | --info-on-stderr to enable crap.
* Initially add small and tight logging facilityPerttu Ahola2011-10-163-0/+214
|
* Add peaceful / not peaceful distinction in mobs and the only_peaceful_mobs ↵Perttu Ahola2011-10-165-0/+16
| | | | setting
* Replace M_PI with PIPerttu Ahola2011-10-162-4/+4
|
* Fix some "Conditional jump or move depends on uninitialised value(s)" ↵Perttu Ahola2011-10-152-2/+4
| | | | valgrind detections
* Resource file handling for exe icon for MinGWPerttu Ahola2011-10-151-2/+10
|
* Make view bobbing amount configurablePerttu Ahola2011-10-152-0/+2
|
* Make dungeon masters though and make oerkkis disappear when they get to you ↵Perttu Ahola2011-10-156-18/+74
| | | | (because hitting them doesn't work for some unknown reason)
* strict_protocol_version_checking setting; PROTOCOL_VERSION in ↵Perttu Ahola2011-10-153-11/+17
| | | | clientserver.h; clean up defaultsettings.cpp and minetest.conf.example
* Handle death and respawn betterPerttu Ahola2011-10-159-89/+476
|
* Improve mobv2Perttu Ahola2011-10-1511-78/+221
|
* mobv2Perttu Ahola2011-10-1527-2889/+1720
|
* Lock mutex when accessing m_env in Server::~ServerPerttu Ahola2011-10-141-11/+17
|
* In CMake scripts: New version number, fix MSVC stuffPerttu Ahola2011-10-141-1/+5
|
* Header file tweaking; mainly for speedPerttu Ahola2011-10-1237-946/+1198
|
* Saner block modification flag operation for not saving everything alwaysPerttu Ahola2011-10-123-6/+11
|
* Merge remote-tracking branch 'marktraceur/master'Perttu Ahola2011-09-269-3/+155
|\
| * Fixed merge issues with saplings, ready to pull now!Mark Holmquist2011-09-232-2/+2
| |
| * Fixed saplings growing into trees (thanks so much, Kahrl!)Mark Holmquist2011-09-231-3/+16
| | | | | | | | Put the random interval back to 1 in 50 chance. It's not as rare as rats, but rarer than grass.
| * Adding (most) of the sapling functionality. It has yet to work, since ↵Mark Holmquist2011-09-238-2/+141
| | | | | | | | MEET_OTHER was not implemented at the time of this commit. Hopefully it will work when merged with celeron's latest.
* | Rotate wielded tool the right way and modify axe graphics accordinglyPerttu Ahola2011-09-261-2/+2
| |
* | Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola2011-09-2623-490/+1406
|\ \
| * | Fix single-frame lag in camera yaw/pitch, tune view bobbing and add wielded ↵Perttu Ahola2011-09-262-57/+99
| | | | | | | | | | | | tool movement when walking and tweak stuff a bit
| * | Simplistic wielded tool lighting, added setMeshVerticesColor to utility.h ↵Kahrl2011-09-218-145/+66
| | | | | | | | | | | | and refactored some other code into calls of that
| * | reduce view bobbing slightlyKahrl2011-09-211-3/+3
| | |
| * | Create a separate scene manager for the wielded tool. This fixes the ↵Kahrl2011-09-213-13/+49
| | | | | | | | | | | | glitchyness in large map coordinates and some depth buffer problems. (The tool doesn't bob anymore when walking, this will be fixed later.) Fix MSVC build (thanks to dannydark).
| * | fix a numerical problem, but tool is still jitteryKahrl2011-09-202-5/+9
| | |
| * | Fix jittery view bobbing at large map coordinates again. Wielded tool still ↵Kahrl2011-09-201-5/+4
| | | | | | | | | | | | has problems there
| * | Digging animationKahrl2011-09-203-35/+85
| | |
| * | fix some normalsKahrl2011-09-191-4/+4
| | |
| * | Wielded tool updates, leaves and glass work nowKahrl2011-09-193-16/+21
| | |
| * | Convert any inventory item into a mesh, bring back ↵Kahrl2011-09-195-43/+141
| | | | | | | | | | | | InventoryItem::getImageRay(), some const-correctness fixes
| * | Added sprite extruderKahrl2011-09-198-103/+425
| | |
| * | trying some view bobbing changesKahrl2011-09-181-4/+19
| | |
| * | Oops, up vector is needed.Kahrl2011-09-181-1/+8
| | |
| * | This looks more like MC view bobbing, but still not even closeKahrl2011-09-182-24/+30
| | |
| * | Revert some changes that could lead to slower map transfer and increaed ↵Kahrl2011-09-161-1/+4
| | | | | | | | | | | | network load.
| * | Made wielded tool move slightly (and smoothly) during view bobbing. Making ↵Kahrl2011-09-153-17/+43
| | | | | | | | | | | | the tool be a child node of an empty scene node instead of the camera scene node seemingly fixed the uncontrollable tool jitter, too.
| * | View bobbing is slower in the water.Kahrl2011-09-152-6/+9
| | |