2013-01-23 |
kwolekr | Fix compile under MingW |
commit | commitdiff | tree | snapshot |
2013-01-23 |
sfan5 | Tweak buildbot |
commit | commitdiff | tree | snapshot |
2013-01-23 |
RealBadAngel | Treegen update. Some new symbols. Speed up code a bit. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
celeron55 | Merge pull request #436 from doserj/mod_selection |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Perttu Ahola | Update translation files |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Jürgen Doser | Make sure that settings are written to config file... 436/head |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Jürgen Doser | Fix crash when pressing delete button in server browser... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Jürgen Doser | Improve behaviour for empty modpacks and when no mods... |
commit | commitdiff | tree | snapshot |
2013-01-22 |
Jürgen Doser | Fix crash when no world is selected and configure butto... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Ilya Zhuravlev | Disable travis email notifications. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Ilya Zhuravlev | Add .travis.yml |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Ilya Zhuravlev | Fix msvc build |
commit | commitdiff | tree | snapshot |
2013-01-21 |
sapier | add support for saving settings by lua command (server... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Perttu Ahola | Add mapgen parameters to minetest.conf.example |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Use a string identifier for a mapgen instead of version |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Fix compile on certain Linux configurations, reduce... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Removed Mapgen V7 for now |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Last set of minor cleanups |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Fix MapgenV6::getGroundLevelAtPoint() |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Finish and clean up mapgen configuration |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Add Settings::getStruct and Settings::setStruct |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Clean up EmergeManager, do initial work on Mapgen confi... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Readded and optimized mapgen V6 |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Cleaned & enhanced noise object management |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Add initial Lua biomedef support, fixed biome selection |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | The new mapgen, noise functions, et al. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Make WATER_LEVEL configurable, fix slight comparison... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Only clear block modified flag if writing to db was... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Make cloud height user-configurable |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | stop MSVC++ from generating dumb warnings |
commit | commitdiff | tree | snapshot |
2013-01-21 |
kwolekr | Proper RUN_IN_PLACE support for OSX and FreeBSD |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Jürgen Doser | Basic support for configuring which mods to load for... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Jeija | Add a list of servers to the "Multiplayer" tab |
commit | commitdiff | tree | snapshot |
2013-01-14 |
PilzAdam | Bugfix: else repeat_rightclick_timer = 0; |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Jeija | Add particles 427/head |
commit | commitdiff | tree | snapshot |
2013-01-12 |
PilzAdam | Fix spread of items in falling code |
commit | commitdiff | tree | snapshot |
2013-01-12 |
Jürgen Doser | fix integer overflow (fixes #414) |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Jürgen Doser | fixes node timer bug (fixes #407). 417/head |
commit | commitdiff | tree | snapshot |
2013-01-07 |
dannydark | Fixed two typo's in commit 615fd498bc 411/head |
commit | commitdiff | tree | snapshot |
2013-01-07 |
PilzAdam | Disable all HP handling if enable_damage is false |
commit | commitdiff | tree | snapshot |
2013-01-07 |
PilzAdam | Add a setting to enable always flying fast |
commit | commitdiff | tree | snapshot |
2013-01-07 |
sapier | Fix buttons not working for Lua-triggered formspecs |
commit | commitdiff | tree | snapshot |
2013-01-07 |
RealBadAngel | L-Systems treegen update. |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Ilya Zhuravlev | "or" should be "||". Don't use "or", "and", etc.. It... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Jeija | Implement textarea in formspec, a multiline input field |
commit | commitdiff | tree | snapshot |
2013-01-04 |
PilzAdam | Fix typo doubletab -> doubletap |
commit | commitdiff | tree | snapshot |
2013-01-04 |
dannydark | Fixed content_abm aliases |
commit | commitdiff | tree | snapshot |
2013-01-04 |
PilzAdam | Switch to fly mode if spacebar is doubleclicked |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Jeija | Repeated right clicking when holding the right mouse... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
PilzAdam | Add on_rightclick(pos, node, clicker) callback for... 389/head |
commit | commitdiff | tree | snapshot |
2013-01-03 |
PilzAdam | Adjust the maximum alpha of the red hurt screen |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Jeija | Tilt camera on player damage (tweaked by PilzAdam) |
commit | commitdiff | tree | snapshot |
2013-01-02 |
PilzAdam | Change the nodenames for dirt -> grass and sapling... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
PilzAdam | Replace constant red hurt screen with fade out red |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Perttu Ahola | Add ServerEnvironment::setNode()/removeNode() to allow... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Perttu Ahola | Add InvRef:get_location() |
commit | commitdiff | tree | snapshot |
2013-01-02 |
Perttu Ahola | Call this 0.4.4-d1 because it has a protocol addition... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
sapier | Add TOCLIENT_SHOW_FORMSPEC to display formspecs at... |
commit | commitdiff | tree | snapshot |
2013-01-02 |
RealBadAngel | Bugfixes to item_image formspec method |
commit | commitdiff | tree | snapshot |
2012-12-30 |
dannydark | Fixed compile issues on windows 384/head |
commit | commitdiff | tree | snapshot |
2012-12-30 |
RealBadAngel | L-System treegen |
commit | commitdiff | tree | snapshot |
2012-12-27 |
PilzAdam | Use aux1 to move fast when flying 369/head |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Esteban I.... | Add selectionbox_color, crosshair_color, and crosshair_... 367/head |
commit | commitdiff | tree | snapshot |
2012-12-26 |
PilzAdam | Fix 'longjmp causes uninitialized stack frame' in cURL |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Perttu Ahola | Initialize all member variables of LuaEntitySAO |
commit | commitdiff | tree | snapshot |
2012-12-22 |
DannyDark | Fixed two typos in wireshark lua file. |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Ilya Zhuravlev | Fix keycodes (#325) |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Ilya Zhuravlev | Prefer shared cURL library instead of the static one. |
commit | commitdiff | tree | snapshot |
2012-12-20 |
DannyDark | Fixed u64 ambiguous symbol error |
commit | commitdiff | tree | snapshot |
2012-12-18 |
sfan5 | Tweak CMake files for cURL |
commit | commitdiff | tree | snapshot |
2012-12-17 |
PilzAdam | Add ability to change the itemstack in placenode callbacks |
commit | commitdiff | tree | snapshot |
2012-12-17 |
PilzAdam | Fix falling damage when not flying |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Ilya Zhuravlev | Make m_media_fetch_threads to contain MediaFetchThread... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Ilya Zhuravlev | Fix hypen used as minus sign (manpages), fix spelling... |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Ilya Zhuravlev | Added ability to fetch media from remote server (using... |
commit | commitdiff | tree | snapshot |
2012-12-15 |
jordan4ibanez | Fix item entity's collision with nodeboxes 356/head |
commit | commitdiff | tree | snapshot |
2012-12-11 |
PilzAdam | Dont sneak while flying 350/head |
commit | commitdiff | tree | snapshot |
2012-12-11 |
PilzAdam | Only fly through walls in noclip mode wich requires... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Ilya Zhuravlev | Update README |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Perttu Ahola | Bump version to 0.4.4 0.4.4 |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Perttu Ahola | Update GUI texts |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Jürgen Doser | draw gui later. this fixes the hotbar disappearing... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Jürgen Doser | fix screen flickering black when rendering to texture |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Perttu Ahola | Set proper field background colors in Irrlicht 1.8 |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Perttu Ahola | Raise default maximum render distance to 240 |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Perttu Ahola | Fix automagic render distance tuner |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Matthew I | Add #include guards to base64.h |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Perttu Ahola | Try to add a bit of topside brightness when not using... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Perttu Ahola | Tweak shader randomly a bit |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Perttu Ahola | Default to preload_item_visuals=true |
commit | commitdiff | tree | snapshot |
2012-12-02 |
MirceaKitsune | Don't send player position from client to server if... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Ilya Zhuravlev | Fix minetest.get_node_drops(). It should always return... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Perttu Ahola | Smooth day-night transitions |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Perttu Ahola | Const-correct util/serialize.h |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Perttu Ahola | Handle day-night transition in shader and make light... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Perttu Ahola | Get rid of jordan4ibanez's insane digging animation... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Perttu Ahola | Fix tile MaterialType to make sense and make lava surfa... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Perttu Ahola | Install shaders properly |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Perttu Ahola | Remove accidental vim swap file |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Perttu Ahola | Add enable_shaders to minetest.conf.example |
commit | commitdiff | tree | snapshot |
next |