]> git.lizzy.rs Git - minetest.git/history - src/game.cpp
changed water color in farmesh
[minetest.git] / src / game.cpp
2011-06-26 Perttu Aholareorganized a lot of stuff and modified mapgen and...
2011-06-26 Perttu Aholaadded and commented out some debug output
2011-06-25 Perttu Aholaeven more code refactoring
2011-06-18 Perttu AholaHand-picked Mac OSX cursor and bundle path fixes from...
2011-06-18 Perttu Aholafarmesh render range is now dynamic
2011-06-18 Perttu Aholafarmesh is now usable.
2011-06-18 Perttu Aholamodified health bar a bit
2011-06-18 Perttu Aholaenabled word wrap in chat
2011-06-17 Perttu Aholaremoved furnace menu because it is not needed anymore
2011-06-17 Perttu Aholamoved inventory menu definition of chest and furnace...
2011-06-17 Perttu AholaCreated and moved stuff to content_nodemeta.{h,cpp}
2011-06-17 Perttu Aholaadded in-game key shortcuts for toggling free_move...
2011-06-17 Perttu AholaMoved some mapnode content stuff from mapnode.{h,cpp...
2011-06-07 Perttu AholaAdded an experimental "far view" thing. Doesn't work...
2011-06-01 Perttu Aholamore merging - hopefully all spare heads are now gone
2011-06-01 Perttu Aholamerged an old head into main branch
2011-06-01 Perttu AholaMerged CiaranG's fence graphic updates (ugh, well,...
2011-05-30 Perttu AholaReduced the CPU usage of the sent block selector algorithm
2011-05-29 Perttu Aholainvert_mouse config option
2011-05-29 Perttu Aholaplayer passwords and privileges in world/auth.txt
2011-05-24 Perttu Aholawhen pause menu is activated, move mouse cursor on...
2011-05-22 Perttu Aholamerged password change menu
2011-05-22 Ciaran GultnieksAdded the ability to change your password (via pause...
2011-05-21 Perttu Aholafixed a small memory leak in game.cpp
2011-05-21 Perttu AholaAll textures are are now searched first from the direct...
2011-05-20 Perttu AholaMerge: New map directory structure and player passwords
2011-05-20 Ciaran GultnieksPasswords - password entry at main menu, stored and...
2011-05-19 Ciaran GultnieksDon't say 'Creating server and client' if the server...
2011-05-16 Perttu Aholamerged CiaranG's changes (player privileges)
2011-05-15 Perttu Aholafixed an "unused variable" warning
2011-05-14 Perttu Aholaremoved a leftover debug print
2011-05-14 Perttu AholaAdded key configuration in the configuration file.
2011-05-09 Perttu Aholamerged CiaranG's changes: the glass block
2011-05-06 Perttu AholaFixed viewing range stuff a bit (now it works better...
2011-04-29 Perttu Aholarandom comment updates
2011-04-29 Perttu Aholamade proper skyboxes for dawn/evening and night
2011-04-29 Perttu AholaTweaked clouds a bit
2011-04-29 Perttu Aholaadded simple skybox
2011-04-29 Perttu Aholaadded clouds
2011-04-24 Perttu AholaOptimized smooth lighting calculation code
2011-04-24 Perttu AholaAdded a simple software "ambient occlusion" effect...
2011-04-23 Perttu AholaMade the main menu a bit more unique looking
2011-04-23 Perttu AholaCode refactoring; split half of main.cpp to game.cpp.