Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-07 | Use meshes to display inventory items | RealBadAngel | |
2015-12-29 | Revert "Refactoring and code style fixes in preparation of adding mesh typed ↵ | Sapier | |
items" This reverts commit f14e7bac54af65e3d3d99f89f23f114b17058e49. Reverted due to missinterpretation of agreement, obvious dislike and me not interested in doing fights for feature I don't actually need | |||
2015-12-29 | Revert "Add support for using arbitrary meshes as items" | Sapier | |
This reverts commit 91bafceee6606fab79db1bde4cba01b84fed65c7. Reverted due to missinterpretation of agreement, obvious dislike and me not interested in doing fights for feature I don't actually need | |||
2015-12-29 | Add support for using arbitrary meshes as items | Sapier | |
2015-12-29 | Refactoring and code style fixes in preparation of adding mesh typed items | Sapier | |
2015-11-07 | Add support for audio feedback if placing node failed | BlockMen | |
2015-10-16 | Refactor thread utility interface | kwolekr | |
- Add "thr_" prefix to thread utility functions - Compare threadid_ts in a portable manner, where possible | |||
2015-08-25 | Change i++ to ++i | David Jones | |
2015-05-19 | Replace instances of std::map<std::string, std::string> with StringMap | kwolekr | |
Also, clean up surrounding code style Replace by-value parameter passing with const refs when possible Fix post-increment of iterators | |||
2015-04-01 | Move globals from main.cpp to more sane locations | Craig Robbins | |
Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h | |||
2015-03-07 | For usages of assert() that are meant to persist in Release builds (when ↵ | Craig Robbins | |
NDEBUG is defined), replace those usages with persistent alternatives | |||
2015-03-05 | Replace std::list to std::vector into tile.cpp (m_texture_trash) and move ↵ | Loic Blot | |
tile.hpp to src/client/ | |||
2015-03-04 | Use std::vector instead of std::list in StaticObjectList and ↵ | Loic Blot | |
MutexedMap::getValues() | |||
2015-02-11 | Remove workaround in itemdef.cpp to enable/disable/enable "enable_shaders" ↵ | Craig Robbins | |
setting * Increase performance (client) * Avoid changing a global value to solve a local problem | |||
2015-02-11 | Revert "Remove workaround in itemdef.cpp to enable/disable/enable ↵ | Craig Robbins | |
"enable_shaders" setting" This reverts commit d25ff8fd2592f457b91e8a61240694af3902d23f. | |||
2015-02-11 | Remove workaround in itemdef.cpp to enable/disable/enable "enable_shaders" ↵ | Craig Robbins | |
setting * Increase performance (client) * Avoid changing a global value to solve a local problem | |||
2014-11-08 | Implement WieldMeshSceneNode which improves wield mesh rendering | Kahrl | |
- Don't create and cache an extruded mesh for every (non-node) item. Instead use a single one per image resolution. - For cubic nodes reuse a single wield mesh too - Improve lighting of the wielded item - Increase far value of wield mesh scene camera, fixes #1770 - Also includes some minor refactorings of Camera and GenericCAO. | |||
2014-10-29 | Add option to enable mesh caching, add wallmounted for meshes. | RealBadAngel | |
2014-06-29 | Add support for Android 2.3+ | sapier | |
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed! | |||
2014-03-04 | Fix rendering glitches when far from the center of the map | Novatux | |
2014-01-10 | Make MutexQueue use jsemaphore for signaling | sapier | |
2013-12-03 | Shaders rework. | RealBadAngel | |
2013-11-17 | Fix Result of processed Request was written to invalid (non existent) ↵ | sapier | |
ResultQueue if requesting thread timed out before | |||
2013-11-17 | Fix multicaller support in RequestQueue | sapier | |
2013-07-20 | Bump protocol version | PilzAdam | |
2013-07-20 | Make range of tools configureable | PilzAdam | |
2013-07-14 | Change ContentFeatures array to a vector | Kahrl | |
2013-07-07 | Fix many formspec menu bugs | sapier | |
2013-07-03 | Move generateTextureFromMesh to TextureSource to fix a texture leak | Kahrl | |
TextureSource has a list of textures to delete (m_texture_trash) so this provides a proper, non-hacky way to delete RTT textures. Also, the prior, hacky way of deleting them seems to be broken (see pull request #803). To avoid header file clutter by repeating the same long list of arguments over and over again, store the arguments of generateTextureFromMesh in a struct called TextureFromMeshParams. Also fix issue #782 (Only use bilinear (and others) on item textures when settings allow it). | |||
2013-07-02 | Remove texture atlas / AtlasPointer, rename getTextureRaw to getTexture | Kahrl | |
2013-05-09 | Really fix itemdef memory leak | sapier | |
2013-04-28 | Fix itemdef drop on NULL texture | kwolekr | |
2013-04-09 | fix extruded items texture leak | sapier | |
2013-04-07 | fix memory leak in itemdef | sapier | |
cleanup useless code | |||
2013-03-29 | Add different place sound for nodes | PilzAdam | |
2013-03-29 | New damage system, add damageGroups to ToolCapabilities, bump protocol version | PilzAdam | |
2013-03-11 | Migrate to STL containers/algorithms. | Ilya Zhuravlev | |
2013-02-27 | Fix nodeplacement prediction | PilzAdam | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2013-02-19 | Disable placement prediction for nodes that use on_rightclick | Jeija | |
2012-12-02 | Handle day-night transition in shader and make light sources brighter when ↵ | Perttu Ahola | |
shaders are used | |||
2012-12-02 | On-demand item meshes and textures | Perttu Ahola | |
2012-06-17 | Properly and efficiently use split utility headers | Perttu Ahola | |
2012-06-16 | Node texture animation | Perttu Ahola | |
2012-06-10 | Node placement client-side prediction | Perttu Ahola | |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | |
GPLv2/later, by agreement of major contributors | |||
2012-03-20 | Attempt to fix some minor memory leaks | Perttu Ahola | |
2012-03-15 | MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric ↵ | Kahrl | |
light, removed footprints | |||
2012-03-11 | Clean up log messages everywhere | Perttu Ahola | |