2011-10-16 |
Perttu Ahola | Fix chest not working after walked away and came back |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Improve inventory debug output |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Fix items showing up as sticks when placed in world |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Fix to-transparend conversion of backgrounds of sprite... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Some more profiler stuff to get the hang on what really... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Improve debug profiler usage for investigating CPU... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | When granting or revoking privileges, notify the target... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Make dungeon masters not shoot the walls with no reason |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | When player times out, log the action as a timeout... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Check NULL pointer properly in some new code trying... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Better player damage prevention when falling on unloade... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Switch more stuff to use the logging thing and fix... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Fix map delete on windows (concatenate paths correctly... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Update changelog (albeit a bit late) |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Use the logger; also, default to not showing much crap... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Initially add small and tight logging facility |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Add peaceful / not peaceful distinction in mobs and... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Perttu Ahola | Update Linux build instructions in README.txt a bit... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Perttu Ahola | Update version number to 0.3.dev-20111016 |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Perttu Ahola | Replace M_PI with PI |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Perttu Ahola | Fix some "Conditional jump or move depends on uninitial... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Perttu Ahola | Resource file handling for exe icon for MinGW |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Perttu Ahola | Make view bobbing amount configurable |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Perttu Ahola | Make dungeon masters though and make oerkkis disappear... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Perttu Ahola | strict_protocol_version_checking setting; PROTOCOL_VERS... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Perttu Ahola | Handle death and respawn better |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Perttu Ahola | Set a better version number |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Perttu Ahola | Improve mobv2 |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Perttu Ahola | mobv2 |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Perttu Ahola | Lock mutex when accessing m_env in Server::~Server |
commit | commitdiff | tree | snapshot |
2011-10-14 |
Perttu Ahola | In CMake scripts: New version number, fix MSVC stuff |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Perttu Ahola | Header file tweaking; mainly for speed |
commit | commitdiff | tree | snapshot |
2011-10-12 |
Perttu Ahola | Saner block modification flag operation for not saving... |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Kahrl | minetestmapper: Fix the way ylist is computed, use... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Perttu Ahola | Merge remote-tracking branch 'marktraceur/master' |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Perttu Ahola | minetestmapper speed tweaks (kahrl & JacobF) |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Perttu Ahola | Add apple color to minetestmapper and fix cactus color |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Perttu Ahola | Fix minetestmapper.py |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Perttu Ahola | Merge remote-tracking branch 'kahrl/sectors2sqlite... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Perttu Ahola | Rotate wielded tool the right way and modify axe graphi... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Perttu Ahola | Merge branch 'view_bobbing_and_vielded_tool' |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Perttu Ahola | Fix single-frame lag in camera yaw/pitch, tune view... |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Kahrl | Support Python 2 and 3 in sectors2sqlite.py. |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Kahrl | Fix processing of blocks below y=0 in sectors2sqlite.py. |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Perttu Ahola | Server user limit configuration option |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Perttu Ahola | Merge remote-tracking branch 'darkrose/master' |
commit | commitdiff | tree | snapshot |
2011-09-24 |
celeron55 | Merge pull request #10 from joshbeck/master |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Joshua Beck | Fixed null pointer dereference errors found by cppcheck 10/head |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Mark Holmquist | Fixed merge issues with saplings, ready to pull now! 9/head |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Mark Holmquist | Fixed saplings growing into trees (thanks so much,... |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Mark Holmquist | Adding sapling texture |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Mark Holmquist | Adding (most) of the sapling functionality. It has... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
darkrose | remove content_* things from map.cpp |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Perttu Ahola | Move PLATFORM_LIBS around to make sqlite3 link with... |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Perttu Ahola | Make client report a newer version number to the server... 0.2.20110922_1 |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Perttu Ahola | Oh well, let's call it just 0.2.20110922 0.2.20110922 |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Perttu Ahola | Update changelog and version to 0.2.20110922_rc1 |
commit | commitdiff | tree | snapshot |
2011-09-22 |
darkrose | added locking chest texture |
commit | commitdiff | tree | snapshot |
2011-09-22 |
darkrose | added locking chests - clean patch |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Perttu Ahola | Better apple tree generation |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Kahrl | Simplistic wielded tool lighting, added setMeshVertices... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Kahrl | reduce view bobbing slightly |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Kahrl | Create a separate scene manager for the wielded tool... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Kahrl | fix a numerical problem, but tool is still jittery |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Kahrl | Fix jittery view bobbing at large map coordinates again... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Kahrl | Digging animation |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Kahrl | fix some normals |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Kahrl | Wielded tool updates, leaves and glass work now |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Kahrl | Convert any inventory item into a mesh, bring back... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Kahrl | Added sprite extruder |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Kahrl | trying some view bobbing changes |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Kahrl | Oops, up vector is needed. |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Kahrl | This looks more like MC view bobbing, but still not... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Perttu Ahola | Merge remote-tracking branch 'sfan5/apple-trees' |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Kahrl | SQLite needs to be linked with -ldl on some Linux distros. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Kahrl | Revert some changes that could lead to slower map trans... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
JacobF | update minetestmapper so it can read the database also |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Perttu Ahola | Update changelog |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Kahrl | Updated colors.txt (which is used by minetestmapper) |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Kahrl | Made wielded tool move slightly (and smoothly) during... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Kahrl | View bobbing is slower in the water. |
commit | commitdiff | tree | snapshot |
2011-09-12 |
sfan5 | Added Iron Apple which heals 4 Hearts |
commit | commitdiff | tree | snapshot |
2011-09-12 |
sfan5 | Changed the Heal Amount of Apples from 6 to 2 |
commit | commitdiff | tree | snapshot |
2011-09-11 |
sfan5 | Fixed duplication bug |
commit | commitdiff | tree | snapshot |
2011-09-11 |
sfan5 | Removed Spaces |
commit | commitdiff | tree | snapshot |
2011-09-11 |
sfan5 | Added Apple Trees |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Kahrl | inventory displays tool breakage bar again |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Kahrl | trying something else... also replaced M_PI by PI every... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Kahrl | attempting to merge Queatz/the-wielded-tool and kahrl... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Kahrl | minor view bobbing improvements |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Kahrl | make it slightly less annoying :o) |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Kahrl | Implemented view bobbing (testing simple lemniscate... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Kahrl | Commented out debug statements again |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Kahrl | Collected and moved existing camera infrastructure... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Kahrl | Removed unused camera_position and camera_direction... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
JacobF | Display which tool the player is holding |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Perttu Ahola | Note about texture atlas |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Perttu Ahola | Add note about trans_table_19. |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Perttu Ahola | Remove block file from disk when saved to database |
commit | commitdiff | tree | snapshot |
2011-09-06 |
JacobF | Pause in unloaded territory instead of collide |
commit | commitdiff | tree | snapshot |
next |