2014-12-01 |
Kahrl | Fix style of comment in minetest.conf.example |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Kahrl | Add fontengine.cpp to Android.mk |
commit | commitdiff | tree | snapshot |
2014-12-01 |
sapier | Fix settings callback "call" lost on rebase |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Craig Robbins | Fix node 0,0,0 being highlighted when enable_node_highl... |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Craig Robbins | Fix build |
commit | commitdiff | tree | snapshot |
2014-12-01 |
kwolekr | LuaSettings: Sanitize setting name strings |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Kahrl | Fix segfault at exit caused by non grabbed font |
commit | commitdiff | tree | snapshot |
2014-11-30 |
kwolekr | settings: Add setting groups and multiline entries |
commit | commitdiff | tree | snapshot |
2014-11-30 |
sapier | Make hud use fontengine too |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Zefram | Scale form elements consistently |
commit | commitdiff | tree | snapshot |
2014-11-30 |
sapier | Implement proper font handling |
commit | commitdiff | tree | snapshot |
2014-11-29 |
kwolekr | noise: Throw exception on noise allocation failure |
commit | commitdiff | tree | snapshot |
2014-11-29 |
SmallJoker | Fix MSVC compiling error (argc/argv not available to... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Ciaran Gultnieks | Improve Lua API documentation |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Rui | Update minetest.po (Japanese) |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Craig Robbins | Fix regression with command line --go option |
commit | commitdiff | tree | snapshot |
2014-11-27 |
SmallJoker | Add minetest.copy_table(table) To get rid off the ... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Ciaran Gultnieks | Don't corrupt stepheight when setting other properties |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Kahrl | Wield: always obey anisotropic_filter setting, not... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Kahrl | EMF_USE_MIP_MAPS was introduced in Irrlicht 1.8, don... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Sokomine | added enable_build_where_you_stand option |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Kahrl | Wieldmesh: don't force anisotropic filtering on, instea... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Craig Davison | Fix some undeclared global variables |
commit | commitdiff | tree | snapshot |
2014-11-26 |
rubenwardy | Only set the camera update keymap when using a debug... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Kodexky | Fix Android main menu crash, and user data directory... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Calinou | Increase step smoothing to fit 1:1 stairs (works well... |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Craig Robbins | Fix client "double saving" simple singleplayer local... |
commit | commitdiff | tree | snapshot |
2014-11-25 |
KodexKy | Fixes for Android build errors. Enable sensor landscape... |
commit | commitdiff | tree | snapshot |
2014-11-25 |
dvere | Adjust the values of dirs1 and dirs2 so that rotate_and... |
commit | commitdiff | tree | snapshot |
2014-11-23 |
ShadowNinja | Make duplicate warning checks file and line specific |
commit | commitdiff | tree | snapshot |
2014-11-23 |
sapier | Fix console spaming by debug function on mod checking... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
RealBadAngel | Port createForsythOptimizedMesh from Irrlicht 1.8 |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Craig Robbins | Fix regression with USE_REDIS (refactor_main) |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Craig Robbins | refactor main.cpp |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Craig Robbins | Fix smooth lighting (ambient occlusion) |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Pavel Puchkin | Fix compiling if no endian.h found |
commit | commitdiff | tree | snapshot |
2014-11-21 |
ShadowNinja | Update credits menu 1671/head |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Rafael Reilova | serialize.h: use machine native byte swapping if availa... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Craig Robbins | Optimise functions from CNodeDefManager and VoxelManipu... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Craig Robbins | Optimise getTileInfo() |
commit | commitdiff | tree | snapshot |
2014-11-21 |
paramat | Mgv5 1 up 1 down overgeneration for biome surface conti... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
paramat | Mgv5 get ground level at point function. Fast spawn... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
ShadowNinja | Simplify loading of Android version of menu |
commit | commitdiff | tree | snapshot |
2014-11-20 |
ShadowNinja | Fix leaking global in texture pack menu |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Kodexky | Fix raillike bug (currently manifests itself on Android... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
ShadowNinja | Clean up rollback |
commit | commitdiff | tree | snapshot |
2014-11-19 |
ShadowNinja | Fix wallmounted mesh rotations |
commit | commitdiff | tree | snapshot |
2014-11-19 |
ShadowNinja | Add strict module |
commit | commitdiff | tree | snapshot |
2014-11-19 |
ShadowNinja | Tweak core.serialize |
commit | commitdiff | tree | snapshot |
2014-11-19 |
sfan5 | Add (optional) client-side saving of server map to... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
ShadowNinja | Fix Belarusian translation header |
commit | commitdiff | tree | snapshot |
2014-11-19 |
ShadowNinja | Add gettext to Travis build |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Kahrl | Remove unused rangelim function (the macro still exists) |
commit | commitdiff | tree | snapshot |
2014-11-18 |
SmallJoker | Fix indonesian language errors |
commit | commitdiff | tree | snapshot |
2014-11-18 |
srifqi | Update Indonesian Language |
commit | commitdiff | tree | snapshot |
2014-11-15 |
Craig Robbins | Fix double free bug when server is shut down |
commit | commitdiff | tree | snapshot |
2014-11-15 |
kwolekr | Fix NoisePerlin3DEased return value |
commit | commitdiff | tree | snapshot |
2014-11-14 |
kwolekr | Fix warnings and other misc. minor changes |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Craig Robbins | Remove most exceptions from getNode() (and variants) |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Wouters Dorian | Improved VoxelArea variable locality, thus performance |
commit | commitdiff | tree | snapshot |
2014-11-13 |
SmallJoker | Add option 'eased' to NoiseParams |
commit | commitdiff | tree | snapshot |
2014-11-13 |
kwolekr | Fix compilation under some Linux distributions |
commit | commitdiff | tree | snapshot |
2014-11-13 |
kwolekr | Mapgen v7: Fix uninitialized spflags |
commit | commitdiff | tree | snapshot |
2014-11-13 |
kwolekr | Add eased 3d point-value noise functions |
commit | commitdiff | tree | snapshot |
2014-11-13 |
kwolekr | Add Generator Element Management framework |
commit | commitdiff | tree | snapshot |
2014-11-13 |
RealBadAngel | Wielded fixes. Add shaders support. |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Craig Robbins | Fix profiler values not being updated (F6) and not... |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Kahrl | Serverlist: announce mg_name from map_meta.txt instead... |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Zeno- | Merge pull request #1825 from Zeno-/control_key_cache |
commit | commitdiff | tree | snapshot |
2014-11-10 |
Craig Robbins | Create faster key cache for main game loop (client) 1825/head |
commit | commitdiff | tree | snapshot |
2014-11-10 |
paramat | Tune cave noise scales to 6. Fix blobs spflag, now... |
commit | commitdiff | tree | snapshot |
2014-11-09 |
Wuzzy | Add tooltips to main menu subgames button bar |
commit | commitdiff | tree | snapshot |
2014-11-08 |
Kahrl | Implement WieldMeshSceneNode which improves wield mesh... |
commit | commitdiff | tree | snapshot |
2014-11-08 |
Craig Robbins | Stop inserting empty lines at end of minetest.conf... |
commit | commitdiff | tree | snapshot |
2014-11-08 |
Craig Robbins | Fix regressions and minor improvements in refactor_the_game |
commit | commitdiff | tree | snapshot |
2014-11-08 |
paramat | Add mgv5. New noise code, uses biome API. Eased 3d... |
commit | commitdiff | tree | snapshot |
2014-11-08 |
RealBadAngel | Speed up removing a node (less block mesh updates). |
commit | commitdiff | tree | snapshot |
2014-11-08 |
ShadowNinja | Fix dump() indentation with non-tab indents |
commit | commitdiff | tree | snapshot |
2014-11-08 |
Ryan Newell | Add last_login field to auth.txt |
commit | commitdiff | tree | snapshot |
2014-11-08 |
SmallJoker | Replace setting unlimited_player_transfer_distance... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Craig Robbins | Address issues related to refactoring the_game |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Kahrl | Fix regression: mouse wheel couldn't scroll from last... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Craig Robbins | Cleanup and (mostly) document util/string.h and (very... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Kahrl | Include mg_decoration.h, mg_ore.h from emerge.cpp to... |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Craig Robbins | Fix unit tests failing if IPv6 not available |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Craig Robbins | Modified dtime calculation method in limitFps() |
commit | commitdiff | tree | snapshot |
2014-11-02 |
Craig Robbins | Refactor the_game() to make it more understandable... |
commit | commitdiff | tree | snapshot |
2014-11-01 |
kwolekr | Split up mapgen.cpp |
commit | commitdiff | tree | snapshot |
2014-10-30 |
kwolekr | Fix erroneous lua_pop parameter |
commit | commitdiff | tree | snapshot |
2014-10-30 |
kwolekr | Fix uninitialized variable warning 1781/head |
commit | commitdiff | tree | snapshot |
2014-10-30 |
kwolekr | mapgen: Resolve nodes in ctor rather than makeChunk |
commit | commitdiff | tree | snapshot |
2014-10-30 |
kwolekr | Check minetest.hud_change() parameters on conversion... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Craig Robbins | Fix bug introduced by me (Zeno) |
commit | commitdiff | tree | snapshot |
2014-10-29 |
RealBadAngel | Add option to enable mesh caching, add wallmounted... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Craig Robbins | Added names colours and refactored parseColorString() |
commit | commitdiff | tree | snapshot |
2014-10-29 |
kwolekr | Refactor decoration-related code |
commit | commitdiff | tree | snapshot |
2014-10-28 |
PenguinDad | Fix various indentation issues |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Craig Robbins | Fix #1733: An unhandled exception occurred: GetPeer... |
commit | commitdiff | tree | snapshot |
2014-10-28 |
rubenwardy | Add notice when only minimal is installed |
commit | commitdiff | tree | snapshot |
2014-10-28 |
kwolekr | Add NodeResolver documentation |
commit | commitdiff | tree | snapshot |
next |